3. Configuration |
HLDS_L-HOWTO |
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 i (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 i (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 :-)