I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

Legacy:Mapping For Jailbreak

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from Legacy:Jailbreak/Mapping)
Jump to: navigation, search

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[edit]

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:
      • set a Tag for all Arena zones
      • use a Volume to delineate the arena
  • 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[edit]

Other Guides[edit]