Legend of Grimrock DAT File Extractor
Legend of Grimrock DAT File Extractor
(post deleted by admin)
You may download the asset pack from here:
http://www.grimrock.net/modding/asset-pack/
You may download the asset pack from here:
http://www.grimrock.net/modding/asset-pack/
Last edited by Raptor on Thu May 17, 2012 6:42 pm, edited 2 times in total.
Re: Legend of Grimrock DAT File Extractor
Sources? Any diffs from python extractor?
Re: Legend of Grimrock DAT File Extractor
What sources do you mean? This is my application I made when game was released. I spent time to decrypt filenames and hash algorithm then made repack feature. I found this forum yesterday so I just post info about my application. That's all
Re: Legend of Grimrock DAT File Extractor
Works so far but if I open a file it just includes senseless numbers and letters...
Re: Legend of Grimrock DAT File Extractor
Make sure hashtable.txt is in the same directory as exe file. It reads hash and filename pairs from it. Only one person reported problem that filenames are not loaded, but I didn't find where the problem can be. Program works fine for everyone others. Maybe try put extractor and hashtable.txt to game directory, it helped that 1 person.
EDIT: If problem persists, try to redownload extractor from my site. I did silen update just with error message if hashtable.txt is not found with path, where program is looking for it.
EDIT: If problem persists, try to redownload extractor from my site. I did silen update just with error message if hashtable.txt is not found with path, where program is looking for it.
Re: Legend of Grimrock DAT File Extractor
Nevermind. Im quite paranoid about running closed source codes.Raptor wrote:What sources do you mean? This is my application I made when game was released. I spent time to decrypt filenames and hash algorithm then made repack feature. I found this forum yesterday so I just post info about my application. That's all
Re: Legend of Grimrock DAT File Extractor
Ah, I see You can always test it in virustotal etc. This is not only application I made, you can trust apps downloaded from my webpage.
Re: Legend of Grimrock DAT File Extractor
Did that. Seems clean.Raptor wrote:You can always test it in virustotal etc.
GrimrockExtractor.exe:
https://www.virustotal.com/file/ef4787a ... 334905983/
HashCounter.exe
https://www.virustotal.com/file/28545ca ... 334906257/
Re: Legend of Grimrock DAT File Extractor
There are alternatives in python which does exactly the same thing. However good job. It is much more accessible to masses in this form.
Re: Legend of Grimrock DAT File Extractor
What kind of resources can your program make available? are there for instance textures for the wallset? I would like to edit those...