Page 1 of 1
The Spacestation's weapon rack
Posted: Fri Jun 01, 2007 5:34 am
by blackdiamond
do any of you remember the weapon rack in the space station? those things that would come out and have two smg's or something on it, and you would take them? i would like to get some of these into my map, but when i even placed it correctly with the machine placement and palette, IT DIDN'T WORK!!!
Posted: Fri Jun 01, 2007 6:55 am
by Crazy_Colombiano
the rack dident spawn? be more discriptive of what dident work in stead of
OMG IT DIDENT WORK HELP
Posted: Fri Jun 01, 2007 6:59 am
by noodle1119modder
on cairo station where the dude with the shotgun gets killed by the two elites and the wall in front of you has a bunch of things that when you get close to them they open up and smgs are there.
Posted: Fri Jun 01, 2007 7:00 am
by blackdiamond
the weapon rack spawned, but nothing happened when i went next to it. i spawned it correctly, through the machine placement. also, noodlemodder, that's what I am talking about
Posted: Fri Jun 01, 2007 7:07 am
by patchesreusch
maby this will help u might not of put a weapon inside it
http://forums.halomods.com/viewtopic.php?t=60279
Posted: Fri Jun 01, 2007 7:08 am
by neodos
You have to spawn it via a script, i am not sure the script will work in syslink.
You need to reference the weapon(
smg )
And the gun rack(
gunrack ) in the scripts objects list (scnr)
gun_r_01 is a string, in fact a marker on the gunrak's hlmt
Tutorial for script objects by FFIIMan :
http://forums.halomods.com/viewtopic.php?t=47466
(script static load_gunrack
(begin
(object_create_anew smg)
(objects_attach gunrack gun_r_01 smg )
)
Posted: Fri Jun 01, 2007 8:59 am
by blackdiamond
could you tell me a tutorial like a newbie tutorial,step by step, i don't understand what exactly to do, making the weapon1 and all.