AJsGTA4remap

a script to remap the buttons on the PS3 dualshock3 controller so that amputees and paraplegics with the use of their left hand can play Grand Theft Auto. This is Ver.1 as my DD advances in the game, I will add functionality if needed.
Version1
AuthorDamnSkippy
Publish DateTue, 8 Jul 2014 - 18:22
Last UpdateTue, 8 Jul 2014 - 18:22
Downloads58
RATE


1

1

Release Notes: I have not remapped the buttons for shooting yet, as we have not gotten that far in the game. Version 2 will incorporate that functionality. Hope this helps some lefty out there. My daughter is thrilled to now be able to play the same PS3 games as her siblings.
Code: Select all
// This script remaps PS3 buttons for paraplegics and amputees who have left hand function only  
// 7/7/2014 7:41:21 PM
// Script generated by MaxRemapper Plugin
// This is my first script.  So far it works very well for the basic moves required to play GTA4
// Generated by Damn Skippy for my daughter AJ. She is new to GTA, so this effort will need some tweaking as she progresses in the game
// This is a script to remap the controls on a PS3 DualShock so that one handed (left hand function) players can play Grand Theft Auto
//----------------------------------------
remap PS3_L1 -> PS3_R2//remaps L1 button to function as R2 (while driving, this is your gas pedal)
remap PS3_DOWN -> PS3_L1// remaps the down button to function as L1 (some game actions require the use of L1, which was remapped in the previous line) 
remap PS3_UP -> PS3_TRIANGLE// The following 3 buttons are just mirrored from the right side of the controller so that you can remember them easily
remap PS3_RIGHT -> PS3_CIRCLE; //  The LEFT button functions as the SQUARE, UP as TRIANGLE, RIGHT as CIRCLE 
remap PS3_L3 -> PS3_CROSS// remaps the L3 button (push the left joystick in) to function as the CROSS (crouch or run when pressed 2X)
remap PS3_LEFT -> PS3_SQUARE
unmap 27;
 
main {
}