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
https://steamhost.cn/steamcommunity_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