How do I change the images inside the game?

正在查看此主题的用户

faction_note_mesh_for_menu, faction_note_mesh in module_tableau_materials.py determine what meshes are used for what factions.

You will also need new meshes with your pictures, of course.
 
If I want to change the "main_menu_nord" for example.

Should I add a new brf file in the module and a dds with the mesh? And then change the "main_menu_nord" in module_meshes.py to the name that I added in the brf file?
 
only add a new texture called "main_menu_nord" to your module textures folder and make sure you have scan_module_textures = 1 on module.ini
 
All dds files are textures, which means their dimensions are the power of 2. So resize your skin to 1024*1024.
 
后退
顶部 底部