-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20c4c8b
commit 3aadd47
Showing
4 changed files
with
87 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
20
src/content/docs/games/Core Keeper/connect to your server.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |