Jump to content
The Dark Mod Forums

Recommended Posts

Posted (edited)

Hi,

 

Got a new PC yesterday with a decent gpu (i5-4690+gtx960) so I'm keen to install & play TDM.

 

I've tried the Arch AUR version but get the following output,

 

darkmod 2.02-1 (Fri Oct 25 03:01:26 SAST 2013)
( Unsupported package: Potentially dangerous ! )
==> darkmod dependencies:
- lib32-glew (already installed)
- lib32-libpng (already installed)
- lib32-libjpeg-turbo (already installed)
- lib32-libpng12 (already installed)
- lib32-curl (already installed)
- lib32-libxxf86vm (already installed)
- unzip (already installed)
- xterm (already installed)


==> Continue building darkmod ? [Y/n]
==> ---------------------------------
==>
==> Building and installing package
==> Making package: darkmod 2.02-1 (Sat Feb 14 00:58:01 SAST 2015)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading tdm_update_linux.zip...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 887k 100 887k 0 0 26649 0 0:00:34 0:00:34 --:--:-- 43650
-> Found darkmod.desktop
-> Found darkmod.png
==> Validating source files with md5sums...
tdm_update_linux.zip ... FAILED
darkmod.desktop ... Passed
darkmod.png ... Passed
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Makepkg was unable to build darkmod.
==> Restart building darkmod ? [y/N]
==> --------------------------------
==>

 

Seems out of date.

 

Any suggestions on how to install this on Manjaro (just like Arch) 64-bit?

Edited by mips
Posted

No idea. I'll have a closer look tomorrow but his is the contents of the pkgbuild,

 

https://aur.archlinux.org/packages/da/darkmod/PKGBUILD

# Maintainer: Benjamin Colard <benjamin at colard dot be># Contributer: Benjamin Colard <benjamin at colard dot be>pkgname=darkmodpkgver=2.02pkgrel=1pkgdesc="DOOM III standalone mod based on the Thief series by Looking Glass Studios"arch=('i686' 'x86_64')url="http://www.thedarkmod.com/"license=('CCPL')makedepends=('unzip' 'xterm')[ "$CARCH" == i686   ] && depends=('glew' 'libpng' 'libjpeg-turbo' 'libpng12' 'curl' 'libxxf86vm')[ "$CARCH" == x86_64 ] && depends=('lib32-glew' 'lib32-libpng' 'lib32-libjpeg-turbo' 'lib32-libpng12' 'lib32-curl' 'lib32-libxxf86vm')install="$pkgname".installsource=(http://www.fidcal.com/darkuser/tdm_update_linux.zip        "$pkgname".desktop        "$pkgname".png)md5sums=('f0ba28807c20261adac525a2bd6101b1'         'bc6537224b60c4ccfd04a51d80e340c1'         '5309e528ce22f28ecc0e9781e43379e0')build() {  cd "$srcdir"	if [ ! -d "$srcdir/darkmod" ]; then	    mkdir $srcdir/darkmod		fi	cd darkmod	unzip -o $srcdir/tdm_update_linux.zip	chmod +x tdm_update.linux	xterm -e $srcdir/darkmod/tdm_update.linux		rm -f TheDarkMod.exe tdm_update.exe}package() {  cd "$srcdir"/darkmod  install -m755 -d "$pkgdir"/opt/darkmod/  install -m755 -d "$pkgdir"/usr/bin/  install -m755 -d "$pkgdir"/usr/share/{applications,icons,licenses/"$pkgname"}  cp -r * "$pkgdir"/opt/darkmod/  find "$pkgdir"/opt/darkmod/ -type d -exec chmod 755 {} \;  find "$pkgdir"/opt/darkmod/ -type f -exec chmod 644 {} \;  chmod 755 "$pkgdir"/opt/darkmod/thedarkmod.x86  install -m755 -d "$srcdir"/darkmod/ "$pkgdir"/usr/bin/  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE  rm -f "$pkgdir"/opt/darkmod/LICENSE.txt  install -Dm644 "$srcdir"/"$pkgname".png "$pkgdir"/usr/share/icons/  install -Dm644 "$srcdir"/"$pkgname".desktop "$pkgdir"/usr/share/applications/    chgrp --recursive games $pkgdir/opt/darkmod  chmod g=rwx -R $pkgdir/opt/darkmod}

 

For now I came across http://www.thedarkmod.com/download-the-mod/and following Install TDM on LInux section.

 

Thanks for the welcome but I've been here before, now with much better gpu I'm ready to play this game. Spoke to one of the team members before that's from South Africa and he was very helpful.

 

Cheers

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recent Status Updates

    • JackFarmer

      "The Year of the Rat." 
      😄

      Al Stewart must be proud of you!
      Happy testing!
      @MirceaKitsune
      · 1 reply
    • datiswous

      I posted about it before, but I think the default tdm logo video looks outdated. For a (i.m.o.) better looking version, you can download the pk4 attached to this post and plonk it in your tdm root folder. Every mission that starts with the tdm logo then starts with the better looking one. Try for example mission COS1 Pearls and Swine.
      tdm_logo_video.pk4
      · 2 replies
    • JackFarmer

      Kill the bots! (see the "Who is online" bar)
      · 3 replies
    • STiFU

      I finished DOOM - The Dark Ages the other day. It is a decent shooter, but not as great as its predecessors, especially because of the soundtrack.
      · 5 replies
    • JackFarmer

      What do you know about a 40 degree day?
      @demagogue
      · 4 replies
×
×
  • Create New...