Skip to content
Ondřej Daněk edited this page May 3, 2015 · 3 revisions

Console

The console allows to modify game aspects at runtime. To bring up the console press ~ any time.

Commands

switch_render_mode

switch_render_mode

Toggles between wireframe and solid rendering.

show_fps

show_fps

Toggle frames-per-second counter.

gl_info

gl_info

Report OpenGL driver information.

lang

lang [file_path]

Load specified language file. Currently disabled.

volume

volume [number]

Change music and sound volume.

rounds

rounds [number]

Change the maximum number of rounds.

music

music [on/off]

Enable/disable background music in menu.

joy_scan

joy_scan

Re-scan connected joypad devices. Necessary for the game to detect devices that were connected to the computer after the game start.

skin

skin
skin [personName]
skin [personName] [hairTopColor] ... [skinColor]

Show skin colors for all players or the selected player or modify the skin colors for a selected player.

gun

gun
gun [number] [true/false]

Show enabled weapons or enable/disable selected weapon.

start_ammo_range

start_ammo_range
start_ammo_range [minNumber] [maxNumber]

Report the current ammo range or specify the interval for number of bullets at game start. The game chooses random number from this interval.

Variables

None at the moment.

Clone this wiki locally