User:I88gerbils: Difference between revisions
From ASSS Wiki
Jump to navigationJump to search
I88gerbils (talk | contribs) m wheeee |
I88gerbils (talk | contribs) adding some stuff |
||
| Line 4: | Line 4: | ||
ASSS - [http://wiki.aswz.com/index.php/ASSS Some ASSS stuff] | ASSS - [http://wiki.aswz.com/index.php/ASSS Some ASSS stuff] | ||
| Line 115: | Line 114: | ||
<py> fg_wz | <py> fg_wz | ||
;<py> fg_turf | ;<py> fg_turf | ||
</pre> | |||
== my global.conf file == | |||
<pre> | |||
[ General ] | |||
;PublicArenas = turf pb | |||
[ Billing ] | |||
;Proxy = bin/proxy | |||
IP = 127.0.0.1 | |||
Port = 1850 | |||
ServerName = RMS Test Zone | |||
Password = | |||
[mysql] | |||
hostname=localhost | |||
user= | |||
password= | |||
database= | |||
;; the syntax for these is: | |||
;; [log_whatever] | |||
;; modulename = DIMWE | |||
;; D = debug, I = info, M = malicious, W = warning, E = error | |||
;; they MUST be in caps | |||
;; the modulename can be "all" to catch unmatched modules. | |||
;; if you don't filter it out, it's enabled by default. | |||
;[log_console] | |||
; all = DIMWE | |||
[log_file] | |||
all = IMWE | |||
persist = MWE | |||
chat = DIMWE | |||
[log_sysop] | |||
all = ME | |||
[ Listen ] | |||
;; the main listening port | |||
Port = 5000 | |||
[ Directory ] | |||
Name = RMS Test Zone | |||
Description = the Red Moon Society | |||
Server1 = sscentral.sscuservers.net | |||
Server2 = sscentral.subspacehq.com | |||
;Server3 = sscentral.subspace.net | |||
;Server4 = sscentral.subspace.inet.fi | |||
; changed settings: | |||
</pre> | </pre> | ||
Revision as of 01:09, 30 September 2005
A Small WarZone - Offical * Wiki
ASSS - Some ASSS stuff
my modules.conf file
unixsignal deadlock prng logman mainloop config playerdata lagdata net chatnet arenaman mapdata capman mapnewsdl core clientset scoring:persist idle cmdman chat scoring:stats scoring:basicstats log_console log_file log_sysop log_staff ;; enable this for password security without a billing server auth_file security:security directory ;billing ;billing_ssc ;funky:auth_prefix ;; enable this for ?kick auth_ban banners game_timer flagcore balls bricks koth fm_normal game lagaction cfghelp filetrans quickfix scoring:jackpot scoring:periodic scoring:points_kill scoring:points_flag ;scoring:points_goal ;turf:turf_reward ;turf:turf_stats ;turf:points_turf_reward playercmd admincmd help sendfile funky:autowarp funky:bricklayer buy fake funky:autoturret funky:record ;funky:sgcompat ;; uncomment this for multiple pub arena support ;ap_multipub ;; important: enc_null cannot coexist with either of the other ;; encryption modules! comment it out to use them. ;enc_null security:enc_cont enc_vie ;; db stuff: database:mysql database:aliasdb race:race zombies:zombies ;; python modules: pymod:pymod ;<py> fm_password ;<py> exec <py> fg_wz ;<py> fg_turf
my global.conf file
[ General ] ;PublicArenas = turf pb [ Billing ] ;Proxy = bin/proxy IP = 127.0.0.1 Port = 1850 ServerName = RMS Test Zone Password = [mysql] hostname=localhost user= password= database= ;; the syntax for these is: ;; [log_whatever] ;; modulename = DIMWE ;; D = debug, I = info, M = malicious, W = warning, E = error ;; they MUST be in caps ;; the modulename can be "all" to catch unmatched modules. ;; if you don't filter it out, it's enabled by default. ;[log_console] ; all = DIMWE [log_file] all = IMWE persist = MWE chat = DIMWE [log_sysop] all = ME [ Listen ] ;; the main listening port Port = 5000 [ Directory ] Name = RMS Test Zone Description = the Red Moon Society Server1 = sscentral.sscuservers.net Server2 = sscentral.subspacehq.com ;Server3 = sscentral.subspace.net ;Server4 = sscentral.subspace.inet.fi ; changed settings: