How do I make a Map have more than 1 stage?

Infomaniac

L6: Sharp Member
Nov 29, 2015
374
207
As the title implies, I want to make a multi-stage map, but I don't know how to make one, any help?
 

killohurtz

Distinction in Applied Carving
aa
Feb 22, 2014
1,016
1,277
You just need some team_control_point_round entities, one for each stage. Use the "Priority" key to set the order they're played in, and "Control points in this round" to list their control points. You'll still need a team_control_point_master to set things like team switching, scoring style, etc. (but not "Restrict team from winning," put that in the round entities instead). Then, for player spawn points, you can fill in the names of the associated round entities in the "<Team> spawn for round" keys.
 

Infomaniac

L6: Sharp Member
Nov 29, 2015
374
207
Alright, thanks.