Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Secrets of Rætikon"

From PCGamingWiki, the wiki about fixing PC games
m (→‎Input settings: Updated image to represent current update.)
(Updated to represent current version; added Windowed mode info.)
Line 1: Line 1:
{{Infobox game
 
|cover        = Secrets of Raetikon - cover.jpg
 
|developers  =
 
{{Infobox game/row/developer|Broken Rules}}
 
|publishers  =
 
|engines      =
 
|release dates=
 
{{Infobox game/row/date|Windows|April 17, 2014}}
 
{{Infobox game/row/date|OS X|April 17, 2014}}
 
{{Infobox game/row/date|Linux|April 17, 2014}}
 
|steam appid  = 246680
 
|gogcom page  =
 
|wikipedia    =
 
}}
 
 
'''General information'''
 
{{mm}} [http://brokenrul.es/vanilla/categories/raetikon-alpha Official Forums]
 
{{mm}} [http://steamcommunity.com/app/246680/discussions/ Steam Community Discussions]
 
 
==Availability==
 
{{Availability|
 
{{Availability/row| official | http://www.secrets-of-raetikon.com | DRM-free | | Steam }}
 
{{Availability/row| MacApp | id853146067 | MacApp | OS X only.}}
 
{{Availability/row| Steam | 246680 | Steam | }}
 
}}
 
 
==Game data==
 
===Configuration file(s) location===
 
{{Game data|
 
{{Game data/row|Windows|{{p|game}}\save\}}
 
{{Game data/row|OS X|~/Library/Application Support/Secrets of Raetikon/}}
 
{{Game data/row|Linux|{{P|home}}/.secrets-of-raetikon/}}
 
}}
 
{{XDG|false}}
 
 
===Save game data location===
 
{{Game data|
 
{{Game data/row|Windows|{{p|game}}\save\sync\master\}}
 
{{Game data/row|OS X|~/Library/Application Support/Secrets of Raetikon/}}
 
{{Game data/row|Linux|{{P|home}}/.secrets-of-raetikon/sync/master/}}
 
}}
 
 
===[[Glossary:Save game cloud syncing|Save game cloud syncing]]===
 
{{Save game cloud syncing
 
|origin                =
 
|origin notes          =
 
|steam cloud          = true
 
|steam cloud notes    =
 
|uplay                =
 
|uplay notes          =
 
|gamesave manager      =
 
|gamesave manager notes=
 
}}
 
 
 
==Video settings==
 
==Video settings==
{{Image|Raetikon settings.jpg|General settings.}}
+
{{Image|Secrets of Raetikon - Settings.png|General settings.}}
 
{{Video settings
 
{{Video settings
 
|wsgf link                  =  
 
|wsgf link                  =  
Line 71: Line 17:
 
|fov                        =  
 
|fov                        =  
 
|fov notes                  =  
 
|fov notes                  =  
|windowed                  = true
+
|windowed                  = hackable
|windowed notes            =  
+
|windowed notes            = See [[#Windowed|Windowed]].
|borderless windowed        = unknown
+
|borderless windowed        = hackable
|borderless windowed notes  =  
+
|borderless windowed notes  = See [[#Windowed|Windowed]].
 
|anisotropic                = false
 
|anisotropic                = false
 
|anisotropic notes          =  
 
|anisotropic notes          =  
Line 81: Line 27:
 
|vsync                      = false
 
|vsync                      = false
 
|vsync notes                =  
 
|vsync notes                =  
|60 fps                    = unknown
+
|60 fps                    = true
 
|60 fps notes              =  
 
|60 fps notes              =  
|120 fps                    = unknown
+
|120 fps                    = true
 
|120 fps notes              =  
 
|120 fps notes              =  
 
|color blind                = false
 
|color blind                = false
Line 89: Line 35:
 
}}
 
}}
  
==Input settings==
+
===[[Glossary:Borderless fullscreen windowed|Windowed]]===
{{Image|Secrets of Raetikon - InputMenu.png|Input settings.}}
+
The 'Windowed' setting in the in-game options causes the game to fill the entire desktop area of the primary monitor excluding the taskbar (in Windows).
{{Input settings
 
|key remap                = hackable
 
|key remap notes          = See [[#Remapping|Remapping]]
 
|acceleration option      = false
 
|acceleration option notes =  
 
|mouse menu                = false
 
|mouse menu notes          = Can select all menu items, but can't change options in Options menu.
 
|invert mouse y-axis      = false
 
|invert mouse y-axis notes =
 
|controller support        = true
 
|controller support notes  =
 
|full controller          = true
 
|full controller notes    =
 
|controller remap          = hackable
 
|controller remap notes    = See [[#Remapping|Remapping]]
 
|invert controller y-axis  = hackable
 
|invert controller y-axis notes= See [[#Remapping|Remapping]]
 
|touchscreen              =
 
|touchscreen notes        =
 
}}
 
 
 
===[[Glossary:Remapping|Remapping]]===
 
 
{{Fixbox|1=
 
{{Fixbox|1=
{{Fixbox/fix|Remapping via Options.xml file|ref=<ref>[http://brokenrul.es/vanilla/discussion/comment/319#Comment_319 Controls and special keys - Broken Rules Forum]</ref>}}
+
{{Fixbox/fix|Modify configuration file}}
Find your Options.xml file (see above for savegame locations). The following example maps the player movement to WASD and the actions to the cursor keys:
+
# Go to [[#Configuration file(s) location|configuration file(s) location]].
 
+
# Open <code>Options.xml</code> in Notepad.
<keyconfig>
+
# Add the line <fullscreen value="false" /> between <code><rendering></code> and <code></rendering></code>if it is not already present. If it is present, ensure that the value is set to <code>"false"</code>.
<left value="A"/>
+
# Below the <code><fullscreen></code> line, add the line <code><windowSize value="1920 1080" /></code>, replacing '''1920''' and '''1080''' with your desired width and height, respectively.
<right value="D"/>
+
Note: Setting the resolution to your screen resolution will cause the game to run the same as if it were in fullscreen mode.
<up value="W"/>
 
<down value="S"/>
 
<flap value="UP"/>
 
<grab value="RIGHT"/>
 
<fold value="DOWN"/>
 
<dispense value="LEFT"/>
 
</keyconfig>
 
 
 
Here are names of all keys:
 
BACKSPACE, TAB, RETURN, ESCAPE, SPACE, PLUS, COMMA, MINUS, DOT, HASH, NUM0, NUM1, NUM2, NUM3, NUM4, NUM5, NUM6, NUM7, NUM8, NUM9, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, DEL, UP, DOWN, RIGHT, LEFT, INSERT, HOME, END, PAGE_UP, PAGE_DOWN, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14, F15, LALT, LCTRL, LSHIFT, RALT, RCTRL, RSHIFT, LBRACKET, RBRACKET
 
 
 
Here are the names of all gamepad buttons. We use the PS3 pad as a reference. You need to add a <joyconfig> entry to map joystick buttons:
 
Circle, Select, L3, R3, Start, DpadUp, DpadRight, DpadDown, DpadLeft, L2, R2, L1, R1, Triangle, Circle, Cross, Square, PS
 
 
 
The gamepad axis have their own names. Your gamepad might support analogue axis for some values and digital buttons for others. All depends on your hardware. Add a <joyaxisconfig> entry to set axis mappings with the following values:
 
Lx, Ly, Rx, Ry, Unknown4, Unknown5, Unknown6, Unknown7, Unknown8, Unknown9, DpadUp, DpadRight, DpadDown, DpadLeft, L2, R2, L1, R1, Triangle, Circle, Cross, Square, AccX, AccY, AccXZ
 
 
 
The mouse buttons can be mapped via <mouseconfig>:
 
Left, Right, Middle, XButton1, XButton2
 
}}
 
 
 
==Audio settings==
 
{{Audio settings
 
|separate volume          = hackable
 
|separate volume notes    = BGM, SFX; See [[#Separate volume controls|Separate volume controls]].
 
|surround sound          = false
 
|surround sound notes    =
 
|subtitles                = n/a
 
|subtitles notes          = No speech.
 
|closed captions          = false
 
|closed captions notes    =
 
|mute on focus lost      = unknown
 
|mute on focus lost notes =
 
|eax support              =
 
|eax support notes        =
 
}}
 
 
 
===Separate volume controls===
 
{{Fixbox|1=
 
{{Fixbox/fix|Change BGM/SFX volumes|ref=<ref>[http://brokenrul.es/vanilla/discussion/comment/272#Comment_272 ProTip - Change Sound Volumes - Broken Rules Forum]</ref>}}
 
# Open <code>{{p|appdata}}\Raetikon\options.xml</code>
 
# Add the following lines to the file:
 
<sound>
 
<musicVolume value="1.0" />
 
<sfxVolume value="1.0" />
 
</sound>
 
# Change the values of each setting as needed (valid values: <code>0.0</code> to <code>1.0</code>)
 
# Save and close the file.
 
}}
 
 
 
{{L10n|content=
 
{{L10n/switch
 
|language  = English
 
|interface = yes
 
|audio    = n/a
 
|subtitles = n/a
 
|notes    =
 
|fan      =
 
|fan notes =
 
}}
 
}}
 
 
 
==System requirements==
 
{{System requirements
 
|OSfamily = Windows
 
 
 
|minOS    = XP, Vista, 7, 8
 
|minCPU  = 2 GHz
 
|minRAM  = 1 GB
 
|minHD    = Intel HD 4000
 
|minGPU  = 200 MB
 
}}
 
 
 
{{System requirements
 
|OSfamily = OS X
 
 
 
|minOS    = 10.6
 
|minCPU  = 2 GHz
 
|minRAM  = 1 GB
 
|minHD    = Intel HD 4000
 
|minGPU  = 200 MB
 
}}
 
 
 
{{System requirements
 
|OSfamily = Linux
 
 
 
|minOS    = Ubuntu 12.04
 
|minCPU  = 2 GHz
 
|minRAM  = 1 GB
 
|minHD    = Intel HD 4000
 
|minGPU  = 200 MB
 
|minother = 32 bit libs installed or 32 bit system
 
 
}}
 
}}
{{References}}
 

Revision as of 00:45, 13 September 2015

Video settings

General settings.
General settings.

Template:Video settings

Windowed

The 'Windowed' setting in the in-game options causes the game to fill the entire desktop area of the primary monitor excluding the taskbar (in Windows).

Instructions