You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Practice (record grenade throws etc) (using [MatchZy](https://github.com/shobhit-pathak/MatchZy#usage-commands))
13
+
- Wingman (allows more than 4 players) ([Steam API key](#playing-workshop-mapscollections) required)
14
+
- GunGame ([Steam API key](#playing-workshop-mapscollections) required)
15
+
- Custom Deathmatch ([Steam API key](#playing-workshop-mapscollections) required)
15
16
- Prefire practice
16
-
- GunGame
17
-
- Retake
17
+
- Retakes
18
18
- Executes
19
-
- Wingman (allows more than 4 players) ([Steam API key](#playing-workshop-mapscollections) required)
19
+
- 1v1 (with arenas) ([Steam API key](#playing-workshop-mapscollections) & [MySQL](#enable-k4-arenas) required)
20
+
- ScoutzKnivez ([Steam API key](#playing-workshop-mapscollections) required)
20
21
- KZ ([Steam API key](#playing-workshop-mapscollections) required)
21
22
- BHop ([Steam API key](#playing-workshop-mapscollections) required)
22
23
- Surf ([Steam API key](#playing-workshop-mapscollections) required)
23
-
- Battle Ball ([Steam API key](#playing-workshop-mapscollections) required)
24
-
- ScoutzKnivez ([Steam API key](#playing-workshop-mapscollections) required)
25
24
- Mini Games ([Steam API key](#playing-workshop-mapscollections) required)
26
25
- Deathrun ([Steam API key](#playing-workshop-mapscollections) required)
27
26
- Course format (tests players with different traps, kz, surf, bhop) ([Steam API key](#playing-workshop-mapscollections) required)
28
-
- Battle Royale ([Steam API key](#playing-workshop-mapscollections) required)
29
27
- Hide n Seek ([Steam API key](#playing-workshop-mapscollections) required)
28
+
- Battle Royale ([Steam API key](#playing-workshop-mapscollections) required)
30
29
- Soccer ([Steam API key](#playing-workshop-mapscollections) required)
30
+
- Battle Ball ([Steam API key](#playing-workshop-mapscollections) required)
31
31
32
-
Every time you want to boot the server, you should run `gcp.sh` (if on Google Cloud) or `install.sh` (on Linux) and it will ensure your OS is up to date, CS2 is up to date, and pull down the latest patches from this mod (any updates that I push up).
32
+
Every time you want to boot the server, you should run `gcp.sh` (if on Google Cloud) or `install.sh` (on Linux) or `update.bat` (on Windows) and it will ensure your OS is up to date, CS2 is up to date, and pull down the latest patches from this mod (any updates that I push up).
33
33
34
34
Obviously, any changes you have made to the files in this mod will be overwritten so I have created a "[custom files](#custom-files)" folder where you mirror the contents of the `game/csgo/` folder, and any files you want to tweak, you put in there in the same spot and they will always overwrite the mods default files. Read more about it [here](#custom-files).
35
35
@@ -395,7 +395,7 @@ You can either Download this repo and extract it to where you want your server (
395
395
396
396
Make sure you have **60GB free space**.
397
397
398
-
You can either [Download this repo](https://github.com/kus/cs2-modded-server/archive/master.zip) and extract it to where you want your server (i.e. `C:\Server\cs2-modded-server`) or use git and clone the repo`git clone https://github.com/kus/cs2-modded-server.git` and run your server from inside of it. This way you can simply `git pull` updates.
398
+
If you have git installed; it is recommended to use git and clone the repo`git clone https://github.com/kus/cs2-modded-server.git` and run your server from inside of it. This way you can simply `git pull` updates (or run `update.bat`). Alternatively you can [Download this repo](https://github.com/kus/cs2-modded-server/archive/master.zip) and extract it to where you want your server (i.e. `C:\Server\cs2-modded-server`) but you will manually have to handle updates.
399
399
400
400
All the following instructions will use the repo folder location as the root.
0 commit comments