Author Topic: Alhexx Fice.. thoughts on PSX battle model information?  (Read 4250 times)

Cyberman

  • *
  • Posts: 1572
    • View Profile
Ok now that I don't have your attention (grin).

I've been examining the PSX battle model files (not battle scenes) and here is what I have of the file structure.

Each file is LZS compressed (I know exciting) then the file consists of the following information.
long int ObjectCount;
long int Index[ObjectCount];
<start of data>

Anyhow this is what I've been able to gather, I can only assume that the information in the file has tags or is structured in someway to decipher it, have any Ideas?

Cyb

ficedula

  • *
  • Posts: 2178
    • View Profile
    • http://www.ficedula.co.uk
Alhexx Fice.. thoughts on PSX battle model information?
« Reply #1 on: 2003-03-31 21:16:05 »
No idea ... it'd be hard for me to say anything about the PSX data files, since I don't have a PSX and hence work only on the PC version...

Cyberman

  • *
  • Posts: 1572
    • View Profile
Alhexx Fice.. thoughts on PSX battle model information?
« Reply #2 on: 2003-04-01 03:49:04 »
Ok.. I have some of the information from Alhexx's .p description .. the silly question of mine really is how do I identify the sections of data? A dump of cloud's data might help me find something.  I seem to also still have bugs in me LZS decoding code. HEH go figure huh?
Interestingly enough it's mostly right, (the data that is). I'll go over the extraction code carefully and see what I'm doing wrong (sigh).

If I can identify what is where I suppose breaking down the format will be easier (grin).  Thanks for at least saying NO CLUE!

Cyb

mirex

  • *
  • Posts: 1645
    • View Profile
    • http://mirex.mypage.sk
Alhexx Fice.. thoughts on PSX battle model information?
« Reply #3 on: 2003-04-01 11:07:07 »
Could you send me some uncompressed files ? maybe i can find something familiar there...

Alhexx

  • *
  • Posts: 1894
    • View Profile
    • http://www.alhexx.com
Alhexx Fice.. thoughts on PSX battle model information?
« Reply #4 on: 2003-04-01 13:36:09 »
As for me, I can't help you right now. I've gotta learn for some really important exams  -_-

 - Alhexx

Cyberman

  • *
  • Posts: 1572
    • View Profile
Alhexx Fice.. thoughts on PSX battle model information?
« Reply #5 on: 2003-04-01 18:00:45 »
Mirex: Sure I can do that I've noticed we can't attach files to PM's so hmmm (thinks), I'll think of something. :)

Alhexx: Yes being prepared is good, though if you have to still learn it, I'm afraid for you ;)

I've found some of them have a TIM image with a small Pallete and a position (like Y 480 X 0). It's a strange thing. I've also noticed the number of components varies between files, so assuming that they are all the same might be a bad idea. However the first section is always the largest, I think this might be the model information although it doesn't appear to be in .p formation.

Cyb

mirex

  • *
  • Posts: 1645
    • View Profile
    • http://mirex.mypage.sk
Alhexx Fice.. thoughts on PSX battle model information?
« Reply #6 on: 2003-04-02 10:33:14 »
Cyberman: first peek - i have no idea. I'll tell you if i find something.