Difference between revisions of "Configuration file"

From RimWorld Wiki
Jump to navigation Jump to search
(Changed category.)
Line 47: Line 47:
 
----
 
----
  
[[Category:Main]]
+
[[Category:RimWorld game]]

Revision as of 04:40, 3 June 2020

Configuration file contents

RimWorld's configuration file is written in XML (Version 1.0) or stored in registry (on Windows) and contains the information visible in game screen Options.

Parameters

  • CustomCursorEnabled - Hides the standard OS mouse cursor and enables custom Rimworld cursor when 1, reverse when 0
  • QualityIndex - Graphics quality - Standard when 0, fancy when 1
  • Screenmanager Is Fullscreen mode - Whether the game should start in fullscreen (1) or windowed (0)
  • Screenmanager Resolution Width - Game window width in pixels
  • Screenmanager Resolution Height - Game window height in pixels
  • TutorialEnabled - Whether you want to get the tutorial notifications (1) or not (0)

Parameter names are different between registry and XML, but it should not be hard to find out the appropriate parameter. Unmentioned parameters should not be changed as they can have unpredictable effects.

Configuration file locations

Folders-OS-Windows-8-Metro-icon.png

Windows version

The configuration files are stored in registry: HKEY_CURRENT_USER/Software/Ludeon Studios/Rimworld

Changes can be made using the regedit utility


Folders-OS-Linux-Metro-icon.png

Linux version

The config file is stored in: /home/your user name/.config/unity3d/Ludeon Studios/RimWorld/prefs


Folders-OS-Apple-Metro-icon.png

Mac OS X version

The config is stored in: ~/Library/Preferences/unity.Ludeon\ Studios.RimWorld.plist

Or in: /Users/YourUserName/Library/Application Support/RimWorld/Config/Prefs.xml