1,575
edits
Changes
→Notes on Customization
==Changing the Hostname==
If you want to use a hostname other than "quakejs" you'll need to update the line <pre>var args = ['+set', 'fs_cdn', 'quakejs:80', '+connect', 'quakejs:27960']; //custom args list targeting a local content server and local game server both at the address 'quakejs'</pre> in <pre>/var/www/html/index.html</pre> to your new hostname (instead of quakejs).
==Understanding Server Settings in server.cfg==
{| border="1" style="border-collapse:collapse"
|These last few lines of this example set up a simple map rotation
|}
Visit https://www.quake3world.com/q3guide/servers.html for details on these settings.
==Using the Full Quake 3 Game==
This guide (and Inolen's original project) targets the Demo version of Quake 3. If you'd like to try your hand at hosting a node.js version of the full Quake 3 game ronfar623 over at reddit figured out how to do it. You can read his instructions at the link below. Note that he starts by following my instructions above to set up a working Demo version so you'll need to do that first.
https://www.reddit.com/r/quake/comments/cpn4rp/how_to_setup_your_own_local_quakejs_server/ezr8m3c?utm_source=share&utm_medium=web2x
=References=