Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I intentionally made it slightly more than the vanilla method because the map has no other resources unlike a long range scanner map which could trees, animals, and other surface materials. I'll think on ways to add new mod options, but for now I recommend lowering the resource/asteroid size via existing mod options.
But is it possible to make different vein size options for different resources? I understand that there must be a default fallback value for modded resources, but I would love to match vein size with what we get from original long range scanner.
Even if not, it is still a great mod :)
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.
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.
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.
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.
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.
----------------------
Now it generates a circle block of vacstone with the rich resource inside it like some kind of space cadberry cream egg.
Made the Asteroid Mineral Scanner buildable & usable under a roof by default.
Updated Build Category from Misc to Odyssey