How to Change the Loading Screen Background

From EDukeWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

To change the background tile of the loading screen when starting or changing a map, insert the following code in your CON files:

onevent EVENT_GETLOADTILE
 setvar RETURN <tilenum>
endevent

Replace <tilenum> with any tile number you like to display it as your custom background loading screen.