hide menu and change bg

Users who are viewing this thread

Z.Master

Squire
how to hide tutorial,single player and custom battle in menu and how to change in game background and loadscreens on begin and when u enter in mp,tuto,sp...
 
Tutorial can be hidden with an option in module.ini file (located in Warband/Modules/<YourModule> folder).

I don't think you can hide Custom Battle and Start Game from the main menu, but you can probably edit their starting menus to automatically ping the user back with (change_screen_quit) command, so these options will be de facto inaccessible.
 
You can hide buttons by changing positions in game_variables.txt.
Code:
initial_start_new_game_button_position_x = 0.05
initial_start_new_game_button_position_y = 0.44
initial_custom_battle_button_position_x = 0.05
initial_custom_battle_button_position_y = 0.32
 
Back
Top Bottom