Kodewerx

Our culture has advanced beyond all that you could possibly comprehend with one hundred percent of your brain.
It is currently Sat Aug 09, 2025 6:23 am

All times are UTC - 8 hours [ DST ]


Forum rules





Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: Sun Sep 28, 2008 1:49 am 
Offline
Kommunist
Kommunist

Joined: Tue Mar 20, 2007 11:36 pm
Posts: 58
All Codes for Red Steel Require You To Use Rebooter

Infinite Health
201EA258 4808EB99
C21EA254 00000004
81610020 396B03C0
48000005 7C6802A6
91630044 386107A8
60000000 00000000
2008042D 484A6DDD
C2080440 00000005
48000005 7FA802A6
83BD001C 7C1DF800
40820008 38000064
901F0000 48000008
00000000 00000000
E0000000 80008000

Infinite Ammo
203E94BC 818C00C0
C23E94B8 00000002
38800063 90850000
60000000 00000000
E0000000 80008000

Edit: I improved the infinite health code slightly; the previous one would not prevent fatal instantaneous damage from killing you.

_________________
Image


Last edited by brkirch on Sun Oct 05, 2008 8:22 pm, edited 1 time in total.

Top
 Profile  
Reply with quote  
PostPosted: Sun Oct 05, 2008 10:59 am 
Offline
Kommunist
Kommunist

Joined: Tue Mar 20, 2007 11:36 pm
Posts: 58
These codes will save to your profile. The "Near Invincibility Reversal" code will undo the effects of the "Near Invincibility" code, in case you want to restore your game save to normal.

Near Invincibility (Saves To Game)
20476F4C 480002FC
C2476F58 00000019
48000005 7F6802A6
7FA803A6 881D0000
887B0070 7C001800
40820030 3B7B0001
3BBD0001 2C00003D
4082FFE4 887B0070
987D0000 3B7B0001
3BBD0001 2C03000A
4082FFEC 48000024
7FA802A6 887B0070
3B7B0001 2C03000A
4082FFF4 887B0070
2C030000 4082FFA8
7FA802A6 881D0000
48000054 4D617854
696D6546 6F724675
6C6C4865 616C7468
3D302E30 660A4D61
7854696D 65426566
6F726552 6566696C
6C486561 6C74683D
302E3066 0A496E76
69636962 6C654D61
7854696D 653D302E
30660A00 00000000
E0000000 80008000

Near Invincibility Reversal (Saves To Game)
20476F4C 480002FC
C2476F58 00000019
48000005 7F6802A6
7FA803A6 881D0000
887B0070 7C001800
40820030 3B7B0001
3BBD0001 2C00003D
4082FFE4 887B0070
987D0000 3B7B0001
3BBD0001 2C03000A
4082FFEC 48000024
7FA802A6 887B0070
3B7B0001 2C03000A
4082FFF4 887B0070
2C030000 4082FFA8
7FA802A6 881D0000
48000054 4D617854
696D6546 6F724675
6C6C4865 616C7468
3D312E30 660A4D61
7854696D 65426566
6F726552 6566696C
6C486561 6C74683D
342E3066 0A496E76
69636962 6C654D61
7854696D 653D302E
37660A00 00000000
E0000000 80008000

_________________
Image


Last edited by brkirch on Mon Oct 06, 2008 10:39 am, edited 1 time in total.

Top
 Profile  
Reply with quote  
PostPosted: Sun Oct 05, 2008 12:21 pm 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:46 pm
Posts: 2331
Location: *poof*
Title: The Mad Hacker
Heh, cool. How'd you manage that?

_________________
Image


Top
 Profile  
Reply with quote  
PostPosted: Sun Oct 05, 2008 3:47 pm 
Offline
Kommunist
Kommunist

Joined: Tue Mar 20, 2007 11:36 pm
Posts: 58
Twilight Spectre wrote:
Heh, cool. How'd you manage that?


The Red Steel save files include a lot of game values that are supposed to be static. As a result, there is a lot that can be done by manipulating it.

In this case the lines:
Code:
MaxTimeForFullHealth=1.0f
MaxTimeBeforeRefillHealth=4.0f
InvicibleMaxTime=0.7f

were changed to
Code:
MaxTimeForFullHealth=0.0f
MaxTimeBeforeRefillHealth=0.0f
InvicibleMaxTime=0.0f

(the save is in plaintext)

InvicibleMaxTime could potentially be better for this if set to a really high value (1000000.0f would probably be a good value for it) but that would require that everything after it in memory be shifted over to make room for it. The way it works now is to set InvicibleMaxTime to 0 because values higher than 0 also delay health recharge after the invincibility wears off.

Anyway this is just the result of some quick experimentation with the game save values. There should still be quite a few more interesting things to do with this yet...

_________________
Image


Top
 Profile  
Reply with quote  
PostPosted: Sun Oct 05, 2008 9:36 pm 
Offline
Kommunist
Kommunist

Joined: Tue Mar 20, 2007 11:36 pm
Posts: 58
Infinite Focus Bar
203E978C 818C00A4
C23E9788 00000002
3C804184 908548C8
C02548C8 00000000
E0000000 80008000

_________________
Image


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 155 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group