- Jun 10, 2017
- 10,846
- 15,966
Is there a way that I can change the keybindings myself?
There's alwaysAny chance the keys can be reconfigured for those of us whose keyboards lack a HOME key?
SHIFT
+ *
but I assume that it will not help you much.As for how to change the key binding, open the file "AONmod.rpy" with any text editor. Then, right after the comments (the lines starting with '#') add :
Code:
init 1000 python:
config.keymap["AONmodCenter"].append( "shift_K_BACKSPACE" )
SHIFT
+ backspace
as keys to open the configuration menu. If you want another binding, you can find the list of the syntax for it,
You must be registered to see the links
.There's also the possibility to access the said configuration menu from the console by typing
AON
(the pressing the ENTER
key).Edit: It wasn't this much a problem with my previous production, so I didn't thought about it before. But starting the next update of the mod, I'll add the instructions and an example directly in the "AONmod.rpy" file.
Last edited: