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
it looks like the calculations are not running cleanly. In some cases, minus amounts are being calculated. I can't find the error.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2884793665
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2884793756
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2884793812
My error log (uidata.xml) contains this error message:
Looking at the code, my guess is this happers if $build_money_needed is negative. In that case, you remove $build_money_needed before calculating $build_money_needed_cents.
Edit: Also, some money transfers seem to be skipped (leaving me with way more money than 1 mil configured in settings, and some stations without operating budget) when SETA is active. Don't know if it's related to the above error message or is unrelated error (possibly some sort of wrong order of transfers).