فهرست منبع

more readme, and use_balancer 1 for public

Paul Klumpp 12 سال پیش
والد
کامیت
a9c741009a
3فایلهای تغییر یافته به همراه25 افزوده شده و 7 حذف شده
  1. 19 2
      README
  2. 5 5
      q2srv/action/h_passwords.cfg
  3. 1 0
      q2srv/action/mode_public.cfg

+ 19 - 2
README

@@ -19,6 +19,21 @@ For future updates, start this:
 Note: These magic scripts will install or update everything, but they 
 Note: These magic scripts will install or update everything, but they 
       won't overwrite your changes on configuration files.
       won't overwrite your changes on configuration files.
 
 
+
+Q: But, what do they really do?
+A: In fact, those two magic scripts are just a shortcut for the following steps:
+
+  git clone https://bitbucket.org/PaulKlumpp/aq2-basesrv.git  
+  or 
+  git pull # if the files already exist
+
+  cd aq2-basesrv/q2compile
+
+  ./make_and_put_all.sh clean
+  or 
+  ./make_and_put_all.sh update
+
+
 ===============================================================================
 ===============================================================================
 Now, to YOUR JOB! Your job is to configure your server, so read the
 Now, to YOUR JOB! Your job is to configure your server, so read the
 following steps carefully and learn something.
 following steps carefully and learn something.
@@ -61,12 +76,14 @@ This will install cloud.bsp and update your maplist (config/maplist.ini):
   ./getmap.sh cloud
   ./getmap.sh cloud
 
 
 
 
-This will update your soundlist (config/soundlist.ini) for a public server 
-usage which is more fun ;) :
+For a public server which is more fun ;), put your user wave files into 
+action/sound/user/. And then, to update your soundlist (config/soundlist.ini)
+goto action/h_admin/ and do:
 
 
   ./make_sndlist.sh
   ./make_sndlist.sh
 
 
 
 
+
 ABOUT GS STARTER:
 ABOUT GS STARTER:
 -----------------
 -----------------
 
 

+ 5 - 5
q2srv/action/h_passwords.cfg

@@ -3,11 +3,11 @@
 // rcon_password - so you can change things on the fly while connected with your q2 client
 // rcon_password - so you can change things on the fly while connected with your q2 client
 set rcon_password ""
 set rcon_password ""
 
 
-//sv_password::
-// If not empty, allows only authenticated clients to connect.  Authenticated
-// clients are allowed to occupy reserved slots, see below.  Clients set their
-// passwords via ‘password’ userinfo variable. Default value is empty (no
-// password).
+// sv_password::
+//  If not empty, allows only authenticated clients to connect.  Authenticated
+//  clients are allowed to occupy reserved slots, see below.  Clients set their
+//  passwords via ‘password’ userinfo variable. Default value is empty (no
+//  password).
 set sv_password ""
 set sv_password ""
 
 
 // Multi View access for a GTV server. With this password, a GTV server can connect to your server to relay-stream the running game. See also h_q2proded.cfg
 // Multi View access for a GTV server. With this password, a GTV server can connect to your server to relay-stream the running game. See also h_q2proded.cfg

+ 1 - 0
q2srv/action/mode_public.cfg

@@ -22,6 +22,7 @@ set noscore 0
 set nohud 0
 set nohud 0
 set use_warnings 1
 set use_warnings 1
 set use_rewards 1
 set use_rewards 1
+set use_balancer 1
 set use_oldspawns 0
 set use_oldspawns 0
 
 
 //-----------------------------------------------------------------------------
 //-----------------------------------------------------------------------------