[Home]

Jailbreak Developer Network: JBPanorama


Actor >> Keypoint >> JBPanorama

Used to add a scoreboard minimap to a map. See Implementation for implementation details.

Relevant Properties

(Movement) vector Location
(Movement) rotator Rotation
Location and orientation of the virtual point of view on the minimap.
(JBPanorama) Texture TexturePanorama
Texture showing a miniature version of the map for display in the Jailbreak scoreboard. (If omitted, a temporary preview texture will be generated on the fly.)
(JBPanorama) float FieldOfView
Field of view of the virtual view on the minimap, in degrees. The default is 90 degrees; higher values produce a zoomed-out fisheye view, lower values a zoomed-in view.

Adding a Scoreboard Minimap

In order to have a minimap show up in the Jailbreak scoreboard when your map is played, you have to place a JBPanorama actor in your map and set it up. Jailbreak has a built-in feature that helps you in doing this.

Normal gameplay is interrupted. The normal on-screen display disappears and is replaced by a large crosshair (and a help text guiding you through the process). You can use your mouse and arrow keys to fly through your map, even through solid geometry.

The help text and crosshair are automatically hidden while the screenshot is taken if you use this keyboard shortcut. You will need this screenshot later to create the minimap texture that's displayed on the scoreboard.

You can press Shift+X to leave the JBPanorama alignment mode and to continue playing where you left off. Until you exit the game the Jailbreak scoreboard will show a temporary preview of the minimap according to your selected viewpoint so you can get a rough impression of how it will look.

At this point, you're ready to create the minimap image based on the screenshot you took and to set up the JBPanorama actor in your map. The following section explains how:

It's up to you how much you touch up the minimap image before saving it. Except for the basic shape and size of the map you're completely free – if you want, you can edit it to change its appearance from that of an actual screenshot to a holographic display, or a blueprint outline, or an artistic style of your liking.

With that, you're done. Save your map and enjoy your minimap.