Secrets of Rætikon

From PCGamingWiki, the wiki about fixing PC games
Jump to: navigation, search
Secrets of Rætikon
Secrets of Raetikon - cover.jpg
Developers
Release dates
Windows
April 17, 2014
OS X
April 17, 2014
Linux
April 17, 2014
Secrets of Rætikon at Steam Charts
Secrets of Rætikon at SteamDB

General information

More information Official Forums
More information Steam Community Discussions

Availability[edit]

Source DRM Notes Keys
Official website DRM-free Availability Table Icons - Steam.svg
Steam Availability Table Icons - Steam.svg

Game data[edit]

Configuration file(s) location[edit]

  Location 
Windows <path-to-game>\Secrets of Raetikon\
%APPDATA%\Raetikon\
OS X
Linux

Save game data location[edit]

  Location 
Windows %APPDATA%\Raetikon\
OS X
Linux

Save game cloud syncing[edit]

System Native Notes
Steam Cloud Native

Video settings[edit]

General settings.
Graphics option Option Notes
Widescreen resolution Native
Multi-monitor Unknown
Windowed Native
Borderless fullscreen windowed Unknown
Anisotropic filtering (AF) Impossible
Anti-aliasing (AA) Impossible
Vertical sync (Vsync) Impossible
High frame rate Unknown

Input settings[edit]

Input settings.
Keyboard and mouse Native Notes
Remapping Hackable See Remapping
Mouse acceleration Impossible
Mouse input in menus Impossible Doesn't work properly yet.
Mouse Y-axis inversion Impossible
Controller
Controller support Native
Full controller support Native
Controller remapping Impossible
Controller Y-axis inversion Impossible

Remapping[edit]

Fix Remapping via Options.xml file[1]

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:

<keyconfig>
	<left value="A"/>
	<right value="D"/>
	<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[edit]

Audio options Native Notes
Separate volume controls Hackable BGM, SFX; See Separate volume controls.
Surround sound Impossible
Subtitles Not applicable No speech.
Closed captions Impossible
Mute on focus lost Unknown

Separate volume controls[edit]

Fix Change BGM/SFX volumes[2]

  1. Open %APPDATA%\Raetikon\options.xml
  2. Add the following lines to the file:
<sound>
	<musicVolume value="1.0" />
	<sfxVolume value="1.0" />
</sound>
  1. Change the values of each setting as needed (valid values: 0.0 to 1.0)
  2. Save and close the file.

Localizations

Language UI Audio CC Notes
English Native Not applicable Not applicable

System requirements[edit]

Windows
Minimum
Operating system (OS) XP, Vista, 7
Processor (CPU) 2 GHz
System memory (RAM) 1 GB
Hard disk drive (HDD) Intel HD 4000
Video card (GPU) 200 MB
OS X
Minimum
Operating system (OS) 10.7
Processor (CPU) 2 GHz
System memory (RAM) 1 GB
Hard disk drive (HDD) Intel HD 4000
Video card (GPU) 200 MB
Linux
Minimum
Operating system (OS) Ubuntu 12.04
Processor (CPU) 2 GHz
System memory (RAM) 1 GB
Hard disk drive (HDD) Intel HD 4000
Video card (GPU) 200 MB
Other 32 bit libs installed or 32 bit system

References

  1. Controls and special keys - Broken Rules Forum
  2. ProTip - Change Sound Volumes - Broken Rules Forum