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

    • 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
    • nbohr1more

      Trying to be productive on my down-time before Capcom releases Akuma and my son is constantly on my PC playing Street Fighter...
      · 1 reply
    • OrbWeaver

      Finally got round to publishing a tutorial on baking normal maps in Blender, since most of the ones we have are inaccessible or years out of date.
      · 2 replies
    • nbohr1more

      The FAQ wiki is almost a proper FAQ now. Probably need to spin-off a bunch of the "remedies" for playing older TDM versions into their own article.
      · 1 reply
    • nbohr1more

      Was checking out old translation packs and decided to fire up TDM 1.07. Rightful Property with sub-20 FPS areas yay! ( same areas run at 180FPS with cranked eye candy on 2.12 )
      · 4 replies
×
×
  • Create New...