Difference between revisions of "Configuration file"

From RimWorld Wiki
Jump to navigation Jump to search
(created, Mac missing)
 
Line 1: Line 1:
 
{{TOCright}}
 
{{TOCright}}
 
== Configuration file contents ==
 
== 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.
+
'''[[RimWorld|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 ===
 
=== Parameters ===
Line 40: Line 40:
  
 
----
 
----
 +
 +
[[Category:Main]]

Revision as of 03:29, 21 August 2014

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