Relayer Advanced

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"

Permissions and credits
Hello. Welcome to the Relayer Action Remapper tool. This utility tool is designed to make customizing the controls for Relayer Advanced on PC easier to do.

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 video on how to use this mod.


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