Dawngate .snap

Read or post about compression. And decompression. Or ask questions how to decompress your files.
Post Reply
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Dawngate .snap

Post by chrrox »

Here is an extractor for these files.

https://www.waystonegames.com/betaSignup/intro
Image

Code: Select all

#quickbms script
idstring "pans"
comtype SNAPPY
get NBASE asize
get VERSION long
get FILES long
get TMP long
math NBASE - TMP
set FBASE NBASE
set TMP FILES
math TMP * 0x20
math FBASE - TMP
for i = 0 < FILES
goto FBASE
get NOFF long
math NOFF + NBASE
get SIZE long
get ZSIZE long
getdstring NULL 0xC
get OFFSET longlong
savepos FBASE
goto NOFF
get NAME string
if SIZE == ZSIZE
log NAME OFFSET SIZE
else
clog NAME OFFSET ZSIZE SIZE
endif
next i
Geri0n
ultra-n00b
Posts: 2
Joined: Wed Jun 26, 2013 11:38 pm

Re: Dawngate .snap

Post by Geri0n »

This worked perfectly. However i have hit another roadblock. The .bmdl files. Do you have any idea if there is a converter or a way to open the bmdl files in a 3d software?
User avatar
TaylorMouse
ultra-veteran
ultra-veteran
Posts: 348
Joined: Mon Sep 26, 2011 12:51 pm
Has thanked: 11 times
Been thanked: 89 times

Re: Dawngate .snap

Post by TaylorMouse »

Maybe it has been a little long to reopen this post, but chrrox, I must ask, how can you view these bmdl files?

T.
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: Dawngate .snap

Post by chrrox »

User avatar
TaylorMouse
ultra-veteran
ultra-veteran
Posts: 348
Joined: Mon Sep 26, 2011 12:51 pm
Has thanked: 11 times
Been thanked: 89 times

Re: Dawngate .snap

Post by TaylorMouse »

Hey man thnx, must have overlooked it :)

T.
GDelscribe
ultra-n00b
Posts: 2
Joined: Sat Aug 16, 2014 12:15 pm

Re: Dawngate .snap

Post by GDelscribe »

This is what I've been looking for for a long time, mainly in the hopes of making some custom skins for fun.
Thank you very much!
Cypherous
ultra-n00b
Posts: 1
Joined: Mon Aug 25, 2014 3:55 pm

Re: Dawngate .snap

Post by Cypherous »

Hi there,

Just trying to poke around these files but noticed the pasted BMS script still leads to some unusable files, how owuld i actually use the .ogg files that it extracts, i've tried ww2ogg and that gives me an error about a missing RIFF, these are all located in the Audio_Wwise after running the BMS script on the .snap files, any help is appreciated :)
Post Reply