Updated README.md
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
language: csharp
|
||||||
|
solution: ./CypherCore.sln
|
||||||
@@ -1,5 +1,13 @@
|
|||||||
### What is CypherCore?
|
## CypherCore [](https://travis-ci.org/CypherCore/CypherCore) [](https://ci.appveyor.com/project/CypherCore/CypherCore/branch/master)
|
||||||
|
|
||||||
CypherCore is an open source server project for World of Warcraft written in C# (.NET Core).
|
CypherCore is an open source server project for World of Warcraft written in C# (.NET Core).
|
||||||
|
|
||||||
The current support game version is: 7.2.5.24367
|
The current support game version is: 7.2.5.24367
|
||||||
|
|
||||||
|
Credit for the great work goes to TrinityCore Team and hondacrx for the porting.
|
||||||
|
|
||||||
|
# How to use
|
||||||
|
|
||||||
|
- Simply compile the solution as you do with TC c++ version.
|
||||||
|
- Install TC's TDB and use the updates that you can find in this repo.
|
||||||
|
- Edit BnetServer and WorldServer config files giving at least your Database Informations
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
version: 1.0.{build}
|
||||||
|
build:
|
||||||
|
verbosity: minimal
|
||||||
Reference in New Issue
Block a user