Page 1 of 1
Trying to get multiple loadscreens to function in ScriptInIt
Posted: Tue Jun 22, 2010 3:34 pm
by MetalcoreRancor
For a few days now I've been trying to figure out ways to get more then one Loadscreen recognized and called out in ScriptInIt, because I have 4 random modes and if I could create a system to call out which mode is being used to activate the ReadData then it would be fine, but I am not gifted intellectually enough to get this made. Any ideas on how to do this, or any better ideas then what I have said?
Re: Trying to get multiple loadscreens to function in Script
Posted: Wed Jun 23, 2010 10:19 am
by [RDH]Zerted
Create multiple of the loadscreen lvl files. They should all be created in the exact same way with only the loadscreen image being different (but each image has to have the exact same file name). Put the lvl files into different folders and load them however you want to randomly load them.
I'd recommend not using the load screen utility.
Re: Trying to get multiple loadscreens to function in Script
Posted: Wed Jun 23, 2010 10:29 am
by myers73
what he wants to do is randomly load a game mode (ie different set of objectives), and match the load screen to the game mode.
Re: Trying to get multiple loadscreens to function(solved)
Posted: Wed Jun 23, 2010 2:24 pm
by MetalcoreRancor
I have recently changed my map to have 4 eras instead of 1, and I tried making 4 seperate Load's but right now it continues to use one loadscreen for all eras. Quite frustrating..
-edit-
So for future people who are modding this like I am, and if you use the search feature to find this topic...
Don't be an idiot like me and dont forget clean the _build/Load/munged/pc after each munge. It will transfer the tga from the first loadscreen munge to every one you do.
Re: Trying to get multiple loadscreens to function in Script
Posted: Wed Jun 23, 2010 5:06 pm
by myers73
wait, so you went through all of that last night, only to find you needed to clean between munges?
Re: Trying to get multiple loadscreens to function(solved)
Posted: Wed Jun 23, 2010 5:32 pm
by Maveritchell
MetalcoreRancor wrote:Don't be an idiot like me and dont forget clean the _build/Load/munged/pc after each munge. It will transfer the tga from the first loadscreen munge to every one you do.
You don't have to clean it, all you have to do is make sure your new loadscreen is saved later than your older loadscreen.