Steam installeren
inloggen
|
taal
简体中文 (Chinees, vereenvoudigd)
繁體中文 (Chinees, traditioneel)
日本語 (Japans)
한국어 (Koreaans)
ไทย (Thai)
Български (Bulgaars)
Čeština (Tsjechisch)
Dansk (Deens)
Deutsch (Duits)
English (Engels)
Español-España (Spaans - Spanje)
Español - Latinoamérica (Spaans - Latijns-Amerika)
Ελληνικά (Grieks)
Français (Frans)
Italiano (Italiaans)
Bahasa Indonesia (Indonesisch)
Magyar (Hongaars)
Norsk (Noors)
Polski (Pools)
Português (Portugees - Portugal)
Português - Brasil (Braziliaans-Portugees)
Română (Roemeens)
Русский (Russisch)
Suomi (Fins)
Svenska (Zweeds)
Türkçe (Turks)
Tiếng Việt (Vietnamees)
Українська (Oekraïens)
Een vertaalprobleem melden
<UseAlternateKeyBinding>false</UseAlternateKeyBinding>
This is set via the options settings inside the game, or you can set it here.
Defaults to false. Setting it to true will disable the normal CTRL + L keybinding and have the mod use the alternative keybinding settings.
<AlternateKeyBindingCode>LeftControl,LeftAlt,L</AlternateKeyBindingCode>
This defaults to the above default alternative keybinding. However you may change it.
The setting takes up to 3 values seperated by commas. The first two *MUST* be set.
So "LeftControl,Keypad9" is valid, so is "LeftShift,LeftAlt,Q".
Case matters, don't use spaces.
Standard unity keybinding names are used, you can find them on the Unity website or via google.
http://docs.unity3d.com/400/Documentation/ScriptReference/KeyCode.html
They are processed in order and each requires the preceeding to be pressed. So if you set "LeftControl,Keypad9" then hitting keypad9 and then LeftControl will usually not work. When using three in the combo please note unity is a little twitchy in that you can hold the first down, but then you ususally need to tap the second and third at basically the exact same time.