While playing Farming Simulator 19, i was wondering if it’s possible to have some kind of “out of game” live map.
After some quick research (basically clicking through the dedicated server administration, i found some xml files with interesting informations.
And here we are… “Oasis” a Farming Simulator Live Map.
Prerequisites
node > 16.9.1
npm > 7.24.1
Farming Simulator 22 Server 😉
Works best on linux hosts 😉
Run Oasis locally
Installation
Get the latest relase version
Extract zip file
Open a new terminal inside the folder
Run npm install and let npm do the rest 🙂
Run Oasis
The configuration is pretty easy.
Just provide the following settings as environment variables to your node process
or
This app uses dotenv, just create an .env file in the root folder and add the following variables to it.
Variable Description
WEB_PORT The port the app will use to run (ex. 3000)
SERVER_IP The game server ip and port (ex. 127.0.0.1:1234)
SERVER_KEY Some kind of secret key, should look something like this “fGL0Dayr”
You may find your servers IP and key in the Dedicated Server Administration under Settings ->Miscellaneous.
If you, for example, take a look at the Link XML, you will see the IP, Port and the “code” which is used in this project as SERVER_KEY.
Run Oasis on a server
I do not provide support for installation and hosting!
Credits:
msdigital
Does this work for consoles