Skip to content
This repository has been archived by the owner on Apr 10, 2022. It is now read-only.

Commit

Permalink
Cleanup documentation.
Browse files Browse the repository at this point in the history
* Correctly point to server.cfg.
* Removed disabled vars from L4D2 config.
  • Loading branch information
r-pufky committed Feb 7, 2022
1 parent 6fa9588 commit 289b8b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ su - steam -c 'your server launch command'
This will launch a **Left 4 Dead** ``srcsd_run`` linux dedicated server.

```
su - steam -c "/data/server/srcds_run -console -game left4dead -map l4d_hospital01_apartment -port 27015 +maxplayers 4 -nohltv +exec /data/server.cfg"
su - steam -c "/data/server/srcds_run -console -game left4dead -map l4d_hospital01_apartment -port 27015 +maxplayers 4 -nohltv +exec server.cfg"
```
* this example would launch a Left 4 Dead dedicated server (222840).

Expand Down
3 changes: 1 addition & 2 deletions docs/examples/left-4-dead-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ su - steam -c "/data/server/srcds_run -console -game left4dead2 -map c1m1_hotel
`/d/games/l4d2/server.cfg`
``` ini
hostname "{NAME}"
sv_password "{PASS}"
sv_allow_lobby_connect_only 0
sv_steamgroup_exclusive 0
sv_gametypes "coop,survival,versus,teamversus"
Expand All @@ -77,7 +76,7 @@ sv_rcon_minfailuretime 600

// General Play
motd_enabled 1
mp_disable_autokick 1
mp_disable_autokick 1
sv_allow_wait_command 0
sv_alltalk 0
sv_alternateticks 0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/left-4-dead.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ sv_rcon_minfailuretime 600

// General Play
motd_enabled 1
mp_disable_autokick 1
mp_disable_autokick 1
sv_allow_wait_command 0
sv_alltalk 0
sv_alternateticks 0
Expand Down

0 comments on commit 289b8b7

Please sign in to comment.