Jump to content

Remap Keys For Sega Rally Revo (Or Any Dinput8.dll Title)


Recommended Posts

Posted (edited)

Use this if your game uses dinput8.dll (check the .exe in a hex editor) and do not allow you to redefine keys or do not let you use some keys like shift, alt or control. Example games: Sega Rally Revo, Alltynex Second, Antinomy of Common Flowers, etc.

 

Sega Rally Revo a un mode split-screen, malheureusement le jeu n'accepte qu'un joypad, et ne permet pas de redefinir les touches. AutoHotkey ne marche pas a cause de l'implementation Direct Input. J'ai donc fais quelques modifications mineures au remapper dinput d'atelier (https://github.com/shirorndcode/atelier_remap).

 

1. Telechargez l'archive attachee (le code source est inclus)

2. Placez dinput8.dll et remapper.exe dans le repertoire du jeu

3. Lancez remapper.exe et suivez les instructions pour remapper vos touches: Enter (Start), A (Accelerate), Z (Break), Comma (Left), Period (Right), Left Ctrl (Camera)

 

Ce systeme est generique et devrait marcher avec tous les jeux dinput qui ne permettent pas de redefinir les touches.

 

 

 

atelier_remap-master-v3.7z

Edited by ducon2016
Posted (edited)

Petite mise a jour et ameliorations dont j'ai eu besoin pour fixer Touhou Project 15.5. L'archive du 1er message a ete mise a jour.

 

1. Fix permettant maintenant de simples echanges de touches ou des permutations. Par example Z devient X et X devient Z, ou X=>Y / Y=>Z / Z=>A

2. Amelioration permettant de mapper n touches a la meme destination. Par example si vous voulez Z et X qui simulent Enter.

Edited by ducon2016
Posted (edited)

Update v3. Added the useful option to terminate a game by pressing a game. Just remap a key to itself. That key will be used to close the game.

Useful for games like Alltynex Second or Antinomy of Common Flowers where AutoHotkey does not work.

Edited by ducon2016

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...