Downloading The Dark Mod: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
No edit summary
Line 5: Line 5:


=== Preparations ===
=== Preparations ===
# I'm assuming you have a working Doom 3 1.3.1 installation in C:\Games\Doom3 (your path may vary) - see also [[Installation]] for links and instructions.
# I'm assuming you have a working Darkmod installation in C:\Games\Ddarkmod (your path may vary) - see also [[Installation]] for links and instructions.
# Make sure you have enough free disk space (with D3 installed), you'll need at least 4 GB to be on the safe side.
# Make sure you have enough free disk space (with TDM installed), you'll need at least 4 GB to be on the safe side.
# Install the TortoiseSVN client software (get it [http://tortoisesvn.net/downloads here]), reboot your machine.
# Install the TortoiseSVN client software (get it [http://tortoisesvn.net/downloads here]), reboot your machine.
# You need a working username/password to access our SVN server. Send a PM to sparhawk with your desired username/password and await his confirmation.
# You need a working username/password to access our SVN server. Send a PM to Taaaki with your desired username/password and await his confirmation.


=== Checkout the Mod ===
=== Checkout the Mod ===

Revision as of 11:40, 28 October 2014

Important

This page is for TDM developers only. Players will want to read the Installation article to get their TDM copy running.

Downloading The Dark Mod

Let's go through the steps necessary to setup your local copy of The Dark Mod.

Preparations

  1. I'm assuming you have a working Darkmod installation in C:\Games\Ddarkmod (your path may vary) - see also Installation for links and instructions.
  2. Make sure you have enough free disk space (with TDM installed), you'll need at least 4 GB to be on the safe side.
  3. Install the TortoiseSVN client software (get it here), reboot your machine.
  4. You need a working username/password to access our SVN server. Send a PM to Taaaki with your desired username/password and await his confirmation.

Checkout the Mod

As soon as sparhawk has confirmed your access, go to your C:\Games\Doom3 folder and right-click into the white space. Choose SVN > Checkout.... This will display TortoiseSVN's checkout dialog. Fill in the details, as shown in the screenshot below.

Tortoise 1.jpg Tortoise 2 without server.jpg

Note: the correct SVN server address should've been sent to you by sparhawk. If not, ask somebody in the forums or see the threads in the Information forum. The path after the server's URI is correct though: /svn/darkmod/trunk. The checkout directory is C:\Games\Doom3\darkmod, this is where SVN will pump the contents into. The rest of the dialog settings are ok, leave the revision at HEAD. Click OK.

At this point, SVN might ask you about a certficate (thanks to PinkDot for that screenshot). This is ok and must be accepted, of course: choose Accept Permanently). Now the server will ask your for your authentication. Use the username/password you sent to sparhawk. Downloading will start now and will take a long time. Depending on how many concurrent connections are active, the checkout may take up to a day or two.

Certificate.jpg Tortoise 3 without server.jpg

During Downloading

Due to line instabilities, your download may stop or hang during download. The symptom is that TortoiseSVN is idling for a long time at a download rate of 0 kB/s. In this case, try to click cancel (this probably won't do anything). Then, hit the X in the upper right corner of the progress dialog (you might have to click it twice). After the dialog has closed, right-click the C:\Games\Doom3\darkmod folder and choose SVN > Cleanup, and then choose SVN Update... to continue downloading. TortoiseSVN should pick up the download from where it stopped.

Note: Do not start from scratch by selecting SVN Checkout, this is the last resort in case everything else fails.