-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
1 changed file
with
18 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,18 @@ | ||
--- | ||
title: How To Upload Blueprints To Your Satisfactory Server | ||
description: In this guide you will learn how to upload custom blueprints your Satisfactory dedicated server. | ||
sidebar: | ||
label: Upload Blueprints | ||
--- | ||
import { Steps } from '@astrojs/starlight/components'; | ||
|
||
Blueprints are a game-changing feature that lets you save and replicate intricate factory layouts, efficient production lines, and stunning architectural designs. In this guide you will lean how to add Blueprints to your [Satisfactory server](https://www.gamehostbros.com/satisfactory-server-hosting/). | ||
|
||
<Steps> | ||
1. Visit the [Satisfactory Calculator](https://satisfactory-calculator.com/en/blueprints/index/index/sortBy/nbDownload) website and download the blueprint you want. | ||
2. Access the [Game Host Bros Panel](https://panel.gamehostbros.com/) and `Stop` your Satisfactory server. | ||
3. Navigate to `Management > File Manager`. | ||
4. Go to the path `.config/Epic/FactoryGame/Saved/SaveGames` and then create a folder called `blueprints`. | ||
5. Create a folder the same as your save name (session name) and then drag in your `.sbp` files. | ||
6. `Start` your Server. | ||
</Steps> |