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
The building UI is automatically hidden after a short time of running the game.
Have wait 18 days!
Hmm, no one pays me for it. I hope to release it today. I have other life than modding too. If you think it's simple... It took me almost year to get to that state of the mod.
I'm a amateur programmers and still learn, and I try to add some new in "District Stats". So now I can't see the District Stats UIPanel in-game, and I have to stop there.
And because I'm so amateur, so I even no recreate them and just followed the "District Stats" source code and add something.
I know you working hard for this mod, and I can't do that. I'm sorry I didn't express it clearly and made you misunderstand that I'm despising your work.
before using dynamic resolution everything was fine, i think the problem is between 16:10 (badly handled by the game) Dynamic Resolution (Fixed for 1.9!) and EnhancedZoomContinued
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1406625743
before using dynamic resolution everything was fine, so not know.
.
.
.
And MoveIt got problem too, but don't feel what affect to MoveIt.
1/1/2021 5:43:11 AM: MissingMethodException: Method not found: 'MoveIt.MoveItTool.get_ToolState'., stackTrace=(wrapper dynamic-method) MoveIt.MoveItTool.DMD<DMD<OnLeftMouseUp_Patch1>?-537721984..OnLeftMouseUp_Patch1> (MoveIt.MoveItTool) <0x00420>
MoveIt.MoveItTool.OnToolUpdate () <0x0030a>
ToolBase.FpsBoosterUpdate () <0x00420>
BehaviourUpdater.Updater.Update () <0x001b8>
UnityEngine.Debug:LogException(Exception)
BehaviourUpdater.Updater:Update()
.
.
.
So, you can use 'Find' function with "No incompatible" words to search FPS_Booster_AutoPatcher.log which I send you, and you will found that many problems.
And hope you the new update!
- "No incompatible..." in AutoPatcher - means that automatic incompatibility detector haven't found anything incompatible. It's a good singn.
Regards to ThemeMixer 2, I fixed all incompatibilites about half year ago and since then there was no update(last TM 2 update was 6 Nov, 2019). I'll check it anyways.
Thanks!
And I forgot to say about "District Stats", it like I said I don't changed the update function of original source code, and after your update, now I can see the UIPanel in-game, but I need to click the District Stats icon first and don't close the district panel then I have to click into 'Movie Camera' eachtime and swicth back, it can let me to see the District Stats UIPanel.
I just added some items like Heating, Mail and each imported item is displayed separately, just like that.
So, I don't know why it happened.
.
.
.
{
And I want to ask you, do you know how to get "Last Cash Delta" only from each single district?
This is geting global "Last Cash Delta":
Singleton<EconomyManager>.instance.LastCashDelta
}