mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
b708de92a7
- Convert to modern OPTIONS framework (courtesy of jgh@) - Install routes for a few more deathmatch levels - Mute MKDIR's and generally cleanup Makefile while here - Reword port description and port message texts
26 lines
902 B
Plaintext
26 lines
902 B
Plaintext
==============================================================================
|
|
|
|
3rd Zigock II bots has been installed.
|
|
|
|
Due to the fact that game library (i.e. game.so file) is unable to read the
|
|
file system paths (i.e. %%Q2DIR%% in the client executable),
|
|
it will look for and write node files in the current directory. So you have
|
|
to do the following (only once) in the directory where you want to run it
|
|
from (you could use ~/.quake2 for example):
|
|
|
|
$ mkdir -p ~/.quake2/3zb2
|
|
$ cd %%Q2DIR%%/3zb2
|
|
$ cp -a 3ZBConfig.cfg 3ZBMaps.lst chctf chdtm ~/.quake2/3zb2
|
|
$ chmod -R u+w ~/.quake2/3zb2
|
|
|
|
Then run it from the recently created directory.
|
|
|
|
$ cd ~/.quake2
|
|
$ quake2 +set game 3zb2
|
|
|
|
See the docs in %%DOCSDIR%% for help on using it.
|
|
|
|
Check the website for additional DM and CTF maps (respective routes section).
|
|
|
|
==============================================================================
|