Fau57IV: ...i am running linux and understand that i somehow have to use wine to play the game but i dont really understand that. so maybe someone could walk me through it step by step...
I wrote a step-by-step installation via Wine post a few months back:
Linux/Wine Installation - Two Worlds Epic Edition Note that for a Wine installation you need to download a Windows copy of the game from GOG.
It does assume some command line and Wine understanding, though. Two Worlds was a little trickier to get running than your average game, requiring a few winetricks calls, a DLL override, and re-encoding the video files, so if you need further assistance I'm happy to help where I can.
Alternately,
Lutris lists support for Two Worlds Epic Edition . I haven't tested it, but it may fit the bill easier than a manual installation.
If you're new to the Wine project in general, I'd suggest checking out the main project site,
WineHQ . The gist of installing an up-to-date prebuilt version of Wine, if you're using an Ubuntu derivative, is to
add their repository to your apt list.
Unfortunately, since Wine version 5.0.0 you will also need an up-to-date version of libfaudio0 and libfaudio0:i386,
which you can get from the OpenSuse repository. I would HIGHLY recommend installing only libfaudio0 / libfaudio0:i386 and then disabling the OpenSuse repository, though. Otherwise performing general updates could get your system out of sync with your standard distribution.
Fau57IV: ...i also noticed that it needs a few apt packages and i have the one installed but the libpng12-0:i386 i cant seem to find it. so how would i go about installing that if its the issue...
As for libpng12, you shouldn't need it for an updated Wine installation, but if you still want it for the sake of other games' compatibility, you can download DEB packages for Ubuntu 18.04 / Linux Mint 19.* from the Ubuntu Security Team's LaunchPad project pages:
Build Pages:
•
libpng12-0 ---> libpng12-0_1.2.54-1ubuntu1.1_amd64.deb
•
libpng12-0:i386 ---> libpng12-0_1.2.54-1ubuntu1.1_i386.deb
Edit: Looks like I'm having to reroll this comment a few times to get the links working -- I really wish GOG would add a preview post feature... it doesn't seem to want to form links for the LaunchPad pages. So you might just have to copy and paste those URLs yourself ;) Edit 2: Links fixed thanks to Gydion below.