[Guide] Compile your Own Ascent! menu

User Tag List

Results 1 to 7 of 7
  1. #1
    Aldaus's Avatar Member
    Reputation
    28
    Join Date
    Sep 2007
    Posts
    98
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Guide] Compile your Own Ascent!

    This is Beasters guide from Emupedia.com, Just added some minor improvements and updates to it.
    1. First you need to download/ install the program to compile your server. The most recommended one is VS 2003 .net pro because it’s way easier to use and it happens sometime REV works for 2003 and not 2005 like REV 522 (Server does not hook after compiling using 2005 but works if compiled using 2003 o.0) A good thing about 2003 is that it has SDK and RC1 build in it so no need to download and configure them.
    Download details: Visual Studio .NET 2003 SP1

    2. Now you need to download/install the program that will let you download the source of Ascent via a system called SVN.
    tortoisesvn.sourceforge.net/download

    3. To open up the Ascent SVN source open this in your browser
    http://projects.emupedia.com/svn/ascent/trunk/
    username: anonymous
    password: none
    4. You should see a box opening. That’s tortoisesvn. In the main windows, you should see a file called "http://projects.emupedia.com/svn/ascent/trunk/" right click on it and go to export. In the export directory, select a place to send a copy to. Making a clean directory to export to, would be nice.

    5. Open up Visual Studio 2003. Clique on file and select open then select. You should see a file called "ascentVC71.sln" open it up

    6. right clique on Solution ‘ascentVC71’ and select "Build Solution". This is the compilation command you need to use for compiling the package.

    7. When you’re done, you need to compile a file located to \src\scripts from the main directory named “scripts2003.sln”. Make sure you have no errors again. “

    8. Configure all 3 files (\src) ascent.conf, logonserver.conf and realms.conf.

    9. You’re almost done. You need to extract your DBC file for TBC
    You should find the extractor in the extras folder in the source, the folder is called mpqe.

    11. Open it up and point it at patch.mpq it should make a File. Rename it to DBC and send it at \bin\debug

    12. You’re missing one last thing. Maps! Look in the extras folder in the ascent source you downloaded. You should find a map extractor, put that in your WoW directory, run it,it should create a folder named maps.

    13. Put the maps folder in your ascent source.

    14.Now all you need is to get your self a DB. For easier DB importation, I recommend you to download a program called "MySQL Front" and uncheck the square that says "Stop insert if error".

    Look at ncdb.info for a good database

    When your database is set up, ascent.conf, logonserver.conf and realms.conf are configured and your 2 files to compile have been made with no errors, everything should work. Open up ascent.exe then logonserver.exe
    If I made any errors go ahead and tell me
    Last edited by Aldaus; 11-06-2007 at 04:56 PM. Reason: fixing

    [Guide] Compile your Own Ascent!
  2. #2
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Compile your Own Ascent!

    posted before

  3. #3
    Aldaus's Avatar Member
    Reputation
    28
    Join Date
    Sep 2007
    Posts
    98
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Compile your Own Ascent!

    nvm, didnt see the other threads there before.
    Last edited by Aldaus; 11-06-2007 at 05:26 PM.

  4. #4
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Compile your Own Ascent!

    nvm this is a lil different

  5. #5
    hardcore's Avatar Member
    Reputation
    8
    Join Date
    Nov 2007
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jonny53219 View Post
    1. First you need to download/ install the program to compile your server. The most recommended one is VS 2003 .net pro because it’s way easier to use and it happens sometime REV works for 2003 and not 2005 like REV 522 (Server does not hook after compiling using 2005 but works if compiled using 2003 o.0) A good thing about 2003 is that it has SDK and RC1 build in it so no need to download and configure them.
    Download details: Visual Studio .NET 2003 SP1

    2. Now you need to download/install the program that will let you download the source of Ascent via a system called SVN.
    tortoisesvn.sourceforge.net/download

    3. To open up the Ascent SVN source open this in your browser
    http://projects.emupedia.com/svn/ascent/trunk/
    username: anonymous
    password: none
    4. You should see a box opening. That’s tortoisesvn. In the main windows, you should see a file called "http://projects.emupedia.com/svn/ascent/trunk/" right click on it and go to export. In the export directory, select a place to send a copy to. Making a clean directory to export to, would be nice.

    5. Open up Visual Studio 2003. Clique on file and select open then select. You should see a file called "ascentVC71.sln" open it up

    6. right clique on Solution ‘ascentVC71’ and select "Build Solution". This is the compilation command you need to use for compiling the package.

    7. When you’re done, you need to compile a file located to srcscripts from the main directory named “scripts2003.sln”. Make sure you have no errors again. “

    8. Configure all 3 files (src) ascent.conf, logonserver.conf and realms.conf.

    9. You’re almost done. You need to extract your DBC file for TBC
    You should find the extractor in the extras folder in the source, the folder is called mpqe.

    11. Open it up and point it at patch.mpq it should make a File. Rename it to DBC and send it at bindebug

    12. You’re missing one last thing. Maps! Look in the extras folder in the ascent source you downloaded. You should find a map extractor, put that in your WoW directory, run it,it should create a folder named maps.

    13. Put the maps folder in your ascent source.

    14.Now all you need is to get your self a DB. For easier DB importation, I recommend you to download a program called "MySQL Front" and uncheck the square that says "Stop insert if error".

    Look at ncdb.info for a good database

    When your database is set up, ascent.conf, logonserver.conf and realms.conf are configured and your 2 files to compile have been made with no errors, everything should work. Open up ascent.exe then logonserver.exe
    If I made any errors go ahead and tell me
    very nice guide tyvm

  6. #6
    blorb's Avatar Member
    Reputation
    2
    Join Date
    Dec 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    cool
    cooooll

  7. #7
    jammy2001's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im just wondering if i compiled newest version would it contain all season 3 if i can find display ids to add to database?

Similar Threads

  1. [Guide] How to compile your own DLL
    By Cursed in forum WoW EMU Guides & Tutorials
    Replies: 58
    Last Post: 06-19-2008, 09:38 AM
  2. [GUIDE] How to compile your own server [MUCH SAFER!]
    By razordemon in forum WoW EMU Guides & Tutorials
    Replies: 3
    Last Post: 05-31-2008, 11:27 AM
  3. [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
  4. [Guide] Compiling your own DLL
    By Gastricpenguin in forum WoW EMU Guides & Tutorials
    Replies: 26
    Last Post: 04-22-2008, 09:31 AM
  5. Is it possible to modify the level cap to 80 perhaps if you compile your own ascent ?
    By Wheeze201 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 12-27-2007, 11:25 AM
All times are GMT -5. The time now is 08:46 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