Anpassen der Startoptionen.
Wenn Sie nicht möchten, dass Ihr Server im Gelegenheitsmodus läuft, können Sie die Startoptionen wie folgt ändern.
Code:
Classic Casual:
srcds -game csgo -console -usercon +game_type 0 +game_mode 0 +mapgroup mg_active +map de_dust2
Classic Competitive:
srcds -game csgo -console -usercon +game_type 0 +game_mode 1 +mapgroup mg_active +map de_dust2
Arms Race:
srcds -game csgo -console -usercon +game_type 1 +game_mode 0 +mapgroup mg_armsrace +map ar_shoots
Demolition:
srcds -game csgo -console -usercon +game_type 1 +game_mode 1 +mapgroup mg_demolition +map de_lake
Deathmatch:
srcds -game csgo -console -usercon +game_type 1 +game_mode 2 +mapgroup mg_allclassic +map de_dust
Wenn Sie die Karte ändern möchten, ändern Sie einfach +map de_dust in +map de_.
Lg
rumpel