Skip to content

novusengine/Game

Repository files navigation

What is Novus

Novus is an MMO Engine.

Currently Novus is developing a game/server solution where our main focus is to be feature complete with the most popular MMOs out there. Long term, we hope to support many more features.

The Novus Promise

The project was made with the promise that we would always focus on reliability, redundancy, and performance over convenience. We achieve this through making use of experience, but also applying modern techniques and design patterns.

The end-goal is to provide a game/server setup, capable of tackling all of the limitations set by the current standard. Solving those issues are complicated, but we start by applying a proper foundation for our architecture to allow for better flow of information(data) and performance.

Novus Discord

The project has an official Discord. You will find the developers to be active on the discord and always up for answering any questions you might have regarding the project. Despite Novus not currently being ready for production level use, we are always welcoming any users that want to try using it.

Dependencies

Libraries

Here we include a honorable mention to all the libraries included directly into the source of Novus. You do not need to download these on your own, but we felt it was important to address these as without them, Novus would be a lot more time consuming to develop.

How to build (Microsoft Visual 2022)

Tip

It's recommended to fork, clone, and build Engine first.

  1. Download the dependencies.
  2. Fork and clone the repositry
  3. Open the project folder and open a terminal within the project's directory.
  4. Use the command premake5 vs2022

Note

You can change the files generated by using a different action than vs2022.

  1. Open the new Build folder and double click the Game.sln file.
  2. Use ctrl+shift+b to build the solution or right click the solution and select Build Solution
  3. The solution builds to ../Build/Bin/Game/[BuildConfig]

How to use

  1. You must take the Data folder generated by the AssetConverter.exe (see AssetConverter) and place it in the Game/Build/ folder if you plan to run the project from IDE or place it in the Build/Bin/Game/[BuildConfig] folder if you wish to directly run the Game.exe.

Tip

It is highly recommended to symlink the Data folder to avoid copying/moving a large (~16GB) folder.

  1. Either run the Game.exe or run the project from your IDE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published