Deconstructing Age of Empires in Linux
Posted on October 04, 2009 by oubiwann

Wine
dosbox
Extract AoE files from .drs files with
DRS Explorer
http://artho.com/age/files/drsxplor.html
Convert .slp files to images with SLPCNVT.EXE
http://artho.com/age/files/slpcnvt.html
for FILE in `find ./ -name "*.slp"`; do dosbox -exit -c "mount c: ./" -c "c:" -c "SLPCNVT.EXE /x $FILE" dummy; done
Comments?
This blog doesn't use standard (embedded) comments; however, since
the site is hosted on Github, if there is
something you'd like to share, please do so by
opening a
"comment" ticket!