3D Player Start

Archive of the old editing forum
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Locked
User avatar
JagDogger2525
Posts: 38
Joined: Sun Jan 08, 2017 6:10 pm

3D Player Start

Post by JagDogger2525 »

Hey all,

I am trying to get a level where the player starts on a 3D platform. I was able to do this with enemies but I want to do it with the player instead.

I did some searching and found that I have to use the enter script

Code: Select all

script 1 ENTER {code;}
I tried doing it 1 pixel above the total distance between bottom floor and platform floor and that didn't work - how do I properly do a script do make a player (more players as well) enter on the platform?
User avatar
Kappes Buur
 
 
Posts: 4120
Joined: Thu Jul 17, 2003 12:19 am
Graphics Processor: nVidia (Legacy GZDoom)
Location: British Columbia, Canada
Contact:

Re: 3D Player Start

Post by Kappes Buur »

1. On the start of the map teleport the player to the top of the 3D floor
2. On the start of the map use an instant lowering floor to leave the player up on the 3D floor
User avatar
Nash
 
 
Posts: 17439
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: 3D Player Start

Post by Nash »

You can also add "UsePlayerStartZ" to your MAPINFO.
User avatar
JagDogger2525
Posts: 38
Joined: Sun Jan 08, 2017 6:10 pm

Re: 3D Player Start

Post by JagDogger2525 »

Nash wrote:You can also add "UsePlayerStartZ" to your MAPINFO.
I actually ended up using this
Locked

Return to “Editing (Archive)”