RAGE 2 [Engine:APEX]

Upload your cheat tables here (No requests)
Post Reply
User avatar
SunBeam
RCE Fanatics
RCE Fanatics
Posts: 4665
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4186

RAGE 2 [Engine:APEX]

Post by SunBeam »

Updated to 1.2, including the below:

[+] Adjusted some scripts
[+] Added Overdrive Multiplier 10x script

For the latter one: note that I basically hijack the Level it should bring the Multiplier to, setting it to the Max possible (10) and change the Timer Minuend to 100.0 (instead of the base value of 2.0). That gives you like 100s till the level depletes. However, when the depletion happens, it will auto-fill back-up to 10 and full. So you don't need to worry about it :P If you have some GUI OCD and don't want to see that purple bar go down, change 100.0 in the script to 1000.0 (or some high value).

Oh.. and just kill some fucker to activate :)

Notes:

1. If you alt-tab and get back in, it may look like the purple level is not updating (not decreasing). Don't get fooled into thinking it's frozen. It just didn't update :) You'll at some point see it empty out, get back up to full and starting to decrease.

2. No, although I can make an "Unlimited Overdrive Duration" script, it makes no sense to do so, as you cannot turn Overdrive off (unless you would disable the said script).

3. After you transition to a location, you may notice the Multiplier doesn't show up when you kill someone. That's due to the fact that the engine reinitializes GUI and other crap when you teleport via F key. The Multiplier is still there, doing its thing, still at Level 10. You just don't see it. If your OCD says it should show up, then disable the script before you teleport with F, do F, re-enable script. Note that you may still have to wait 100 seconds before the x10 shows up.

Bottom line: want other behavior, mod the script yourself.

* * *

Updated to 1.1, including the below:

Image

* * *

Hello folks,

Quick and fast table that gets you Unlimited Clip Ammo. You have the g_Player pointer which you can use for other crap like finding Health or in CMPs in your scripts :P I will post more soon (including some nice engine cheats and mods).

Image

EDIT:

Overdrive is at g_Player + D90:

Code: Select all

RAGE2.exe+9B609A - F3 0F11 8F 900D0000   - movss [rdi+00000D90],xmm1 <-- here
RAGE2.exe+9B60A2 - 48 8D 4F 10           - lea rcx,[rdi+10]
RAGE2.exe+9B60A6 - E8 7584E8FF           - call RAGE2.exe+83E520
RAGE2.exe+9B60AB - 48 8B D8              - mov rbx,rax
RAGE2.exe+9B60AE - 48 85 C0              - test rax,rax
Keep value frozen at (float)1.0.

BR,
Sun

P.S.: Feel free to post your shit ;)

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1
Attachments
RAGE2.CT
1.2
(43.33 KiB) Downloaded 2893 times
RAGE2.CT
1.1
(38.64 KiB) Downloaded 571 times
RAGE2.CT
1.0
(4.48 KiB) Downloaded 422 times

User avatar
STN
Founder
Founder
Posts: 4420
Joined: Thu Mar 02, 2017 7:48 pm
Reputation: 3415

Re: RAGE2 [Engine:APEX]

Post by STN »

You stole it from me, thief :ph34r:

User avatar
SunBeam
RCE Fanatics
RCE Fanatics
Posts: 4665
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4186

Re: RAGE2 [Engine:APEX]

Post by SunBeam »

STN wrote:
Tue May 14, 2019 2:44 am
You stole it from me, thief :ph34r:
I only steal.. love and affection.. from a few select people I care about :D :D

Welp, about to enable a hidden menu in the game :D Fingers crossed :)

EDIT:

Image

Image

Image

Image

fireundubh
Expert Cheater
Expert Cheater
Posts: 141
Joined: Sun Sep 24, 2017 1:53 am
Reputation: 31

Re: RAGE2 [Engine:APEX]

Post by fireundubh »

The Cheats menu is actually not hidden if you have the Deluxe Edition.

Those are the Wasteland Wizard Cheat Codes. There is also a Wasteland Wizard NPC in the game who can add more cheats to that menu.

User avatar
SunBeam
RCE Fanatics
RCE Fanatics
Posts: 4665
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4186

Re: RAGE2 [Engine:APEX]

Post by SunBeam »

I haven't played the game that far to get to unlock them. However, I've managed to show up the menu and options within. They are toggleable now :) Will update the table in a jiffy.

User avatar
SunBeam
RCE Fanatics
RCE Fanatics
Posts: 4665
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4186

Re: RAGE2 [Engine:APEX]

Post by SunBeam »

Found what the cheats do ;) Nice little engine this APEX :) Here's the "Force Daytime" cheat:

Code: Select all

RAGE2.exe+8862B3 - E8 1855E8FF           - call RAGE2.exe+70B7D0 // check cheat status
RAGE2.exe+8862B8 - 84 C0                 - test al,al
RAGE2.exe+8862BA - 74 0A                 - je RAGE2.exe+8862C6
RAGE2.exe+8862BC - F3 0F10 0D 5CDFE901   - movss xmm1,[RAGE2.exe+2724220] { (12.00) } // if on, force TOD 12.0
RAGE2.exe+8862C4 - EB 15                 - jmp RAGE2.exe+8862DB
RAGE2.exe+8862C6 - BA D9EE88BA           - mov edx,BA88EED9 { (0) }
RAGE2.exe+8862CB - 49 8B C9              - mov rcx,r9
RAGE2.exe+8862CE - E8 FD54E8FF           - call RAGE2.exe+70B7D0
RAGE2.exe+8862D3 - 84 C0                 - test al,al
RAGE2.exe+8862D5 - 74 10                 - je RAGE2.exe+8862E7
RAGE2.exe+8862D7 - 41 0F28 C9            - movaps xmm1,xmm9
RAGE2.exe+8862DB - 48 8B 0D 86A67D02     - mov rcx,[RAGE2.exe+3060968] { (0602B420) } // pointer to TOD
RAGE2.exe+8862E2 - E8 99A5B5FF           - call RAGE2.exe+3E0880 // set TOD
As for "Infinite Ammo" cheat I like how it works :) Engine basically checks cheat status, then if enabled, will write to your magazine ammo -1. So when you reload, the game does the subtraction this way: -1 (in magazine) - (-1) to subtract = -1+1 = 0 :D Pure math! Once you disable the cheat, the jump's not taken and game just runs the standard routine: get player, inventory, weapon, magazine, write to slot instead of the -1.

BR,
Sun

Vortox14
Fearless Donors
Fearless Donors
Posts: 60
Joined: Sun May 21, 2017 2:04 am
Reputation: 12

Re: RAGE2 [Engine:APEX]

Post by Vortox14 »

fireundubh wrote:
Tue May 14, 2019 10:11 am
The Cheats menu is actually not hidden if you have the Deluxe Edition.

Those are the Wasteland Wizard Cheat Codes. There is also a Wasteland Wizard NPC in the game who can add more cheats to that menu.
It is hidden for good portion of the intro sequence, even with the Deluxe/Pre-Order bonuses :P.

@SunBeam, The infinite clip ammo script, doesn't work on the BFG 9000. :(

fireundubh
Expert Cheater
Expert Cheater
Posts: 141
Joined: Sun Sep 24, 2017 1:53 am
Reputation: 31

Re: RAGE2 [Engine:APEX]

Post by fireundubh »

SunBeam wrote:
Tue May 14, 2019 2:20 pm
When do you get that gun or whatever it is?
The BFG 9000 is a Deluxe Edition DLC weapon that drops out of the sky after you get your first vehicle and drive forward a bit. To get ammo for the BFG 9000, you have to purchase the ammo from a merchant in Wellspring. Its ammo cannot be found like other ammo.

User avatar
SunBeam
RCE Fanatics
RCE Fanatics
Posts: 4665
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4186

Re: RAGE2 [Engine:APEX]

Post by SunBeam »

After watching a video I clearly understand your problem. My script says "Unlimited Clip Ammo". That weapon runs only only MAGAZINE AMMO. I thought you were smart enough to distinguish between a clip and a magazine (check a normal weapon; it has "X/Y" ammo; the BFG 9000 has only "Y"; my script makes only "X" unlimited).

EDIT: Think I got it; the big ass ammo processing function does multiple things. Player and vehicle ammo, at the same time. Vehicles run on only magazine ammo, acquired via the ammo_type hash at 0x3FC. For player, there's 2 operations: first doing the clip, if weapon has a clip; secondly, fetching magazine and adding clip to magazine for updating/display. Will update the script in a while.

Vortox14
Fearless Donors
Fearless Donors
Posts: 60
Joined: Sun May 21, 2017 2:04 am
Reputation: 12

Re: RAGE2 [Engine:APEX]

Post by Vortox14 »

I can manage, the other weapons is plenty.
SunBeam wrote:
Tue May 14, 2019 3:10 pm
...I thought you were smart enough to distinguish between a clip and a magazine (check a normal weapon; it has "X/Y" ammo; the BFG 9000 has only "Y"; my script makes only "X" unlimited). ...
I'm entitled to miss things :P. Has is anyone else.

User avatar
SunBeam
RCE Fanatics
RCE Fanatics
Posts: 4665
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4186

Re: RAGE2 [Engine:APEX]

Post by SunBeam »

^ I'll consider not responding in the future. I'm entitled to that too.

dirtydanisreal
Expert Cheater
Expert Cheater
Posts: 74
Joined: Tue May 09, 2017 4:29 am
Reputation: 5

Re: RAGE2 [Engine:APEX]

Post by dirtydanisreal »

Thanks, Sunbeam! Anyway to unlock the DLC weapons on the standard edition? i think the files are there.

jonasbeckman
Expert Cheater
Expert Cheater
Posts: 307
Joined: Sat May 06, 2017 1:26 pm
Reputation: 22

Re: RAGE2 [Engine:APEX]

Post by jonasbeckman »

It's linked to the Bethesda.net account and various checks though what do I know there might be all kinds of workarounds.
Was wondering where that stuff was and then a bit of reading and "Oh." and then that answered why the bonus gear was MIA. :P

Nice to see some work on the table and this new APEX engine title already. :)

User avatar
Kalamity222
Expert Cheater
Expert Cheater
Posts: 79
Joined: Mon May 08, 2017 1:49 pm
Reputation: 15

Re: RAGE2 [Engine:APEX]

Post by Kalamity222 »

Sooo about that cheat menu.... XD

samuelhanson
Noobzor
Noobzor
Posts: 8
Joined: Sun Dec 17, 2017 5:15 pm
Reputation: 1

Re: RAGE2 [Engine:APEX]

Post by samuelhanson »

Thanks for this, looking forward to the extra cheats, have the deluxe edition but only have 4 or so cheats when the rest are locked away :(

Edit - Spelling fixes. Mainly wanting cheats like the Ozzy man reviews voice-over commentary. Pizza party? Rainbow mode..?
Last edited by samuelhanson on Wed May 15, 2019 10:09 pm, edited 1 time in total.

Post Reply

Who is online

Users browsing this forum: 0757myt, Anon789, ArchernarhZ, Bing [Bot], brunolm, DotBot, Google [Bot], Google Adsense [Bot], jonaaa, nekrorawr, nuclearhavoc, Uguu, yami973, ygh40, Zanzer, zwei