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

Search found 13 matches

by TERAB1T
Sat Oct 12, 2013 2:34 am
Forum: Game Archive
Topic: Researching of a .dat archive with a .mnf file.
Replies: 68
Views: 32589

Re: Researching of a .dat archive with a .mnf file.

About game.mnf filenames: There are three zlib-ed blocks in .mnf file. As you know, the last one contains filesizes, offsets etc (20 bytes for each file). And the second one contains indexes for some of filenames from zosft-file: 8 bytes for each file. Look at this screenshot: http://upyourpic.org/i...
by TERAB1T
Mon Aug 19, 2013 8:05 pm
Forum: Game Archive
Topic: Researching of a .dat archive with a .mnf file.
Replies: 68
Views: 32589

Re: Researching of a .dat archive with a .mnf file.

http://yadi.sk/d/k1X6Iieg85hVl - unpacked game0000.dat (mostly with names)
by TERAB1T
Mon Aug 19, 2013 7:50 pm
Forum: Game Archive
Topic: Researching of a .dat archive with a .mnf file.
Replies: 68
Views: 32589

Re: Researching of a .dat archive with a .mnf file.

; app UI files EsoUI\App\LoadingScreen\LoadingScreen.lua EsoUI\App\LoadingScreen\LoadingScreen.xml It is file \esoui\app\app.txt local EvtMgr = GetEventManager() local SYSTEM_GRANULARITY = 100 local NUM_SYSTEMS = GetNumLoadingSubsystems() local BAR_MAX = SYSTEM_GRANULARITY * NUM_SYSTEMS local DEFAU...
by TERAB1T
Mon Aug 19, 2013 7:41 pm
Forum: Game Archive
Topic: Researching of a .dat archive with a .mnf file.
Replies: 68
Views: 32589

Re: Researching of a .dat archive with a .mnf file.

Sure! I have eso.exe disassembled but not the launcher. Do you have any reverse-engineering experience or any coding experience? We could use some help if your interested! http://yadi.sk/d/4n_Ubuw085cTf I have some coding experience (actually I have written almost working unpacker back in june), bu...
by TERAB1T
Thu Aug 15, 2013 6:39 pm
Forum: Game Archive
Topic: Researching of a .dat archive with a .mnf file.
Replies: 68
Views: 32589

Re: Researching of a .dat archive with a .mnf file.

Ahh this thread seems dead :( I've been looking for weeks for someone smart enough to help me create a server emulation allowing the ability to run ESO beta locally on a private server. I thought I was the only one pokin around in the dat files. IM NOT ALONE! Has anyone found anything related to se...
by TERAB1T
Wed Jul 24, 2013 7:11 am
Forum: Game Archive
Topic: Researching of a .dat archive with a .mnf file.
Replies: 68
Views: 32589

Re: Researching of a .dat archive with a .mnf file.

just an idea: maybe they use "human readable" filenames just for files used by lua scripts/interface/xml and "internal names/indexes" for other files? I don't think so. There is zosft file in eso0002.dat and it contains a lot of names of models and textures instead of scripts/xml.
by TERAB1T
Tue Jul 23, 2013 9:57 pm
Forum: Game Archive
Topic: Researching of a .dat archive with a .mnf file.
Replies: 68
Views: 32589

Re: Researching of a .dat archive with a .mnf file.

Wow, I didn't know, that my topic has grown up :) Anyway, I've found out all of this back in June. I have even linked data from zosft (Zenimax Online Studios File Table btw) file from game000.dat with some other files from game000.dat (~1500 files), but I still don't know, how to find other filename...
by TERAB1T
Tue Jun 18, 2013 1:38 pm
Forum: Graphic file formats
Topic: Unusual .dds
Replies: 2
Views: 1697

Re: Unusual .dds

merlinsvk, thanks a lot for your help!
by TERAB1T
Tue Jun 18, 2013 12:49 am
Forum: Graphic file formats
Topic: Unusual .dds
Replies: 2
Views: 1697

Unusual .dds

I have some .dds files, but can't figure out, how to open them. They have unusual header. Here are some examples: <snip>
by TERAB1T
Sun Jun 09, 2013 2:22 pm
Forum: Game Archive
Topic: Researching of a .dat archive with a .mnf file.
Replies: 68
Views: 32589

Re: Researching of a .dat archive with a .mnf file.

chrrox wrote:what game is it?
The Elder Scrolls Online.
by TERAB1T
Sun Jun 09, 2013 2:18 pm
Forum: Game Archive
Topic: Researching of a .dat archive with a .mnf file.
Replies: 68
Views: 32589

Researching of a .dat archive with a .mnf file.

I have an archive file (game0000.dat), that comes with some .mnf file (game.mnf). The files in .dat are simly following each other without any separator and can be unpacked without problems. They are compressed with zlib, so it's not a problem to get them. But I want to know their names and folders ...
by TERAB1T
Thu Jun 06, 2013 5:42 pm
Forum: Audio file formats
Topic: Trouble with .wav
Replies: 2
Views: 1106

Re: Trouble with .wav

chrrox wrote:psp game?
No, PC

Upd. Ok, I solved the problem. Headers were not so correct, as I thought.
by TERAB1T
Thu Jun 06, 2013 5:13 pm
Forum: Audio file formats
Topic: Trouble with .wav
Replies: 2
Views: 1106

Trouble with .wav

I have the archive with music files. It seems that files in the archive are not compressed and packed as is. I've wrote the simple unpacker and get a bunch of wav files with correct headers and size, but any player can't play them. You can download three of them here. Any suggestions?