Menu Close

Reply To: Mount & Blade: Warband

What is Moss ? forums New games and features Request Mount & Blade: Warband Reply To: Mount & Blade: Warband

#3078
M
Participant

Hi,

The names aren’t random, it’s a way for modders to override the game’s base texture files. For example:

./Textures/ankle_boots_a_new.dds

Can be overridden by:

./Modules/Native/Textures/ankle_boots_a_new.dds

Ideally we’d want to allow the following files to be present in the folder ./Modules/Native/Textures/:

./Modules/Native/Textures/Readme.txt (already there on clean install)
./Modules/Native/Textures/ui_gadgets.dds
./Modules/Native/Textures/banners_a.dds
./Modules/Native/Textures/banners_b.dds
./Modules/Native/Textures/banners_c.dds
./Modules/Native/Textures/banners_d.dds
./Modules/Native/Textures/banners_e.dds
./Modules/Native/Textures/banners_f.dds
./Modules/Native/Textures/banners_g.dds

But allow no other files in that directory. If that’s difficult or not possible we’d prefer to just allow NO files except the existing Readme.txt in there.

These are all the files and folders in a clean installation of the game, relative to the game’s exe (which is also listed): https://pastebin.com/raw/vX9NkzjZ

The game’s exe is called mb_warband.exe

Thanks for your help 🙂