Compile a ArkCore Cataclysm Server 4.0.6! menu

User Tag List

Results 1 to 9 of 9
  1. #1
    Deathbringer123's Avatar Master Sergeant
    Reputation
    25
    Join Date
    Oct 2010
    Posts
    121
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Compile a ArkCore Cataclysm Server 4.0.6!

    - Things your going to need -

    Part 1 Getting the Source
    Once you have these downloaded and installed your going to want to make 3 folders on your desktop
    one called ArkCore one called Build and one called Compiled, Once you've done that your going to want
    to right click your ArkCore go to Git Extensions and Click Clone

    [SPOILER][/SPOILER]
    Once you click that you might get a Settings window pop up, just ignore this and click ok. Now your be faced with a window like this
    [SPOILER][/SPOILER]
    You will only need to change one thing and thats the 'Repository to clone' Box and you will want to change it to this
    Code:
    https://github.com/Arkania/ArkCORE.git
    Now just click on clone and wait for it to finish, you will know when its done when it shows a tick in the top left corner, Now just close that by clicking ok

    Now you will need to open up CMake make sure you have created your Build folder as were going to need it now
    [SPOILER][/SPOILER]
    this is the window you will be greeted with when you open CMake you will need to change 2 Box's, You need to change the first one to the Path of your ArkCore folder which you can do by clicking 'Browse Source...' and change the Second one to the location of your Build Folder once you have done this click configure, then a popup window should come up asking which C++ Compiler you would like to use, make sure to choose Visual Studio leave the rest as it is and click finish. After that has finished you should see something like this, make sure your Checkboxes are tick like these ones are
    [SPOILER][/SPOILER]
    Click Configure again wait for the red to disappear and then click Generate.
    Part 2 Compiling the Source
    When this is done close CMake and open your Build folder and double click the file named ArkCore.sln and choose Visual C++ NOT Visual Basic

    [SPOILER][/SPOILER]
    Now look for this at the top of the page and change it from Debug to Release after you have done this look for 'Solution 'ArkCore' (20 projects)' right click it and click Build Solution, this is going to take around 5-10 minutes so just let this compile. When it is Finished you should see in the Output window
    '19 Succeeded, 0 Failed, 1 Skipped' after that close down Visual Studio and go to your Build Folder once in there go to Bin then Release now copy all of this into you Compiled folder. Now were almost there rename your worldserver.conf.dist to worldserver.conf and your authserver.conf.dist to authserver.conf
    now download this and extract them all to your Compiled Folder. Now your Done! All you need now is the SQL Server which im about to get onto!

    SQL
    First if you havent got one already, your going to need a SQL server which you will want to download from
    here. When your prompted to choose a Username and password for the time being make it User = 'arkania' Pass = 'arkania' will just be easier to follow along this guide. When you have done finished installing that your going to need a SQL Client im going to be using Navicat thats just because thats the one im used to but if you have a different one it wont really matter, Anyways once you have got your SQL Client open it up and Find the option to make a new Connection its going to look something similar to this
    [SPOILER][/SPOILER]
    Fill out the Boxes as follows
    Code:
    Connection Name = what ever you wish
    Host Name/IP Address = localhost
    Port = 3306
    User Name = arkania
    Password = arkania
    You should now see the connection you made in your Side Bar of Connections, double click it. Now right click and choose New Database all you need to do is pick the name, your going to need 3 Databases 1. auth 2. characters 3. world once you have done this right click the auth database and Choose 'Execute SQL File' or something similar your going to want to browse to ArkCore/sql/base/auth.sql and execute that now the same for the Characters database except like this ArkCore/sql/base/characters_databse.sql now for the world, but first you need to download the world installer your going to need 7-Zip to open it extract that to your Desktop then open Install_ArkDB_Windows.bat it is going to ask you what your Host name, User name, Password, Port, World, Auth and Characters database names are if you have followed this guide Exactly then fill it out like this
    [SPOILER][/SPOILER]
    Its then going to ask you if you want to continue as it will wipe your World database as there is nothing in there yet type 'y' then press enter leave it to finish and once it has its going to ask you the same for the Characters Database the the Auth Database Just type 'n' for both of them as we have already done these then close the Window. Now open up your SQL Client and right click auth and choose 'Execute SQL File...' now go to ArkCore/sql/updates/auth and apply ALL the .sql in there you will have to do them one by one once you have done that you need to do the same for the Characters and World database once you have done that you should be all good and ready to go so Fire up your authserver.exe and Worldserver.exe make sure to start the authserver.exe first!

    Thanks for reading and if you have any questions feel free to ask!
    Last edited by Deathbringer123; 01-17-2012 at 10:10 AM.

    Compile a ArkCore Cataclysm Server 4.0.6!
  2. #2
    Shanak's Avatar Banned
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice really helpful

  3. #3
    iownapc's Avatar Private
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    amazing tutorial!!!

  4. #4
    nihilathon's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  5. #5
    Jhelkek's Avatar Private
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can no longer download the world installer.

    Is there any other place that we can download it from?

  6. #6
    michaelv's Avatar Private
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, I'm new to this, the guide is good but what about DBC, MAPS and Vmaps? thanks
    excuse my English but only speak Spanish

  7. #7
    turtleswin's Avatar Banned
    Reputation
    28
    Join Date
    Sep 2012
    Posts
    166
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks good +r

  8. #8
    Ghostfang's Avatar Contributor

    Reputation
    238
    Join Date
    Mar 2012
    Posts
    261
    Thanks G/R
    46/48
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this seems easy enough but is there a database editor that would work well with this?

  9. #9
    armyguy710's Avatar Member
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    (deleted)...

Similar Threads

  1. [Repack] Novo's Easy WoW Cataclysm Server for WoW Cataclysm 4.0.0 (11927) [ENGLISH]
    By Novo3967 in forum WoW EMU General Releases
    Replies: 83
    Last Post: 05-09-2012, 01:18 PM
  2. [Guide] [Mangos] How to Compile Your Own Mangos server
    By wickedmage in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 06-03-2010, 03:57 PM
  3. [4.0]GilneasWoW | All-GM Cataclysm Server[11927]
    By xmaniacx93 in forum WoW Emulator Server Listings
    Replies: 0
    Last Post: 05-29-2010, 09:20 PM
  4. compile you own mangos server(with images)
    By vittwow in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 08-10-2008, 09:35 AM
  5. [Guide] How to compile your own ascent server. 100% work !! TRY IT :D
    By Etzzhy in forum WoW EMU Guides & Tutorials
    Replies: 22
    Last Post: 05-09-2008, 07:04 PM
All times are GMT -5. The time now is 03:21 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search