ForgedWoW / ForgedCore

Forged Core is an open source server project for World of Warcraft written in C#. Based off CypherCore.

Home Page:https://forgedwow.gg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPLv3 License GitHub Workflow Status

GitHub last commit GitHub commit activity PR's Welcome

Forged Core is an open source branch of CypherCore. Forge Core is the core of the Forged WoW Server and aims to be the most complete and up to date core.

Forged Core also features:

  • Many performance imporvements! Base server tick sub 1ms!
  • A very extencible script loading system!
    • re-written from the ground up for easy additions to all types of gameplay.
    • Scripts can be loaded into the script directory and reloaded during runtime.
    • Add spell, aura, gameobject and creature scripts without adding to the DB!
    • Easy to add hooks with calling foreach script in the script manager.
    • Interfaces for all script hooks allow for streamlined calls and easy implimentation
  • Enhanced multi-threding of maps, sockets, logging and database.
  • Ultra customization of almost every aspect of modern wow.
    • Customize xpack level ranges
    • Open up allied races without requirements
    • Open up additional race/class combos
  • Many class spells/talents up to date and more on the way!

Forged WoW Website

CypherCore is an open source server project for World of Warcraft written in C#.

The current support game version is: 10.0.5.48317

Prerequisites

  • .NET 7.0 SDK Download
  • MariaDB 10.6/Mysql 8 or higher Download
  • Optional: Visual Studio 2022, Visual Studio Code or Jetbrains Rider

Server Setup

  • Download and Complie the Extractor Download Use TrinityCore extractors for now: Download
  • 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 1002.22121) Download
  • Extract the sql files into the core sql folder (ex: C:\CypherCore\sql)

Playing

  • Must use Arctium WoW Client Launcher Download

Support / General Info

Legal

  • Blizzard, Battle.net, World of Warcraft, and all associated logos and designs are trademarks or registered trademarks of Blizzard Entertainment.
  • All other trademarks are the property of their respective owners. This project is not affiliated with Blizzard Entertainment or any of their family of sites.

About

Forged Core is an open source server project for World of Warcraft written in C#. Based off CypherCore.

https://forgedwow.gg/

License:GNU General Public License v3.0


Languages

Language:C# 100.0%