Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/getting-started/starter-project/ue4.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ nav_order: 2
---

# OWS Starter Project for Unreal Engine 4.27.2
Follow these instructions if you want to setup the OWS Starter Project for Unreal Engine 4.27.2. Before you are able to setup this project you need to finish the [Docker Setup](docker-setup) and [Database setup](setup-database) sections.
Follow these instructions if you want to setup the OWS Starter Project for Unreal Engine 4.27.2. Before you are able to setup this project you need to finish the [Docker Setup](docker-setup) and [Database setup](https://www.openworldserver.com/getting-started/database-setup/) sections.

## Download the project

Expand All @@ -27,7 +27,7 @@ UE4 is no longer supported by OWS 2

5. Modify the **PathToUProject** value to include the path to the **OpenWorldStarter.uproject**. The path must also include the uproject file and file extension.

6. Enter the **OWSAPIKey** value that you created when following the [Database setup instructions](setup-database).
6. Enter the **OWSAPIKey** value that you created when following the [Database setup instructions](https://www.openworldserver.com/getting-started/database-setup/).

7. Save the `appsettings.json` file

Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/starter-project/ue5.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ nav_order: 1
---

# OWS Starter Project for Unreal Engine 5.5.0
Follow these instructions if you want to setup the OWS Starter Project for Unreal Engine 5. Before you are able to setup this project you need to finish the [Docker Setup](docker-setup) and [Database setup](setup-database) sections.
Follow these instructions if you want to setup the OWS Starter Project for Unreal Engine 5. Before you are able to setup this project you need to finish the [Docker Setup](docker-setup) and [Database setup](https://www.openworldserver.com/getting-started/database-setup/) sections.

## Download the project

Expand All @@ -27,7 +27,7 @@ Click on the button below to download the Open World Starter project.

5. Modify the **PathToUProject** value to include the path to the **OpenWorldStarter.uproject**. The path must also include the uproject file and file extension.

6. Enter the **OWSAPIKey** value that you created when following the [Database setup instructions](setup-database).
6. Enter the **OWSAPIKey** value that you created when following the [Database setup instructions](https://www.openworldserver.com/getting-started/database-setup).

7. Save the `appsettings.json` file

Expand Down
Loading