This repository was archived by the owner on Mar 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
78 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,78 @@ | ||
# database | ||
Database Release for Project SkyFire | ||
#  | ||
|
||
## Project Information | ||
SkyFire is a *MMORPG* Framework based mostly on C++. | ||
|
||
SkyFireEMU is a MMORPG Framework based mostly on C++. It is completely | ||
open-source, and is community supported. It is derived | ||
from CactusEmu, TrinityCore, and MaNGOS, the Massive Network Game Object Servers, | ||
and is based on the code of their projects with extensive changes over time to optimize, | ||
improve and cleanup the code base at the same time as improving the in game mechanics | ||
and functionality. | ||
|
||
It is completely open source; community involvement is highly encouraged. | ||
|
||
If you wish to contribute ideas or code please visit our site linked below or | ||
make pull requests to our | ||
[Github repository](https://github.com/ProjectSkyfire/SkyFire.548). | ||
|
||
For further information on the SkyFire project, please visit our project website at | ||
[projectskyfire.org](http://www.projectskyfire.org). | ||
|
||
## Supported Client Version | ||
**MoP 5.4.8 Build 18414** | ||
|
||
## Client Patch | ||
[SkyFire-Community-Tools](https://github.com/ProjectSkyfire/SkyFire-Community-Tools). | ||
|
||
## Requirements | ||
+ Platform/Architecture: | ||
+ Canonical: | ||
+ Ubuntu 18.04 LTS: x86_32, x86_64 | ||
+ Ubuntu 20.04 LTS: x86_32, x86_64 | ||
+ Debian: | ||
+ Debian GNU/Linux 10: x86_32, x86_64 | ||
+ Windows / Windows Server: | ||
+ Windows 10: x86_64 | ||
+ Windows 8.1: x86_64 | ||
+ Windows 2016 Server: x86_64 | ||
+ Windows 2012 Server R2: x86_64 | ||
+ Processor with SSE2 support | ||
+ ACE = 6.4.5 (Linux only) | ||
+ MySQL = 8.0 (Windows / Linux) | ||
+ CMake = 3.21.1/3.16.3 (Windows / Linux) | ||
+ OpenSSL = 1.1.1 (Windows / Linux) | ||
+ GCC = 11.2.0 (Linux only) | ||
+ MS Visual Studio = 17 (2022) (Windows only) | ||
|
||
## Install | ||
Detailed installation guides are available in the wiki for | ||
|
||
[Windows](http://wiki.projectskyfire.org/index.php?title=Installation_Windows), | ||
[Linux](http://wiki.projectskyfire.org/index.php?title=Installation_(Ubuntu_18.04_LTS)) and | ||
[Mac OSX](http://wiki.projectskyfire.org/index.php?title=Installation_Mac_OS_X). | ||
|
||
|
||
## Reporting issues | ||
Please use the search function before you report issues. | ||
[SkyFire Issue Tracker](https://github.com/ProjectSkyfire/SkyFire.548/issues). | ||
|
||
## Submitting fixes | ||
Fixes are submitted as pull requests via Github. | ||
|
||
[SkyFire Pull Request](https://github.com/ProjectSkyfire/SkyFire.548/pulls) | ||
|
||
## Copyright | ||
License: GPL 3.0 | ||
|
||
Read file [LICENSE](LICENSE.md) | ||
|
||
## Authors & Contributors | ||
Read file [THANKS](THANKS.md) | ||
|
||
## Links | ||
Forum [https://forum.projectskyfire.org/](https://forum.projectskyfire.org/) | ||
|
||
Database [https://www.projectskyfire.org/index.php?/files/](https://www.projectskyfire.org/index.php?/files/) | ||
|
||
Wiki [http://wiki.projectskyfire.org](http://wiki.projectskyfire.org) |