Home » Renegade Discussions » Mod Forum » Crate location and frequency
Re: Crate location and frequency [message #419994 is a reply to message #419973] |
Sun, 14 February 2010 13:31 |
|
reborn
Messages: 3231 Registered: September 2004 Location: uk - london
Karma:
|
General (3 Stars) |
|
|
I don't mind wherever, more people read these forums, so questions are probably better read and answered here I guess.
With SSGM, you could move the crate spawns. The object creation hook has a little look for the crates, and attaches it's own script to them, here:
else if (Is_Powerup(obj)) {
if (!Data->Mod && isin(Commands->Get_Preset_Name(obj),"Crate")) {
Attach_Script_Once(obj,"MDB_SSGM_Crate","");
}
At this point, you could move the object to new location depending on the map.
For the frequency you would have to (AFAIK) either make the change in level edit by changing the spawn delay time to something else, or you could just create more crate objects via code, using your own type of crate manager.
|
|
|
|
|
Crate location and frequency
|
|
|
Re: Crate location and frequency
By: reborn on Sun, 14 February 2010 12:48
|
|
|
Re: Crate location and frequency
|
|
|
Re: Crate location and frequency
|
|
|
Re: Crate location and frequency
|
|
|
Re: Crate location and frequency
By: reborn on Sun, 14 February 2010 13:31
|
|
|
Re: Crate location and frequency
|
|
|
Re: Crate location and frequency
By: reborn on Sun, 14 February 2010 14:55
|
|
|
Re: Crate location and frequency
By: wittebolx on Sat, 25 September 2010 07:01
|
|
|
Re: Crate location and frequency
|
|
|
Re: Crate location and frequency
By: reborn on Sun, 14 February 2010 23:29
|
|
|
Re: Crate location and frequency
|
|
|
Re: Crate location and frequency
By: reborn on Mon, 15 February 2010 14:16
|
|
|
Re: Crate location and frequency
|
|
|
Re: Crate location and frequency
|
|
|
Re: Crate location and frequency
By: reborn on Tue, 16 February 2010 01:26
|
|
|
Re: Crate location and frequency
|
|
|
Re: Crate location and frequency
|
|
|
Re: Crate location and frequency
By: reborn on Wed, 17 February 2010 07:58
|
|
|
Re: Crate location and frequency
|
|
|
Re: Crate location and frequency
|
|
|
Re: Crate location and frequency
By: reborn on Wed, 17 February 2010 10:34
|
|
|
Re: Crate location and frequency
|
|
|
Re: Crate location and frequency
|
|
|
Re: Crate location and frequency
|
|
|
Re: Crate location and frequency
By: reborn on Tue, 23 February 2010 08:07
|
|
|
Re: Crate location and frequency
|
|
|
Re: Crate location and frequency
By: reborn on Tue, 23 February 2010 08:54
|
|
|
Re: Crate location and frequency
|
Goto Forum:
Current Time: Fri Dec 20 23:36:02 MST 2024
Total time taken to generate the page: 0.01967 seconds
|