how to made a random teleporter ? (help) Created 13 years ago2011-03-04 18:14:14 UTC by Cstrikeman Cstrikeman

Created 13 years ago2011-03-04 18:14:14 UTC by Cstrikeman Cstrikeman

Posted 13 years ago2011-03-04 18:14:14 UTC Post #291111
I dont know "how to" made a random teleporter, normal teleporters yes
anyone can help me ?
thank you. :)
Posted 13 years ago2011-03-04 18:16:30 UTC Post #291112
Do you mean a teleporter that can take you to a random destination out of a previously defined set?

It's simple. Have a looping multimanager fire trigger_changetargets that redirect the teleport destination.
Posted 13 years ago2011-03-04 18:27:58 UTC Post #291115
for example tele1 target => mm random target => trigger_changetarget ?
and in changetarget the other destinations ?
Posted 13 years ago2011-03-04 18:32:30 UTC Post #291116
I'm not sure I understand what you said. I can explain in further detail what I said, though.

For each separate info_teleport_destination you add a trigger_changetarget that redirects the trigger_teleport to it. Then make a looping multimanager fire all those changetargets at different times each.
Posted 13 years ago2011-03-04 18:38:05 UTC Post #291117
Im so lost :(
im sorry
please disco stu explain it :)
(I use trigger teleport and a path track )
Posted 13 years ago2011-03-04 19:34:39 UTC Post #291119
What's the path_track for?

More detail. You have a trigger_teleport, let's assume its name is teleport_from_here. Suppose you have 3 destinations, represented as 3 different info_teleport_destination. Give each a unique name, let's suppose you call them destination1, destination2 and destination3.

Now, for each of these teleport destinations you need a trigger_changetarget. Give each trigger_changetarget a name (i.e set_destination1, set_destination2 and set_destination3) and a "new target" value of destination1, destination2 and destination3, respectively. Its purpose is to redirect teleport_from_here to a new destination, so all of them have a "target" value of teleport_from_here. Whenever you fire one of these trigger_changetargets, the trigger_teleport will change its destination to the name you set for "new target".

Finally, make a multimanager fire these changetargets individually at different times, effectively making a random choice on which destination it will send you to.

I can make an example map if you want.
Posted 13 years ago2011-03-04 19:47:46 UTC Post #291120
if you can made the example map I will thank forever :)
in my last map for the Tron mod (cs), (map name : tron_processor)
I need the random teleporter to made the players respawn soo far
I put a pic here :
User posted image
Posted 13 years ago2011-03-04 19:57:11 UTC Post #291122
I'm not sure what I should be looking at in that screenshot.

I'll make you that example map.
Posted 13 years ago2011-03-04 19:59:50 UTC Post #291123
the pic of the map, with the processor disposition to fight the players
and gain access to next level.
Posted 13 years ago2011-03-04 21:36:58 UTC Post #291132
Here is your example map. I hope I understood what your question was about.

http://twhl.co.za/vault.php?map=5591
You must be logged in to post a response.