How to Change the Loading Screen Background: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
New page: working
 
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
working
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.
 
[[Category: Tutorials]]

Latest revision as of 20:19, 25 March 2013

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.