Jump to content

teleporter stuff


Recommended Posts

i need some help, can i make 2 teleporters in the same map? if yes, how? here's a screenshot of the two teleporters (i'm using doom format btw):

 

Spoiler

1999539117_kp_2022-11-21_190613759.png.073d2e5d5f075fc653921fbafee9925f.png

 

Share this post


Link to post

Is the pad to the left the destination of the teleporter to the right? If so, the left pad is missing a "teleport destination" thing:

Spoiler

 

image.png.32b09c43ae219a958b290678a9013e1a.png

 

 

 

And it should also have the same tag as the linedefs with the teleport action.

 

If you want to make it both ways, the following conditions must be satisfied: (edited with @Stabbey corrections, thanks!):

- Each teleport sector needs a unique tag, higher than 0 (not the same one).

- The linedefs on one teleporter must have the tag of the destination teleporter.

- Each tp must have a teleport destination object, pointing to the direction you want the player to be looking at after teleporting

 

Edited by Fernito

Share this post


Link to post

I suggest you skim through these simple tutorials, which should teach you a lot about the basics of mapping in Doom.

 

 

I don't see teleporter destinations in either of your teleporters. Those are needed to specify where the player/monster is supposed to appear.
 

 

Just now, Fernito said:

Is the pad to the left the destination of the teleporter to the right? If so, the left pad is missing a "teleport destination" thing:

  Reveal hidden contents

 

image.png.32b09c43ae219a958b290678a9013e1a.png

 

 

 

 

And it should also have the same tag as the linedefs with the teleport action.

 

If you want to make it both ways, both teleport pad sectors must:

- Have the same tag

- Have a teleport destination object, pointing to the direction you want the player to be looking at after teleporting

- Have linedefs with the same tag as the sectors and the teleport action (usually 97 in doom format)

 

Part of this is incorrect. Each teleport sector needs a unique tag, not the same one. The linedefs on one teleporter must have the tag of the destination teleporter.

Edited by Stabbey

Share this post


Link to post
5 minutes ago, Stabbey said:

Part of this is incorrect. Each teleport sector needs a unique tag, not the same one. The linedefs on one teleporter must have the tag of the destination teleporter.

I don't know what I was thinking :) thanks for the correction

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...