Page 1 of 1

How to load pk3 mods in macOS?

Posted: Mon Apr 20, 2020 6:14
by domino_089
Is there a way or a guide to load pk3 mods in macOS ?, I have tried how to do it in windows by dragging the pk3 file to the application but it doesn't work.

Re: How to load pk3 mods in macOS?

Posted: Fri Apr 24, 2020 7:43
by Blzut3
Known issue, it's supposed to work that way but it broke when I transitioned to SDL2.

For now you need to use the terminal. Open the terminal drag and drop ecwolf.app onto it and it should type out the full path. Add "/Contents/MacOS/ecwolf", add a space, and then drag and drop you mod onto it. Press enter. Should look something like this:

Code: Select all

~$ /Applications/ecwolf.app/Contents/MacOS/ecwolf /Users/blzut3/Downloads/example.pk3

Re: How to load pk3 mods in macOS?

Posted: Sun Apr 26, 2020 7:00
by domino_089
Thank you very much it works wonderfully!!, as a suggestion this guide should be on the Wiki of the ECWOLF site, so that less advanced users know how to run mods on mac while a new version comes out that simplifies these steps