RemapTools

An asset by bendn
The page banner background of a mountain and forest
RemapTools thumbnail image
RemapTools thumbnail image
RemapTools hero image

Quick Information

0 ratings
RemapTools icon image
bendn
RemapTools

A tool that allows the remapping of InputMap actions.Supports:- Multiple joypad types: - Xbox - Nintendo switch - Playstation - Fallback icons for a generic controller- Keyboard- MouseNote that the Switch and Playstation icons are not tested, as I do not have them.The switch also does not have a guide button, so keep that in mind.

Supported Engine Version
4.0
Version String
5.0.5
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL

RemapTools

README version Buy me a coffee

A tool that allows the remapping of InputMap actions in godot4.

Features

README image
README image

Supports:

  • Multiple joypad types:
    • Xbox
    • Nintendo switch
    • Playstation
    • Fallback icons for a generic controller
  • Keyboard
  • Mouse

Warning The Switch, Playstation icons are not tested, as I do not have them.

Note Nintendo switch does not have a guide button--the xbox or ps button--so beware.

Usage

var button = RemapButton.new()
button.action = "ui_left"
button._name = "left"
add_child(button)

Installation

With the Godot Package Manager

Note The information here may not be up to date. For most up to date information, see you-win/gpm#using-packages

Warning This addon is not compatible with being used as a sub addon(a addon to another addon), as it uses classes.

This addon is installable via the gpm. To install, create a godot.package file. It should look something like this.

{
  "packages": {
    "@bendn/remap": "1.0.0"
  }
}

Change 1.0.0 to whatever version you want to use. Then, clone the repo(git clone --depth 1 https://github.com/you-win/godot-package-manager), move the ./godot-package-manager/addons/godot-package-manager folder to your addons folder(mkdir addons && mv ./godot-package-manager/addons/godot-package-manager adons/).

Downloading addons:

  • For godot4: Open the terminal, and run this:

    godot --headless -s ./addons/godot-package-manager/cli.gd --update
    

    Ignore any errors produced, as long as it says "Finished".

  • For godot3: Open the godot editor, and click on the godot-package-manager tab, then press update.

Manually
  • Clone the repo(git clone --depth 1 https://github.com/bend-n/remap).
  • Move the remap/addons/remap folder into your addons folder(mkdir addons && mv remap/addons/remap addons/)

A tool that allows the remapping of InputMap actions.

Supports:
- Multiple joypad types:
- Xbox
- Nintendo switch
- Playstation
- Fallback icons for a generic controller
- Keyboard
- Mouse

Note that the Switch and Playstation icons are not tested, as I do not have them.
The switch also does not have a guide button, so keep that in mind.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
RemapTools icon image
bendn
RemapTools

A tool that allows the remapping of InputMap actions.Supports:- Multiple joypad types: - Xbox - Nintendo switch - Playstation - Fallback icons for a generic controller- Keyboard- MouseNote that the Switch and Playstation icons are not tested, as I do not have them.The switch also does not have a guide button, so keep that in mind.

Supported Engine Version
4.0
Version String
5.0.5
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers