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
This mod changes station scale. Therefore, this mod doesn't fix the problem. If you would like to fix, could you please use Tweak NPC Faction Economic Thresholds ?
バニラでは、製品のステーションを建築する際、その製品の原料の不足テーブルを確認します。
しかし、建築に使う製品が不足しているとき、バニラスクリプトは建築に使う製品の不足テーブルを確認します。
つまり、原料が足りないか確認されません。
そのため、無限ループが起きると考えています。
I found a reason the feedback loop.
In vanilla, when a product's station will be built, a script checks a shortage table for the product's resource.
But when the product used for building is shortage, the script checks a shortage table for the product used for building.
So, the product's resource isn't checked.
Therefore, I think the feedback loop occur.
The building time for each station is constrained by having only one module build at a time. You might need to reduce the module building time to balance the time for adding new modules to the AI planning cycle.
I understand. Thanks for having fun.
This mod only changes the module limit for stations and doesn’t alter the logic behind how factions build their stations. However, as you observed, it can lead to shortages of hull parts and claytronics, potentially causing a feedback loop (e.g., "Not enough hull parts and claytronics → Build more modules → Even fewer hull parts and claytronics"). I wonder if there’s a way to solve this...
The reason for setting these values separately (without defining them in modules.xml) is to avoid station generation failures, which can become more likely if module limits are too high at the start of the game.
This defines the module limit for modules that do not have an upper limit set in modules.xml. In this mod, I've removed the upper limits for many modules in modules.xml and instead defined them in parameters.xml.
<replace sel="/god/stations/defaults/modules/@production">6</replace>
<replace sel="/god/stations/defaults/quota/@sector">40</replace>
Both of these are only applied at the start of the game. The first one defines the upper limit at the start of the game for modules that don’t have a limit in modules.xml, while the second one sets the sector cap for stations at the beginning of the game.