Skip to content

Commit

Permalink
fix typos, add custom server configs
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrotski committed Dec 22, 2023
1 parent 2cdec2b commit ad4bee1
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CS 1.6 Install Metamod
description: Learn how to install Metamod on your CS 1.6 server.
---

We use [Metamod-R](https://github.com/theAsmodai/metamod-r) for all of our Gold SRC games as it is actively maintained. You can install it from out 1-click Mod Manager.
We use [Metamod-R](https://github.com/theAsmodai/metamod-r) for all of our Gold SRC games as it is actively maintained. You can install it from our 1-click Mod Manager.

1. Access the [Game Host Bros Panel](https://panel.gamehostbros.com/).
2. Select your Counter-Strike 1.6 server.
Expand Down
21 changes: 19 additions & 2 deletions src/content/docs/games/Counter-Strike 2/game modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,29 @@ description: Learn how to change the game modes on your CS2 server.
tableOfContents: false
---

Here is how you change your CS2 server from Competitive to something else.
Here is how you change your CS2 server Game Mode from Competitive to something else.

1. Visit [Game Host Bros Panel](https://panel.gamehostbros.com/) and log in.
2. Select your Counter Strike 2 server.
3. Go to `Configuration > Startup Parameters`.
4. Choose your desired `Game Mode` from the dropdown menu.
![cs2 game modes](../../../../assets/guide-images/gamemodes.png)
5. Restart your server.
6. Join the game to ensure the settings are applied correctly.

## Editing Game Mode Configs

In CS2, all your custom gameplay commands go into your `_server` config files. These are different for each Game Mode you're using. You can edit these files by going to `Managment > File Manager` and then navigate to `/game/csgo/cfg`.

| Game Mode | Config |
|---------------|---------------------------------------|
| Casual | gamemode_casual_server.cfg |
| Co-op Strike | gamemode_coopmission_server.cfg |
| Competitive | gamemode_competitive_server.cfg |
| Custom | gamemode_custom_server.cfg |
| Deathmatch | gamemode_deathmatch_server.cfg |
| Demolition | gamemode_demolition_server.cfg |
| Guardian | gamemode_cooperative_server.cfg |
| Training Day | gamemode_new_user_training.cfg |
| Training | gamemode_training_server.cfg |
| Weapons Expert| gamemode_competitive_server.cfg |
| Wingman | gamemode_competitive2v2_server.cfg |
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Learn how to play workshop maps with friends on your server.

There are 2 different methods you can use for workshop maps. One is by loading a single map or creating a collection.

## How to get your Workshop ID
## How To Get Your Workshop ID

You will need to know how to get a Workshop ID for both single maps and collections. Let's use this map for example: [https://steamcommunity.com/sharedfiles/filedetails/?id=3070288532&searchtext=bhop](https://steamcommunity.com/sharedfiles/filedetails/?id=3070288532&searchtext=bhop)

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/games/Day Of Defeat/install metamod.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: DOD Install Metamod
description: Learn how to install Metamod on your DOD server.
---

We use [Metamod-R](https://github.com/theAsmodai/metamod-r) for all of our Gold SRC games as it is actively maintained. You can install it from out 1-click Mod Manager.
We use [Metamod-R](https://github.com/theAsmodai/metamod-r) for all of our Gold SRC games as it is actively maintained. You can install it from our 1-click Mod Manager.

1. Access the [Game Host Bros Panel](https://panel.gamehostbros.com/).
2. Select your Day Of Defeat server.
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/games/Half Life 1/install metamod.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: HL1 Install Metamod
description: Learn how to install Metamod on your HL1 server.
---

We use [Metamod-R](https://github.com/theAsmodai/metamod-r) for all of our Gold SRC games as it is actively maintained. You can install it from out 1-click Mod Manager.
We use [Metamod-R](https://github.com/theAsmodai/metamod-r) for all of our Gold SRC games as it is actively maintained. You can install it from our 1-click Mod Manager.

1. Access the [Game Host Bros Panel](https://panel.gamehostbros.com/).
2. Select your Half Life server.
Expand Down

0 comments on commit ad4bee1

Please sign in to comment.