-
-
Save simonewebdesign/a8d46cf9a19fee956886f8dbafd6ad5e to your computer and use it in GitHub Desktop.
#!/bin/bash | |
# Install Quake 3: Arena on a mac | |
# Copyright (c) 2016 simonewebdesign | |
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | |
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | |
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
set -e # exit on error | |
cd $HOME | |
git clone https://github.com/ioquake/ioq3 | |
cd ioq3 | |
./make-macosx.sh x86_64 | |
cd build | |
cp -R release-darwin-x86_64/ /Applications/ioquake3 | |
cd /Applications/ioquake3/baseq3 | |
COUNT=0 | |
while [ $COUNT -lt 9 ]; do | |
curl -L http://files.anitalink.com/gamecache/quake3/baseq3/pak$COUNT.pk3 > pak$COUNT.pk3 | |
let COUNT+=1 | |
done | |
echo "Quake 3: Arena installation successful!" | |
rm -R $HOME/ioq3 | |
read -p "Do you want to start the game now? (y/n) " -n 1 -r | |
if [[ $REPLY =~ ^[Yy]$ ]] | |
then | |
open /Applications/ioquake3/ioquake3.app | |
fi |
FYI - Just tried @diegoulloao version and worked perfectly with no issue.
FYI - Just tried @diegoulloao version and worked perfectly with no issue.
Actually my version was inspired in this script.
Thanks for all!
is there some kind of key logger installed with this? Why am I getting presented with a message about it wanting to capture keystrokes from all apps?
CONFIRMED VIRUS IS PRETTY NASTY MESSES UP WITH LIBRARY. IM ALREADY REPORTING HIS IP TO THE COMUNITY
Thanks))
Thanks!
@diegoulloao - Perfect, one-step installation on my MacBook Air running Catalina 10.15.4. Wow - THANK YOU SO MUCH!!
Does this work on M1?
Does this work on M1?
Thanks @diegoulloao!
Thank you so much!!!!
Thank you, @diegoulloao! It works! God bless you!
no idea what is xcrun:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
no idea what is xcrun
Make sure Xcode Command-line Tools are installed. Run xcode-select --install
I had to make sure Xcode Command-line Tools were installed. Used the following command line to install.
xcode-select --install
Installation then worked but I get the following error when trying to run in /Applications/ioquake3/ioquake3.app
This is what's inside /Users/macbookpro/Library/Application Support/Quake3/baseq3/crashlog.txt
Any ideas?
I am running macOS 10.14.6