Previous Contents Next

3. Configuration

HLDS_L-HOWTO


3.3 MetaMod configuration


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

Open the plugins.ini file.
prompt[metamod]#>
vi plugins.ini
Remove all existing lines.
Type dd  (delete line) Until all existing lines are gone.
Press (insert)
Type the following line:
linux addons/amxx/dlls/amxx_mm_i386.so
Press [esc] (quit insert mode)
Type :w  (write file)
Type :q  (quit file)

Create the config.ini file.
prompt[metamod]#>
vi config.ini
Press (insert)
Type the following line:
gamedll dlls/shrikebot_i386.so
Press [esc] (quit insert mode)
Type :w  (write file)
Type :q  (quit file)

(This really was the last describing of vi  :-)

 


Previous Contents Next