Skip to content

Instantly share code, notes, and snippets.

@iaman
Created April 5, 2014 00:36
Show Gist options
  • Save iaman/9985829 to your computer and use it in GitHub Desktop.
Save iaman/9985829 to your computer and use it in GitHub Desktop.
Another Towerfall: Ascension controller config, this time for some corded Logitech controller I've been carrying around for about a decade... I guess it's technically a corded Logitech RumblePad 2 controller?

To use this configuration file, place it in {SteamFolder}/SteamApps/common/TowerFall/Gamepad_Config/

If it doesn't work, try using x360ce (or something similar) to find your controller's Product GUID and replace the ID in the section of ANNE.xml

<gamepad>
<name>Logitech POS</name>
<id>c218046d-0000-0000-0000-504944564944</id>
<jump>
<button id="1"/>
</jump>
<shoot>
<button id="0"/>
<button id="2"/>
</shoot>
<dodge>
<button id="4"/>
<button id="5"/>
<button id="6"/>
<button id="7"/>
<axis_above id="2" threshold=".2"/>
<axis_below id="2" threshold="-.2"/>
</dodge>
<arrows>
<button id="3"/>
</arrows>
<left>
<pov_left id="0"/>
<axis_below id="0" threshold="-.5"/>
</left>
<right>
<pov_right id="0"/>
<axis_above id="0" threshold=".5"/>
</right>
<up>
<pov_up id="0"/>
<axis_below id="1" threshold="-.8"/>
</up>
<down>
<pov_down id="0"/>
<axis_above id="1" threshold=".8"/>
</down>
<aim>
<pov id="0"/>
<axes x="0" y="1" threshold=".3"/>
</aim>
<start>
<button id="9"/>
</start>
<confirm>
<button id="1"/>
</confirm>
<back>
<button id="0"/>
<button id="2"/>
</back>
<alt>
<button id="5"/>
<button id="7"/>
<axis_below id="2" threshold="-.1"/>
</alt>
<alt2>
<button id="4"/>
<button id="6"/>
<axis_above id="2" threshold=".1"/>
</alt2>
<skip_replay>
<button id="9"/>
</skip_replay>
<icons>
<player>generic/player</player>
<move>generic/stick</move>
<jump>generic/2</jump>
<shoot>generic/1</shoot>
<dodge>generic/shoulder6</dodge>
<start>generic/start</start>
<confirm>generic/2</confirm>
<back>generic/3</back>
<alt>generic/shoulder5</alt>
<alt2>generic/shoulder6</alt2>
<skip_replay>generic/start</skip_replay>
</icons>
</gamepad>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment