-
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
5687930
commit c05a592
Showing
6 changed files
with
148 additions
and
1 deletion.
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
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,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> |
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,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
18
src/content/docs/games/Space Engineers/change server name.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,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
22
src/content/docs/games/Space Engineers/experimental mode.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,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). | ||
::: |
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 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> |