Skip to content
Werner Stoop edited this page Dec 26, 2013 · 1 revision

game.ini is the default configuration file for a Rengine game. When the game.pak file is loaded, the PAK file is searched for game.ini as the starting point of the game.

It is in the format of an INI file.

The purpose of the game.ini file is to specify the

  • State Machine of your Rengine game.
  • The Styles of the various components within the game.

For development purposes, it is possible to use an alternative file through the -g option, eg:

./game -g foo.ini
Clone this wiki locally