Skip to content

Deprecated master server for creating MMO games based on CRYENGINE

License

Notifications You must be signed in to change notification settings

afrostalin/FireNET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

FireNET - multi-threaded master-server for creating and managing multiplayer games based on CryEngine. It is the independent platform which currently works on Windows and Linux systems. It includes systems such as:

  • registration / authentication by login and password
  • creating a player profile, indicating nickname and model character
  • in-game store system
  • inventory system
  • invite system
  • the system of friends and private messages
  • simple matchmaking system

The server is based on the QT 5.7 framework, can use Redis and MySql databases, also ssl encryption with open and private keys.

WARNING : FIRENET NOT COMPATIBLE WITH CRYENGINE VERSION < 5.3

Building

Using

On Windows :

On Linux :

  • Instal redis-server $ sudo apt-get install redis-server
  • Start redis server $ redis-server
  • Go to bin/linux/release folder $ cd path_to_firenet/bin/linux/release
  • Start FireNET.sh $ ./FireNET.sh

WIKI

Please see FireNET WIKI