A tool to extract the graphics from Anno 1602's data files.
From the src directory:
javac main/*.java
From the src directory:
java main.AnnoReader ANNO_DIR BSH_FILE
Images are saved to an out directory.
java main.AnnoReader "D:\Anno 1602" GFX/STADTFLD.BSH
GFX Full zoom graphics
MGFX Medium zoom graphics
SGFX Small zoom graphics
TOOLGFX Interface graphics and more
EFFEKTE Effects
FISCHE Sea life
GAUKLER Jugglers
MAEHER Farmers
NUMBERS Numbers 0-9
SCHATTEN Shadows
SHIP Ships
SOLDAT Soldiers
STADTFLD Buildings and terrain
TIERE Animals
TRAEGER Workers
Each file (except for SYMBOL) has two other versions, suffixed by 6 and 8, which correspond to images for small and medium resolutions, respectively.
BAUHAUS Building thumbnails and terrain
BAUSHIP Ship thumbnails
EDITOR Editor interface graphics
START Menu graphics
SYMBOL Cursor graphics
TOOLS Interface graphics
A huge thank you to Sir Henry for all his projects, including the Anno 1602 Grafx Tool on which this is based.
Thanks also to the folks in this thread.