Obscure 2 The Aftermath [ROBPPL]

Started by luke76bg, June 07, 2011, 04:40:22 AM

Previous topic - Next topic

luke76bg

it's possible to have the codes for ntsc version converted for pal version of this game ? Thanks in advance! ^^

dcx2

In case anyone tries to hack this game, here's a heads up...this game is all floats.

If anyone wants to port NTSC codes I can provide a dump of mem1 to help.

Crapulecorp

I tried to find some codes but i failed.
If anybody can give some advices for this game it would be be nice.
Thx in advance..

luke76bg

so it's not possible to have the ntsc codes converted  for pal ?
:confused:

dcx2

Crapulecorp, I can send you a MEM1 dump of the NTSC version.  It might help.

Also, everything is a float in this game.  *Everything*.  So when using Gecko.NET, make sure to set your searches to Single (both data type and view mode on search tab).  For instance, max health is the float 100.0 = 42C80000

Deathwolf

42C80000 , that's like the conduit 2. BTW Ammo shouldn't a float. As long there is a counter display with decimals.
lolz

dcx2

No, seriously, everything is a float.  I believe even ammo was stored as a float.  The one thing I found that looked like an integer was actually a double-precision float that was normalized to 1.

This game has been on a few platforms, so I'm not surprised that it's different from most Wii games.

Deathwolf

So the only way to search for ammo etc is with "unknown value" and "less than"?
lolz

Deathwolf

lolz

dcx2

ammo is stored as a float.  http://wiird.l0nk.org/forum/index.php/topic,4832.msg58080.html#msg58080

Most of my hacks were ASM hacks, so a MEM1 dump would help you port them.  I'll try to put one up tonight for you.

Also, there are some codes for this game already.  http://wiird.l0nk.org/forum/index.php/topic,1937.0.html

luke76bg

thanks dcx2 i don't knew that there was others codes! So there's no need to convert them ! i will use those codes! ^^

dcx2

My health regen would probably still be worth porting.  It automatically heals you without you having to press any buttons.

luke76bg

 yeah if this it would be possible, i appreciate it! ^^


Deathwolf

#14
Why not making them to F6?

infinite health kits (Regionfree)
F6000001 8000817F
XXXXXXXX XXXXXXXX
14000000 60000000
E0000000 80008000

Health Regeneration (Regionfree)
F6000001 8000817F
XXXXXXXX XXXXXXXX
14000000 D0030320
14000010 38600000
E0000000 80008000

just grab 2 32 bit values of the hook address which are once in the RAM and it's regionfree.
lolz