Game Development Community

Mission Loading Screen

by Chuck Waters · in Torque Game Engine · 09/23/2004 (4:02 pm) · 3 replies

Is there an easy way to change the mission loading screen? or is there already a forum on it? I have been searching the forums, but cannot find anything. Any info or direction is greatly appreciated!

-Thanks

#1
09/24/2004 (5:07 am)
In the "starter.fps/client/ui/loadingGui.gui" file, near the top you'll see "bitmap = "./background";

Change the "background" to the jpg/png file you want.

Nick
#2
09/24/2004 (6:16 am)
Change, in what sense?

You can customize it however you want.


common/client/missiondownload.cs
common/server/missiondownload.cs
common/server/missionload.cs
starter.fps/client/missiondownload.cs
starter.fps/client/ui/loadinggui.gui


These are the scripts you might wanna check out.
Good luck.
#3
09/24/2004 (3:40 pm)
Use the GUI editor, it will take you like 10 minuets to make it look cool(if you haven't used it before).