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






https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2177052105
The below only matters if you don't have the source FBX models and XML files:
This is the gist of what needs to be done to fix it. Basically open up the offending MWM file in a text editor. Keep in mind that any changes you make to the texture references inside the MWM file need to be the exact same number of characters since the MWM file is a binary file and adding additional text or removing any text will corrupt it. In other words if the referenced texture file is 11 characters excluding the extension (e.g. texture_add .dds) and you replace it with a texture reference that has 8 characters (e.g. txtr_add .dds) you will corrupt the model file and the game will crash when it tries to load it.
For this mod, this is what was causing the broken textures:
This texture no longer exists: Textures\Models\Cubes\Armor\armor_construction_(texture type).dds
So to fix purple textures where the model is referencing Textures\Models\Cubes\Armor\armor_construction_(texture type).dds you need to change it to Textures\Models\Cubes\Armor\small_square_plate_(texture_type).dds
For example, armor_construction_add.dds is changed to small_square_plate_add.dds