安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






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