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 "User:Brrak/TilesAndColors"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(Quick-start for updating Tileset and Colors)
 
m (Fix typos)
 
Line 1: Line 1:
 
= Using Tilesets and Colors =
 
= Using Tilesets and Colors =
  
The location of user-contributed Tilesets and colors is changing as the developers update the Dwarf Fortress to handle rolling updates.
+
The location of user-contributed tilesets and colors is changing as the developers update the Dwarf Fortress to handle rolling updates.
  
In the current version of the game, a "non-portable" user-specific location is used to store preferences and mods. In a Linux install it is located here:
+
In the current version of the game, a "non-portable" user-specific location is used to store preferences and mods. On Linux, it it is located here:
 
  ~/.local/share/Bay 12 Games/Dwarf Fortress/
 
  ~/.local/share/Bay 12 Games/Dwarf Fortress/
  
Line 14: Line 14:
 
The basic behavior seems to be that files and settings are read from the default location in the game directory and then any files or settings in this user directory are read with the last value or file read being used.
 
The basic behavior seems to be that files and settings are read from the default location in the game directory and then any files or settings in this user directory are read with the last value or file read being used.
  
In practice this means the easiest way to install user contributed colors is to copy them to the following locations:
+
In practice this means the easiest way to install user contributed colors and tilesets is to copy them to the following locations:
 
  ~/.local/share/Bay 12 Games/Dwarf Fortress/prefs/colors.txt
 
  ~/.local/share/Bay 12 Games/Dwarf Fortress/prefs/colors.txt
 
  ~/.local/share/Bay 12 Games/Dwarf Fortress/data/art/curses_640x300.png
 
  ~/.local/share/Bay 12 Games/Dwarf Fortress/data/art/curses_640x300.png
  
 
These two files will override the defaults in the game directory and survive reloads and version updates from Steam or new downloads.
 
These two files will override the defaults in the game directory and survive reloads and version updates from Steam or new downloads.

Latest revision as of 06:33, 3 October 2025

Using Tilesets and Colors[edit]

The location of user-contributed tilesets and colors is changing as the developers update the Dwarf Fortress to handle rolling updates.

In the current version of the game, a "non-portable" user-specific location is used to store preferences and mods. On Linux, it it is located here:

~/.local/share/Bay 12 Games/Dwarf Fortress/

It has the the following sub-folders:

data
mods
prefs
save 

The basic behavior seems to be that files and settings are read from the default location in the game directory and then any files or settings in this user directory are read with the last value or file read being used.

In practice this means the easiest way to install user contributed colors and tilesets is to copy them to the following locations:

~/.local/share/Bay 12 Games/Dwarf Fortress/prefs/colors.txt
~/.local/share/Bay 12 Games/Dwarf Fortress/data/art/curses_640x300.png

These two files will override the defaults in the game directory and survive reloads and version updates from Steam or new downloads.