Announcement

Collapse
No announcement yet.

RAGE Cheat Key Bindings - 4 Ultimate Cheats (PS3)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • RAGE Cheat Key Bindings - 4 Ultimate Cheats (PS3)

    BahumatLord is back with another game mod, this time for RAGE. The cheats are: God Mode, Give 999 All Ammo, Give 9999 Cash, and No Clipping Mode.

    UPDATE: Several new cheats have been added, including super enhanced running and jumping, along with No Targeting.

    Another day, another cheat

    Some of you are probably aware of this cheat mod, but every link is dead everywhere so I'm uploading it so it's not lost again. I couldn't find the original files, so I had to do it by hand so the key presses and config is probably different than what you remember. I used the PS3_2.cfg so you'll have to set your controller to the second configuration in game to use it. Then you can set it back to the normal config so you can play without any problems.

    I've included a backup of the original file too in case you need to replace it. Installation is simple as always - just copy PS3_GAME into your backup folder. You need to set your controls to the second set and then enter the following in-game to activate

    Directional Pad UP - God Mode
    Directional Pad Left - Give 999 All Ammo (Can be used multiple times)
    Directional Pad Right - Give 9999 Cash (Can be used multiple times)
    Directional Pad Down - No Clipping Mode (walk through walls - may break the game - use at your own risk)
    Triangle - No Targeting (Enemies don't see you - Doesn't break story events)
    L2 - Enhanced Jumping
    R2 - Super Enhanced Jumping
    L1 - Enhanced Running Speed
    R1 - Super Enhanced Running Speed

    What's interesting to me is how you can bind console commands to various buttons. For those that don't know, the console comes up on PC games when you hit the tilde (~) key. Console commands are usually pretty generic and can be used on a vast number of games. So, take a look around your game backups and try to find the controller config files and we'll see what we can come up with. It's a safe bet that I have most of the games that you guys do so we can work together and get a lot more opened up for us. You guys know where to find me if you think you've found something

    Here's the modded file.
    Code:
    //==============================================================================
    // Default Joystick Bindings
    //==============================================================================
    
    //==============================================================================
    // FPS Mode Bindings 
    //==============================================================================
    
    bindset 0
    
    bind "JOY1" "_jump"                // A
    bind "JOY2" "_crouch"                // B
    bind "JOY3" "_reload"                // X
    bind "JOY4" "notarget"                // Y
    bind "JOY5" "pm_runspeed 500"             // L Shoulder
    bind "JOY6" "pm_runspeed 1000"             // R Shoulder
    bind "JOY7" "_sprint"               // L Stick Click
    bind "JOY8" "_attack2"                   // R Stick Click
    bind "JOY9" "toggleMainMenu"            // Start
    bind "JOY10" "_inventory"             // Back
    
    bind "JOY_STICK1_UP" "_moveforward"
    bind "JOY_STICK1_DOWN" "_moveback"
    bind "JOY_STICK1_LEFT" "_moveleft"
    bind "JOY_STICK1_RIGHT" "_moveright"
    
    bind "JOY_STICK2_UP" "_lookup"
    bind "JOY_STICK2_DOWN" "_lookdown"
    bind "JOY_STICK2_LEFT" "_lookleft"
    bind "JOY_STICK2_RIGHT" "_lookright"
    
    bind "JOY_TRIGGER1" "pm_jumpheight 500"            // L Trigger
    bind "JOY_TRIGGER2" "pm_jumpheight 1000"        // R Trigger
    
    bind "JOY_DPAD_UP" "god"
    bind "JOY_DPAD_RIGHT" "give cash 9999"
    bind "JOY_DPAD_DOWN" "noclip"
    bind "JOY_DPAD_LEFT" "give ammo 999"
    
    bindset 2
    
    // Joystick
    
    bind "JOY1" "_attack1"                // A
    bind "JOY2" "_weap9"                // B
    bind "JOY3" "_use"                    // X
    bind "JOY4" "_weap5"                // Y
    bind "JOY5" "_zoomin"                // L Shoulder
    bind "JOY6" "_zoomout"                // R Shoulder
    bind "JOY7" "_zoom"                    // L Stick Click
    bind "JOY8" ""                        // R Stick Click
    bind "JOY9" "toggleMainMenu"        // Start
    bind "JOY10" "_inventory"            // Back
    
    bind "JOY_STICK1_LEFT" "_moveleft"
    bind "JOY_STICK1_RIGHT" "_moveright"
    bind "JOY_STICK1_UP" "_jump"
    bind "JOY_STICK1_DOWN" "_crouch"
    
    bind "JOY_STICK2_UP" "_lookup"
    bind "JOY_STICK2_DOWN" "_lookdown"
    bind "JOY_STICK2_LEFT" "_lookleft"
    bind "JOY_STICK2_RIGHT" "_lookright"
    
    bind "JOY_TRIGGER1" "_moveback"        // L Trigger
    bind "JOY_TRIGGER2" "_moveforward"    // R Trigger
    
    bind "JOY_DPAD_UP" ""        
    bind "JOY_DPAD_DOWN" ""
    
    //==============================================================================
    // Car Weapon View Mode Bindings
    //==============================================================================
    
    bindset 4
    
    bind "JOY_STICK1_UP" ""
    bind "JOY_STICK1_DOWN" ""
    bind "JOY_STICK1_LEFT" ""
    bind "JOY_STICK1_RIGHT" ""
    
    bind "JOY_STICK2_UP" "_lookup"
    bind "JOY_STICK2_DOWN" "_lookdown"
    bind "JOY_STICK2_LEFT" "_lookleft"
    bind "JOY_STICK2_RIGHT" "_lookright"
    bind "JOY_TRIGGER1" "_zoom"            // L Trigger - zoom
    bind "JOY_TRIGGER2" "_attack1"        // R Trigger - fire
    
    bind "JOY1" "_attack1"                // A - fire weapon
    bind "JOY2" "_quickuse"                // B
    bind "JOY4" "_weap5"                // Y - exit vehicle
    bind "JOY6" "_weapnext"                // R Shoulder - next weapon
    bind "JOY8" "_switchpos"            // R Stick Click - switch seats
    //bind "JOY5" "_switchpos"
    
    
    //==============================================================================
    // AI Control Mode Bindings
    //==============================================================================
    
    bindset 3
    
    bind "JOY1" "_use"                    // A
    bind "JOY2" "_jump"                    // B
    bind "JOY3" ""                        // X
    bind "JOY4" "_reload"                // Y
    //bind "JOY5" "_weapprev"              // L Shoulder
    //bind "JOY6" "_weapnext"              // R Shoulder
    bind "JOY7" "_crouch"               // L Stick Click
    bind "JOY9" "toggleMainMenu"        // Start
    //bind "JOY10" "_inventory"         // Back
    
    bind "JOY_STICK1_UP" "_moveforward"
    bind "JOY_STICK1_DOWN" "_moveback"
    bind "JOY_STICK1_LEFT" "_moveleft"
    bind "JOY_STICK1_RIGHT" "_moveright"
    
    bind "JOY_STICK2_UP" "_lookup"
    bind "JOY_STICK2_DOWN" "_lookdown"
    bind "JOY_STICK2_LEFT" "_lookleft"
    bind "JOY_STICK2_RIGHT" "_lookright"
    
    //bind "JOY_TRIGGER1" "_zoom"        // L Trigger
    bind "JOY_TRIGGER2" "_attack1"        // R Trigger
    
    // Always go back to bindset 0 before exiting the config
    bindset 0
    -BahumatLord

    Direct Download - VERSION 2

    Direct Download - VERSION 1
    The Hackmaster

  • #2
    does this work on ps3

    Comment


    • #3
      Originally posted by lilphoot View Post
      does this work on ps3
      It says "PS3" in the thread title for a reason.
      July 7, 2019

      https://www.4shared.com/s/fLf6qQ66Zee
      https://www.sendspace.com/file/jvsdbd

      Comment


      • #4
        I copied the file and cfg to my usb rootless in the right side of PS3 port nothing worked

        Comment


        • #5
          I don't have a PS3, so I don't exactly know how to install it. Go to the source thread, they may be able to help you. You'll have to register.

          http://psx-scene.com/forums/f6/artic...outing-103502/

          http://psx-scene.com/forums/content/...-couting-2262/
          The Hackmaster

          Comment

          Working...
          X