安装 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(越南语)
Українська(乌克兰语)
报告翻译问题








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://psteamcommunity.yuanyoumao.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
}