Likes: 0
Results 1 to 6 of 6
-
06-09-13, 01:48 AM #1
How to Compile 4.3.4 Cataclysm Server / How to compile 4.3.4 TrinityCore
Register to remove this adCompile your own 4.3.4 Cataclysm Server.
Programs needed:
Downloads for maps,vmaps,dbc,mmaps(Thanks Anthony for sharing):
I. Start off with downloading these 3 files:
4.3.4 Branchselect 4.3.4 as BRANCH and download the ZIP File.
4.3.4 DB
4.3.4 DB Updates
II. Installing
Create a new folder on your C:\ name it Trinity or just extract the TrinityCore-4.3.4 to the C:\
Drop in the other files that we downloaded to TrinityCore-4.3.4 or your new created map.
Open up CMake and take the folder path from TrinityCore-4.3.4 and paste it into Source code. At Binaries make a new folder called Build
How it should look like:
After you've done this hit Configure and select Visual Studio 10 or Visual Studio 9 2008 and hit "Finish"
This is how it should look if done correctly
Press "Generate" and after that go into your Build folder and open up TrinityCore
Once the program is open select it to "Release" and right click on Solution 'TrinityCore' and do "Clean Solution" then press F7
and let it compile it.
After this open upp the OpenSSL folder and copy the .dll files into the "Release" folder
- libeay32.dll
- libmySQL.dll
- ssleay32.dll
Now would also be the time to put in the _Server folder that you got from Jeuties portable MYSQL and also the DBC,Maps,MMaps and VMaps folders.(remember to rename authserver.conf.dist/worldserver.conf.dist to worldserver.conf and authserver.conf
Open up Authserver and Worldserver and rename the databaseinfo
- LoginDatabaseInfo = "127.0.0.1;3306;trinity;trinity;auth > LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;auth
- LoginDatabaseInfo = "127.0.0.1;3306;trinity;trinity;auth > LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;auth
- WorldDatabaseInfo = "127.0.0.1;3306;trinity;trinity;world > WorldDatabaseInfo = "127.0.0.1;3306;root;ascent;world
- CharacterDatabaseInfo = "127.0.0.1;3306;trinity;trinity;characters > CharacterDatabaseInfo = "127.0.0.1;3306;root;ascent;characters
Now it's time to open up Hedisql and create our three databases "Auth" "Characters" and "World" do this by logging in with this info
IP:Localhost / Username: Root / Password: Ascent / Port: 3306
Right Click on Unnamed (unless you change the name for your DB) and pick "Create New" and select "Database"
Now it's time to execute the databases with SQLs that contains neccessary files that will make the server run.
Click on one Database such as "Auth" press CTRL+O and locate the sql folder inside your trinitycore "Pathway: C:\TrinityCore-4.3.4\sql\base" and execute each SQL for each database.
Execute the "TDB_full_434.05_2013_07_17.sql" for your world database.
After you have executed the SQLs its time to start the worldserver.exe and authserver.exe wait for to load and change your realmlist to 127.0.0.1
Congratulations you now got your own 4.3.4 server.
-BIGBLUE-
Note:I know theres already a guide by Jeutie he's basically covered it all but since I saw some posts about compiling a 4.3.4 server I thought I should cover it. Hate it or love it here it is.
Thanks for reading!
› See More: How to Compile 4.3.4 Cataclysm Server / How to compile 4.3.4 TrinityCore
-
12-09-13, 11:35 AM #2
Might be useful, thanks for sharing ;o
-
16-09-13, 07:49 AM #3
-
18-10-13, 07:48 AM #4
thnx for the share
-
07-01-14, 06:25 PM #5
I've an issue to download branch 4.3.4, always error
-
13-04-14, 05:14 AM #6
Register to remove this adNice, thanks for sharing