There was an error while loading. Please reload this page.
1 parent 846178b commit 3ba4a8cCopy full SHA for 3ba4a8c
1 file changed
pages.it/linux/counter-strike-2.md
@@ -0,0 +1,20 @@
1
+# Counter Strike 2
2
+
3
+> Ospita un server headless di Counter Strike 2.
4
+> Maggiori informazioni: <https://developer.valvesoftware.com/wiki/Counter-Strike_2/Dedicated_Servers>.
5
6
+- Esegue una partita con una mappa:
7
8
+`{{path/to}}/cs2 -dedicated +map {{de_dust2}}`
9
10
+- Esegue una partita con un numero massimo specificato di giocatori:
11
12
+`{{path/to}}/cs2 -dedicated +map {{de_dust2}} -maxplayers {{64}}`
13
14
+- Esegue una partita con IP e porta del server specificati:
15
16
+`{{path/to}}/cs2 -dedicated +map {{de_dust2}} -ip {{1.2.3.4}} -port {{27015}}`
17
18
+- [Interattivo] Spegne il server:
19
20
+`quit`
0 commit comments