PDA

View Full Version : goldeneye 007 question


magickoopa24
12th August 2009, 06:29 PM
When I turn on the code of "all in game cheats and 007 mode" I can't get to 007 mode. What am I doing wrong? Also, whenever I activate the ingame cheats, the two levels past "streets" aren't accessible. How do I bypass this?

rswedlow
13th August 2009, 02:17 AM
007 difficulty, in some glimpse, is like the 00 Agent difficulty level as far as the default sensitivities, except when you select it you may change those values.
If you notice 00 Agent effects while playing a game, this suggests that the cheat only forces 007 difficulty rather than giving you the option to select it after a mission, where in the later case you can modify four variables.

Provided you're still open tomorrow, let me know then, and I'll work on fixing stuff like that. Through my method, getting the option to show up is probably a bit harder and less universal but more precise and direct.

The second issue you mentioned is simple. On my N64 cart I've got all in-game cheats unlocked, and up until then and beyond, 1 player (classic) mode was disabled if any of them were enabled (except a unique modifier I think). Your entry might include a way to bypass that and still be incomplete, but this should be even easier for me to write a new code for.

magickoopa24
13th August 2009, 05:37 PM
007 difficulty, in some glimpse, is like the 00 Agent difficulty level as far as the default sensitivities, except when you select it you may change those values.
If you notice 00 Agent effects while playing a game, this suggests that the cheat only forces 007 difficulty rather than giving you the option to select it after a mission, where in the later case you can modify four variables.

Provided you're still open tomorrow, let me know then, and I'll work on fixing stuff like that. Through my method, getting the option to show up is probably a bit harder and less universal but more precise and direct.

The second issue you mentioned is simple. On my N64 cart I've got all in-game cheats unlocked, and up until then and beyond, 1 player (classic) mode was disabled if any of them were enabled (except a unique modifier I think). Your entry might include a way to bypass that and still be incomplete, but this should be even easier for me to write a new code for.

Alright, thanx. Also, when I don't have cheats on, only the next level is unlocked, and the 2nd one is still locked.

rswedlow
14th August 2009, 01:41 AM
I want to keep this one win at a time. First, there's a saying, "Cheaters never win." :cool: That's one reason why there is some complex problem-solving needed.

As of yet I can't analyze the disasm for the conditional check to disable unfinished missions if you have any cheats enabled, but here's what we can do.
Just don't set the cheats internally. When you have all of those cheats disabled, the current and unfinished mission is available.

Just select that mission, and then turn them on.
Of course once you select it, you can't access the in-game cheats menu simultaneously, but I'm giving you the addresses in memory you want to write to for enabling their respective cheats.


0x0696A2 Invincible
0x0696A3 All Guns
0x0696AA Bond Invisible
0x0696AB Infinite Ammo
0x0696AC DK Mode
0x0696AE Tiny Bond
0x0696AF Paintball Mode
0x0696B1 Magnum
0x0696B2 Laser
0x0696B3 Golden Gun
0x0696B4 Silver PP7
0x0696B5 Gold PP7
0x0696B7 No Radar [Multi]
0x0696B8 Turbo Mode
0x0696BA Fast Animation
0x0696BB Slow Animation
0x0696BC Enemy Rockets
0x0696BD 2x Rocket L.
0x0696BE 2x Grenade L.
0x0696BF 2x RC-P90
0x0696C0 2x Throwing Knife
0x0696C1 2x Hunting Knife
0x0696C2 2x Laser

Alright, thanx. Also, when I don't have cheats on, only the next level is unlocked, and the 2nd one is still locked.
If you mean Facility is locked, but the ones after it aren't, your save is messed. Unless you can debug how to reverse it, I guess you'll have to start a new game.

I don't have any issues with you risking with cheat codes; I'm happy to help with that. I just don't understand if you like the game why cheat.

magickoopa24
14th August 2009, 02:10 PM
Why cheat? Well, I beat the game already, and so playing them again with cheats allow me to just have fun and not worry about dieing. :D :D :D

rswedlow
15th August 2009, 02:18 AM
Hum well as it turns out those addresses were just the buffers behind whether the cheat was set internally through the menu, and their updates don't necessarily control the target for cheating.

If you don't wanna die I'll just make a bypass for turning on Invincibility, but I'm out of time tonight.
I looked at six addresses that were constantly--no matter where you were in the game--set based on the cheat trigger for invincibility, but apparently this too specific to force it.

800696A2 0001
800ABB75 0001
800ABE2B 0001
800ABE33 0001
800ABE75 0001
800ABEB3 0001

It worked the first time but not afterward.
This doesn't work for you, does it? Like if you add this codes system before starting a mission, you're invincible even though you didn't set it through the internal menu.