Tremulous Forum
Media => Mapping Center => Topic started by: Paradox on August 07, 2007, 02:44:58 am
-
Ok, on the particle system entitiy, it says that triggering that toggles it on and off. How do i trigger it? I have tried linking the trigger to UNSC_Labs/shower, shower, but to no avail.
-
For me it works fine by doing it the normal way - setting the targetname key on the particle system and the target key on the trigger_multiple to the same value.
-
D'oh, fixed.
Woo 1700 posts!
Oh, how am i supposed to use a trigger_buildable?
I want to make a door that only operates when a repeater/egg is near.
-
trigger_buildable:
Triggered by a buildable or subset of buildables. If no buildables key is supplied every buildable will trigger this entity.
NOT THROUGHLY TESTED: please report whether or not this works for you.
-------- KEYS --------
target: this points to the entity to activate.
buildables: a comma delimited list of buildables which will trigger this entity.
wait: time in seconds until trigger becomes re-triggerable after it's been touched (default 0.2, -1 = trigger once).
random: random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).
So I guess the buildables key will need a value of "team_alien_spawn, team_human_repeater"
-
Ah, i thought it would be like eggpod, repeater.
Thx, ill test that later
-
For a forum moderator you are pretty fucking persistant with your ignoring of the Search (http://tremulous.net/phpBB2/search.php) function.
Take a look here:
http://tremulous.net/phpBB2/viewtopic.php?t=4709&highlight=triggerbuildable
-
I searched for buildable map triggers.
-
Spiffy!!! (http://tremmapping.pbwiki.com/entity_explanation#triggerbuildable)
At least those were the values I last used when compiling that entire list for someones convenience. If only people started using it.
-
they dont seem to work, might be why noone is using them. :P
-
bleh, i hate practical testing all those structures. Get to it someone not me! At least repeater should be correct, I used that one often enough in mechanical test maps. So long long ago.
-
*me thinks these work
link (http://koti.mbnet.fi/anania/miina/somestuff.txt)
-
Ill test all 3 of those i have been given and return the result.