Qhimm.com Forums

Miscellaneous Forums => Scripting and Reverse Engineering => Topic started by: Timeslave on 2003-07-30 22:54:56

Title: psx file format docs
Post by: Timeslave on 2003-07-30 22:54:56
I'm having a very hard time tracking down file format docs for the psx.

I've got TIMs down but there are a lot of psx formats that I can't find any information on.
if anyone knows where I can find technical documents on .SEQ .TMD and other PSX files, I'd really appreciate it.

also if anyone happens to have a few .SEQ files lying around. They'd work as well.

thanks
Title: psx file format docs
Post by: Srethron Askvelhtnod on 2003-08-05 03:36:36
Here's the .SEQ info I have, but I'm making no claims about its reliability:
Quote
SEQ is the PlayStation sequence data format.
Code: [Select]
Format:
 ____________________________  Byte count
| ID (SEQp)                  4
 ____________________________
| Version                    4
 ____________________________
| Resolution of quarter note 2
 ____________________________
| Tempo                      3
 ____________________________
| Rhythm                     2
 ____________________________
| Score data                 Any
 ____________________________
| End of SEQ                 3
 ____________________________



I probably won't be much further help if you have any questions regarding the above, but, if you do, I'll give them a stab.

I have similar .TMD info, but it would make for an *extremely* long post. If you really need it, let me know.
-Srethron