Installer and Manual Installation: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
Line 238: Line 238:
   eselect repository enable 2xsaiko # (alternatively, add the repo using layman)
   eselect repository enable 2xsaiko # (alternatively, add the repo using layman)
   emerge games-rpg/thedarkmod
   emerge games-rpg/thedarkmod
forum topic: https://forums.thedarkmod.com/index.php?/topic/20698-i-made-a-gentoo-package-for-the-dark-mod/&tab=comments#comment-454629<br>
forum topic: <br>
https://forums.thedarkmod.com/index.php?/topic/20698-i-made-a-gentoo-package-for-the-dark-mod/<br>
<br>
<br>
<br>
<br>

Revision as of 13:28, 20 December 2020

Introduction

For those who want to install The Dark Mod on their system.
Its possible to play this game on Windows, Linux and Mac os.

The main method is:

  1. Create a folder and give it the name "darkmod"
  2. run the TDM-updater
  3. Set the right permissions shortcuts, install dependencies software packages (if there are needed).

And for the people who have difficulties to do this,
the TDM-installer is created to do this automatically for them.

There are several ways to install TDM on your system, like:

Windows

  • Installing TDM on Windows, using the installer
  • Installing TDM on Windows, using the updater

Linux

  • Manual installation on a Linux Distribution
  • Installing TDM on a linux distribtution, using a DEB Package
  • Installing TDM on a linux distribtution, using RPM Package
  • Installing TDM on a Linux distribution, using Play on Mac/Linux

Mac OS

  • Installing TDM on on Mac OS
  • Installing TDM on on Mac/Linux, using Play on Mac/Linux

Windows

Install TDM on Windows, using the updater

  1. Create a folder,wherever you like and give it the name "Darkmod".
  2. Give all the users full acces-permission on that folder:
    righ click on the darkmod folder > preferences > tab "security > edit > select users > full control
  3. Download the TDM Updater.
  4. Extract the tdm_update.exe from the downloaded ZIP and copy it into your darkmod directory.
  5. Start the tdm_update.exe. The installer will connect to one of our download mirrors and start the download process.
  6. Be patient and wait. The download weighs > 2 GB and will probably take a while.
    Its possible that the updater stops downloading. Then close the updater and start the updater again.
  7. After installation, you’ll find an executable TheDarkMod.exe in your darkmod folder.
    Use this to start The Dark Mod.

Install TDM on Windows, using the Installer

Installing TDM

Using the installer

  1. Download the "The Dark Mod installer Windows" executable package from: http://www.thedarkmod.com/downloads/
  2. Unpack the zip file and execute "tdm_installer"
  3. At the welcome screen, click "next"
  4. Read the licence and click "I agree"
  5. At the choose components-screen, click "Next". (or select the components you want to install)
  6. At the "choose install location", use the automaticly selected location for the gamefolder and click "install" (or change the location using the "browse" button)
  7. After the installation, in the "completeing the darkmod installer setup", click finisch.
  8. The installer then starts automaticly the updater.
    (or if you dont want to runthe updater, uncheck button "launch the dark mod updater" and click finisch).
  9. In the updater you only have to click "continue" to download automaticly the files.
  10. Close the updater and start the updater and click on "continue" again, to check if you got all the files.
  11. close the updater
  12. end
Running TDM

The game and updater can be executed via their startmenu/desktop shortcuts or directly from the tdm folder.

Updating TDM

To update TDM, run the updater from the folder where you installed tdm to. or using the menushortcut.

Removing TDM

The game and files can be uninstalled by removing the darkmod folder
Or if you installed tdm using the tdm-installer, use the installer:
This can be started from:

  • the unsinstaller "TDM_uninstaller" inside the darkmod folder.
  • the uninstaller in the the startmenu (the darkmod > uninstall the dark mod)
  • Or windows settings > "software & components". windows configuration screen > software and components > "the dark mod"
Notes
  • To read and write data in the tdm folder, give all the users the system permission to do this:
    Locate the dark mod folder.
    right click on the darkmod folder > preferences > tab "security > edit > select users > full control > ok > ok.
  • Installing in program files:
    Its possible to place the darkmod-folder inside this folder.
    But you have to set permissions as a administrator listed above.
    (or use the TDM-installer)

Linux

Install TDM on a Linux Distribution

You can play TDM also on several Linux distributions.
(Tested on Ubuntu, Opensuse)

The main method is to install TDM is:

  1. install dependencies software packages (if there are needed).
  2. Create a folder and give it the name "darkmod", set write permissions to folder
  3. run the TDM-updater
  4. and set the execute permissions to the executables.

There are several ways to install TDM on a Linux Distribution.

  • By using the Packagemanager of your Linux distribution
  • By a manual installation.
  • By installing a RPM/DEB softwarepackage
  • Or using application "Play on Linux" (a WINE frontend)
Installing TDM on Linux, manually
Installing TDM

Step 1:

Create a folder and set the permissions. By opening a terminal window and enter the following commands:

   sudo mkdir -p /usr/share/games/darkmod
   sudo chown -R nobody:users /usr/share/games/darkmod
   sudo chmod uga+w /usr/share/games/darkmod
   exit


Step 2:

Now the updater needs to be downloaded, unpacked in the install folder and permissions need to be set.
To do this, open the terminal again and enter the following lines:

   cd /usr/share/games/darkmod
   wget http://www.fidcal.com/darkuser/tdm_update_linux.zip
   wget http://tdmcdn.azureedge.net/various/beta207_01/tdm_update.linux64
   unzip ./tdm_update_linux.zip -d /usr/share/games/darkmod
   rm ./tdm_update_linux.zip
   chmod uga+x ./tdm_update.linux
   chmod uga+x ./tdm_update.linux64


Step 3:

Run the updater

   ./tdm_update.linux

or

   ./tdm_update.linux64

Step 4:

Wait until the updater ends, then give everybody the permission to start the applicationfile "thedarkmod.x86".

   chmod uga+x ./thedarkmod.x64

(for the 32 bit: chmod uga+x ./tdm_update.x86)

Note:
Its possible you need to install some required packages before or after the installation.
The packages you need will be displayed as an cryptic error. See the notes below.

Running TDM

Open a terminal and run the following command:

cd /usr/share/games/darkmod; ./thedarkmod.x64
Updating TDM

Open a terminal and run the following command:

cd /usr/share/games/darkmod; ./tdm_update.linux
Removing TDM

Open a terminal and run the following command:

rm -rf /usr/share/games/darkmod

Installing Dependencies

Its possible you need to install some required libraries/packages before or after the installation.
Packages like "OpenAL" (audio), "MESA" (video), "libxext", "libxxf86vm1", "libpng"
And maybe drivers for the video card.

First install the packages mentioned above, using your packagemanager
Then determine the other packages you need, using command "ldd" or TDM's application errors.
Do a quick internet search using the name of the missing package to search and install the package.

To determine the other packages you need is:

  • by using the command "ldd"
  • Or to look for application errors when you start the application
    (or look for error in the darkmod.log)

Use command "ldd" like:

 ldd ./thedarkmod.x64

An example output would be:

 linux-vdso.so.1 (0x00007ffe6c57d000)
 librt.so.1 => /lib64/librt.so.1 (0x00007f8e67217000)
 libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007f8e66e8d000)
 libm.so.6 => /lib64/libm.so.6 (0x00007f8e66b42000)
 libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f8e6692a000)
 libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f8e6670c000)
 libc.so.6 => /lib64/libc.so.6 (0x00007f8e66352000)
 /lib64/ld-linux-x86-64.so.2 (0x00007f8e6741f000)

When a package is not found, it will display the error "not found" between the lines.

And other way is to run TDM application/updater binary and look for errors that will be displayed
Application errors are like these:

 ./thedarkmod.x64: error while loading shared libraries: <the_needed_package> :cannot open shared object file: No such file or directory

After determining the missing packages,
A quick internet search using the name of the missing package,
gives the names of the packages you have to install.

An example of the required packages for tdm 2.07 on opensuse leap:
libm,libstdc++,libgcc_s,libstdc++,libgcc_s,libpthread,libX11
libdl,libstdc++,libopenal,libpthread,libboost_system,libcurl,libjpeg,libm
libstdc++,libz,libboost_filesystem,libstdc++,libXext,libboost_program_options,
libIL,libXxf86vm,libavcodec,libavformat,libavutil,libswscale,libswresample
and xdg-utils


Notes

  • Its possible you need to install some required packages before or after the installation.


Install TDM using a Packagemanager / installation software of your Linux distribution

Every linux distribution has its own methods to install the game using his packagemanager.
Most of the time is first adding a link in the packagemanager config to a data repository.
Then install the package using the packagemanager.
After this, set the write permissions to the darkmod folder and the exectution permissions to the binaries.
If you want to remove the package, use the package manager.
If you want to update TDM use the TDM updater inside your TDM game folder.

OpenSuse

Add the opensuse "games repo" to you packagemanager, install "Dark mod" with it. Howto
After this, set the write permissions to the darkmod folder, set the exectution permissions to the binaries and run the updater.
To do this, open an console window and run the lines:

  sudo chown -R nobody:users /usr/share/games/darkmod
  sudo chmod uga+w /usr/share/games/darkmod
  chmod uga+x ./tdm_update.linux
  chmod uga+x ./tdm_update.linux64
  ./tdm_update.linux
  chmod uga+x ./thedarkmod.x64

Build repository: Build repository
Search: Opensuse Search


Open a terminal and run the following command:

cd /usr/share/games/darkmod; ./thedarkmod.x86

Or your an application shortcut.

Arch linux

AUR: AUR
for 2.07, set system timezone to Tehran and try to run TDM.
Alternatively, try this binary instead: stgatilov 2.07 binary

Gentoo

Ebuild with systemwide files (2xsaiko):
Ebuild: https://git.sr.ht/~dblsaiko/ebuilds/tree/master/games-rpg/thedarkmod
You can install the game by enabling that Portage overlay and then emerging the games-rpg/thedarkmod package:

  eselect repository enable 2xsaiko # (alternatively, add the repo using layman)
  emerge games-rpg/thedarkmod

forum topic:
https://forums.thedarkmod.com/index.php?/topic/20698-i-made-a-gentoo-package-for-the-dark-mod/


Installing TDM on Linux: Creating application shortcuts

If you want to have some desktop shortcuts for the tdm-executable and the tdm-updater,
Its advisable to create a shortcut that opens a terminal and runs the game.
Just create or shortcut file, using the default way to create shortscuts in your desktopmanager (in KDE or gnome)
And change the the shortcut settings so its starts TDM in a shell window.

Create a empty file, give it a name and end with the .desktop extesion.

   touch  $HOME/Desktop/thedarkmod.desktop

Then open the file with your favorite texteditor and put in the following codelines.

Codelines for updater-shortcut:

   Path=/usr/share/games/darkmod/
   Exec=sh -c /usr/share/games/darkmod/tdm_update.linux64;$SHELL
   Categories=Game;ArcadeGame;
   Type=Application

(or for the 32 bit: Exec=sh -c /usr/share/games/darkmod/tdm_update.linux;$SHELL)

Codelines for the gameexecutable-shortcut:

   Path=/usr/share/games/darkmod/
   Exec=sh -c /usr/share/games/darkmod/thedarkmod.x64;$SHELL
   Type=Application
   Terminal=false

(or for the 32 bit: Exec=sh -c /usr/share/games/darkmod/thedarkmod.x86;$SHELL)


Installing TDM on Linux, using DEB Softwarepackage

Installing TDM

Important:This DEB Package does not install dependencies packages.

Step 1:

Download the "The Dark Mod" deb package from: https://freyk.wordpress.com/tdm-installer/


Step 2:

Save the package in your "downloads" folder.


Step 3:

Go to your download folder and execute the deb-package. Or go to your terminal, navigate to the download file and run the following command:

   sudo dpkg -i darkmod.deb


Step 4:

A package manager will appear to install the package. Please follow the needed steps.


Step 5:

Run the tdm-updater. Open your terminal and enter the following command:

   cd /usr/share/games/darkmod; ./tdm_update.linux;

Or run the updater using the menushortcut.

Running TDM

you will find the Shortcuts in your applications menu.
Or open a terminal and exectute the following command:

   cd /usr/share/games/darkmod; ./thedarkmod.x86

Updating TDM

Run the updater, by using the menushortcut.
Or open a terminal and exectute the following command:

   cd /usr/share/games/darkmod; ./tdm_update.linux

Removing TDM

Remove tdm using your packagemanager
Or open a terminal, exectute the following command:

   sudo dpkg -r darkmod



Notes

  • Its possible you need install several dependencies packages
  • In the future the TDM-package will be publisched on popular repo's.
    So you can install/update/remove TDM with your favorite packagemanager.

Installing TDM on Linux, using a RPM Softwarepackage

Installing TDM

Important:
The RPM Package does not install dependencies packages.

Step 1:
Download the "The Dark Mod" rpm package from: https://freyk.wordpress.com/tdm-installer/


Step 2:
Save the package in your "downloads" folder.


Step 3:
Install TDM by running the RPM file with the packagemanager of your linux-distribution.
Go to your download folder.
Execute the rpm-package by double clicking on it and follow the steps that the packagamanger say you to do.
(ignore the warning-popups if they appair)
Or
Open the terminal, navigate to the downloaded rpm-package and execute the following command:

   sudo rpm -ivh --ignorearch darkmod.rpm

A package manager will appear to install the package.
Please follow the steps that the applicationmanager wants you to do.


Step 4:
Run the tdm-updater. Manual: Open your terminal and enter the following command:

cd /usr/share/games/darkmod; ./tdm_update.linux;

Or run the updater using the desktopshortcut.


Step 5:
End.

Running TDM Start

Use the Shortcuts in your applications menu. Or open a terminal and execute the following command:

cd /usr/share/games/darkmod; ./thedarkmod.x86

Updating TDM

Run the updater, by using the menushortcut. Or open a terminal and exectute the following command:

cd /usr/share/games/darkmod; ./tdm_update.linux

Removing TDM

Remove tdm using your packagemanager or: sudo rpm -e darkmod

Notes

  • It's possible you need install several packages if needed.
  • In the future the TDM-package will be publisched on popular repo's.
    So you can install/update tdm with your favorite packagemanager.

Video drivers

If you get the following error: Unable to initialize OpenGL
TDM cannot start his video engine. Video drivers needs to be installed/updated.

Running 32 bit application on a 64 bit system

You can also use the The Darkmod 2.05 (or earlier) uses 32-bit binaries
If you want to run them on a 64 bit system, you need to install 32 bit environment packages:

  • Running 32-bit apps on ubuntu 64 bit:
    sudo dpkg --add-architecture i386; sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386;
  • Running 32-bit apps on opensuse (method 1):
    zypper install patterns-openSUSE-x86
  • Running 32-bit apps on opensuse (method 2):
    open yast software manager > paterns > install "x86 runtime environment"
  • Other 32bit libraries you may need:
    libc6:i386 libstdc++6:i386 libx11-6:i386 libxext6:i386 libxxf86vm1:i386 libpng12-0:i386
    libasound2-plugins:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx libgl1-mesa-glx:i386 libglapi-mesa:i386 libglu1-mesa:i386
  • For black screen, you may install 32-bit S3TC libraries.
  • maybe you need also to install some 32bit libraries for your videocard:
  • for nvidea: libgl1-nvidia-glx:i386




Mac OS

Installing TDM on Mac OS

There are several ways to run TDM on Mac Os.

You can

  • install TDM 2.05 (32 bit) on 32 bit supported Mac OS.
  • Running the recent TDM version of the windows game in WINE on Mac OS.
    • Using PlayonMac
    • Using the Winery package


Note:
The preferred method to run the most recent version of the game,
is to run the windows version using WINE on Mac OS.
Because there are people who don't want, or are unexperienced,
to create a recent/universal-version mac os binaries for it.
Officially: MAC OS is not supported by the TDM Team.

Installing TDM on Mac OS, version 2.05

Installing TDM 2.05 on a 32bit supported Mac OS.

Installing TDM
  1. Download the OSX binary from MODDB, http://www.moddb.com/mods/the-dark-mod/downloads/the-dark-mod-205-native-osx-binaries
  2. Go to your home folder and create folder "games"
  3. navigate to yet created folder games, and create another folder names "darkmod"
  4. Go to the downloads folder and move file "OSX_TDM_205.zip" to the darkmod folder.
  5. Go to the darkmod folder and extract "OSX_TDM_205.zip" and remove the zip-file
  6. Then extract "The Dark mod.app.zip" and "tdm_update_macosx.zip" and remove those zip-files.
  7. open "Terminal" (go to finder, search for "terminal")
  8. enter to following lines and hit the enter-button after every line:
  9. cd ~/games/darkmod
  10. chmod uga+x ./tdm_update.macosx
  11. ./tdm_update.macosx
  12. The updater will start to download the files.
    Wait until all the needed files are downloaded.
    Note: you can cancel the application by pressing combination ctrl+c
  13. close terminal


Running TDM 2.05 on Mac OS
  1. navigate to your homefolder. From there open folders games and darkmod.
  2. run the app "The Dark Mod".


Note:
If the application doesnt start, check your security panel to give the permission to run the application.
Or use the following terminal command:

   spctl --add ~/games/darkmod/The\ Dark\ Mod.app

or

   sudo spctl --master-disable

After changing this setting in the commandline, the setting needs to reset to the new setting.
Then goto security & privacy > click on the lock > use password and check if the checkbox "from anywhere" is checked.
click on the lock > use password > select "app store" > click on the lock.
click on the lock > use password > select "from anywhere" > and click on popup message "from anyware" and click on the lock.

Updating TDM 2.05 on Mac OS
  1. open "Terminal" (go to finder, search for "terminal")
  2. enter to following lines and hit the enter-button after every line:
   cd ~/games/darkmod
   ./tdm_update.macosx
  1. The updater will start to search and download updates the files.
  2. close terminal


Deleting TDM 2.05 on Mac OS
  1. move the tdm folder (in your games folder) to the trashcan.
  2. empty the trashcan.


Debugging TDM on Mac OS, using version 2.05

To debug tdm,

  1. open terminal
  2. navigate with the terminal to the dark mod folder,
    using command: cd ~/games/darkmod/
  3. navigate into the app: cd The\ Dark\ Mod.app/Contents/MacOS/
  4. run the application (including a arguments, like):
    .\The\ Dark\ Mod +condump ~/game/darkmod/mylog.txt

Installing TDM on Mac OS, using WINE

For every new version of TDM, the developers need to create an executable for the version.
This can take a while.
In the meantime, you can run the TDM (for windows) on MAC OS, using WINE.
WINE is a collection of application to run Windows Applications on non-windows systems.

To run TDM on mac os using WINE, we advice to use:

  • or Playonmac (a front-end for WINE).
  • or the Winery package (all-in-one package)

Freyk, creator of the TDM installer and other TDM-softwareinstallation packages,
advices you to use Playonmac.

Installation of TDM on Mac OS, using wineskin

The wineskin package is an all-in-one application.
It includes the updater, the tdm-launcher and several other files to run TDM in WINE.

Note: There are no other depended software installations needed.

Installation TDM
  1. Download the DMG-file from: https://freyk.wordpress.com/tdm-installer/
  2. Extract the dmg-file from the zipfile.
  3. Mount the dmg-file (dbyoubleclick on the dmg-file)
  4. Drag Thedarkmod.app to your applications home folder and close the dmg-windowfolder.
  5. umount the tdm image (by moving the dmg file to the trashcan), remove the tdm dmg-file and zip-file.
  6. Run the application from your applications folder.
    Note: If the application doesnt start, check your security panel to give the permission to run the application.
  7. Automatically The TDM Launcher will start.
  8. Select in the launcher "the dark mod updater" and hit "close".
    (the label of this button will have to be renamed)
  9. The launcher starts the TDM-updater.
  10. Download the TDM-files with the TDM-updater.
  11. Close the updater.
  12. end.
Running TDM
  1. Go to your applications folder
  2. run thedarkmod.app. The launcher will start.
  3. select in the tdm launcher "The dark mod" and hit close.
  4. Wait for TDM to start.
  5. end

Notes:

  • If the application doesnt start, check your security panel to give the permission to run the application.
  • You can change the preferences of the container, by right-clicking on the app > "show package contents" > "Wineskin".
  • If TDM application doesnt start from the launcher, run the updater.
Updating TDM
  1. Run the application from your applications home folder.
  2. The TDM Launcher will open, select the dark mod updater and hit "close". (I need to change the label of that button)
  3. Update the files using the updater.
  4. close the updater
  5. end


Removing TDM

Just move "the dark mod" app from your application folder to your trashbin
and empty your trashbin.


Notes
  • If the application doesnt start, check mac os security panel to give the permission to run the application.
    Or rightclick on the application > open > and in the popupsecuritywarning select "open".
  • This application package doesnot include the main-files for TDM.
    The files has to be downloaded, using the updater.
  • TDM app is not a native mac application, It uses wineskin (a wine-wrapper) to run the application.
  • Its a big appication file (221 mb), because it contains the tdm-launcher, the TDM-updater
    and Wine, to run these applications-for-windows to run on Mac os.
  • This is a work-in-progress (early alpha) testversion. Tested with Mac os Mavericks (10.9.5) - intel.
  • Created with Wineskin Winery 1.7, NSIS and Apple's diskutility.

Installing TDM on Linux/Mac OS, using PlayonMac/PlayonLinux

Playonmac(pom) and PlayOnLinux(pol) and are WINE application suites.
Theses suites contains WINE, a collection of applications, to run Windows-based applications on Mac os.
and a user-friendly front-end to manage this all.


Installing TDM (method 1)

  1. First download, install and start PlayonMac (pol) / PlayonLinux (pom).
  2. Download the windows version of the TDM updater from the TDM download page
    extract the zip file, so you only have exe-file.
  3. Click on "install a program"
  4. The "install menu" appears. click on "Install a non-listed program"
  5. The Wizard window appears, with displaying a warning third-developer warning.
    Ignore this and click next.
  6. You get the question "What would you like to do",
    select "install a program in a new virtual drive", click next
  7. The wizard window ask you to you to give the virtual drive a name, call it: Darkmod
  8. The following question "What would you like to do before installation".
    Keep everything unticked and click next
  9. The following question "what king of virtual drive do you want to create",
    select "64 bit windows installation" and click next
  10. The wizard window automatically create now a virtual drive
  11. Also it wants you to install Wine mono installer.
    The application automaticly get Wine mono installer for you.
    The Wine mono installer will appear, click on "install".
  12. Also it wants you to install Wine Gecko installer.
    The wizard window automaticly get Wine Gecko installer for you.
    The Wine Gecko installer will appear, click on "install".
  13. The wizard ask you to select the installation file.
    click "browse" and select the tdm updater.
    in another window, select the tdm updater and click "open" > "next".
  14. Now the tdm updater will start.
    When the TDM updater is started, follow its instructions or close it.
  15. After following the TDM updater instructions or close the updater,
    the wizard ask you to select the files you want to make shortcuts to.
  16. The wizard ask again you to select the files you want to make a shortcut to.
  17. Select the dark mod, click next, give it a name, click next
  18. the wizard ask you to select the files you want to make shortcuts to.
  19. Select the TDM updater, click next, give it a name, click next.
  20. The wizard ask again you to select the files you want to make a shortcut to,
    but now select "i dont want to make another shortcut" and click on "next".
  21. The shortcuts of TDM application and its updater will be shown in pol/pom.
  22. The shortcuts are also created on your desktop.
  23. Move the shortcuts on your desktop to your application folder.
  24. done.


Note:
Its possible that the TDM updater will give you some errors, during the first start of the updater.
close the tdm updater, create shortcuts to it and run the updater again using the shortcut.
You can also run first the windows version of Freyks Unofficial installer, instead of the TDM updater
This install will create the gamefolder and runs the updater after this.

Installing TDM (method 2)

To install TDM in PlayonLinux/PlayonMac, first install Playonmac/PlayonLinux on your system
and then follow the installation methods for Windows (manual, updater or tdm installer).
Or install TDM by selecting the game in the application list of PlayonMac/PlayonLinux.

  1. First download and install PlayonMac (pol) / PlayonLinux (pom)
  2. Then start Pol/Pom.
  3. Select the +-button (install).
  4. In the next window, select the "Games" button, click checkbox "no-cd needed".
  5. A popup window will appear to warn you about no-cd patched. Accept this by clicking the "OK"-button.
  6. Select "The Darkmod" and click on the "install" button.
  7. Several warning-popupwindows will appear, click the "ok" buttons, to accept them.
  8. The Pol/Pom installation wizard starts, select next.
  9. Select one of the three options and click on the "next"-button. my advice is to select the "online" option.(if you have the tdm_updater zip file, select "local updater zip" or if you have standalone darkmod 2.0)
  10. select "online" or "local standalone zip" automatically the wizard installs the needed wine environment, the tdm-updater and shortcuts.
  11. a popup-window can appear to install the mono installer, click on the "install" button.
  12. The pol/pom installation wizard would like to run the updater, click on the "next" button.
  13. The updater starts, click on the "continue"-button to download automaticly the needed game files.
  14. After the download procedure, close the updater. The Pol/Pom installation wizard creates some pol/pom shortcuts.
  15. The wizard shows the end-of-script window, click on "next".
  16. For TDM 2.06 and later msvc needs to be installed in the playonmac/playonlinux container of The dark mod or The dark mod updater:
  17. Start playonmac/playonlinux > click on playonmac/playonlinux container of "The dark mod" or "The dark mod updater" > left side column, click on "configure" > select tab "install components" > select "vcrun2013" (or something like that) > install.
  18. end

Running TDM, using PlayonLInux/PlayonMac

  1. Open Playonmac/playonlinux
  2. Select the dark mod

Updating TDM, using PlayonLInux/PlayonMac

  1. Open Playonmac/playonlinux
  2. Select the dark mod updater

Removing TDM, using PlayonLInux/PlayonMac

  1. Open Playonmac/playonlinux
  2. Select the dark mod and click on the delete-button


Notes

  • Text in Pol/Pom are automatically translated.
  • TDM Start: you will find the Shortcuts to TDM in the pol/pom main window.
  • TDM Delete: select configure button. In the next window select on the left side "TheDarkMod", click on the "remove"-button and accept the "remove virtual drive"-warning.
  • TDM Update: Run the updater, by using the shortcut from the pol/pom main window.