diff --git a/README.md b/README.md index e5a1c1b6b..976a2246f 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,23 @@ CypherCore is an open source server project for World of Warcraft written in C#. The current support game version is: 7.3.2.25549 -# How to use -- Simply compile the solution as you do with TC c++ version. -- Download full TC's DB and place into folder. Use the updates that you can find in this repo. -- Edit BnetServer and WorldServer config files giving at least your Database Informations -- Must use Arctium WoW Client Launcher [Download](https://arctium.io/files/?f=15a1828a531289) \ No newline at end of file +### Prerequisites +* Visual Studio 2017 with netcore 2.0 [Download](https://www.visualstudio.com/downloads/) +* Mysql Database 5.6 or higher [Download](https://dev.mysql.com/downloads/mysql/) + +### Server Setup +* Download and Complie the Extractor [Download](https://github.com/CypherCore/Tools) +* Run all extractors in the wow directory +* Copy all created folders into server directory (ex: C:\CypherCore\Data) +* Make sure Conf files are updated and point the the correct folders and sql user and databases + +### Installing the database +* Download the full Trinity Core database (TDB 720.00) [Download](https://github.com/TrinityCore/TrinityCore/releases) +* Extract the sql files into the core sql folder (ex: C:\CypherCore\sql) + +### Playing +* Must use Arctium WoW Client Launcher [Download](https://arctium.io/files/?f=15a1828a531289) + +### Support / General Info +* Check out our channel on Arctium Discord [Here](https://discord.gg/Zkd2xK) +* Check out Trinity Core Wiki as a few steps are the same [Here](https://trinitycore.atlassian.net/wiki/spaces/tc/pages/2130077/Installation+Guide) \ No newline at end of file