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
(Added remapping info (finally...))
Line 90: Line 90:
 
[[File:Raetikon_input.jpg|290px|right|thumb|Input settings.]]
 
[[File:Raetikon_input.jpg|290px|right|thumb|Input settings.]]
 
{{Input settings
 
{{Input settings
|key remap                = false
+
|key remap                = true
|key remap notes          =  
+
|key remap notes          = See [[#Remapping|Remapping]]
 
|acceleration option      = false
 
|acceleration option      = false
 
|acceleration option notes =  
 
|acceleration option notes =  
Line 109: Line 109:
 
|touchscreen notes        =  
 
|touchscreen notes        =  
 
}}
 
}}
 +
 +
===Remapping===
 +
{{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>}}
 +
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:
 +
 +
<pre>
 +
<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>
 +
</pre>
 +
 +
Here are names of all keys:
 +
<pre>
 +
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
 +
</pre>
 +
 +
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:
 +
<pre>
 +
Circle, Select, L3, R3, Start, DpadUp, DpadRight, DpadDown, DpadLeft, L2, R2, L1, R1, Triangle, Circle, Cross, Square, PS
 +
</pre>
 +
 +
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:
 +
<pre>
 +
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
 +
</pre>
 +
 +
The mouse buttons can be mapped via <mouseconfig>:
 +
<pre>
 +
Left, Right, Middle, XButton1, XButton2
 +
</pre>
 +
}}
 +
  
 
==Audio settings==
 
==Audio settings==

Revision as of 21:19, 20 January 2014

Dev general icon.svg
This product is unreleased but remains under active development - information may change frequently and could be outdated or irrelevant.
Secrets of Rætikon
Secrets of Rætikon cover
Developers
Broken Rules
Release dates
Windows TBA
macOS (OS X) TBA
Linux TBA

General information

Official Forums
Steam Community Discussions

Availability

Template:Availability Table

Game data

Configuration file(s) location

Template:Game data/rowTemplate:Game data/rowTemplate:Game data/row
System Location
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/246680/pfx/[Note 1]

Save game data location

Template:Game data/rowTemplate:Game data/rowTemplate:Game data/row
System Location
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/246680/pfx/[Note 1]

Save game cloud syncing

System Native Notes
Steam Cloud

Video settings

File:Raetikon settings.jpg
General settings.

Template:Video settings

Input settings

File:Raetikon input.jpg
Input settings.

Template:Input settings

Remapping

Instructions


Audio settings

Template:Audio settings

Separate volume controls

Instructions

System requirements

Windows
Minimum
Operating system (OS) XP, Vista, 7
Processor (CPU) 2 GHz
System memory (RAM)
Hard disk drive (HDD) Intel HD 4000
Video card (GPU) 200 MB
macOS (OS X)
Minimum
Operating system (OS) 10.7
Processor (CPU) 2 GHz
System memory (RAM)
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)
Hard disk drive (HDD) Intel HD 4000
Video card (GPU) 200 MB
Other 32 bit libs installed or 32 bit system

Notes

  1. 1.0 1.1 Notes regarding Steam Play (Linux) data:

References