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




if it's a case with bad LOD work from the author then there's not much you can do about it aside from re-make the LOD (or just delete them and let the game generate one, which is usually pretty terrible)
alternatively you can increase building draw distance with Visibility Control, performance intensive obviously...
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2993511386&searchtext=generic+office
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=536187502
- the tallest office tower have almost black texture, he might have set the brightness wrong when saving
- the second item have LOD texturing mistake
The only way to fix these properly are to fix the texture and re-import. But we don't mess with other author's item unless we have permission to do so.
Alternatively you can convert them to PO (Procedural Object), that will get rid of the LOD as PO object do not have LOD but are always rendered with full quality model.
If you want to try it, that will require the uses of ModTool to extract the asset source file, for building simply click on the 'dump' button on its tooltip whem clicked on it. Then delete all files with _lod in its name. Create a new building asset with asset editor to reimport the model source file as new asset.
Sidenote- do not run asset editor with gameplay mod and assets, it will die. Use skyve to create alternate loadout with nothing enabled (things like moveit and FindIt2 are okay)
If you dont want to go through that hoop, honestly converting them to PO is a lot easier and fastet.