Search found 15 matches

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

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: 40333

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: 7106

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: 1853

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: 4596

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 As Int32 ...
by Matsy
Tue Feb 27, 2007 9:40 pm
Forum: Game Archive
Topic: Battlestations : Midway PC .MPAK
Replies: 77
Views: 40333

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: 2714

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: 2604

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: 3185

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: 2604

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
Mon Feb 05, 2007 8:42 pm
Forum: Graphic file formats
Topic: TXM to TGA?
Replies: 10
Views: 3511

XNView supports RAW images afaik. It's freeware
by Matsy
Sat Feb 03, 2007 10:31 am
Forum: Game Archive
Topic: Ghost Online? :D
Replies: 3
Views: 1543

Okay. I made some progress. CSP seems to be some Pack file. The first byte, contains the amount of files in the section. So if the first byte is Hex 10, there's 16 files.And I think the files in are zlib compressed, because I see a x 25 bytes after the end of the file name, like this: \.D.a.t.a.\.O....
by Matsy
Wed Jan 31, 2007 7:13 pm
Forum: Game Archive
Topic: Ghost Online? :D
Replies: 3
Views: 1543

Theres a "Sound" folder with just MP3's and WAV's, those are not encrypted or anything. But for the rest, I have no clue!:O
by Matsy
Tue Jan 30, 2007 7:12 pm
Forum: Game Archive
Topic: Ghost Online? :D
Replies: 3
Views: 1543

Ghost Online? :D

The contents of this post was deleted because of possible forum rules violation.
by Matsy
Mon Aug 21, 2006 8:22 am
Forum: Game Archive
Topic: Tricksteronline Image Files ^^
Replies: 0
Views: 1181

Tricksteronline Image Files ^^

Heya There, Trickster uses different files for every picture with the extention NRI. But the headers are the same, and all contain the words NORI and GAWI. If I identify them with Trid, it says '100% Autodesk Flic File'. But I don't know how to open that, and I'm kinda sure Autodesk doesn't accept t...