Kodewerx

Our culture has advanced beyond all that you could possibly comprehend with one hundred percent of your brain.
It is currently Wed Jul 23, 2025 1:17 pm

All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 15 posts ] 
Author Message
 Post subject: Editing a PS1 code?
PostPosted: Sun May 13, 2007 7:39 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Thu Jan 04, 2007 10:40 pm
Posts: 240
Location: In your parasol
Yeah the code to give "All Platinum Relics" for Crash Bandicoot 3: Warped is BS. There's 30 relics and the code gives you like 64 instead. I've been fiddling with the code and managed to get it down to 32 but I have no clue how to lower it to 30. Can anyone help meh?

Have All Platinum Relics (Gameshark, US)
800691B4 FFFF
800691B6 FFFF
800691B8 FFFF
800691BA FFFF
800691BC FFFF
800691BE FFFF
800691C0 FFFF
800691C2 FFFF
800691C4 FFFF

_________________
Your idols burn in the fire.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sun May 13, 2007 10:48 am 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:26 pm
Posts: 3768
Title: All in a day's work.
Is that the modified code for 32? o_O That looks rather, erm... illogical. I count 160 bits there. A good number of those must be unused, if it's just a series of bit flags.

_________________
I have to return some video tapes.

Feed me a stray cat.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sun May 13, 2007 10:50 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Thu Jan 04, 2007 10:40 pm
Posts: 240
Location: In your parasol
Nah I need to boot up my PS1 for that code which I might aswell do now. I forgot to add that the 32 one doesn't give you Platinum.

_________________
Your idols burn in the fire.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sun May 13, 2007 10:56 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Fri Apr 27, 2007 9:41 am
Posts: 166
still go on a ps1!


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sun May 13, 2007 10:57 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Thu Jan 04, 2007 10:40 pm
Posts: 240
Location: In your parasol
Alright heres the 32/30 Sapphire relic code (I want them to be Platinum but have no clue which value to put)

800691B6 FFFF
800691B8 FFFF

EDIT: Hmmm would one of the other lines in the code change it to Platinum?

_________________
Your idols burn in the fire.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sun May 13, 2007 12:51 pm 
Offline
Komrade
Komrade

Joined: Tue Mar 27, 2007 10:18 am
Posts: 1328
I see that your version of the code is indeed 32 bits.

Try changing the very last F to a C; that should chop of two of the bits and make it give you 30.

Then, restore the first line of the code that you left out and see if that makes it platinum (although it might give you 46 relics instead; you'll have to try it and find out).

I think the reason the original code doesn't give 160 relics like Parasyte expected it to is because the game can only handle 64 total anyhow. That means that a shit load of those lines of code either don't have anything to do with relics at all, or only have to do with relics due to crappy programming on the developers' part.

I seem to recall that Super Mario 64 DS actually will display 240 stars if you set enough bits. I wonder why this game won't display higher than 64...assuming the other bits are relevant. If they aren't, I'm surprised the code doesn't screw up the game.

Focus on making those relics platinum first, because making there be 30 relics is the easy part.

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sun May 13, 2007 2:06 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Thu Jan 04, 2007 10:40 pm
Posts: 240
Location: In your parasol
Well changing the last F to a C did work in resulting in 30/30 Relics but it seems that I cannot for the life of me figure out how the fuck to get them all Platinum.

_________________
Your idols burn in the fire.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sun May 13, 2007 2:10 pm 
Offline
Komrade
Komrade

Joined: Tue Mar 27, 2007 10:18 am
Posts: 1328
Try re inserting the lines you left out one at a time until you get the shiny platinums, then tell me how many relics you end up with as a result and I can guide you through making there only be 30.

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sun May 13, 2007 2:14 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Thu Jan 04, 2007 10:40 pm
Posts: 240
Location: In your parasol
All right I'll do that later.

EDIT: It seems that only the long code above gives you all Platinum Relics.

_________________
Your idols burn in the fire.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sun May 13, 2007 2:47 pm 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:26 pm
Posts: 3768
Title: All in a day's work.
30 Platinum Relics will be one of the following:

800691BC FFFF
800691BE 3FFF

800691C0 FFFF
800691C2 3FFF

_________________
I have to return some video tapes.

Feed me a stray cat.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sun May 13, 2007 3:49 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Thu Jan 04, 2007 10:40 pm
Posts: 240
Location: In your parasol
Hmm both only give me 30 Gold Relics instead of Platinum.

_________________
Your idols burn in the fire.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Mon May 14, 2007 4:04 am 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:26 pm
Posts: 3768
Title: All in a day's work.
Either continue going up in address space:

800691C4 FFFF
800691C6 3FFF
...
etc. until you find what you are looking for. (Best bet)

Or try both of the "gold relics" codes (in the post above) together at the same time. (This probably will not work)

_________________
I have to return some video tapes.

Feed me a stray cat.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Mon May 14, 2007 9:00 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Thu Jan 04, 2007 10:40 pm
Posts: 240
Location: In your parasol
That doesn't seem to work either. I personally think it has to do with this

800691C4 FFFF

since if you try the previously long code the same line it only gives you ?? Sapphire gems but this gives you Gold gems.[/b]

_________________
Your idols burn in the fire.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Mon May 14, 2007 9:41 am 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:26 pm
Posts: 3768
Title: All in a day's work.
800691B4 FFFF
800691B6 3FFF
800691BC FFFF
800691BE 3FFF

_________________
I have to return some video tapes.

Feed me a stray cat.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Mon May 14, 2007 4:29 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Thu Jan 04, 2007 10:40 pm
Posts: 240
Location: In your parasol
Kickass, thanks Parasyte.

_________________
Your idols burn in the fire.


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

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 697 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