If you have Steam, one thing you cooooooould try is adding NwN:EE to Steam as a Non-Steam game and adding the " -dmc" in the target field properties there like this;
I mean it's a shot in the dark and a temp fix until someone can specify.
Hmm.. don't have Steam. Yeah, I know nothing about Macs really, asking for a friend.
Well they can set up a temp account or something just to see if it works. If they want to that is. I'm in the same boat though, I have noooo idea how Macs work. xD
So I did the -dmc addition to the shortcut target (windows 10 computer). The DM client opens, and I get to the point where I can start to create a DM avatar, but then when hitting the play button, it doesn't create it. Any thoughts on that?
On the Mac, if you're familiar with Automator at all, you can create a one-step Automator app that will launch just like a standalone DM client app. See this screenshot: https://d.pr/i/OArYjw
This is the shell script you see in that screenshot: open /Users/evan/Beamdog\ Library/00785/bin/macos/nwmain.app --args -dmc
(You will need to change the path, as the path above has my Mac's user name in it)
Just save the Automator action as an app, and you can even give it a NWN icon and place it in your Applications folder. I keep it there, and named it "NWN DM." Double clicking it launches the DM client.
Thanks for raising this. Given the other recent multiplayer-related modifications to the launcher, one hopes restoring the DM client as a launcher option is considered doable.
Comments
Hope that helps.
-Snottling
I mean it's a shot in the dark and a temp fix until someone can specify.
We're going to add a button to Beamdog Client very soon that will allow you to launch the DMC. Until then, you can launch it on the Terminal: (Adjust path to fit your install - try "Open Game Location" in BDC.)
A small shell script could be written, made executable, and and aliased to the Desktop for convenience.
This is the shell script you see in that screenshot:
open /Users/evan/Beamdog\ Library/00785/bin/macos/nwmain.app --args -dmc
(You will need to change the path, as the path above has my Mac's user name in it)
Just save the Automator action as an app, and you can even give it a NWN icon and place it in your Applications folder. I keep it there, and named it "NWN DM." Double clicking it launches the DM client.
m still running in to some issues any advice
Put the -dmc after the ", with a space between the " and -
Any news on this front?