
Results 11 to 20 of 27
Threaded View
-
22-02-11, 10:24 AM #1
[Epic] How to make 4.0.6 WoW Server - Compiling SkyfireEmu
heres how to make your own 4.0.6a core/repack enjoy!
IF GIT FAILS TO GET THE CORE AND DATABASE FILES THEN GET THEM HERE DIRECTLY: 2Shared
Step 1: Getting the tools we need.
Git Download
Visual C++ 2008 Express or Visual C++ 2010 Express (Express doesnt support x64 compiling so beware. for x64 u need ultimate which costs money.)
MySQL server
.NET Framework 3.5 (you should already have it via your Windows updates)
HeidiSQL
DO NOT USE NAVICAT : Due to NaviCat not being able to handle // style comments (standard SQL) but i recommend using it to create accounts in the db so get it here: Navicat Lite
CMake 2.8.3 for Windows
OpenSSL for Windows
Microsoft Visual C++ 2008 Redistributable Package SP1 [x86] / [x64]
Microsoft Visual C++ 2010 Redistributable Package [x86] / [x64]
Step 2: Compiling AND Pulling the Source
Before you start this step you need to have installed Git and Visual Studio.
go to c:/ and make a SkyFireEMU folder
Example: C:/SkyFireEMU
Right click the folder and press "Git GUI Here" and press clone repository and fill in the data as follows:
Code:Source Location: git://github.com/SkyFire/SkyFireEMU.git Target Directory: C:\SkyFireEMU\Core
Note Before Continuing:
Code:Also, if you have downloaded the required software above, then you should have the MySQL / OpenSSL headers and related files already. - For OpenSSL, do NOT use the light version - For MySQL, if you use anything other than 5.1.x, do NOT use the "essential"-version
Now open up Cmake, it will say:
Code:Where is source code: Where to build the binaries:
Code:Where is source code: C:/SkyFireEMU/Core Where to build the binaries: C:/Build
After clicking Finish it will start checking through the source code and analyze the CMakeLists.txt spread all over the source tree.
When done it will show you a list of options (the red parts). the ones that needs to be checked are:
Code:Scripts Servers Tools USE_COREPCH USE_MYSQL_SOURCES USE_SCRIPTPCH
Code:Configuring done
Step 3: Compiling the Source
Go on the top menu 'Build' and click on Configuration Manager. Make sure you set the build to release Win32 or release x64 depending on your OS.
Code:Warning: Visual C++ 2008 Express edition does not support the 64 bit platform. You will need the fully bought one. (thank god for torrents ;))
When done it will say:
Code:========== Build: 19 succeeded, 0 failed, 1 up-to-date, 1 skipped ========== or ========== Build: 19 succeeded, 0 failed, 0 up-to-date, 1 skipped ==========
You will need the following files in order for the core to function properly:
Code:ace.dll authserver.conf.dist authserver.exe genrev.exe libmysql.dll worldserver.conf.dist worldserver.exe
take all of these files to a folder in the desktop called:Code:SkyFireEMU
Go here:
Code:C:\SkyFireEMU\Core\sql\base
Code:characters_database auth_database
make a folder called SkyFireDB in C:/
example:
Code:C:/SkyFireDB
Code:Source Location: git://github.com/SkyFire/SkyFireDB.git Target Directory: C:/SkyFireDB/Database
Go to "C:/SkyFireDB/Database/Tools" and open up the "Database_Installer.bat" and enter your MySQL information as follows
and import the world database.
Continue To Next Step:
now open the SkyFire folder at desktop and put the files that u get HERE / Mirror! in the folder and delete the authserver.conf.dist and worldserver.conf.dist
use the extractors located in:
Code:C:\Build\406a_extractors
Code:SET accounttype "LK"
Code:SET accounttype "CT"
Code:C:\Users\USERNAME\Desktop\SkyFireEMU\Data
Code:account create admin admin after that type this in: account set gmlevel admin 3 1
Username: admin
Password: admin
DONE!
Enjoy Playing World of Warcraft if you wanna play alone or with your friends
If you don't have 4.0.6 WoW Client you can download it from here
http://thepiratebay.se/torrent/70058...aft__Cataclysm
CREDITS For GUID GOES TO KnaPPEnLast edited by Apple; 03-05-13 at 06:27 AM.