Are there any tutorials for making a train-type level?
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.
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.
Are there any tutorials for making a train-type level?
I was playing ZBlood, and I rather liked the Phantom Express level. Naturally, I want to try and put a train kind of level in my mod. Although when I looked at that level in Doom Builder, I couldn't really make anything of it. So, what I wanna know is has anyone written or come across tutorials for such levels?
Re: Are there any tutorials for making a train-type level?
I doubt if any tutorials have been written, but here's a quick set of concepts to get you going;
First, build the "train" as you would any regular map. Only in the shape of a train, of course.
Second, everything outside the train should be scrolling parallel to the train. There's a few ways to do this. Making the ground scroll by is by far the simplest, as all it requires is either a scrolling sector special, or an ACS command.
As for making actual objects scroll by... well, if they're Things, they should just scroll along with the floor. Maybe. I've never tested this, so I'm not positive.
Once you've done all that, you'll have the in-game illusion that you're on a moving train.
First, build the "train" as you would any regular map. Only in the shape of a train, of course.
Second, everything outside the train should be scrolling parallel to the train. There's a few ways to do this. Making the ground scroll by is by far the simplest, as all it requires is either a scrolling sector special, or an ACS command.
As for making actual objects scroll by... well, if they're Things, they should just scroll along with the floor. Maybe. I've never tested this, so I'm not positive.
Once you've done all that, you'll have the in-game illusion that you're on a moving train.
- Penguinator
- Posts: 625
- Joined: Mon May 22, 2006 6:55 pm
- Location: Hell
Re: Are there any tutorials for making a train-type level?
Look at this and Action Doom 2.
Re: Are there any tutorials for making a train-type level?
I can't get Action Doom 2 just yet (curse this dial up) but I'll get and examine that train.
- Cutmanmike
- Posts: 11354
- Joined: Mon Oct 06, 2003 3:41 pm
- Operating System Version (Optional): Windows 10
- Location: United Kingdom
- Contact:
Re: Are there any tutorials for making a train-type level?
http://zdoom.org/wiki/NJTRAIN
I'd also like to say I caught this train all the way to the ZDoom community.
I'd also like to say I caught this train all the way to the ZDoom community.

- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49237
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Are there any tutorials for making a train-type level?
http://www.doomworld.com/idgames/index.php?id=11822
E1M4 is the best train level ever. It shows all the tricks that can be done, although making the player die when falling off is a lot simpler to achieve in ZDoom.
E1M4 is the best train level ever. It shows all the tricks that can be done, although making the player die when falling off is a lot simpler to achieve in ZDoom.
Re: Are there any tutorials for making a train-type level?
Graf Zahl wrote:E1M4 is the best train level ever.

Actually, yeah, you're right.

Re: Are there any tutorials for making a train-type level?
I'll download that later when I have time. Also, Enjay, your level is cool too.Graf Zahl wrote:http://www.doomworld.com/idgames/index.php?id=11822
E1M4 is the best train level ever. It shows all the tricks that can be done, although making the player die when falling off is a lot simpler to achieve in ZDoom.

