Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Search found 20 matches

by Matsy
Tue Sep 14, 2010 10:39 am
Forum: Game Archive
Topic: PS3 Registry File (.sys)
Replies: 0
Views: 898

PS3 Registry File (.sys)

Dear Xentax Members, This forum looked like the most suitable forum to figure out how the PS3 Registry works. I've done some work, but I can't really figure it out. However, there is one problem. There's a lot of 'sensitive' information in such a file, so I can't really upload it all. I can upload t...
by Matsy
Tue Apr 03, 2007 5:50 pm
Forum: Game Archive
Topic: Battlestations : Midway PC .MPAK
Replies: 77
Views: 50013

Savage, I was wondering. What Zlib header did you use?
by Matsy
Sat Mar 24, 2007 4:09 pm
Forum: Game Archive
Topic: Infernal game .zap extractor
Replies: 20
Views: 8837

At the very bottom, you see the 3 fileparts Before the filepart, there's a single byte, with I think the filecount. After the filename, there's: int Position int Decompressed Filesize int Compressed filesize int Unknown (Always 898673295) int Unknown (Always 0) int Unknown (Always 517734657) This po...
by Matsy
Sun Mar 11, 2007 7:50 am
Forum: Game Archive
Topic: Another World HR Pak File
Replies: 6
Views: 2324

Just download python, and run the file?
The magic about python is you dont have to compile anything, just running the source will do the trick.
by Matsy
Sun Mar 11, 2007 7:41 am
Forum: Game Archive
Topic: Microprose Rex Nebular and Return of the Phantom (.HAG)
Replies: 9
Views: 5333

Dim I As Integer Dim FileName(14) As Char Dim Reader As New IO.BinaryReader(New IO.FileStream("FilePathHere", IO.FileMode.Open)) Dim StartChars(16) As Char Reader.Read(StartChars, 0, 16) Dim FC As Int16 = Reader.ReadInt16 For I = 0 To FC - 1 Dim Offset As Int32 = Reader.ReadInt32 Dim Size...
by Matsy
Tue Feb 27, 2007 9:40 pm
Forum: Game Archive
Topic: Battlestations : Midway PC .MPAK
Replies: 77
Views: 50013

In the rapidshare files, there seems to be (Fast look) After the general stuff: 4D50414B440000000400000001000000544F43003800 There is the file length(maybe compressed file size) And then another length(maybe decompressed file size) Then a 012D, Filename, File. Heh, I'll look better to it tomorrow, h...
by Matsy
Sat Feb 17, 2007 8:09 pm
Forum: Game Archive
Topic: help with magic the gathering Dotp files in .cat file 00001
Replies: 9
Views: 3389

If you manage to open these files within a HEX editor. You can clearly see the first long being a version number or something value 1 in all of the files you sent me. Then also a Long of 156, also in all of the files. And then the filename with a null terminated string, and you can clearly see the e...
by Matsy
Fri Feb 09, 2007 9:59 pm
Forum: Code Talk
Topic: Read String VB.net
Replies: 3
Views: 3004

Works perfect, Thanks :D
by Matsy
Thu Feb 08, 2007 8:06 am
Forum: Game Archive
Topic: Cyberberbykes/Shadow Racer VR (BIN, encrypted files?)
Replies: 13
Views: 3942

Okay. I found out something. Might not be of a large use, but mkay After the file name, Like the first, Arrow.ply You see this: 0100 | 2000 | 0000 | 4414 | 0000 | 4706 | 0000 The first 3 longs, are probably some weird version number, I dont know But the second, long, 4414, has a value of 5188, which...
by Matsy
Thu Feb 08, 2007 7:58 am
Forum: Code Talk
Topic: Read String VB.net
Replies: 3
Views: 3004

Read String VB.net

Hey,
When I was messing around with VB.net with a BinaryReader to read a string, I only saw an option to read a 7 character string, and no others.
Would there be an option to just read a null terminated string?, Because I can't seem to find it.

Cheers,
Matsy
by Matsy
Wed Feb 07, 2007 7:29 am
Forum: Miscellaneous
Topic: Am I going the right way?
Replies: 8
Views: 2876

Whoa. I'm so glad it actually works!
Yay ^_^

Thanks for helping me out Mr.Mouse, and testing the script, cheers for you :D

~Matsy
by Matsy
Tue Feb 06, 2007 7:11 am
Forum: Miscellaneous
Topic: Am I going the right way?
Replies: 8
Views: 2876

Well, The Bitmaps.map and the Sounds.map are both 300 MB / 200 MB.
I'll upload them anyway, Replying with the link within ~5 hours >_>
by Matsy
Mon Feb 05, 2007 9:22 pm
Forum: Miscellaneous
Topic: Am I going the right way?
Replies: 8
Views: 2876

I was wondering, I think the latest script of mine, Has to work.
Is there any possibility of me, to check?
by Matsy
Mon Feb 05, 2007 8:42 pm
Forum: Graphic file formats
Topic: TXM to TGA?
Replies: 10
Views: 4373

XNView supports RAW images afaik. It's freeware
by Matsy
Mon Feb 05, 2007 8:31 pm
Forum: Miscellaneous
Topic: Am I going the right way?
Replies: 8
Views: 2876

Well, In that way, I wouldnt be doing something with the data(I think I should, or I'm seeing this program all wrong) And, to explain the variables for a bit Version = Version FDO = FilenameDirectoryOffset DO = DirectoryOffset FC = FileCount NS = NextString UK = UnKnown (It wasnt really sure what it...