It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hello, all! Can anyone/Mac users tell me if the editor is supported on Mac? Thank you!
https://steamcommunity.com/app/239070/discussions/1/864976837876840625/
https://steamcommunity.com/app/239070/discussions/0/558746089504455527/

Hope this help.
This does help - thank you!
Update - so, does anyone know how to find a folder in terminal, on Mac? Also, all the Mac editor support shows Steam versions - any help with the gog.com version is appreciated!
avatar
MindsEyeSplinter: Update - so, does anyone know how to find a folder in terminal, on Mac? Also, all the Mac editor support shows Steam versions - any help with the gog.com version is appreciated!
Assuming the Hammerwatch app is in the Applications directory, copy and paste this in Terminal:

cd /Applications/Hammerwatch.app/Contents/Resources/game/Hammerwatch.app/Contents/MacOS/editor

Then type in:

mono HammerEditor.exe

If the terminal complains about a missing .dll file, navigate to the the above mentioned MacOS folder manually through Finder, then go to the directory 'osx', then copy the file libSDL2-2.0.0.dylib and paste it back in the 'editor' folder.
avatar
MindsEyeSplinter: Update - so, does anyone know how to find a folder in terminal, on Mac? Also, all the Mac editor support shows Steam versions - any help with the gog.com version is appreciated!
avatar
SCPM: Assuming the Hammerwatch app is in the Applications directory, copy and paste this in Terminal:

cd /Applications/Hammerwatch.app/Contents/Resources/game/Hammerwatch.app/Contents/MacOS/editor

Then type in:

mono HammerEditor.exe

If the terminal complains about a missing .dll file, navigate to the the above mentioned MacOS folder manually through Finder, then go to the directory 'osx', then copy the file libSDL2-2.0.0.dylib and paste it back in the 'editor' folder.
First off, thank you. Second, when I type in the file path /Applications/Games/Hammerwatch.app/Contents/Resources/game/Hammerwatch.app/Contents/MacOS/editor and hit 'enter', all the terminal says is

"-bash: /Applications/Games/Hammerwatch.app/Contents/Resources/game/Hammerwatch.app/Contents/MacOS/editor: is a directory"

Is it supposed to do something else?
avatar
SCPM: Assuming the Hammerwatch app is in the Applications directory, copy and paste this in Terminal:

cd /Applications/Hammerwatch.app/Contents/Resources/game/Hammerwatch.app/Contents/MacOS/editor

Then type in:

mono HammerEditor.exe

If the terminal complains about a missing .dll file, navigate to the the above mentioned MacOS folder manually through Finder, then go to the directory 'osx', then copy the file libSDL2-2.0.0.dylib and paste it back in the 'editor' folder.
avatar
MindsEyeSplinter: First off, thank you. Second, when I type in the file path /Applications/Games/Hammerwatch.app/Contents/Resources/game/Hammerwatch.app/Contents/MacOS/editor and hit 'enter', all the terminal says is

"-bash: /Applications/Games/Hammerwatch.app/Contents/Resources/game/Hammerwatch.app/Contents/MacOS/editor: is a directory"

Is it supposed to do something else?
Make sure the Change Directory command "cd " is entered before the directory link, you should be able to copy and paste the entire line I posted above into Terminal instead of manually typing it out.
avatar
MindsEyeSplinter: First off, thank you. Second, when I type in the file path /Applications/Games/Hammerwatch.app/Contents/Resources/game/Hammerwatch.app/Contents/MacOS/editor and hit 'enter', all the terminal says is

"-bash: /Applications/Games/Hammerwatch.app/Contents/Resources/game/Hammerwatch.app/Contents/MacOS/editor: is a directory"

Is it supposed to do something else?
avatar
SCPM: Make sure the Change Directory command "cd " is entered before the directory link, you should be able to copy and paste the entire line I posted above into Terminal instead of manually typing it out.
When I copy and paste what you gave me, I get:

-bash: cd: /Applications/Hammerwatch.app/Contents/Resources/game/Hammerwatch.app/Contents/MacOS/editor: No such file or directory


When I look up the directory path, and type that in, I get:

cd /Applications/Games/Hammerwatch.app/Contents/Resources/game/Hammerwatch.app/Contents/MacOS/editor mono HammerEditor.exe
Name-Mac-Mini:editor

Sorry I haven't mentioned this before, but I am a noob noob noob at this kind of stuff.
avatar
SCPM: Make sure the Change Directory command "cd " is entered before the directory link, you should be able to copy and paste the entire line I posted above into Terminal instead of manually typing it out.
avatar
MindsEyeSplinter: When I copy and paste what you gave me, I get:

-bash: cd: /Applications/Hammerwatch.app/Contents/Resources/game/Hammerwatch.app/Contents/MacOS/editor: No such file or directory

When I look up the directory path, and type that in, I get:

cd /Applications/Games/Hammerwatch.app/Contents/Resources/game/Hammerwatch.app/Contents/MacOS/editor mono HammerEditor.exe
Name-Mac-Mini:editor

Sorry I haven't mentioned this before, but I am a noob noob noob at this kind of stuff.
It's alright, I'm something of a noob to Macs too, I only started using this one a few years ago. Last I tried, the editor popped up only for a few seconds then quickly closed, so there's some more compatibility issues that need to be solved. Unfortunately, my power cord is damaged, the L-shaped Maghead came off completely, I need to solder it back on and it's too late tonight, I'll have to wait till after work tomorrow to fix it if I don't come home too late. As soon as I'm back up and running I'll give it another look. Sorry!
avatar
MindsEyeSplinter: When I copy and paste what you gave me, I get:

-bash: cd: /Applications/Hammerwatch.app/Contents/Resources/game/Hammerwatch.app/Contents/MacOS/editor: No such file or directory

When I look up the directory path, and type that in, I get:

cd /Applications/Games/Hammerwatch.app/Contents/Resources/game/Hammerwatch.app/Contents/MacOS/editor mono HammerEditor.exe
Name-Mac-Mini:editor

Sorry I haven't mentioned this before, but I am a noob noob noob at this kind of stuff.
avatar
SCPM: It's alright, I'm something of a noob to Macs too, I only started using this one a few years ago. Last I tried, the editor popped up only for a few seconds then quickly closed, so there's some more compatibility issues that need to be solved. Unfortunately, my power cord is damaged, the L-shaped Maghead came off completely, I need to solder it back on and it's too late tonight, I'll have to wait till after work tomorrow to fix it if I don't come home too late. As soon as I'm back up and running I'll give it another look. Sorry!
It's all good - I appreciate the help!
avatar
MindsEyeSplinter: When I look up the directory path, and type that in, I get:
Just Right-click on the .app, Show Package Contents, and manually browse around in there until you find it. Then use that path in Terminal.