Mapping For Jailbreak
For mapping information about Jailbreak III for Unreal Tournament, see Mapping for UT Jailbreak.
The official Jailbreak 200x documentation site is the Jailbreak Developer Network at http://www.planetjailbreak.com/jdn/ (another Wiki, in fact). All mapping-related actors are documented there, and several small tutorials explain how to set up Jailbreak maps.
Overview
There are far fewer special classes compared to the UT version. In particular:
- Use standard PlayerStart everywhere. Set the team number as you would in any other game.
- Use standard ZoneInfo everywhere. You can use any subclasses too, for anything, including the Arena and the Jails.
- The JBInfoJail actor can be set to automatically bind itself to the zone it sits in.
- The JBInfoArena actor can be set to automatically bind itself to the zone it sits in also, but you probably will want several zones in the arena to optimise it. So you can:
- The release switch can be any GameObjective subclass.
For bot support playtesting, disable the PlayerStarts in the jails and the arena, shove two flags in and run it as CTF
Spoondog's Guide to Mapping for Jailbreak
- /Introduction
- /General Layout
- /Jails
- /Weapon Availability
- /Shooting from Jails
- /Team Deathmatch or CTF
- /Risk Balance
- /Boring Jails
- /The Arena
- /Death Sequence
- /Conclusion