sitonmoon / OWS

Open World Server system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OWS

Open World Server (OWS) is a server instance manager designed to create large worlds in UE4. Either by stitching together multiple UE4 maps or by splitting a single large map into multiple zones, OWS will spin up and shut down server instances as needed based on your world population. OWS can load balance your world across multiple hardware devices. OWS can support thousands of players in the same world by instancing up and out. A single zone can be instanced multiple times to support a large population in one area. Areas of a map can also be split up into multiple zones to support a larger population. In addition to server instance management, OWS also handles persistence for Accounts, Characters, Abilities, Inventory and more.

Projects

  • OWS Benchmarks - This project will allow us to configure and run performance testing on the OWS API. This will be important for comparing the impact of certain changes.
  • OWS Character Persistence - The Character Persistence API will be responsible for storing our player characters and all related data.
  • OWS Data - This is a shared project that houses our data repository access code.
  • OWS External Login Providers - This project contains code for integrating with external login providers such as Xsolla, Google, Facebook, etc.
  • OWS Instance Launcher - This project builds our Instance Launcher that replaces the RPG World Server in OWS 1.
  • OWS Instance Management - This API manages Zone Instances and the OWS Instance Launchers.
  • OWS Public API - This API handles all API calls that come directly from player clients such as registration, login, and connecting to the game.
  • OWS Shared - This project houses various miscellaneous code that multiple other projects require.

Additional Files Needed

Coding Guidelines

Windows Server Setup Instructions

  • Install Erlang (https://www.erlang.org/downloads) - must be a version your RabbitMQ version supports
  • Install RabbitMQ (https://www.rabbitmq.com/install-windows.html)
  • Enable the RabbitMQ Admin Web Console - rabbitmq-plugins enable rabbitmq_management
  • Open the RabbitMQ Admin Web Console - http://localhost:15672/ - Login as guest / guest
  • Create a new RabbitMQ User and give the user access to /
  • Put those credentials in appsettings.json for the OWSInstanceLauncher
  • Install IIS (from your Windows media)
  • Install the .NET Core 3.1 Web Hosting Bundle - https://dotnet.microsoft.com/download/dotnet/3.1 - Windows Hosting Bundle link
  • Create the folder in C:\inetpub\sites\OWSPublicAPI
  • Create the folder in C:\inetpub\sites\OWSInstanceManagement

About

Open World Server system

License:MIT License


Languages

Language:C# 97.8%Language:HTML 1.6%Language:CSS 0.5%Language:JavaScript 0.1%