Skip to content

dv1x3r/amazing-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazing Core

Here we will try to create a custom server for the Amazing World game, which was closed in 2018.



Looks like this

screenshot

How to Run

  1. Download and install python 3.9+ using a big yellow button (use installer defaults)
  2. Install the game with Steam: paste this link into your browser - steam://install/293500
  3. Remove (or rename) : steam_api.dll, steam_appid.txt and SteamworksNative.dll in the game folder, otherwise Steam will count hours in game
  4. Edit ServerConfig.xml in the game folder: ServerIP = 'localhost'
  5. Download the latest Amazing Core release
  6. Shift + Right click on the Amazing Core folder -> Open PowerShell / Open Command Prompt
  7. Run the following command to install python libraries
    pip install -r .\requirements.txt
    
  8. Run the following command to start Amazing Core server
    python app.py
    
  9. Start the Game

Contributing

We are happy to any kind of support!

  • Join us on Discord to dive into the Legacy World together and share some datamining insights!
  • Explore our technical documentation here to better understand how Amazing World / Core works.