So called 'King's edition' includes ANNO1602 Creation of a New World plus expansion pack. The tested version was released in Germany. Extra maps and files such as music and artwork are included.
Selected Test Results (selected in 'Test Results' table below)
What works
Everything
What does not
Nothing
What was not tested
Multiplayer
Additional Comments
As I've got the original game and the expansion set (which equals the Königsedition, except some scenarios), I needed the Windows 2k&XP installers, but that was also required for Windows itself. You can find those fixes at http://anno.de.ubi.com/downloads.php#patches
Additionally there is an encoding issue with the expansion set, which requires you to mount the CD with -o utf8 (mount -o utf8 /dev/cdrom). But that is more a problem of the German release of the expansion set and has nothing to do with Wine.
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
Mounting of CDs.
by Cùran on Monday June 29th 2009, 5:05
Not entirely related to the »Königsedition« (King's Edition) or at least I can't tell, but if you have the expansion set as a separate disc and your system runs with UTF-8 character set, you will most probably encounter a problem while installing the game. You can easily fix this by mounting the CDs as follows:
# mount -o utf8 /dev/cdrom
where /dev/cdrom is the device file for your CD-ROM drive or the mount point named in your fstab.
Greetings,
Cùran
P.S.: The above was needed for the German version of the expansion set (NINA), if the international version ships without filenames containing umlauts, you won't experience the problem.