Difference between revisions of "Configuration file"
(created, Mac missing) |
(looks better.) |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{TOCright}} | {{TOCright}} | ||
== Configuration file contents == | == Configuration file contents == | ||
− | ''' | + | '''[[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 16: | Line 16: | ||
{| | {| | ||
− | |[[File:Folders-OS-Windows-8-Metro-icon.png| | + | |[[File:Folders-OS-Windows-8-Metro-icon.png|18px]] |
| | | | ||
− | ===Windows version=== | + | ===<span id="temp2" style="position: relative; bottom: 4px;"> Windows version</span>=== |
|} | |} | ||
The configuration files are stored in registry: | The configuration files are stored in registry: | ||
Line 26: | Line 26: | ||
---- | ---- | ||
{| | {| | ||
− | |[[File:Folders-OS-Linux-Metro-icon.png| | + | |[[File:Folders-OS-Linux-Metro-icon.png|18px]] |
| | | | ||
− | ===Linux version=== | + | ===<span id="temp2" style="position: relative; bottom: 4px;"> Linux version</span>=== |
|} | |} | ||
The config file is stored in: <code>/home/</code>'''<code>your user name</code>'''<code>/.config/unity3d/Ludeon Studios/RimWorld/prefs</code> | The config file is stored in: <code>/home/</code>'''<code>your user name</code>'''<code>/.config/unity3d/Ludeon Studios/RimWorld/prefs</code> | ||
---- | ---- | ||
{| | {| | ||
− | |[[File:Folders-OS-Apple-Metro-icon.png| | + | |[[File:Folders-OS-Apple-Metro-icon.png|18px]] |
| | | | ||
− | ===Mac OS X version=== | + | |
+ | ===<span id="temp2" style="position: relative; bottom: 4px;"> Mac OS X version</span>=== | ||
|} | |} | ||
+ | The config is stored in: | ||
+ | ~/Library/Preferences/unity.Ludeon\ Studios.RimWorld.plist | ||
+ | |||
+ | Or in: | ||
+ | /Users/YourUserName/Library/Application Support/RimWorld/Config/Prefs.xml | ||
---- | ---- | ||
+ | |||
+ | [[Category:RimWorld game]] |
Latest revision as of 19:50, 4 July 2022
Configuration file contents[edit]
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[edit]
- 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[edit]
Windows version[edit] |
The configuration files are stored in registry:
HKEY_CURRENT_USER/Software/Ludeon Studios/Rimworld
Changes can be made using the regedit utility
Linux version[edit] |
The config file is stored in: /home/
your user name
/.config/unity3d/Ludeon Studios/RimWorld/prefs
Mac OS X version[edit] |
The config is stored in: ~/Library/Preferences/unity.Ludeon\ Studios.RimWorld.plist
Or in: /Users/YourUserName/Library/Application Support/RimWorld/Config/Prefs.xml