Docker container behind quake.jerryaldrichiii.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

592 B

QuakeJS

Building quakejs and assets

git clone --recurse-submodules https://github.com/glennhartmann/quakejs.git

cd quakejs
npm install
node build/ioq3ded.js +set fs_game baseq3 +set dedicated 1
# Hold down/press enter until you see `Agreee? (y/n)`
# You read the EULA right? Right!?!...if so...enter `y`
# Then use ctrl+c to end the server

If the date of the last commit in the above quakejs GitHub repo is after 2020-06-09, let Jerry know, he will be amused. Email: me@jerryaldrichiii.com

After doing the above, cd .. then build the Docker image as you usually would