Aug 7, 2006 at 4:02 PM
Join Date: Jun 18, 2006
Location: Montreal, Canada
Posts: 581
Age: 40
I would've posted this a little while back but I had no means of getting the offsets over here. No means, that is, until I found an item that would change my life! I speak of no other than... a pen and some paper.
Anyhow. This is for version 1.0.0.6
I've been using the debug mode for a little while and figured I'd share. It's nothing too fancy, but it saves quite a bit of time. Two menu options end up removed when the game creates the window, via the Win32 API. All's I did was locate the menu IDs, change the resource number to an invalid one, and since Pixel doesn't do error-checking in this part, the function fails to remove the menus quietly and moves on with the rest of the game.
00012D50 FF FF
The debug save menu allows you to save anywhere, anytime, and under any name (not just profile.dat.) Sadly it doesn't allow you to load anything but profile.dat, but it's good for backups.
00012D88 FF FF
The mute menu can mute any of the 8 sound channels. Useless, but interesting.
The game also produces a debug.txt file, but the function never seems to be called. I never bothered to look into it.
Enjoy!
Anyhow. This is for version 1.0.0.6
I've been using the debug mode for a little while and figured I'd share. It's nothing too fancy, but it saves quite a bit of time. Two menu options end up removed when the game creates the window, via the Win32 API. All's I did was locate the menu IDs, change the resource number to an invalid one, and since Pixel doesn't do error-checking in this part, the function fails to remove the menus quietly and moves on with the rest of the game.
00012D50 FF FF
The debug save menu allows you to save anywhere, anytime, and under any name (not just profile.dat.) Sadly it doesn't allow you to load anything but profile.dat, but it's good for backups.
00012D88 FF FF
The mute menu can mute any of the 8 sound channels. Useless, but interesting.
The game also produces a debug.txt file, but the function never seems to be called. I never bothered to look into it.
Enjoy!