anyone know a way to remap buttons for renpy in general, id prefer it i could map the skip button to a sidebutton on the mouse so i can game with one hand
anyone know a way to remap buttons for renpy in general, id prefer it i could map the skip button to a sidebutton on the mouse so i can game with one hand
Can you program what the side buttons do on your mouse do? Should be able to just set one of them as CTRL.
But if you want to manually remap a game, then you're gonna have to UnRen (I think, at least.) the game/project and find this file: renpy/common/00keymap.rpy. Open it in a code editor of some sort. Atom, ++, etc. should be easy enough. Then you're going to look for this line:
I believe K_CTRL on the top skip line should be 'mouseup_7', though it could be 'mouseup_6'. It might take a bit of experimenting, but I believe that's the general process.