How do I change the images inside the game? faction images menu images etc
Scared ? Regular 2011-08-19 #1 How do I change the images inside the game? faction images menu images etc
Lav Sergeant Knight at Arms 2011-08-19 #2 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.
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.
Scared ? Regular 2011-08-26 #3 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?
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?
Ikaguia Grandmaster Knight 2011-08-26 #4 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
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
Scared ? Regular 2011-08-26 #5 Can I just change the dds file to 1280 x 1024? Or need I change some code then?
Lav Sergeant Knight at Arms 2011-08-27 #7 All dds files are textures, which means their dimensions are the power of 2. So resize your skin to 1024*1024.
All dds files are textures, which means their dimensions are the power of 2. So resize your skin to 1024*1024.