Background / Stage Documentation

M.U.G.E.N, (c) Elecbyte 1999-2010

Documentation for version 1.0 (2009)

Updated 19 April 2010

Overview

A background in M.U.G.E.N consists of one or more background elements, and zero or more background controllers. These are combined with stage settings to produce the appearance and functionality of a stage for use in M.U.G.E.N.

The stage settings control general parameters such as the size of the stage, movement of the camera, starting position of characters and camera in relation to the stage, shadow color, floor reflections, etc. Most fighting games maintain consistent values of these background parameters across their constituent stages, especially in regards to stage size and camera movement.

A background element is an individual unit of graphical data that is displayed on screen. All the visible parts of the stage are formed out of background elements. Each background element has individual settings for its sprite data, transparency, location, tiling, scroll speed with respect to the camera, and animation (if applicable). "Parallaxing" elements add a raster effect when scrolling the camera. Background elements may be of any size, although in practice, backgrounds are usually pieced together from several moderately-sized elements.

A background controller will perform additional manipulations on a background element, such as change its position or velocity, make it invisible or invisible, etc. Applications of background controllers include making characters stroll back and forth in the background, having debris fly across the screen, or creating changes in the background at set times (such entering a cave when the characters are fighting on a ship). In general, background controllers may allow you to create more advanced effects for a stage or optimize certain animations to reduce memory consumption, although many stages will do quite well without any controllers at all.

When creating a stage, you must assure that the visible area on the screen is "covered" by background elements at all times. Leaving holes in the background will cause a hall-of-mirrors effect in that location. Enabling the debugbg parameter will fill all holes with a bright shade of magenta, which should assist you in locating and fixing them.

Besides the obvious use in stages, backgrounds objects are used in M.U.G.E.N for the backgrounds of all system screens such as the title screen and the character select screen, as well as for use in storyboards. These types of backgrounds are referred to as "system backgrounds" and "storyboard backgrounds" respectively. Background objects used for stages are called "stage backgrounds". Besides their intended use, there is essentially no difference between the different types of backgrounds. This document covers stage settings as well as the background object format.

Description of stage settings

Stage settings define the background's relationship with the stage. The stage settings must be in the same stage file as the background. There are several groups that make up the settings. They are:

(all parameters are required unless specifically marked as "optional")

Info Group

name = stage_name
This parameter sets the name of the stage. The parameter must be enclosed in double-quotes.
displayname = display_name
This parameter sets the name to display in the stage select list. The parameter must be enclosed in double-quotes. If omitted, defaults to stage_name.
versiondate = version
This parameter sets the version of the stage. The formats accepted are either a date (MM,DD,YYYY) or a x.xx version number, e.g. 1.23. This parameter is for informational purposes and is currently not used by the engine.
mugenversion = mugen_version

This parameter sets the target version number of M.U.G.E.N that the stage is designed for. Valid values are 2002,02,14 or 1.0. Defaults to 2002,02,14.

A version number of 2002,02,14 restricts camera movement to whole units of the stage coordinate space, whereas 1.0 allows the camera position to assume fractional values.

author = author_name
This parameter sets the name of the author of the stage. The parameter must be enclosed in double-quotes. This parameter is for informational purposes and is currently not used by the engine.

Camera Group

startx = pos_x
Sets the camera's starting x-position. Should be set to 0.
starty = pos_y
Sets the camera's starting y-position. Should be set to 0.
boundleft = min_x
This is the minimum x-value that the camera can move to. It must be negative. Adjust this value to limit how far left the camera can scroll.
boundright = max_x
This is the maximum x-value that the camera can move to. It must be positive. Adjust this value to limit how far right the camera can scroll.
boundhigh = min_y
Controls the minimum y-value that the camera can move to. It must be negative. Adjust this value to limit how far up the camera can scroll.
boundlow = max_y
Controls the maximum y-value that the camera can move to. It must always be set to 0.
verticalfollow = closeness
This value affects the vertical movement of the camera to follow the highest player. It should be set between 0 and 1. A value of 0 means the camera does not move up at all. A higher value makes the camera track the higher player closer. A value of 1 makes the camera track the player as close as possible.
floortension = v_dist
This is the minimum vertical distance the highest player has to be from the floor (given as a positive value), before the camera starts to move up to follow him.
tension = h_dist
This is the horizontal distance a player can get to the edges before the camera starts to follow. Valid values are from 0 to 160.

PlayerInfo Group

p1startx = x_start
Sets the starting x-position for Player 1.
p1starty = y_start
Sets the starting y-position for Player 1.
p2startx = x_start
Sets the starting x-position for Player 2.
p2starty = y_start
Sets the starting y-position for Player 2.
p1facing = facing_flag
Controls which way Player 1 faces at the start. Set to 1 to face right, or -1 to face left.
p2facing = facing_flag
Controls which way Player 2 faces at the start. Set to 1 to face right, or -1 to face left.
leftbound = x_min
Sets the minimum allowable x-position for all players.
rightbound = x_max
Sets the maximum allowable x-position for all players.

Bound Group

screenleft = min_dist_left
Minimum allowable distance between players and the left edge of the screen. Must be positive.
screenright = min_dist_right
Minimum allowable distance between players and the right edge of the screen. Must be positive.

StageInfo Group

zoffset = v_dist
v_dist is the vertical distance of the ground level from the top of the screen, given in pixels. The zoffset parameter is inappropriately named, but has been left unchanged for compatibility purposes.
zoffsetlink = elem_ID
If this parameter is specified, it links the zoffset value to the y-position of a background element with the specified ID number. For example, you can link the value to a dummy element (see Other background element types) with a sin.y parameter to make the characters bob up and down in a sinusoidal fashion.
autoturn = turn_flag
Leave this parameter to 1 to make characters automatically turn to face each other. Setting this to another value will cause undesirable behavior.
resetBG = reset_flag
If set to 1, backgrounds will be reset between rounds. If set to 0, backgrounds will continue playing.
localcoord = width, height
Dimensions of the coordinate space of the stage. Defaults to 320, 240 if omitted.
xscale = xscale
Horizontal scaling factor of offsets, velocities, sprites and animations.
yscale = yscale
Vertical scaling factor of offsets, velocities, sprites and animations.

Shadow Group

intensity = darkness_val ;(optional)
This controls how dark the shadow is. Valid values range from 0 (lightest) to 256 (darkest). Defaults to 128 if omitted.
color = r,g,b ;(optional)
This parameter affects the color of the shadow. r,g,b are the color components (ranging between 0 and 255) of the players' shadows. The higher the number, the less of the corresponding color there is in the shadow. The smaller the numbers, the lighter the shadows will appear. Defaults to 0,0,0 if omitted.
yscale = scale_y ;(optional)
This is the vertical scale factor of the shadow. Use a larger scale_y to make the shadow longer. You can use a negative scale_y to make the shadow fall on the other side of the players. Defaults to 0.4 if omitted.
fade.range = top_y, bot_y ;(optional)
This parameter lets you set the range over which the shadow is visible. It is used to create an effect of the shadow fading as the player gets farther away from the ground. The first value is the high level, and the second is the middle level. Both represent y-coordinates of the player. A shadow is invisible if the player is above the high level, and fully visible if below the middle level. The shadow is faded in between the two levels. If omitted, defaults to no effect (shadow is always fully visible). Take note that y-coordinate values are negative, and TOP_Y should be less than BOT_Y.

Reflection Group

reflect = reflect_flag ;(optional)
Set reflect to 1 to enable reflection shadows, 0 to disable them. Reflection shadows create a "shiny floor" effect. Defaults to 0 if omitted.

Music Group

bgmusic = bgm_filename ;(optional)
bgm_filename is the name of the music file to play in the stage. Music files are usually put in the sound/ directory. Leaving bgm_filename blank will result in no music being played. If the music file does not exist, no music will be played. To play CD audio, put the track number followed by ".da". Using a track number of 0 will play a random audio track. For example, to play track 3 from a music CD, use bgmusic = 3.da. If omitted, defaults to no music.
bgvolume = volume_offset ;(optional)
This parameter adjusts the volume of the BGM being played. 0 is normal, negative for softer, and positive for louder (only for mp3, mods and CDA). Valid values are from -255 to 255. If omitted, defaults to 0.

Description of background elements

To define your stage's background elements, you must first create a BGDef group at the end of your DEF file. The format is as follows:

[BGDef]
spr = stages/my_stage.sff
debugbg = 1

You should replace stages/my_stage.sff with the path of the SFF file containing your stage's sprite data. To ensure good runtime speed, remember to set debugbg = 0 when your stage is finalized.

Once the BGDef definition is created, everything below it in the DEF file is considered to belong in the BGDef section. In the BGDef section, you should specify one or more background elements. Background elements are drawn in the order they appear in the DEF file (with later elements overdrawing previous ones), so the rearmost elements should be defined first.

Static background elements

The format for specifying a static background element is as follows.

[BG my_element_name]
type = normal
spriteno = 0,0
id = 0
layerno = 0
start = 0,0
delta = .5, .5
trans = none
mask = 0
tile = 0,0
tilespacing = 0,0
window = 0,0,319,239
windowdelta = 0,0

Many of the parameters can be omitted. We will examine this example line by line.

[BG my_element_name] ; (required)
Only [BG] is actually required. my_element_name can be anything you want. Generally, it helps to give each element a distinct and descriptive name, since "my_element_name" is what will be used in error messages.
type = normal ; (required)
This specifies that this background element is a static sprite, neither animated nor parallaxing.
spriteno = 0,0 ; (required)
This specifies which sprite in the SFF to display for this background element.
id = 0 ; (optional)
Specifies an ID number to refer to this background element by. This is used to allow background controllers to specify which elements they control. Different background elements can share the same ID number if necessary.
layerno = 0 ; (optional)
If layerno = 0, then this background element is drawn behind the characters. If layerno = 1, then this element is drawn in front of the characters. Within each layer, background elements are drawn back-to-front in the order they appear in the DEF file. layerno defaults to 0 if omitted.
start = 0,0 ; (optional)
Specifies the background element's starting position with respect to the top center of the screen (positive y values go downward). The background elementĀfs axis (the one specified for the designated sprite in the SFF) is placed at this starting position. If omitted, start defaults to 0,0.
delta = .5,.5 ; (optional)
Specifies how many pixels the background element should scroll for each pixel of camera movement in the horizontal and vertical directions, respectively. Setting delta=1,1 will cause the background element to move at the same speed as the camera. This is good for things like the ground under the characters' feet. For elements off in the distance, use smaller values of delta to create the illusion of depth. Similarly, elements in the foreground (layerno = 1) should usually be given deltas larger than 1. Setting delta to a negative value is possible, but may have an unintended effect. delta defaults to 1,1 if omitted.
trans = none ; (optional)
Specifies whether this background element should be transparent or not. Transparency modes are none, add, add1, sub. These specify no transparency (the default), color addition (spotlight effect), 50% color addition, and color subtraction (shadow effect).
mask = 0 ; (optional)
If mask is set to 1, color 0 of the sprite will not be drawn. This is used in drawing objects which are not rectangular in shape. For reasons of speed, mask should be set to 0 when not needed. mask defaults to 0.
tile = 0,0 ; (optional)
This line specifies if the background element should be repeated (tiled) in the horizontal and/or vertical directions, respectively. A value of 0 specifies no tiling, a value of 1 specifies infinite tiling, and any value greater than 1 will cause the element to tile that number of times. If this line is omitted, no tiling will be performed.
tilespacing = 0,0 ; (optional)
If tiling is enabled, this line specifies the space to put between separate instances of the tile in the horizontal and vertical directions, respectively. There is no effect if tiling is not enabled. tilespacing defaults to 0,0.
window = 0,0,319,239 ; (optional)
Specify window with four coordinates x1, y1, x2, and y2 respectively. Considering the upper left corner of the screen as (0,0), these coordinates are taken to form a rectangular box with (x1,y1) and (x2,y2) at opposite corners. At any given time, only the part of the background element that comes within this box (the "window") will be drawn. In this example, the window specified is (0,0) - (319,239), which is the entire screen. If you do not need the windowing effect, omit this line entirely.
windowdelta = 0,0 ; (optional)
Specifies the delta of the background element's window. It works similarly to the delta parameter for the background element itself. In limited situations, some interesting effects may be accomplished by using different values for delta and windowdelta (in conjunction with window). windowdelta defaults to 0,0 (no movement) if omitted.

Animated background elements

The format for specifying an animated background element is almost exactly the same as for a normal background element. There are only three notable differences, which will be explained below.

[BG my_animated_element]
type = anim
actionno = 55

(all other parameters other than spriteno are the same as for static background elements.)

First, for the element to animate, a type of anim must be specified. Second, an "action number" (actionno) must be specified. This replaces the spriteno parameter that would be used for a normal background element. The value of actionno must be for an animation that is defined in the DEF file. In this example, since actionno is 55, Action 55 must be defined in a manner similar to the following:

[Begin Action 55]
0,0,0,0,5
0,1,0,0,5

The format is the same as specifying animations in the AIR file, so details will be omitted here. The Action definition can be placed anywhere below the original [BGDef] group. Typical strategies are either to define the action immediately after the element it belongs to, or else to collect all the stage's actions together at the beginning or end of the [BGDef] group.

Note that each sprite you specify in the animation has its own axis (specified in the SFF file). During animation playback, the axis of each sprite will be lined up to correspond with the axis of the background element itself.

The effect of the tilespacing parameter is different for anim-type elements compared to normal-type elements. For a normal element, the x-value of this parameter specifies the horizontal distance between the right edge of the first tile and the left edge of the second tile. In the case of an anim element, the x-value specifies the horizontal distance between the left edge of the first tile and the left edge of the second tile. This applies similarly for the y-value. The reason for the difference is because the size of an anim is not necessarily constant. tilespacing is required for anim-type elements that use the tile parameter.

The final difference between animated and normal elements is that animated elements always have mask = 1.

Parallaxing background elements

To see an example of a parallaxing background element, look at the floor in KFM's stage. Parallaxing background elements, as their name implies, give the illusion of parallax (the phenomenon that close objects appear to move faster than distant objects when the camera moves). Parallaxing background elements must consist of a single sprite (they cannot be animated). They also cannot be transparent.

An example of the format is as follows:

[BG my_parallax_element]
type = parallax
spriteno = 10, 0
xscale = 1,1.75
yscalestart = 100
yscaledelta = 1.2

All other parameters are the same as static elements, except that trans is disabled.

The first and second xscale parameters scale the horizontal delta of the background element's top and bottom edge, respectively. (The deltas for the rest of the element are linearly interpolated between these two values.) For instance, if we specified delta = .78, .75, then the top of the sprite would move at .78 * 1 = .78 pixels per camera unit, and the bottom would move at .75 * 1.75 = 1.3125 pixels per camera unit. xscale is responsible for creating the parallaxing effect in the horizontal direction.

yscalestart is the inverse of the vertical scale of the sprite when the camera is at ground level, represented in percentage. For example, a value of 100 corresponds to a scale factor of 1, and 50 corresponds to a scale factor of 2. The value defaults to 100.

yscaledelta is the amount to add from the inverted scale factor for every camera unit the camera moves down, represented in percentage. The final scale factor is calculated by the following formula:

scale = 1 / (yscalestart/100 + yscaledelta/100 * camera_y)

In the example above, if the camera moves up by one unit, the scale factor will be 1 / (1.00 + .012 * -1) = 1.012, and if it moves up another unit, the scale will be 1 / (1.00 + .012 * -2) = 1.025 and so on.

The unintuitive behavior for the yscalestart and yscaledelta parameters is due to historical reasons.

Advanced Parameters

These parameters can be added to any background element as necessary.

id = id_number
This specifies an ID number for the background element. Multiple elements can share the same ID number. The purpose of the ID number is to allow background controllers to specify which elements they are operating on. Defaults to 0 if omitted.
positionlink = link_flag
Set positionlink to 1 to lock this element's position to the position of the element immediately preceding it in the DEF file. If set to 1, the values of the start parameter for the current element are treated as an offset from the previous element's position. The delta parameter will have no effect in this case. This is useful for getting large groups of elements to move in unison; if you edit the start and delta values of the first element in the positionlink chain, the effects will be seen throughout all elements the chain. positionlink defaults to 0 if omitted.
velocity = vel_x, vel_y
Specifies initial x- and y-velocities for the background element (these default to 0). This functionality is also subsumed by the VelSet background controller.
sin.x = amplitude, period, phase
Specifies sinusoidal movement for the element in the x-direction. The first parameter is the amplitude, the second parameter is the period of the motion in game ticks, and the third parameter specifies the initial phase shift of the sinusoidal motion (defaults to 0, i.e., the element will start in the exact middle of its sinusoidal range). This parameter is basically superseded by the SinX background controller.
sin.y = amplitude, period, phase
Works the same as the sin.x parameter, but in the y-direction.

Other background element types

Besides normal, anim and parallax background types, there is also a dummy type. As its name implies, a dummy-type background has no associated graphics. A dummy element's position is affected just like any other element type. Currently, the only use for a dummy element is to serve as a placeholder for the effect of the zoffsetlink parameter in the StageInfo group.

Background controllers

Background controllers operate on an internal timer that starts at 0 when the round starts, and increases by 1 for every game tick. When the timer reaches the controller's start time, then the controller becomes active. When the timer reaches the controller's end time, then the controller deactivates. If a positive looptime is specified for the controller, then the controller's internal timer will reset to 0 when the looptime is reached.

Background controllers must be grouped under a parent BGCtrlDef. You can use multiple BGCtrlDefs to separate the controllers into several groups. Each block of BGCtrlDef and background controllers may be placed anywhere within the [BGDef] section of the DEF file. The general format for these blocks is as follows.

[BGCtrlDef my_controller_name]
looptime = GLOBAL_LOOPTIME
ctrlID = DEFAULTID_1, DEFAULTID_2, ...

[BGCtrl my_controller_1]
type = CONTROLLER_TYPE
time = START_TIME, END_TIME, LOOPTIME
ctrlID = ID_1, ID_2, ...
(controller-specific parameters here)

[BGCtrl my_controller_2]
(etc.)

GLOBAL_LOOPTIME specifies the number of ticks after which the BGCtrlDef should reset its internal timer, as well as the internal timers of all BGCtrls it contains. To disable the looptime, set it to -1 or omit the parameter.

DEFAULTID_1, DEFAULTID_2, etc., specify the IDs of background elements to be affected by any BGCtrl that doesn't specify its own list of ctrlIDs. You can list up to 10 ID numbers for this parameter. If the line is omitted, then the default will be to affect all background elements.

START_TIME, END_TIME, and LOOPTIME are the times at which the background controller should start acting, stop acting, and reset its internal timer, respectively. If LOOPTIME is omitted or set to -1, then the background controller will not reset its own timer. (Its timer can still be reset by its parent BGCtrlDef if a GLOBAL_LOOPTIME is specified.) The background controller will be continuously active between START_TIME and END_TIME. START_TIME is required, but if END_TIME is omitted then it will default to the same value as START_TIME (so the controller will be active for 1 tick only).

ID_1, ID_2, etc., specify the IDs of background elements for this controller to act on. This list, if specified, overrides the default list specified in the BGCtrlDef. The maximum number of IDs specifiable is 10.

Below is the list of BGCtrl types and their associated parameters.

Simple Example

Suppose we want to make a person walk back and forth from (-300,0) to (300,0), right behind the main characters. We'll use background controllers to accomplish this task.

First, define the walking animations. Say that the character's walking sprites are 10,0 through 10,3 and that they face to the right.

; Walk right
[Begin Action 10]
10,0,0,0,6
10,1,0,0,6
10,2,0,0,6
10,3,0,0,6

; Walk left
[Begin Action 11]
10,0,0,0,6,H
10,1,0,0,6,H
10,2,0,0,6,H
10,3,0,0,6,H

Now start the character off at the far left edge of his range.

[BGDef]
(...)

[BG Peregrinator]
type = anim
actionno = 10
id = 10
start = -300, 0
delta = 1,1

Let's give Peregrinator a comfortable ambling speed of 2 pixels per tick. The one-way distance for his walk is 600 pixels, which will take 300 ticks. In total, it'll take him 600 ticks to make the round trip. Using this knowledge, set up the background controllers appropriately: since the entire situation repeats every 600 ticks, we can set the global looptime to 600.

[BGCtrlDef Peregrinator]
; reset the whole deal every 600 ticks.
looptime = 600
ctrlID = 10

; Set velocity of 2 pixels/sec rightward at time 0.
[BGCtrl Walk Right]
type = VelSet
time = 0
x = 2

; Set velocity of 2 pixels/sec leftward at time 300.
[BGCtrl Walk Left]
type = VelSet
time = 300
x = -2

And that's it! You can make the walk look better by having Peregrinator slow down and display a turning animation at each end of his walk. This would entail use of the VelAdd and Anim controllers. If you want Peregrinator to stop and start at regular intervals as he goes from one end to the other, you could create more VelSet and Anim controllers with their own individual looptimes (to get the behavior to repeat at regular intervals).