1,575
edits
Changes
no edit summary
Get a few friends together, have them point their browsers to http://quakejs/ and start fragging!
=Notes on Customization=
==Changing the Hostname==
If you want to use a hostname other than "quakejs" you'll need to change the following:
#update the line <pre>seta sv_hostname "quakejs"</pre> in <pre>/home/quake/quakejs/base/baseq3/server.cfg</pre>
#update the line <pre>seta sv_hostname "quakejs"</pre> in <pre>/home/quake/quakejs/base/baseq3/server.cfg</pre>
#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>
=References=