Difference between revisions of "Input Configurations"

From Shield Cat Wiki
Jump to navigation Jump to search
(Created page with "Category:Technical Info")
 
Line 1: Line 1:
 +
In Shield Cat, it is possible to set whatever kind of actions you like to whatever kind of buttons/keyboard controls you like. To facilitate this, there are two files: <code>gamepads.ini</code>, and <code>keyboard.ini</code>
 +
 +
It is important to note that, when changing these files, the entries can be in any order, and the game may rearrange the order randomly. Do not worry about making the ini files neat!
 +
 +
When assigning keys or gamepad values, the format goes as follows:
 +
 +
{| class="wikitable"
 +
!For keys:
 +
|<code>T="pause"</code>
 +
|-
 +
!For Gamepads:
 +
|<code>gp_plus="pause"</code>
 +
|}
 +
 +
The key or gamepad button will be on the left, while the action will be on the right in quotation marks. Below I have detailed all the game's actions, as well as all the possible keys and gamepad values you can use.
 +
 
[[Category:Technical Info]]
 
[[Category:Technical Info]]

Revision as of 03:17, 11 September 2019

In Shield Cat, it is possible to set whatever kind of actions you like to whatever kind of buttons/keyboard controls you like. To facilitate this, there are two files: gamepads.ini, and keyboard.ini

It is important to note that, when changing these files, the entries can be in any order, and the game may rearrange the order randomly. Do not worry about making the ini files neat!

When assigning keys or gamepad values, the format goes as follows:

For keys: T="pause"
For Gamepads: gp_plus="pause"

The key or gamepad button will be on the left, while the action will be on the right in quotation marks. Below I have detailed all the game's actions, as well as all the possible keys and gamepad values you can use.