Previous Contents Next

3. Configuration

HLDS_L-HOWTO


3.2 Steam Server configuration


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

Open the server.cfg file.  (In this howto .txt, .cfg and .ini files are edited with vi )
prompt[dod]#> vi server.cfg
Look for the line that says hostname "DoD v1.0"
Move the cursor into the first quote.
Press x  (delete) untill there's nothing left between the quotes.
Press i  (insert)
Type your server name.
Press [esc(quit insert mode)
Type :w  (write file)
Type :q  (quit file)

( In this first file editing the basics of vi are explained.
This howto continues without describing vi.
For more information on vi type man vi on the shell prompt)

 


Previous Contents Next