Here we will try to create a custom server for the Amazing World game, which was closed in 2018.
- Game page on Steam: https://steamcommunity.com/app/293500
- Download game with Steam: steam://install/293500
- Discord Server: https://discord.gg/TWfTBbfdA9
- See what is implemented in GitHub Releases and GitHub Projects
- Download and install python 3.9+ using a big yellow button (use installer defaults)
- Install the game with Steam: paste this link into your browser - steam://install/293500
- Remove (or rename) :
steam_api.dll
,steam_appid.txt
andSteamworksNative.dll
in the game folder, otherwise Steam will count hours in game - Edit ServerConfig.xml in the game folder:
ServerIP = 'localhost'
- Download the latest Amazing Core release
- Shift + Right click on the Amazing Core folder -> Open PowerShell / Open Command Prompt
- Run the following command to install python libraries
pip install -r .\requirements.txt
- Run the following command to start Amazing Core server
python app.py
- Start the Game
We are happy to any kind of support!