Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add last Oasis #77

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
Binary file added .gitbook/assets/lo_config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/lo_key1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/lo_key2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/lo_oases.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
* [Unreal Tournament 2004](game-servers/unreal-tournament-2004.md)
* [Unreal Tournament 3](game-servers/unreal-tournament-3.md)
* [Valheim](game-servers/valheim.md)
* [Last Oasis](game-servers/last-oasis.md)
* [Alerts](alerts/README.md)
* [Discord](alerts/discord.md)
* [Email](alerts/email.md)
Expand Down
48 changes: 48 additions & 0 deletions game-servers/last-oasis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Last Oasis

## Installation
In order to successfully download Last Oasis via steamcmd, you must provide login credentials to an account that has an active subscription for Last Oasis.
[Learn more](../steamcmd#steam-user-login).

Running a Last Oasis server also requires you to register an account at https://myrealm.lastoasis.gg

### Keys:
You need to provide your customer-key from https://myrealm.lastoasis.gg/Settings in order to start your Last Oasis instance:



**loserver.cfg**
```text
customerkey=xxxxxxxxxxxx
```
![](../.gitbook/assets/lo_key1.png)



You also need to provide a specific provider-key per instance from https://myrealm.lastoasis.gg/Settings

You may have to add a new key at first.



**loserver.cfg**
```text
providerkey=xxxxxxxxxxxx
```
![](../.gitbook/assets/lo_key2.png)

{% hint style="warning" %}
Every instance requires an unique provider-key! Add a new key for each instance!
{% endhint %}


## Oases
Every Game Server represents a single Oasis. In order to add a second Oasis to your Last Oasis -Realm, you need to [add a second instance to your LinuxGSM-installation](../features/multiple-game-servers#single-installation-with-multiple-instances).
Every running instance will allow you to have a new Oases running.

## Manage Oases
You can manage and configure the Oases in your realm on https://myrealm.lastoasis.gg

![](../.gitbook/assets/lo_config.png)

![](../.gitbook/assets/lo_oases.png)