Skip to content

Commit

Permalink
add core keeper guides
Browse files Browse the repository at this point in the history
  • Loading branch information
toehunterr committed Feb 2, 2025
1 parent 20c4c8b commit 3aadd47
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/content/docs/games/Core Keeper/change season.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: How To Change Season On Your Core Keeper Server
description: Learn how to change the season of your Core Keeper dedicated Server.
sidebar:
label: Change Season
---
import { Steps } from '@astrojs/starlight/components';

Here's how to change Change Season on your [Core Keeper server](https://www.gamehostbros.com/core-keeper-server-hosting/).

## Changing Season

<Steps>
1. Login to the [Game Host Bros Panel](https://panel.gamehostbros.com/) and `Stop` your Server.
2. Go to `Configuration > Startup Parameters`.
3. Edit `Season Override`.
4. After changing, `Start` your Server.
</Steps>

Here are the possible values:

| Event | Value |
|---------|-------|
| None | -1 |
| Easter | 1 |
| Halloween | 2 |
| Christmas | 3 |
| Valentines | 4 |
| Anniversary | 5 |
| Cherry Blossom Festival | 6 |
| Lunar New Year | 7 |
18 changes: 18 additions & 0 deletions src/content/docs/games/Core Keeper/change server name.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: How To Change Your Core Keeper Server Name
description: Learn how to change your server hostname on your Core Keeper dedicated server.
sidebar:
label: Change Server Name
---
import { Steps } from '@astrojs/starlight/components';

This is what you do if you need to change your server name on your [Core Keeper server](https://www.gamehostbros.com/core-keeper-server-hosting/), also referred to as a hostname. This is what is displayed in the menu.

## Changing Your Core Keeper Server Name

<Steps>
1. Log in to the [Game Host Bros Panel](https://panel.gamehostbros.com/) and `Stop` your server.
2. Go to `Configuration > Startup Parameters`.
3. Find the `Server Name` setting and enter your desired server name.
4. Start your server.
</Steps>
20 changes: 20 additions & 0 deletions src/content/docs/games/Core Keeper/connect to your server.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: How To Connect To Your Core Keeper Server
description: Learn how to join your Core Keeper dedicated server using your Game ID.
sidebar:
label: Connect to Your Server
---
import { Steps } from '@astrojs/starlight/components';

Here is how you can connect to your [Core Keeper server](https://www.gamehostbros.com/core-keeper-server-hosting/) using a Friend Code or from the in-game server browser.

## Connecting With Your Game ID

<Steps>
1. Access the [Game Host Bros Panel](https://panel.gamehostbros.com/) and select your Core Keeper server.
2. In the sidebar, go to `Management > File Manager`.
3. Open the file `GameID.txt` and copy the code.
4. Open Core Keeper, and click `Join Game` from the main menu.
5. Enter your GameID and click Join.
</Steps>

18 changes: 18 additions & 0 deletions src/content/docs/games/Core Keeper/max players.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: How To Set Max Players On Your Core Keeper Server
description: Learn how to set max players on Core Keeper dedicated Server
sidebar:
label: Max Players
---
import { Steps } from '@astrojs/starlight/components';

Changing Max Players on your new [Core Keeper server](https://www.gamehostbros.com/core-keeper-server-hosting/) is quick and easy. Here's how to change Max Players on your Core Keeper Server.

## Setting Max Players

<Steps>
1. Login to the [Game Host Bros Panel](https://panel.gamehostbros.com/) and `Stop` your Server.
2. Go to `Configuration > Startup Parameters`.
3. Edit `Max Players`.
4. After changing, `Start` your Server.
</Steps>

0 comments on commit 3aadd47

Please sign in to comment.