Jump to content

PDF for manual and keyboard shortcuts?


Recommended Posts

Go to options when you first launch the game. You can look at the keybindings and such there. There will almost undoubtedly be a tutorial, or a starting guide, or something of the sort for the finished game, but since it's still under construction, there are more important things than making a guide that could become outdated as the game evolves. In the meantime, go ahead and ask any questions on the forums, most of us are happy to help. :)

Link to comment
Share on other sites

Go to options when you first launch the game. You can look at the keybindings and such there. There will almost undoubtedly be a tutorial, or a starting guide, or something of the sort for the finished game, but since it's still under construction, there are more important things than making a guide that could become outdated as the game evolves. In the meantime, go ahead and ask any questions on the forums, most of us are happy to help. :)

My question is 'can I get a PDF of the keyboard commands'?

And I guess the answer is 'no'. Going into the game and writing down all the bindings.. kind of silly. It's like every person who plays the game has to reinvent the wheel.

Is there an XML file somewhere for the key commands?

Link to comment
Share on other sites

Most of the keys have not been finalised so there is no definitive list.

You can read the current ones (and possibly alter them) from gameconfig.xml

<!-- HOTKEY DEFAULT VALUES AND KEY REMAPPING PARAMETERS -->

<!-- Best not to play with these! -->

<KeyMapping function="GEMapScrollUp" key="W" />

<KeyMapping function="GEMapScrollDown" key="S" />

<KeyMapping function="GEMapScrollLeft" key="A" />

<KeyMapping function="GEMapScrollRight" key="D" />

<KeyMapping function="GEZoomIn" key="=" />

<KeyMapping function="GEZoomIn" key="-" />

<KeyMapping function="GSResetCamera" key=" " />

<KeyMapping function="GSLaunchInterceptors" key="Q" />

<KeyMapping function="GSSpeed1" key="1" />

<KeyMapping function="GSSpeed2" key="2" />

<KeyMapping function="GSSpeed3" key="3" />

<KeyMapping function="GSSpeed4" key="4" />

<KeyMapping function="ACPause" key=" " />

<KeyMapping function="ACRollLeft" key="Q" />

<KeyMapping function="ACRollRight" key="E" />

<KeyMapping function="ACSelect1" key="F1" />

<KeyMapping function="ACSelect2" key="F2" />

<KeyMapping function="ACSelect3" key="F3" />

<KeyMapping function="ACSelectAll" key="F4" />

<KeyMapping function="ACFire1" key="1" />

<KeyMapping function="ACFire2" key="2" />

<KeyMapping function="ACFire3" key="3" />

<KeyMapping function="ACFire4" key="4" />

<KeyMapping function="ACFireAll" key="5" />

<KeyMapping function="GCFireModePrimary" key="R" />

<KeyMapping function="GCFireModeSecondary" key="L" />

<KeyMapping function="GCFireModeBurst" key="B" />

<KeyMapping function="GCInventory" key="I" />

<KeyMapping function="GCCrouch" key="C" />

<KeyMapping function="GCAbort" key=" " />

<KeyMapping function="GCEndTurn" key="T" />

<KeyMapping function="GCCameraUp" key="Tab" />

<KeyMapping function="GCCameraDown" key="Tab" shift="true" />

<KeyMapping function="GCSelectSoldier1" key="1" />

<KeyMapping function="GCSelectSoldier2" key="2" />

<KeyMapping function="GCSelectSoldier3" key="3" />

<KeyMapping function="GCSelectSoldier4" key="4" />

<KeyMapping function="GCSelectSoldier5" key="5" />

<KeyMapping function="GCSelectSoldier6" key="6" />

<KeyMapping function="GCSelectSoldier7" key="7" />

<KeyMapping function="GCSelectSoldier8" key="8" />

<KeyMapping function="GCSelectSoldier9" key="9" />

<KeyMapping function="GCSelectSoldier10" key="0" />

<KeyMapping function="GCSelectSoldier11" key="1" shift="true" />

<KeyMapping function="GCSelectSoldier12" key="2" shift="true" />

<KeyMapping function="GCSelectSoldier13" key="3" shift="true" />

<KeyMapping function="GCSelectSoldier14" key="4" shift="true" />

<KeyMapping function="GCSelectSoldier15" key="5" shift="true" />

<KeyMapping function="GCSelectSoldier16" key="6" shift="true" />

<KeyMapping function="GCSelectVehicle1" key="1" ctrl="true" />

<KeyMapping function="GCSelectVehicle2" key="2" ctrl="true" />

<KeyMapping function="GCSelectVehicle3" key="3" ctrl="true" />

<KeyMapping function="GCSelectVehicle4" key="4" ctrl="true" />

<KeyMapping function="GCMeleeAllWeapons" key="M" />

GE and GS appear to both be geoscape, AC is Air Combat, GC is Ground Combat.

Link to comment
Share on other sites

<KeyMapping function="GEZoomIn" key="=" />

<KeyMapping function="GEZoomIn" key="-" />

Weird you have zoom in twice and no zoom out, so possible bug in the saving of the keybind file.

That is unless you have already been in and manually editing it?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...