Author Topic: Teleporting others - [SORTA SOLVED]  (Read 5432 times)

Noyesdude

  • Posts: 44
  • Turrets: +2/-1
Teleporting others - [SORTA SOLVED]
« on: March 11, 2010, 05:19:31 pm »
Is there a way that person 1 and press a button then person 2 be teleported? I've thot of a few really complex ways of doing it. But if anybody has a rather easy way of doing it I'd be thrilled! :D

Thanks in advance
   Noyesdude
« Last Edit: March 15, 2010, 06:34:39 pm by Noyesdude »
Co-creater of the Pbot installation guide(http://xserverx.com/forum/viewtopic.php?f=44&t=2352) on XserverX, and Tremulous player. and btw its No-yes-dude :D

UniqPhoeniX

  • Spam Killer
  • *
  • Posts: 1376
  • Turrets: +66/-32
Re: Teleporting others
« Reply #1 on: March 11, 2010, 09:35:46 pm »
Possible like it's done on Meep, pressing button lowers floor until player on that floor touches teleporter which was inside the floor. With AMP, you can have player 2 in any area covered by a trigger_multiple, which triggers an AND/XOR gate (which can be 'enabled' for example by a button) and the AND triggers a target_teleporter.

Noyesdude

  • Posts: 44
  • Turrets: +2/-1
Re: Teleporting others
« Reply #2 on: March 12, 2010, 05:44:09 pm »
So you can have a trigger_multiple to a trigger_teleporter and it will teleport the other player instead of the one who pushed it?
Co-creater of the Pbot installation guide(http://xserverx.com/forum/viewtopic.php?f=44&t=2352) on XserverX, and Tremulous player. and btw its No-yes-dude :D

UniqPhoeniX

  • Spam Killer
  • *
  • Posts: 1376
  • Turrets: +66/-32
Re: Teleporting others
« Reply #3 on: March 12, 2010, 06:40:37 pm »
If both are in the area that is covered by the trigger, both will get teleported. Or only 1 (possibly random, or maybe 1 with smaller clientnum, dunno) if you make the trigger disable the AND after first teleport. And it has to be trigger_multiple -> target_teleport.

Ingar

  • Tremulous Developers
  • *
  • Posts: 554
  • Turrets: +302/-7
    • Ingar's projects on the Web
Re: Teleporting others
« Reply #4 on: March 12, 2010, 07:01:22 pm »
AMP is a non-official patch and AMP maps won't be playable on a standard server.

Noyesdude

  • Posts: 44
  • Turrets: +2/-1
Re: Teleporting others
« Reply #5 on: March 12, 2010, 10:56:06 pm »
Ah I didnt know what AMP was... So that won't work with a normal non-modded map?
Co-creater of the Pbot installation guide(http://xserverx.com/forum/viewtopic.php?f=44&t=2352) on XserverX, and Tremulous player. and btw its No-yes-dude :D

UniqPhoeniX

  • Spam Killer
  • *
  • Posts: 1376
  • Turrets: +66/-32
Re: Teleporting others
« Reply #6 on: March 13, 2010, 01:37:44 am »
Using target_AND won't work with normal non-modded servers. Some servers have AMP patch added tho.

Who

  • Administrator
  • Posts: 253
  • Turrets: +36/-22
Re: Teleporting others
« Reply #7 on: March 13, 2010, 02:22:42 am »
It would probably help to elaborate on exactly what you are trying to do. If you want to teleport a person in a specific location at the press of a button, the easiest way to do it would be (as has been mentioned before) to have the teleporter be slightly beneath the floor and just lower the floor when the button is pressed (so the person standing on it moves down into the teleporter).


Noyesdude

  • Posts: 44
  • Turrets: +2/-1
Re: Teleporting others
« Reply #8 on: March 13, 2010, 03:48:38 am »
Yeah I'm trying to teleport somebody else thru the press of a button. Ok thats what I was thinking about doing... but I was hoping I could do something a little easier.
Co-creater of the Pbot installation guide(http://xserverx.com/forum/viewtopic.php?f=44&t=2352) on XserverX, and Tremulous player. and btw its No-yes-dude :D

commander scrooge

  • Posts: 187
  • Turrets: +1/-9
Re: Teleporting others
« Reply #9 on: March 13, 2010, 04:23:55 pm »
He wants to teleport humans to a certain room leaving the aliens behind.
Pathbot every thing you need here

Noyesdude

  • Posts: 44
  • Turrets: +2/-1
Re: Teleporting others
« Reply #10 on: March 13, 2010, 05:21:07 pm »
No... I want to teleport aliens out of a room so they can get to the humans.


EDIT: I've got it, so don't worry about it anymore. Thanks again for all your time
« Last Edit: March 13, 2010, 05:45:40 pm by Noyesdude »
Co-creater of the Pbot installation guide(http://xserverx.com/forum/viewtopic.php?f=44&t=2352) on XserverX, and Tremulous player. and btw its No-yes-dude :D

mooseberry

  • Community Moderators
  • *
  • Posts: 4005
  • Turrets: +666/-325
Re: Teleporting others
« Reply #11 on: March 13, 2010, 06:59:44 pm »
In that case, change the title --> [SOLVED]
Bucket: [You hear the distant howl of a coyote losing at Counterstrike.]

मैं हिन्दी का समर्थन

~Mooseberry.

cron

  • Donators
  • *
  • Posts: 197
  • Turrets: +22/-22
    • GrangerHub
Re: Teleporting others
« Reply #12 on: March 13, 2010, 07:12:16 pm »
EDIT: I've got it, so don't worry about it anymore. Thanks again for all your time

So.. what was the solution to this?

Noyesdude

  • Posts: 44
  • Turrets: +2/-1
Re: Teleporting others
« Reply #13 on: March 13, 2010, 11:28:30 pm »
I'm having the floor drop down into a tigger_teleporter. With how many I'm making its not a easy way to do it but I know it works.
Co-creater of the Pbot installation guide(http://xserverx.com/forum/viewtopic.php?f=44&t=2352) on XserverX, and Tremulous player. and btw its No-yes-dude :D