安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題
Regarding this:
We have no idea how one vehicle could cause problems with the LODs of other vehicles - if anyone finds out what root cause is, please let us know!
That sounds very much like the texture problems I'm very familiar with. Unity textures must be powers of two in size. Especially LODs because this game puts them in a common texture atlas where one weird-sized LOD can (and eventually will) mess some other LODs, including prefab LODs.
The issue was hard to debug because it very much depends on asset loading order.
Search for "PackTextures" in VehicleManager or any other manager to see where this happens.
Also, it seems it's somehow possible to add non-growable buildings to district styles which results in a game-breaking district style. The in-game symptoms are that growable buildings (and even vehicles?!) stop spawning.
Apparently this district style contains a unique building (not growable):
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=1368078347
Would it be possible to (optionally?) automatically prune non-growables from district styles?
https://gtm.steamproxy.vip/workshop/filedetails/?id=932939897
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=1580457997
It should ideally be in "Nets" section?
Reasoning: I'm using LSM asset report to determine which nets and stations to subscribe when testing save games from TM:PE bug reports. It saves a lot of time compared to subbing often thousands of buildings/props; for most testing purposes all I need are the networks and stations (other stuff can be subed via savegame later in the testing process if required).
[LSM] Asset failed: 422739257.Phen - Cresentsun_Data
InvalidDataException: Unknown type to deserialize DifficultyMod.WBBResidentialBuildingAI2, DifficultyMod, Version=1.0.5575.37926, Culture=neutral, PublicKeyToken=null
....
There aren't many assets with that kind of error (weird Building AI due to some ancient mod) but it would be useful if such things could be in the broken assets report with a corresponding guide. There's maybe one or two more instances of that error linked from the Broken Buildings list I posted in OP.
In particular, with broken AIs, they can sometimes be fixed (by asset creator) with V10DeleteAI mod (see this guide[forum.paradoxplaza.com]).
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=1131926009