How to unzip Stronghold Kingdoms Online graphic files?
https://www.mediafire.com/file/af2482r2 ... e.rar/file
Stronghold Kingdoms Online
- SoldierTODD
- beginner
- Posts: 31
- Joined: Fri Oct 24, 2014 10:15 pm
- Has thanked: 6 times
- Acewell
- VIP member

- Posts: 1329
- Joined: Wed Nov 05, 2008 12:16 pm
- Has thanked: 2683 times
- Been thanked: 841 times
Re: Stronghold Kingdoms Online
script for QuickBMS to extract dds from zlib compressed ddsx sample files.
Code: Select all
# script for QuickBMS http://aluigi.altervista.org/quickbms.htm
comtype zlib_noerror
get ZSIZE asize
get NAME basename
string NAME + .dds
clog NAME 0x0 ZSIZE ZSIZE

