Previous Contents Next

3. Configuration

HLDS_L-HOWTO


3.4 AMXX configuration


Change to the dod/addons/amxx directory
prompt[metamod]#> cd /usr/steam/hlds_l/dod/addons/amxx

Open the modules.ini file.
prompt[amxx]#>
vi modules.ini
Add a semicolon (;) before these two lines:
;cstrike_amx_i386.so
;csstats_amx_i386.so
(after all we're not setting up counter-strike server)

Open the plugins.ini file.
prompt[amxx]#>
vi plugins.ini
Add a semicolon before these three lines:
;stats.amx
;miscstats.amx
;statscfg.amx

Change to the configs directory
prompt[metamod]#> cd configs

Open the core.ini file.
prompt[configs]#>
vi core.ini
Add a semicolon before these two lines:
;csstats_score addons/amxx/custom/csstats.amx
;csstats addons/amxx/custom/csstats.dat

Open the maps.ini file.
prompt[configs]#>
vi maps.ini
Remove all the listed CS maps and add your favorite list of DOD maps ie:
dod_anzio
dod_caen
dod_kalt
dod_glider

etc. etc.

Open the users.ini file.
prompt[configs]#>
vi users.ini
Add the following line at the bottom of the file:
"john" "PaSsWoRd" "abcdefghijklmnopqrstu" ""

 


Previous Contents Next