Skip to content

RebillionXX/GTServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTServer

a server made for growtopia private server -> Growtopia.

server development discord.

Features

  • readable&clean code
  • inbuilt HTTPS service
  • MySQL Connection
  • Working VariantList
  • Load Balancer and Server Gateway for sub-servers
  • EventQueue and LoginQueue
  • Guest account support
  • Login/Register
  • Caching for holding world offers
  • Events Handler
  • Player Movements

Todo

  • load more server requirement components (e.g. splicing data, items element, items buff/mods and many more)
  • account registration and logon queue
  • world database manager, world event manager and more single thread for handling WorldNPC, WorldEvent and more
  • worlds randomization for generating world offer and more
  • structure for WorldTile, WorldObject and World
  • World Data&Tile Data serialization to data (every single byte might be the same with RealGT
  • many more but lets finish these first ^^

Requirement

To building this source, you would need to install these libraries:

You'll need conan build installed via python

How to clone the source

$ git clone https://github.com/RebillionXX/GTServer.git
$ cd GTServer
$ git submodule update --init --recursive

How to build the source - starting path (GTServer/)

$ build.bat

Running the program

  • copy all files GTServer/build/src/debug to GTServer/bin
  • run the program.

Credits