Hi
I downloaded zdoom to run it on this old mac
the mac has a core2 32 bit cpu and runs osx 10.6
zdoom starts but needs me to put an iwad in a directory and I can not figure out how to do that...
I get this message...
Execution could not continue.
Cannot find a game IWAD (doom.wad, doom2.wad, heretic.wad, etc.).
Did you install ZDoom properly? You can do either of the following:
1. Place one or more of these wads in ~/Library/Application Support/zdoom/
2. Edit your ~/Library/Preferences/zdoom.ini and add the directories
of your iwads to the list beneath [IWADSearch.Directories]
I downloaded FreeDOOM hoping to place the IWADS in the right place
I cant find the
~/Library/Application Support/zdoom/
dir
or the
~/Library/Preferences/zdoom.ini
file
shouldnt the file and the dir be created after running zdoom the first time?
I've run zdoom several times but the directory and the file is not to be found anywhere
I have used bash to locate this dir
~/Library/Application Support/
and I made a dir called zdoom using mkdir
but it is still not anywhere to be found in the GUI, should I try to use bash to copy the freedoom wads in to the dir I just made?
I succeeded, it turned out I made the dir in the wrong place
I never got bash to copy it (cp)
but the dir appeared in the gui and then I could copy the freedoom wads and it works very well.. not as well as win 10, but well enough
---
maybe this can help others who are toying with old systems
old mac and zdoom
Moderator: GZDoom Developers
Forum rules
Contrary to popular belief, we are not all-knowing-all-seeing magical beings!
If you want help you're going to have to provide lots of info. Like what is your hardware, what is your operating system, what version of GZDoom/LZDoom/whatever you're using, what mods you're loading, how you're loading it, what you've already tried for fixing the problem, and anything else that is even remotely relevant to the problem.
We can't magically figure out what it is if you're going to be vague, and if we feel like you're just wasting our time with guessing games we will act like that's what you're really doing and won't help you.
Contrary to popular belief, we are not all-knowing-all-seeing magical beings!
If you want help you're going to have to provide lots of info. Like what is your hardware, what is your operating system, what version of GZDoom/LZDoom/whatever you're using, what mods you're loading, how you're loading it, what you've already tried for fixing the problem, and anything else that is even remotely relevant to the problem.
We can't magically figure out what it is if you're going to be vague, and if we feel like you're just wasting our time with guessing games we will act like that's what you're really doing and won't help you.
- Redneckerz
- Spotlight Team
- Posts: 1131
- Joined: Mon Nov 25, 2019 8:54 am
- Graphics Processor: Intel (Modern GZDoom)
Re: old mac and zdoom
If you put a Doom IWAD in the exact same directory as where ZDoom is (You downloaded it, after all), do you notice any changes?
So, literally the same directory as where ZDoom was downloaded to. MacOSX being GUI based, i imagine you have a specific downloads folder, no?
So, literally the same directory as where ZDoom was downloaded to. MacOSX being GUI based, i imagine you have a specific downloads folder, no?
- CBM
- Posts: 373
- Joined: Wed Oct 09, 2019 3:39 am
- Graphics Processor: nVidia with Vulkan support
- Location: The Shores of Hell
Re: old mac and zdoom
yes each user has a default download folder like on windowsRedneckerz wrote:If you put a Doom IWAD in the exact same directory as where ZDoom is (You downloaded it, after all), do you notice any changes?
So, literally the same directory as where ZDoom was downloaded to. MacOSX being GUI based, i imagine you have a specific downloads folder, no?
putting IWADs in the download folder did not work
I needed to create the directory specified by ZDoom (~/Library/Application Support/zdoom/) and copy the IWADs to that directory for it to work
the pwads could be in any directory but I made a folder under documents for them
and being a windows guy, I had my fair share of problems trying to map a location in bash to a location in the GUI ... but eventually I created the directory in the right place using bash and used the GUI to copy the IWADs... I couldn't figure out how to get bash to copy them using the cp command
I tried a lot of different commands like:
cp ./freedoom1.wad ~/Library/Application Support/zdoom/
and variations of that, but each time the cp command just gave me the "how to use me" text
I never found the ~/Library/Preferences/zdoom.ini
but atleast now zdoom works and I can play all the old games and even add as many wads as I want... I still prefer the way I can do it on windows where I just make bat files though
however, hopefully this old mac can help me become better at using bash, since I also have some Linux computers that have bash