From 64a47be182502d549e7958e9ddf2d664ad2c4eef Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 5 Jul 2025 12:08:25 +0300 Subject: [PATCH] counter-strike-2: add page (#17121) Co-authored-by: Wiktor Perskawiec Co-authored-by: Wiktor Perskawiec --- pages/linux/counter-strike-2.md | 20 ++++++++++++++++++++ pages/linux/cs2.md | 7 +++++++ 2 files changed, 27 insertions(+) create mode 100644 pages/linux/counter-strike-2.md create mode 100644 pages/linux/cs2.md diff --git a/pages/linux/counter-strike-2.md b/pages/linux/counter-strike-2.md new file mode 100644 index 0000000000..c611bc10d9 --- /dev/null +++ b/pages/linux/counter-strike-2.md @@ -0,0 +1,20 @@ +# counter strike 2 + +> Host a headless Counter Strike 2 server. +> More information: . + +- Run a game with one map: + +`{{path/to/cs2}} -dedicated +map {{de_dust2}}` + +- Run a game with specified maximum number of players: + +`{{path/to/cs2}} -dedicated +map {{de_dust2}} -maxplayers {{64}}` + +- Run a game with specified server IP and port: + +`{{path/to/cs2}} -dedicated +map {{de_dust2}} -ip {{1.2.3.4}} -port {{27015}}` + +- Shut the server down: + +`quit` diff --git a/pages/linux/cs2.md b/pages/linux/cs2.md new file mode 100644 index 0000000000..1aa3d5b05f --- /dev/null +++ b/pages/linux/cs2.md @@ -0,0 +1,7 @@ +# cs2 + +> This command is an alias of `counter strike 2`. + +- View documentation for the original command: + +`tldr counter strike 2`