GhostInCell / LoE-Ghost.Server

Private server for Legends of Equestria game
MIT License
20 stars 3 forks source link
legends-of-equestria

Legends of Equestria Private Server

Tested on Windows 10 with 22.09.2017 client release.

Content

Server only has testing content (npcs, dialogues, monsters) and no any content from official server.

How to use

You need php+mysql web server like this Wamp Server

  1. Install .Net Core Runtime 2.0
  2. Clone or download this repo
  3. Execute legends_of_equestria.sql on mysql server
  4. Navigate to <Repo Dir>/Server
  5. Execute in console dotnet restore
  6. Than dotnet run for generating default configs file
  7. For local using:
    • Copy connection_s.json to you Legends of Equestria game folder
    • Replace mysql user and password in loe_server.cfg and config.php by your own
  8. Copy files from www folder to web server www folder
  9. Execute dotnet run again and wait full loading them type command: user create <login> <password> <access>
    access:
    • Player = 1
    • TeamMember = 20
    • Implementer = 25
    • Moderator = 30
    • Admin = 255
    type help for full commands list
  10. ?????
  11. PROFIT!