Jump to content
The Dark Mod Forums

Problem with the latest install (mac)


Midnight

Recommended Posts

Sorry for not checking this out earlier, my hdd died so I've not been playing TDM but I can test the install/update on my low spec Mac. Anyway, it seems there's a problem in the "tdm_update_updater.sh" script, which is not correctly escaping spaces in any of the paths it references. I manually escaped these with \ and the updater worked like a charm (and launches a mission without problem). I've also tried a fresh install which had the same problem, but is now downloading the full mod after I copied in the 'fixed' updater script. I'll report back if there are any problems launching once this is completed.

Edited by Midnight
Link to comment
Share on other sites

I think using "" around the path would solve this issue. Is the script on SVN?

"The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore, all progress depends on the unreasonable man." -- George Bernard Shaw (1856 - 1950)

 

"Remember: If the game lets you do it, it's not cheating." -- Xarax

Link to comment
Share on other sites

I'll try using quotes once the download is complete to see if this also works (I'd guess that it would). I assume this script is generated by the mod (maybe tdm_update.macosx?) since it contains computer / user specific path names.

Edited by Midnight
Link to comment
Share on other sites

To confirm, double quotes do work. Also, with a modified version of the tdm_update_updater.sh script a fresh install also works and launches fine.

 

Until this is fixed, if anyone else is having problems updating or installing on OSX, you can copy the following text (substitutiing 'username' with your user folder name) into a file called tdm_update_updater.sh in the darkmod folder (or create this file if it doesn't already exist). The file needs execute permission to run (i.e. use the terminal command 'sudo chmod 755 tdm_update_updater.sh'), then you can run it in the terminal using the command './tdm_update_updater.sh'.

 

#!/bin/bash
echo "Upgrading TDM Updater executable..."
cd "/Users/username/Library/Application Support/Doom 3/darkmod"
sleep 2s
mv -f "/Users/username/Library/Application Support/Doom 3/darkmod/_tdm_update.macosx" "/Users/username/Library/Application Support/Doom 3/darkmod/tdm_update.macosx"
chmod +x "/Users/username/Library/Application Support/Doom 3/darkmod/tdm_update.macosx"
echo "TDM Updater executable has been updated."
echo "Re-launching TDM Updater executable."
"/Users/username/Library/Application Support/Doom 3/darkmod/tdm_update.macosx"

Edited by Midnight
Link to comment
Share on other sites

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

    • The Black Arrow

      Hey @nbohr1morehow come the zombies in The Dark Mod don't have a "resurrection" mechanic to it, similar to how Thief has it?
      They're quite a weak creature as of right now, it's merely a walking corpse that slashes you, making attacking them to kill them an actual strategy.
      Would be better if they had some cool mechanism to it that truly makes them a danger, such as the resurrection idea itself.
      · 2 replies
    • Ansome

      Query: when was the last time a zombie in a video game was unnerving or scary to you? I'm chipping away at my anniversary submission and I've been trying to gather opinions on the subject. I'm perfectly capable of lighting them well, changing their sfx, and creating effective ambience, but I'm worried that zombies at their core are just too overdone to be an effective payoff to the tension I'm creating.
      · 4 replies
    • nbohr1more

      The Lieutenant 3 is out! Congrats Frost_Salamander! ( raising awareness )
      · 2 replies
    • OrbWeaver

      Has anyone had any luck with textures from Polyhaven? Their OpenEXR normal maps seem too washed out and give incorrect shading in the engine.
      · 5 replies
    • datiswous

      I tried to upscale the TDM logo video. First try:

      briefing_video.mp4 You can test it ingame by making a copy of the core tdm_gui.mtr and place it in your-tdm-root/materials/ , then edit line 249 of that file into the location where you placed the new briefing.mp4 file.
      What I did was I extracted all the image files, then used Upscayl to upscale the images using General photo (Real-Esrgan) upscale setting and then turn it back into a video.
      I might have to crop it a bit, the logo looks smaller on screen (or maybe it's actually better this way?). My video editor turned it into a 16:9 video, which I think overal looks better than 1:1 video of original.
      · 1 reply
×
×
  • Create New...