Page 1 of 4

[COMPLETED] [REQ] RAD

Posted: Mon Aug 19, 2019 11:08 pm
by Chae
Game Name: RAD
Game Engine: UE4
Game Version: Release
Options Required: Inf. Health
Game/Steam Website: https:

Re: [REQ] RAD

Posted: Tue Aug 20, 2019 10:38 am
by Allen1013
Tapes is 4 bytes and simple enough to find. Trying to find Floppies now. This is a pretty fun game.

Re: [REQ] RAD

Posted: Tue Aug 20, 2019 11:13 am
by Csimbi
Reminds me of Torchlight with that cartoonish look.
Could be fun, I'll pick it up when it goes on sale.

Re: [REQ] RAD

Posted: Tue Aug 20, 2019 12:38 pm
by Lord Blade
IGG has it. I've been messing with it, it's rather fun. And I love the whole retro vibe.

Re: [REQ] RAD

Posted: Tue Aug 20, 2019 5:04 pm
by Lord Blade
So I can find all the values as 4 byte. Though I'm no good at setting up tables.

But the key cheats would be:

Infinite Health
Max Money (cassettes/cd's)
Max Keys (floppy disks)

Re: [REQ] RAD

Posted: Tue Aug 20, 2019 5:53 pm
by cfemen
Outdated Table:

-Inf Health

-999 Tapes/Floppys
its normal that its not working on first tape, second tape/floppy will be 999

-Rad Multiplicator
set val not too high, for first levels is max 4 enough

Easy Kills
dont use it too long, i dont know why but if its activ too long then some enemys may get invincible

recoded the table coz i was not satisfied with things like problems with Easy Kills.
this table was one of my first tables here, so i dediced to upload a better one.

updated table tested for september update

God
-you cant get any damage

Free Buy
-you can buy things without tapes/floppies
note : you need to pickup atleast 1 tape/floppies for it to work!

Ignore Player
-most of the enemys will ignore the player

Remove Skill Cooldown
-as title says

RAD Multiplier x?
-set x? to any value you want to multiply the XP
default : 2
(dont set too high...the game cant handle double level ups)

Damage Multiplier x?
-set x? to any value you want to multiple the damage
default : 2
high value = one hit kills

New Run Player ID
-activate if you start a new game:
you will see the ID of your selected start character.
change the ID to the any you want, enable Override ID child script and press select ingame.
game will now start with the selected ID, even if the char is not unlocked yet.

99 Tapes and Floppys
-on second pickup the tapes/floppy will be 99
its obsolote, Free Buy is better :)

Re: [REQ] RAD

Posted: Tue Aug 20, 2019 7:05 pm
by SLEETS
It crashes when I use infhealth. :C

Re: [REQ] RAD

Posted: Tue Aug 20, 2019 7:13 pm
by cfemen
oh can someone confirm?
did u use it with 1 hit kill?

infhealth is working fine on my game hmmm

Re: [REQ] RAD

Posted: Tue Aug 20, 2019 7:17 pm
by SLEETS
If i use both together it crashes. Maybe if I don't use 999 tapes on pickup. I'll try and report back.

Re: [REQ] RAD

Posted: Tue Aug 20, 2019 7:19 pm
by SLEETS
It only crashes sometimes, like when there's a hidden monster about to pop out.

Re: [REQ] RAD

Posted: Tue Aug 20, 2019 7:22 pm
by cfemen
SLEETS wrote:
Tue Aug 20, 2019 7:17 pm
If i use both together it crashes. Maybe if I don't use 999 tapes on pickup. I'll try and report back.
ok i just figured out the 999 tapes is also working for floppys.
floppy limit is 99

maybe better to change the script

mov [rdi+30],#999
to
mov [rdi+30],#99

Re: [REQ] RAD

Posted: Tue Aug 20, 2019 7:26 pm
by BlackMonster
any exp multyplier?

Re: [REQ] RAD

Posted: Tue Aug 20, 2019 7:28 pm
by cfemen
not yet, im working on floppy pointer and then exp

Re: [REQ] RAD

Posted: Tue Aug 20, 2019 7:33 pm
by bloodsucker
have tested 1 hit kill seem to crash the game

Re: [REQ] RAD

Posted: Tue Aug 20, 2019 7:47 pm
by SLEETS
cfemen wrote:
Tue Aug 20, 2019 7:28 pm
not yet, im working on floppy pointer and then exp
I really appreciate your work. :)

Just another FYI the table crashes the game during loading screens. I wonder if the script is interfering with how the game changes the location of the health/money whenever you go into a new screen.