==============================================================
* Start level

    0 : Test level
  1-n : Any other level

START_LEVEL 1
==============================================================
* Control type

 0 = Monkey (default)
 1 = Advanced 1
 2 = Advanced 2

GAME_CONTROL_TYPE 0
==============================================================
* Invert Y axis

 0 = Normal (default)
 1 = Y axis inverted

GAME_CONTROL_INVERT_Y 0
==============================================================
* FX mode

 0 = FX mode OFF at program start
 1 = FX mode ON at program start (default)

FX_MODE 1
==============================================================
* Game map settings

> Map display:

 0 = Map is disabled
 1 = Map is enabled (default)

GAME_MAP_MINI		1
GAME_MAP_FULLSCREEN	1

> Players "noise" color:

 - 3 Integer values for RGB (0-255)

GAME_MAP_PLAYER_NOISE_RGB 255 0 0

> Mini map's visible area:
 
 - The visible "radius" in meters
 - Default = 39

GAME_MAP_MINI_VISIBLE_AREA 30
==============================================================
* Skip menu

This option skips the whole frontend menu stuff at program
start and starts the game directly with the level defined
via "START_LEVEL" if set to 1!

 0 = Menu ON (default)
 1 = Skip menu

SKIP_MENU 0
==============================================================
* PS2 controller button fix for PC

This option corrects PS2 button problems if used with PC's.
This setting is used for PC's only!

 0 = PS2 button settings
 1 = Swap "START" & "Left stick" button

PS2_PC_BUTTON_FIX 1
==============================================================
* Statup languages:

  0 = English
  1 = German
  2 = France
  3 = Italian
  4 = Spanish
  5 = Japanese

Currently English is supported only!

START_LANGUAGE 0
==============================================================
* Frontend disable (FOR DEBUG ONLY!)

This option disables the whole frontend 2D & 3D
stuff and starts directly with the level defined
via "START_LEVEL"!

 0 : Frontend is enabled (default)
 1 : Frontend is disabled

No menu & FX mode is avaliable if 1!

DISABLE 0
==============================================================

USE_MEMORY_CARD 1


<END>
