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.
|
4 years ago | |
---|---|---|
.. | ||
.gitignore | 4 years ago | |
Dockerfile | 4 years ago | |
README.md | 4 years ago | |
entrypoint.sh | 4 years ago | |
rcon.cfg.template | 4 years ago | |
server.cfg.template | 4 years ago |
README.md
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