24 Program Options
seedhartha edited this page 2021-03-10 14:12:19 +07:00
Name Description Default
game path to game directory N/A
dev enable developer mode 0
module name of a module to load N/A
width window width 800
height window height 600
fullscreen enable fullscreen 0
pbr enable enhanced graphics mode 0
numlights maximum number of lights (up to 16) 8
shadowres shadow map resolution (1 = 1024) 2
musicvol music volume in percents 85
voicevol voice volume in percents 85
soundvol sound volume in percents 85
movievol movie volume in percents 85
debug debug log level (0-3) 0
debugch debug channel mask 31
logfile log to file 0

Developer Mode

Developer mode facilitates debugging of the engine. Enabling developer mode has the following consequences:

  • Warp button is enabled in the main menu
  • First person camera can be toggled using the V key
  • Game speed can be changed using "+" and "-" keys
  • Graphical features can be toggled using F1-F3

Debug Channels

  • 1 - General
  • 2 - GUI
  • 4 - Script
  • 8 - Conversation
  • 16 - Combat

Note: channels are combined with a bitwise AND, i.e. use 31 to toggle all channels (1 | 2 | 4 | 8 | 16).