v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "v0.31:Stonegears/Options"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m (Move existing options text from parent page)
 
m
Line 1: Line 1:
Game options are controlled by editing text files in the '''data\init''' folder.  Anything between a {{K|[}} and a {{K|]}} is a game option, in the form of [OPTION_NAME:OPTION_VALUE]. Everything else is comments which are ignored by the game.  For changes to options to take effect in a currently running game, you must save the game and then restore the saved game.
+
Game options are controlled by editing text files in the '''data\init''' folder.  Anything between a {{K|[}} and a {{K|]}} is a game option, in the form of [OPTION_NAME:OPTION_VALUE]. Everything else is comments which are ignored by the game.  For changes to options to take effect in a currently running game, you must save the game and then restore the saved game.  Game options apply to all games, so if you have two or more different saved games you switch between, the only way to have different options for each saved game is to edit the options file every time you switch games.
  
'''init.txt''' contains settings to control sound/volume, whether the introductory movie should play on startup, and whether the game starts in full-screen or windowed mode.
+
==init.txt==
  
'''d_init.txt''' contains many useful options:
+
A list of some of the more useful options in the '''{{L|init.txt}}''' file:
  
* AUTOSAVE: set this to SEASONAL so that the game will save at the start of each new in-game season. This will cause the game to pause at the start of each season, since saving the game takes a few seconds.
+
* '''SOUND''': Controls if game music is on or off.
* AUTOBACKUP: Set this to YES so that the game will automatically a backup copy of your save file every it does an auto-save. This way if you make a mistake you want to undo you'll only have lost at most a season's worth of work.
+
* '''INTRO''': Control if a short introductory movie is played each time the game app is started. This is turned NO in the Stonegears package.
* INVADERS: You can set this to NO to prevent {{L|ambush}}es and {{L|siege}}s by {{L|goblins}}.  This is recommended for your first fortress, since organizing and training the {{L|military}} has it's own learning curve (and is somewhat buggy), and requires you to set up a {{L|metal industry}} to produce the {{L|armor}} and {{L|weapons}} needed to fight. If you ''do'' want to fight goblins in your first fortress, you should probably set it to NO at first, then turn it back to YES once you're satisfied you've got your {{L|defense guide|defenses}} set up properly and your military up to snuff.
+
* '''{{L|FPS}}_CAP''': Sets the maximum speed the game will play at.
* POPULATION_CAP: This determines how populous your fort must be before {{L|immigration|immigrants}} stop arriving.  If you have more dwarfs than you know what to do with, change this to 0 to stop further immigration.
+
 
* VARIED_GROUND_TILES: Gives some variation to the appearance of the ground/floor. You can change this to NO to make all of the floor/ground look identical.
+
 
 +
==d_init.txt==
 +
 
 +
A list of some of the more useful options in the '''{{L|d_init.txt}}''' file:
 +
 
 +
* '''AUTOSAVE''': Controls how often (if at all) the game autosaves. This is set to once per season in the Stonegears package.  
 +
* '''AUTOBACKUP''': If AUTOSAVE is used, controls if the game automatically makes a backup copy of your save folder every it does an auto-save. This is turned ON in the Stonegears package.
 +
* '''INVADERS''': Controls whether or not you'll get {{L|ambush}}es, {{L|siege}}s, {{L|megabeast}}s and {{L|forgotten beast}}s.  Set to NO in the Stonegears package.
 +
* '''POPULATION_CAP'''': This determines how populous your fort must be before {{L|immigration|immigrants}} stop arriving.  If you have more dwarfs than you know what to do with, change this to 0 to stop further immigration (though nothing can stop the first two immigration waves).
 +
* '''TEMPERATURE''': If set to NO then {{L|fire}} and {{L|magma}} won't burn, {{L|water}} won't freeze and {{L|ice}} won't melt.  Set to NO in the Stonegears package, since having it on can slow down the game.
 +
* '''WEATHER''': If set to NO then it will never rain or snow.  Set to NO in the Stonegears package, since having it on can slow down the game.
 +
* '''VARIED_GROUND_TILES''': If set to YES gives some variation to the appearance of the ground/floor. This is set to NO in the Stonegears package.

Revision as of 07:27, 25 June 2011

Game options are controlled by editing text files in the data\init folder. Anything between a [ and a ] is a game option, in the form of [OPTION_NAME:OPTION_VALUE]. Everything else is comments which are ignored by the game. For changes to options to take effect in a currently running game, you must save the game and then restore the saved game. Game options apply to all games, so if you have two or more different saved games you switch between, the only way to have different options for each saved game is to edit the options file every time you switch games.

init.txt

A list of some of the more useful options in the Template:L file:

  • SOUND: Controls if game music is on or off.
  • INTRO: Control if a short introductory movie is played each time the game app is started. This is turned NO in the Stonegears package.
  • Template:L_CAP: Sets the maximum speed the game will play at.


d_init.txt

A list of some of the more useful options in the Template:L file:

  • AUTOSAVE: Controls how often (if at all) the game autosaves. This is set to once per season in the Stonegears package.
  • AUTOBACKUP: If AUTOSAVE is used, controls if the game automatically makes a backup copy of your save folder every it does an auto-save. This is turned ON in the Stonegears package.
  • INVADERS: Controls whether or not you'll get Template:Les, Template:Ls, Template:Ls and Template:Ls. Set to NO in the Stonegears package.
  • POPULATION_CAP': This determines how populous your fort must be before Template:L stop arriving. If you have more dwarfs than you know what to do with, change this to 0 to stop further immigration (though nothing can stop the first two immigration waves).
  • TEMPERATURE: If set to NO then Template:L and Template:L won't burn, Template:L won't freeze and Template:L won't melt. Set to NO in the Stonegears package, since having it on can slow down the game.
  • WEATHER: If set to NO then it will never rain or snow. Set to NO in the Stonegears package, since having it on can slow down the game.
  • VARIED_GROUND_TILES: If set to YES gives some variation to the appearance of the ground/floor. This is set to NO in the Stonegears package.