Skip to content

Commit

Permalink
More easy setup documented.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Nilsson committed Oct 7, 2016
1 parent 2ff788a commit 67d0b60
Showing 1 changed file with 7 additions and 36 deletions.
43 changes: 7 additions & 36 deletions INSTALL
@@ -1,45 +1,16 @@
Only tested with FTEQCC, it is available in many GNU/Linux repos.
How to install the mod:

Change into a directory for sources and:
git clone git://git.code.sf.net/p/gmapn/master gmapn-master
Change into you Quake directory and:
git clone git://git.code.sf.net/p/gmapn/master gmapn

cd gmapn-master
cd gmapn

We recommend getting the latest snapshots of FTESV and FTEQCC:
Download fteqcc+ftesv:
./updatebinaries.sh

64-bit:
wget -O fteqcc http://triptohell.info/moodles/linux_amd64/fteqcc64
wget -O fteqw.sv http://triptohell.info/moodles/linux_amd64/fteqw-sv64

32-bit:
wget -O fteqcc http://triptohell.info/moodles/linux_x86/fteqcc32
wget -O fteqw.sv http://triptohell.info/moodles/linux_x86/fteqw-sv32

chmod +x fteqcc fteqw.sv

Edit Makefile and change INSTALL_DIR to your preference.
Make this directory.

Make sure fteqcc is in gmapn-master and move fteqw.sv to your INSTALL_DIR.

Change to gmapn-master and do:
Build the mod:
make
make install
make install-configs

cd YOUR_SERVER_DIRECTORY

Edit qtv/qtv.cfg, change admin_password (IMPORTANT) and add:

qtv hostname:port

Do this line for each port.

QTV sources: https://github.com/jite/qtv

Copy gmapn.pk3 into gmapn/ directory.
Copy pak0.pak and pak1.pak into id1/ directory.

If you accidentally overwrite your configuation it saves the old one as .bak

Happy gibbbing!

0 comments on commit 67d0b60

Please sign in to comment.