Skip to content

EmberEmu/corecraft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the codebase of corecraft as was when the project stopped.
Its's filled with problems and bad code, and should not be used in a production server.
A lot of effort was put into the content, so we're putting it up for downloads
if anyone is curious to check it out. The git history has been stripped as it contained
private information.

The server has been tested on Ubuntu compilled with GCC and Clang. It uses various
C++11/14 features and might not compile on Windows with MSVC.

To run the server:
Put scriptdev2 in bindings folder.
Run CMake on the server directory, resolve any dependencies you're missing.
Compile & install with make.
Generate data files with the tools (-DTOOLS=1 for CMake).
Set up the database, found in database/.
Fix the config files.
Run mangosd and realmd.
(setup_test.txt might be useful, its the steps we took to set up our many tests)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.4%
  • C 2.5%
  • Python 1.3%
  • HTML 0.8%
  • CMake 0.3%
  • Roff 0.3%
  • Other 0.4%