Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/archive/global.php(40) : eval()'d code on line 2
Multiple Stages? [Archive] - TF2Maps.net Forums

PDA

View Full Version : Multiple Stages?


da10x
08-16-2008, 10:31 PM
Hello, All!

I searched all over the interwebs and the forums and could not find a tutorial to make multiple stages in a map like in Dustbowl. I want to make a CP map, but with multiple stages moving further up. How can I do this? :)

Thanks.

TheDarkerSideofYourShadow
08-16-2008, 10:41 PM
http://developer.valvesoftware.com/wiki/TF2/Creating_a_Linear_Gameplay_Map

Thats where I went when I needed to figure this out.

da10x
08-16-2008, 10:42 PM
http://developer.valvesoftware.com/wiki/TF2/Creating_a_Linear_Gameplay_Map

Thats where I went when I needed to figure this out.

Thanks a lot. I couldn't find that. :lol:

EDIT - Are rounds the same as stages then?

MrAlBobo
08-16-2008, 10:56 PM
hmm...i also noticed the lack of tutorials when i was trying to learn this...ill probably make one at some point just for consistency's sake...

but at the most basic level you need a control_point_master_entity and a few control_point_round entities, one for every round you want
those should sort out the rounds but you need more functionality then that, id advise you look at a decompiled map

EDIT:
...how did you find that darker...i scoured that site looking for some sort of guide...

da10x
08-16-2008, 10:57 PM
hmm...i also noticed the lack of tutorials when i was trying to learn this...ill probably make one at some point just for consistency's sake...

but at the most basic level you need a control_point_master_entity and a few control_point_round entities, one for every round you want
those should sort out the rounds but you need more functionality then that, id advise you look at a decompiled map

Yeah, thanks for the tips.
But again, rounds are the same as stages? :blushing:

MrAlBobo
08-16-2008, 11:06 PM
umm...sure?

and i looked for that tutorial and found it...must have just been added in the past few months <_<

da10x
08-16-2008, 11:10 PM
umm...sure?

and i looked for that tutorial and found it...must have just been added in the past few months <_<

Thanks again.

TheDarkerSideofYourShadow
08-17-2008, 12:16 AM
Somehow I found that wiki when I wanted to start, and just through searching for game design stuff I ended up there. It kind of has an odd title, not 100% what you would expect.