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.

Init.txt/raw/classic

From Dwarf Fortress Wiki
< Init.txt
Revision as of 19:44, 28 September 2023 by Lethosor (talk | contribs) (Lethosor moved page Init.txt/raw to Init.txt/raw/classic without leaving a redirect: this file is classic-specific)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WARNING: Do NOT copy over the init.txt from an earlier version of DF. Always read the file carefully, including the comments.

In general, you can copy savegames and mods from older DF versions, but you should not copy anything else. You should not, under any circumstances, unpack a new DF on top of an older one.


Change this to turn sound off.

[SOUND:YES]

The sound volume runs from 0 (off) to 255 (full). You can set the volume from the ESC options menu as well.

[MASTER_VOLUME:255] [MUSIC_VOLUME:255] [AMBIENCE_VOLUME:230] [SFX_VOLUME:204]

This lets you set the starting windowed/fullscreen setting. Can be YES, NO or PROMPT.

[WINDOWED:NO]

This is the size and font for windowed mode. Changing to the 800x600 font might make you happier.

[WINDOWEDX:1200] [WINDOWEDY:800] [FONT:curses_640x300.png]

You may disable window resizing if you wish.

[RESIZABLE:YES]

Full screen info. The 0s below mean that the game will choose a resolution for you, but you can set it yourself as well.

[FULLSCREENX:0] [FULLSCREENY:0] [FULLFONT:curses_640x300.png]

This font is used during the initial load sequence and menus.

[BASIC_FONT:curses_640x300.png]

If this is set to YES, the game will try to enlarge the interface to the desired size if the window is large enough to accommodate it. If the window is too small, nothing will happen. The game will err on the side of making the grid larger.

[INTERFACE_SCALING_TO_DESIRED_GRID:YES] [INTERFACE_SCALING_DESIRED_GRID_WIDTH:170] [INTERFACE_SCALING_DESIRED_GRID_HEIGHT:64]

If INTERFACE_SCALING_TO_DESIRED_GRID is set to NO, the game will scale the interface using a fixed percentage. The game increases the font one pixel at a time and will err on the side of making the grid larger.

[INTERFACE_SCALING_PERCENTAGE:100]

For wider monitors, restrict the width of the interface-heavy screens to a percentage of the total width. Does not affect the main play area. Some elements like the elevation bar and minimap may go outside this range (rather than cut the screen in half.)

[MAXIMUM_INTERFACE_PERCENTAGE:100]

Change this to YES if you want to see an FPS counter at the top left.

[FPS:NO]

Use this to set the maximum frame rate during play. The movies are always capped at 100. A frame in this case is not graphical but related to the movement speed of a creature. A healthy, unencumbered dwarven peasant takes one step every 10 frames.

You may set FPS_CAP to 0 to make it uncapped.

[FPS_CAP:100]

Use this to set the maximum graphical frame refresh rate during play.

[G_FPS_CAP:50]

This controls the number of milliseconds that must pass before a held key sends an initial repeat press to the game. You might need to adjust this.

[KEY_HOLD_MS:250]

This controls the number of milliseconds that must pass before a held key sends a repeat press to the game after the repeat process has begun.

[KEY_REPEAT_MS:150]

If you set KEY_REPEAT_ACCEL_LIMIT above one, then after KEY_REPEAT_ACCEL_START repetitions the repetition delay will smoothly decrease until repetition is this number of times faster than at the start.

[KEY_REPEAT_ACCEL_LIMIT:8] [KEY_REPEAT_ACCEL_START:10]

This controls the number of milliseconds between macro instructions.

[MACRO_MS:15]

This controls the number of milliseconds that must pass before input works again after the view recenters on an event in dwarf mode.

[RECENTER_INTERFACE_SHUTDOWN_MS:0]

Change this to NO if you want to leave save uncompressed (you might want to do this if you are experience save corruption).

[COMPRESSED_SAVES:YES]

Change this to YES to start with the classic ASCII tileset.

[USE_CLASSIC_ASCII:YES]