Box dropper tutorial?
Quote from Wroth on October 31, 2007, 6:08 pmCheers youme, I'd just come back to say that I'd found out how to do it here, which was also written by you, so thanks for the help twice
Cheers youme, I'd just come back to say that I'd found out how to do it here, which was also written by you, so thanks for the help twice
Story: 22.22222% Design: 33.33333%
Levels: 4.44444% Cake: 0.00000%
Voices: 0.0^3% in base 4
New models & Textures: ((e^28/pi*7)/0 - 42)%
Grief counseling: 111.11111%
Quote from Rivid31 on October 31, 2007, 6:10 pmYoume is right,
1. Set up a trigger_multiple that kills / spawns a new box.
2. Make a new entity, "filter_activator_name" and set these parameters
Name - box_filter
Filter Mode - Allow Entities that Match Criteria
Filter Name - box_name
3. Set your trigger_multiple's "Filter Name" parameter to box_filter
4. Make sure your box spawner spawns a box with the name of box_name.And that should do it.
Youme is right,
1. Set up a trigger_multiple that kills / spawns a new box.
2. Make a new entity, "filter_activator_name" and set these parameters
Name - box_filter
Filter Mode - Allow Entities that Match Criteria
Filter Name - box_name
3. Set your trigger_multiple's "Filter Name" parameter to box_filter
4. Make sure your box spawner spawns a box with the name of box_name.
And that should do it.
Quote from Wroth on October 31, 2007, 6:24 pmI just ammended this info to the wiki
I just ammended this info to the wiki
Story: 22.22222% Design: 33.33333%
Levels: 4.44444% Cake: 0.00000%
Voices: 0.0^3% in base 4
New models & Textures: ((e^28/pi*7)/0 - 42)%
Grief counseling: 111.11111%
Quote from Interitus on November 13, 2007, 11:30 pmNow, how do I set this up if I want to have a box already positioned on a ledge, then the box dropper drop a new box when the original box is destroyed, just a back up incase the player is an idiot and drops the box in the toxic goo?
Now, how do I set this up if I want to have a box already positioned on a ledge, then the box dropper drop a new box when the original box is destroyed, just a back up incase the player is an idiot and drops the box in the toxic goo?
Quote from Yekyaa on November 13, 2007, 11:33 pmAlso, weird question on following that tutorial.
for some reason mine box dropper lid opens twice on the first spawn
and only the first spawn.
It'll open to drop and then immediately open a second time.Any ideas? I also tried "Not removing template items" as a flag
as well as the preserve entity names just in case, but that's as far
as I can guess.
Also, weird question on following that tutorial.
for some reason mine box dropper lid opens twice on the first spawn
and only the first spawn.
It'll open to drop and then immediately open a second time.
Any ideas? I also tried "Not removing template items" as a flag
as well as the preserve entity names just in case, but that's as far
as I can guess.
Quote from Interitus on November 14, 2007, 12:08 amthat may be a timing issue. I'm sorta following what the box dropper in test chamber 5 is like, where there's a trigger that closes the lid after an entity has stopped touching it, and is opened by another trigger.
Of course, I have no idea if it works, because nothing else is.I might have this working, but I've been saying that all night, so I'll report my findings when I get it working, or have more questions, which will likely be to do with filters...
that may be a timing issue. I'm sorta following what the box dropper in test chamber 5 is like, where there's a trigger that closes the lid after an entity has stopped touching it, and is opened by another trigger.
Of course, I have no idea if it works, because nothing else is.
I might have this working, but I've been saying that all night, so I'll report my findings when I get it working, or have more questions, which will likely be to do with filters...
Quote from Interitus on November 14, 2007, 1:25 amWell that was an evening well spent....
I've got it so that it doesnt spawn the new box until the first one is destroyed by putting a func_nobrush keeping the template box from falling down into the visible box dropper. the func_nobrush disappears when killed by a trigger once.
Once the box falls, it hits a trigger_multiple, which opens the box lid after a delay, then is supposed to close it once the box has fallen out and cleared the area.
But, the lid is closing on the box too soon! Its like what Yekyaa was saying, it sorta twitches open and closed.... It seems to play the open animation, but close again right away. I might be able to discern some info from the official maps tomorrow, but I need some sleep for my final tomorrow morning. So anybody have any ideas?
Well that was an evening well spent....
I've got it so that it doesnt spawn the new box until the first one is destroyed by putting a func_nobrush keeping the template box from falling down into the visible box dropper. the func_nobrush disappears when killed by a trigger once.
Once the box falls, it hits a trigger_multiple, which opens the box lid after a delay, then is supposed to close it once the box has fallen out and cleared the area.
But, the lid is closing on the box too soon! Its like what Yekyaa was saying, it sorta twitches open and closed.... It seems to play the open animation, but close again right away. I might be able to discern some info from the official maps tomorrow, but I need some sleep for my final tomorrow morning. So anybody have any ideas?
Quote from yikkayaya on November 20, 2007, 2:50 pmIs there some way to stop the spawning mechanism to stop spawning a box at every box located at the map, without making an individual name for each box, and therefor also a filter for buttons and such, for each?
It's quite unconvenient if a map has more than one spawner or other boxes lying around, because if you loose your first box a couple of times, and there suddenly is a pile of boxes where there were one.
Is there some way to stop the spawning mechanism to stop spawning a box at every box located at the map, without making an individual name for each box, and therefor also a filter for buttons and such, for each?
It's quite unconvenient if a map has more than one spawner or other boxes lying around, because if you loose your first box a couple of times, and there suddenly is a pile of boxes where there were one.