Hi
I’ve been trying to create keyboard hack files for InTV games so that I can play them with a PS3 controller.
I’ve created a hack file for Lock’N’Chase according to the jzIntv documentation.
In the es_systems.cfg file, I added the –kbdhackfile command line flag to the InTV command so that it now reads
COMMAND=/home/pi/RetroPie/emulators/jzintv-1.0-beta4/bin/jzintv -z1 -f1 -q --kbdhackfile /home/pi/RetroPie/emulators/jzintv-1.0-beta4/LockNChase.kbd %ROM%
When I reload emulationstation, the Lock’N’Chase game will not run. The game starts up fine without the kbdhackfile flag.
The es log file has following output.
lvl2: Attempting to launch game...
lvl2: /home/pi/RetroPie/emulators/jzintv-1.0-beta4/bin/jzintv -z1 -f1 -q --kbdhackfile /home/pi/RetroPie/emulators/jzintv-1.0-beta4/LockNChase.kbd /home/pi/RetroPie/roms/intellivision/Lock\ \'N\'\ Chase\ \(1982\)\ \(Mattel\).int
lvl1: ...launch terminated with nonzero exit code 256!
Any help would be appreciated.