Skip to content

Commit

Permalink
giftest
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrotski committed Dec 23, 2023
1 parent 5380c8b commit aeb6f80
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 16 deletions.
Binary file added src/assets/guide-images/Area.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/guide-images/console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/guide-images/dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 5 additions & 12 deletions src/content/docs/games/Counter-Strike 2/play workshop maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ There are 2 different methods you can use for workshop maps. One is by loading a

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)

![CS2 workshop url](../../../../assets/guide-images/cs2-workshop-screenshot.jpg)
![CS2 workshop URL](../../../../assets/guide-images/cs2-workshop-screenshot.jpg)

As you can see from the numbers in the url, our map ID is `3070288532`
As you can see from the numbers in the URL, our map ID is `3070288532`

## How To Create And Load Workshop Collection

If you want to have multiple maps, then you will need to create a collection. A workshop collection is simply a group of workshop items. You will also need to modify the startup command for your server.

:::note
Currently there is a CS2 bug where some workshop collections wont load. You can install the [cs2_WorkshopDefaultMap](https://github.com/Cruze03/cs2_WorkshopDefaultMap) plugin to force a map from your collection to load.
Currently there is a CS2 bug where some workshop collections won't load. You can install the [cs2_WorkshopDefaultMap](https://github.com/Cruze03/cs2_WorkshopDefaultMap) plugin to force a map from your collection to load.
:::

**Here is what you need:**
Expand Down Expand Up @@ -59,15 +59,8 @@ If you always want to load this map, then follow these steps.

## How To Update Workshop Maps

Counter-Strike 2 doesn't automatically update workshop maps so you need to update them yourself.

1. Go to your server in the [Game Host Bros Panel](https://panel.gamehostbros.com/) and stop it.
2. In the sidebar, select `Tools > Mod Manager`.
3. Look for the mod `Delete Workshop Maps` and click install. (You can click Uninstall afterwards as that button doesnt do anything)
![delete workshop maps](../../../../assets/guide-images/deleteworkshop.png)
4. Click console then start your server.

This will then re-download all the maps again. We only suggest you do this if a map is broken or has had a major update.
1. Go to your server in the [Game Host Bros Panel](https://panel.gamehostbros.com/).
2. Click `Restart`

## CS2 Workshop Commands

Expand Down
21 changes: 17 additions & 4 deletions src/content/docs/getting-started/beginners guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,22 @@ sidebar:
variant: tip
---

Guides lead a user through a specific task they want to accomplish, often with a sequence of steps.
Writing a good guide requires thinking about what your users are trying to do.
In this guide I’ll show you the basics of running your new Game Host Bros server. Think of this as a crash course into game server hosting.

## Further reading
:::note
If you get stuck at any time or have questions, don’t be afraid to reach out to a bro. We are here to help you get everything set up the way you want it.
:::

## The Game Panel
After you sign up and pay for your Game Host Bros server, you will be sent an email that asks you to sign in to our Game Panel. This is an overview of all the servers you have with us.
![Screenshot of the Game Host Bros Game Panel](../../../assets/guide-images/dashboard.png)

## Starting & Stopping Your Server
Once you’re in the game panel, you can simply click the server you want to manager, and you will be brought to the server `Console`. This is where you can `Start`,`Stop`, `Restart` your server and type commands.
![Game Host Bros Console](../../../assets/guide-images/Area.gif)

## Edit Server Settings
In the sidebar click `Configuration > Startup Parameters`

This is where you will edit most of the basic settings for your server such as the servers public name, setting a password and changing game modes. After any change made here, you will need to restart the server.

- Read [about how-to guides](https://diataxis.fr/how-to-guides/) in the Diátaxis framework

0 comments on commit aeb6f80

Please sign in to comment.