边缘世界 RimWorld

边缘世界 RimWorld

Asteroid Mineral Scanner
正在显示第 1 - 10 项,共 12 项条目
< 1  2 >
更新于:8 月 18 日 上午 9:44

08/18/25 Update:
Fixed generation of Asteroids only using the most recently selected resource, they will now get their resource type from the quest that triggered them, which is the same method that vanilla uses. Thanks for the reports.

更新于:8 月 16 日 上午 11:28

08/16/2025 Update:
Added [FSF] Complex Jobs support for the Scan job, and made some fields private that I believe would cause unintended asteroid types being generated if multiple asteroid scanners existed.

更新于:8 月 12 日 上午 8:10

08/12/2025 Update:

Rewrote Map Gen & implemented ModSettings for # of resource cells to mine per Asteroid. Asteroids are now circular as a result so they can scale in size properly, hooray math. There should always be land for a shuttle to land as well.
Default # of cells of mineable resource per asteroid is 25, maximum is 5000 in mod settings.

更新于:8 月 11 日 下午 5:55

08/11/2025 Update:
Improved compatibility with other mods. Any ThingDef that has the Mineable ThingClass, and the mineableThing property populated and veinMineable property populated will automatically be picked up by this mod. Example:

<defName>MineableSteel</defName>
inherits <thingClass>Mineable</thingClass> from its parent RockBase, and has

<building>
...
<mineableThing>Steel</mineableThing>
...
<veinMineable>true</veinMineable>
</building>

This will not pick up resources that have custom mod extensions which do not fit these parameters. JunkPile from the Star Wars KOTOR mod for instance uses a custom ModExtension to make it produce multiple types of resources at random and is not supported by this mod.

更新于:8 月 4 日 上午 10:35

08/04/2025 Update #2:

This mod now accounts for all potential mineable resources that inherit from RockBase. I also rewrote the map generation to prevent edge cases I got annoyed by during testing.

更新于:8 月 4 日 上午 6:35

08/04/2025 Update:

I've rewritten the gizmo function, it no longer looks for PreciousLumps, and now instead looks for any ThingDef that inherits from RockBase & has the building/veinMineable property set to true. As an added bonus I've decided to allow Obsidian to be selected in the gizmo menu in vanilla as well, abuse that at your own discretion.

Q. What does this mean?
A. This should now support ALL modded mine-able materials in theory.

Q. How do I add a new/modded resource to this?
A. Look at RimWorld\Data\Core\Defs\ThingDefs_Buildings\Buildings_Natural.xml for '<defName>MineableJade</defName>' as an example. In general any resource that has 'ThingDef ParentName="RockBase"', and under '<building>' there must be a '<veinMineable>true</veinMineable>' as these are the two things my mod looks for when generating the list of defs for the scanner gizmo.

更新于:8 月 2 日 上午 6:27

8/2/25 Update:
Made the Asteroid Mineral Scanner buildable & usable under a roof by default.
Updated Build Category from Misc to Odyssey

更新于:7 月 31 日 下午 12:21

Updated Preview.png thanks to Madman666

更新于:7 月 30 日 上午 10:39

Removed the random chance for these sites to show up as quests.

更新于:7 月 29 日 下午 10:33

[Auto-generated text]: Update on 7/30/2025 1:33:22 AM.