Skip to content

Commit

Permalink
add guides
Browse files Browse the repository at this point in the history
  • Loading branch information
toehunterr committed Feb 3, 2025
1 parent 5687930 commit c05a592
Show file tree
Hide file tree
Showing 6 changed files with 148 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Here is how you can connect to your [Core Keeper server](https://www.gamehostbro
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.
5. Paste your GameID and click Join.
</Steps>

:::tip
After copying your GameID, go to `Configuration > Startup Parameters` and paste the GameID into `GameID`. This way your GameID won't change after server restarts.
:::

66 changes: 66 additions & 0 deletions src/content/docs/games/Core Keeper/upload save.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
---
title: How To Upload Your Existing Core Keeper Server Save
description: Step-by-step guide on how to upload your save file to your Core Keeper dedicated server.
sidebar:
label: Upload Save
---
import { FileTree } from '@astrojs/starlight/components';
import { Steps } from '@astrojs/starlight/components';

In this tutorial, we will guide you through the process of uploading an existing world and player save file to your [Core Keeper dedicated server](https://www.gamehostbros.com/core-keeper-server-hosting/).

You may also refer to this guide on how to [upload files to your game server.](/getting-started/uploading-files/)

If you get stuck at any time, Game Host Bros offers free world transfers. Just reach out to a bro on [Discord](https://discord.gg/FN4XgbAwzr)

:::danger
This will delete or overwrite any progress you have made on the server.
:::

## Locating Your Local Core Keeper Save File

<Steps>
1. Press `Windows Key + R`.
2. Enter this and click Ok
```
%USERPROFILE%\AppData\LocalLow\Pugstorm\Core Keeper\Steam\
```
3. Enter the folder with random numbers and then find your world in `worlds`.
</Steps>

<FileTree>
- AppData
- Locallow
- Pugstorm
- Core-Keeper
- Steam
- 156xxxx
- worlds
- **0.world.gzip**
</FileTree>

:::tip
Usually has the name `0.world.gzip` if you only have one world.
:::

## Upload Your Core Keeper Save To Your Server
<Steps>
1. Login to the [Game Host Bros Game Panel](https://panel.gamehostbros.com/) and `Stop` your Core Keeper server.
2. Go to `Management > File Manager`.
3. Navigate to `/.config/unity3d/Pugstorm/CoreKeeper/DedicatedServer/worlds`
4. [Upload](/getting-started/uploading-files/) your local save file, replacing any files if necessary.
5. Go to `Configuration > Startup Parameters` and ensure `World Index` matches the number of your uploaded world file.
6. Start your Core Keeper server.
</Steps>

This is what your server should now look like.

<FileTree>
- .config
- unity3d
- Pugstorm
- Core-Keeper
- DedicatedServer
- worlds
- **0.world.gzip** Your uploaded world.
</FileTree>
19 changes: 19 additions & 0 deletions src/content/docs/games/Core Keeper/world seed.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: How To Change Your World Seed On Your Core Keeper Server
description: Learn how to change the world seed of your Core Keeper dedicated Server.
sidebar:
label: World Seed
---
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/).

## Generating Worlds With A Seed

<Steps>
1. Login to the [Game Host Bros Panel](https://panel.gamehostbros.com/) and `Stop` your Server.
2. Go to `Configuration > Startup Parameters` and change your `World Index` to generate a new world.
- The maximum value is 20
3. Edit `World Seed` to your desired value.
6. After changing, `Start` your Server.
</Steps>
18 changes: 18 additions & 0 deletions src/content/docs/games/Space Engineers/change server name.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: How To Change Your Space Engineers Server Name
description: Learn how to change your server hostname on your Space Engineers 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 [Space Engineers server](https://www.gamehostbros.com/space-engineers-server-hosting/), also referred to as a hostname. This is what is displayed to players in the server browser.

## Changing Server Name

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

This is what you do if you need to enable experimental mode on your [Space Engineers server](https://www.gamehostbros.com/space-engineers-server-hosting/), this is useful if you want to install mods or run scripts on your server.

## Enabling Experimental Mode

<Steps>
1. Log in to the [Game Host Bros Panel](https://panel.gamehostbros.com/) and `Stop` your Space Engineers server.
2. Go to `Configuration > Startup Parameters`.
3. Enable `Experimental Mode`.
4. Start your server.
</Steps>

:::note
Certain settings such as high player counts and enabling in-game scripts will automatically force experimental mode to enable. A detailed wiki post for Experimental Mode can be found [here](https://spaceengineers.fandom.com/wiki/Experimental_mode).
:::
18 changes: 18 additions & 0 deletions src/content/docs/games/Space Engineers/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 Space Engineers Server
description: Learn how to set max players on Space Engineers dedicated Server
sidebar:
label: Max Players
---
import { Steps } from '@astrojs/starlight/components';

If you're trying to add more Vampires to the fun, or even cut down on the existing Vampire population. Here's how you can change Max Players on your [Space Engineers server](https://www.gamehostbros.com/space-engineers-server-hosting/).

## Setting Max Players For Space Engineers

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

0 comments on commit c05a592

Please sign in to comment.