How to Compile Ascent with up to date files menu

User Tag List

Results 1 to 12 of 12
  1. #1
    w21froster's Avatar Active Member
    Reputation
    17
    Join Date
    Dec 2007
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to Compile Ascent with up to date files

    Hello, w21froster here!
    Today i will be showing you how to compile your own Ascent.

    Step 1


    Ok First Download C++ here.

    Downloads
    Download this also.
    Download | TortoiseSVN
    After you download them restart your comp from Tortoise and yeah.

    Step 2

    Make a new folder called Ascent Checkout then right click the folder and select SVN Checkout.

    Put this url in and the user name is anonymous and there isn't a password.
    http://mmoforge.org/svn/ascent/branches/

    Wait for it to download and watch tv or w/e you wanna do.

    Step 3

    Open up C++ and click tools and go to options.

    Click on Projects and Solutions and click VC++ Directories.

    For platform put Win32 and Show Directories For should be Executable Files.

    Push the thing that looks like a folder and add this line
    C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin

    Make the folder again for Library Files and put
    C:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib

    Same again but do it for Include Files and put
    C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include

    Step 4

    Go into Ascent checkout then go into 3_8_ascent and then open the win folder then open ascentVC90.vcproj.

    Push Build on the top and then open build configuration.
    Make sure it says Release for active solution config.
    And win32 for Active solution platform.

    Right click "ascentVC90" solution on the right and click clean.
    After that hit build.
    You will know when it is done when it says complete.
    You are now done with half of this guide.

    Step 5

    Go back into Ascent Checkout and open 3_8_ascent and open src.
    Then open scripts and then open scripts2008.sln
    Same as before make sure it is on release then clean and build it.

    Step 6

    Open it back up to 3_8_ascent and go to bin.
    Copy all the exe files and stuff that are not 'vcproj like' and put them into a new folder like "Ascent Compiled". Put in the exes and add the folder script_bin. Go back into 3_8_ascent and go into dep.
    Then go into lib32 and add all the DLLs and nothing else.
    After that head to the SRC folder in 3_8_ascent and there are your configs.
    Place the configs in your Ascent Compiled folder and you are done.

    Step 7

    Assuming you already have your maps and DBC files, config your config files to whatever you need them for and load it up.


    Any questions or anything email me at [email protected].

    -Will
    Last edited by w21froster; 04-08-2008 at 10:18 PM.

    How to Compile Ascent with up to date files
  2. #2
    w21froster's Avatar Active Member
    Reputation
    17
    Join Date
    Dec 2007
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no posts... =p

  3. #3
    w21froster's Avatar Active Member
    Reputation
    17
    Join Date
    Dec 2007
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    100+ Views and No posts

  4. #4
    frostyman's Avatar Member
    Reputation
    2
    Join Date
    Jul 2007
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well im having a problem with the url. i put it in wen i do the svn check but all it does is error right as it starts.

  5. #5
    Herleybob's Avatar Contributor
    Reputation
    178
    Join Date
    Jul 2007
    Posts
    663
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice one. +rep

    Nom Nom Nom :P

  6. #6
    zztuf's Avatar Member
    Reputation
    11
    Join Date
    Apr 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very well explained +rep

  7. #7
    w21froster's Avatar Active Member
    Reputation
    17
    Join Date
    Dec 2007
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by frostyman View Post
    well im having a problem with the url. i put it in wen i do the svn check but all it does is error right as it starts.
    So you put it in the right URL box when you right click a folder and do SVN check?
    If so it should pop up with Acc Name & Password.
    Just put in anonymous for it.

  8. #8
    w21froster's Avatar Active Member
    Reputation
    17
    Join Date
    Dec 2007
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hope you liked my guide and thanks for the rep!
    Who says heinz 57 steak sauce isn't good on pancakes?

  9. #9
    C-Death's Avatar Banned
    Reputation
    134
    Join Date
    Jun 2007
    Posts
    504
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice guide given too much rep today though :X

  10. #10
    Locky's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, how do I do the maps and other stuff... me and a friend really want to make a server and go alll the way. Not only this, i have to learn C++,pHp, and LUA. Althought LUA is easy can u help me with the maps and stuff...

  11. #11
    Falor's Avatar Member
    Reputation
    9
    Join Date
    May 2007
    Posts
    201
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    BTW if you want the links to work just go with http://mmoforge.org/svn/ascent that will give you the latest stuff, just click update when you right click the folder.Be sure to read README WINDOWS in trunk. (Do everything he said in Trunk

  12. #12
    Nonenone's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Locky View Post
    Hey, how do I do the maps and other stuff... me and a friend really want to make a server and go alll the way. Not only this, i have to learn C++,pHp, and LUA. Althought LUA is easy can u help me with the maps and stuff...
    Download ad.exe from the Ascent Wiki
    ClientFiles - Ascent Wiki

Similar Threads

  1. [Tutorial] How to compile Ascent with VS 2005
    By Promthian in forum Programming
    Replies: 0
    Last Post: 08-31-2008, 12:46 PM
  2. How to compile ascent
    By Viter in forum World of Warcraft Emulator Servers
    Replies: 42
    Last Post: 04-19-2008, 09:59 AM
  3. How to Compile Ascent 2.3.2 with NCDB!!
    By MooseBoi in forum WoW EMU Guides & Tutorials
    Replies: 26
    Last Post: 03-23-2008, 07:32 PM
  4. How To Compile Ascent [Video]
    By Xiro187 in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 01-18-2008, 03:29 PM
  5. Guide: How to Compile Ascent yourself! [With photos]
    By Skaren in forum WoW EMU Guides & Tutorials
    Replies: 33
    Last Post: 01-08-2008, 08:18 PM
All times are GMT -5. The time now is 10:20 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