Whatever you got for a Disbrition of Linux, you need "Wine"
this tool allow you to run Windows Programs on any Linux.
Step 1
Install Wine easy by runing in Terminal this Command
after success installing wine, install winetricks.
Ok wine is installed and Ready for use! in Step we using Winetricks to install few Windows Tools.
Step 2
save it under whatever ... installthings.sh what you want (script not tested)
Run this Script and install all things you need to run Dekaron or other games.
The Packed Updater dont work always I/O Error , he cant Read this archive typ "div", update the client and put after updateing the data.pak again on your linux and start the game ;-).
this tool allow you to run Windows Programs on any Linux.
Step 1
Install Wine easy by runing in Terminal this Command
Code:
sudo apt-get install wine
Code:
wget http://www.kegel.com/wine/winetricks
Code:
chmod +x winetricks sudo mv winetricks /usr/local/bin
Step 2
save it under whatever ... installthings.sh what you want (script not tested)
Code:
#!/bin/sh
# --- Required Tools Installer script powered by winetricks
# written by darnus ---
#
echo "Rename drive_c to harddiskvolume0 (needed by some installers)"
winetricks volnum
sleep 2
echo "Installing MS common controls 5.80";
winetricks comctl32
sleep 1
echo "Installing MS comctl32.ocx and mscomctl.ocx, comctl32 wrappers for VB6"
winetricks comctl32.ocx
sleep 1
echo "Installing Standard RGB color profile"
winetricks colorprofile
sleep 1
echo "Installing MS ActiveX Control Pad"
winetricks controlpad
sleep 1
echo "Installing MS Arial, Courier, Times fonts"
winetricks corefonts
sleep 1
echo "Installing DirectX Components"
winetricks d3dx9 d3dx10 dinput8 directplay
sleep 1
echo "Installing MS DCOM (ole32, oleaut32)"
winetricks dcom98
sleep 1
echo "Installing Fix bad fonts which cause crash in some apps"
winetricks fontfix
sleep 1
echo "Installing .NET 1.1 , 2.0"
winetricks dotnet11 dotnet20
sleep 1
echo "Installing MS Forms 2.0 Object Library"
winetricks fm20
sleep 1
echo "Installing MS gdiplus.dll"
winetricks gdiplus
sleep 1
echo "Installing wininet.dll and urlmon.dll"
winetricks wininet urlmon
sleep 1
echo "Run winetricks to install more Tools, bye."
The Packed Updater dont work always I/O Error , he cant Read this archive typ "div", update the client and put after updateing the data.pak again on your linux and start the game ;-).