diff --git a/src/mod_converter2/mod_converter2.cpp b/src/mod_converter2/mod_converter2.cpp index 76c7eb9..a228f16 100644 --- a/src/mod_converter2/mod_converter2.cpp +++ b/src/mod_converter2/mod_converter2.cpp @@ -111,6 +111,8 @@ auto read_model(const path &fn) { break; } } + textures.erase("_DEFAULT_"); // no tex + textures.erase("TEX_TOV_AKTIVMETAL_ANIM"); // this one used as no-texture as well write_lines(path{fn}+=".textures.txt",textures); }