How to Change the Loading Screen Background

From EDukeWiki
Jump to: navigation, search

To change the background tile of the loading screen when starting/changing map insert the following code in to your GAME.CON

onevent EVENT_GETLOADTILE
 setvar RETURN "temp"
endevent

Replace "temp" with any tile number you like to display it as your custom background loading screen. Adding 16384 to your number will stop the "LOADING" text from showing also.

Personal tools