Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - anth79mac

Pages: [1]
1
Chrono Cross Modification / Re: Dark Serge Replacement?
« on: June 30, 2008, 08:41:25 pm »
That's actually a great idea -- since all the enemy characters seem to have Lynx's texture the way the code is set up, let's just use the superior Lynx model, which actually has the same texture mapped onto it. If we can figure out why Dark Serge is "D9" and not "CD," we should be able to pinpoint enemy Lynx.

anth79mac, I will give you the formula I used to get "CD" for Dark Serge for the time being. First off, look at this wiki detailing the battle models in game CD order.

The formula to use is: [Texture # - 3055] / 3 = [desired value in decimal]

Let's break that down with an example. Serge-Scythe/Lynx's model and weapon data are stored in file numbers 3208 ~ 3210 on the first game CD. His texture is file #3208. 3208 - 3055 = 153. Divided by 3, that's 51. Convert that into hexadecimal (that's the number system Gameshark uses) and you get 33, commonly represented in hex as 0x33. Hex to dec and vice versa conversions are very easy to do on Windows Calculator if you're on a Windows system. Thus, the code uses the value "33" for hobbled-over Lynx.

justin, I guess I need to ask at this point whether you were testing this code on Disc 1 or Disc 2. The enemy models may be stored in a different order on Disc 2.

Well I tried replacing Lynx with that chart, came up with 7E for Lynx model--got a Paper Boy.  I came up with CD too when I ran the formula for Dark Serge--Justin how did you find it so fast?

Not as impressive as Guile and his flower power though lol.

2
Chrono Cross Modification / Re: Dark Serge Replacement?
« on: June 30, 2008, 07:52:52 pm »
I wonder...you found the hex for Dark Serge very fast, do you happen to know what hex the enemy Lynx is?  There are at least two, in Viper Manor and Fort Drag.  He would make a much better model for scythe lynx than the current one.  And no texture problem (you'd think).

3
Chrono Cross Modification / Re: Dark Serge Replacement?
« on: June 30, 2008, 03:17:09 pm »
Chrono Cross Serge-Lynx with Scythe

3006EBF5 0031 - Status Screen/Field Image Modification
D006EBC0 0001 - (Altering this value completely changes him back to whoever??)
300DB0A5 0033 - Battle Field Image Modification
8006EC32 0099 - Element Level 1 Modification
8006EC4C 0097 - Element Level 2 Modification
8006EC5C 0098 - Element Level 3 Modification
3006EBC9 0010 - Weapon Trail Modification

That's the original Codebreaker's Scythe Lynx code isn't it?  So if we changed the third line to D9 from 33, that would give us the Dark Serge model?  How do you clear up the texture so it's not Lynx's?

4
Chrono Cross Modification / Re: Dark Serge Replacement?
« on: June 30, 2008, 02:32:10 pm »
Is D9 also his texture file, or is that too much to hope for?  Come to think of it, I don't even know which of those lines ARE texture lines.

5
Chrono Cross Modification / Re: Dark Serge Replacement?
« on: June 30, 2008, 01:01:25 pm »
Well I wish I knew how all this crap worked.  I tried messing around with the scythe lynx code I mentioned (it's perfect except that he cowers).  I found the model code for Lynx, but there's no list of all the 'monster' characters anywhere (it lists the main characters, but all the monster codes aren't listed).  I tried just trial and erroring them in, but without the textures, it's pointless.  Even if I found the Dark Serge model, he'd be textured like Lynx and it wouldn't work out.

Oh well, you guys were my last hope for a nice Lynx replacement, I'll just have to deal with smelly old swallow lynx during those parts of the game.

6
Chrono Cross Modification / Dark Serge Replacement?
« on: June 30, 2008, 12:32:48 pm »
I've been playing around with Cross on my emulator, playing with various gameshark codes, but I haven't been able to find what I really wanted.

There's a code that changes swallow lynx into scythe lynx, but it's not really good--Lynx cowers like he does the only time you fight as him with the scythe, right after using the Dragon's Tear in Ft. Draconia.

But anyway, I was hoping someone around here is more knowledgable than those at codebreakers, as they seemed to have quit doing things with the game long ago.

I was wondering if anyone knows how to replace swallow lynx with Dark Serge?  DS should have all the animations for casting, fighting, dodging, dying, etc, as you fight him at least once.

Pages: [1]