Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| tf2_dod:s_l4d2_server [2012/10/01 12:18] – brot | tf2_dod:s_l4d2_server [2012/10/01 12:25] (current) – [Starten eines Servers] brot | ||
|---|---|---|---|
| Line 23: | Line 23: | ||
| su tf2server | su tf2server | ||
| screen -R hlds | screen -R hlds | ||
| - | cd / | ||
| </ | </ | ||
| <code - Team Fortess 2> | <code - Team Fortess 2> | ||
| - | ./srcds_run -steam -game tf -autoupdate -ip 0.0.0.0 +map pl_goldrush | + | cd / |
| + | ./srcds_run -steam -game tf -autoupdate -ip 0.0.0.0 | ||
| </ | </ | ||
| <code - Day Of Defeat: Source> | <code - Day Of Defeat: Source> | ||
| - | ./srcds_run -steam -game dod -autoupdate -ip 0.0.0.0 +map dod_avalanche | + | cd / |
| + | ./srcds_run -steam -game dod -autoupdate -ip 0.0.0.0 | ||
| </ | </ | ||
| <code - Left 4 Dead 2> | <code - Left 4 Dead 2> | ||
| - | ./srcds_run -steam -game left4dead2 -autoupdate -ip 0.0.0.0 | + | cd / |
| + | ./srcds_run -steam -game left4dead2 -autoupdate -ip 0.0.0.0 | ||
| </ | </ | ||
| - | |||
| ==== Instalation/ | ==== Instalation/ | ||
| < | < | ||