File information

Last updated

Original upload

Created by

Coates87

Uploaded by

Coates87

Virus scan

Some manually verified files

Tags for this mod

About this mod

This tool is designed to make customizing your controls for Relayer Advanced simple. It even has support for the "Controller Prompts Mod". Unlike the original Relayer Action Mapper tool, this one has support for Windows and Linux operating systems.

Permissions and credits
Hello. Welcome to the Relayer Action Mapper PE (Python Edition) tool. This utility tool is designed to make customizing the controls for Relayer Advanced on PC easier to do. Unlike the original Action Mapper Tool, this one support both Windows and Linux.

Currently, you can change the game's controls by editing the KeyConfig.json inside the (game directory)\KeyConfig\ directory. There are two problems with this. First, all of control actions in the file are referred to the keys and not the actions their selves. What I mean is, instead of having:

jump = "keyname", 
The game uses the following:
"Enter" = ["Return","Space"]
In the above example, the "Enter" action acts as the "confirm" button.

The second problem with this is that even if the user can get used to editing the json file by hand for the keys, it will make it difficult to customize the controls with the Controller Prompts Mod from Nexus Mods.

This tool aims to solve both of those problems.

See the Tutorial folder inside the mod for the pdf and videos on how to use this mod. Note that the videos and the pdf file will assume that you are using a Linux operating system, such as Ubuntu, Linux Mint, SteamOS (for the Steam Deck).

See this video below for tutorial:


See this video for how to use the command line arguments (these can be used in the original Action Mapper Tool):


Use the Windows folder to use the Windows version of this tool. Use the Linux folder for the Linux version. The Linux version is the one that Steam Deck users would want to use for customizing the game's controls.

Link to Github: https://github.com/Coates087/RelayerActionMapperPython