How to compile ascent menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 43
  1. #16
    Viter's Avatar Elite User
    Reputation
    410
    Join Date
    Aug 2007
    Posts
    2,153
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wheeze201 View Post
    Does this guide compile the ascent that you use in your repack ?
    No this is for compiling the trash revision of ascent.

    EDIT: and in my ascent compiles i uploaded the NEWEST accounts/characters table



    How to compile ascent
  2. #17
    V!persting's Avatar Contributor
    Reputation
    250
    Join Date
    Dec 2007
    Posts
    488
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i quite don't get it. yeah it works if i follow your guide. but what does compiling actually do? im asking this myself for quite a time now.
    +Rep for guide anyway keep up the good work

    -ViperS

  3. #18
    Wheeze201's Avatar Active Member
    Reputation
    51
    Join Date
    Apr 2007
    Posts
    660
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OK, uhmm i compiled my Ascent and scripts_bin.. and well it didn't give me any DBC folder.

    I think i need different DBC folder to fix some server bugs, how can i get latest DBC files for my server ?

    EDIT: My scripts aren't .ddl files.. will these files work too ?

  4. #19
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have a question
    i click config manager and change the thing to release. then i hit close then f8.
    i go into the compiles folder and theres not a folder called bin

  5. #20
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have a question
    i click config manager and change the thing to release. then i hit close then f8.
    i go into the compiles folder and theres not a folder called bin

    any suggestions

  6. #21
    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)
    Guide FOR WINDOWS Compile your own Ascent!
    first you need a tool called tortoise svn, which you can download from SourceForge.net: TortoiseSVN.
    download and install this tool.
    you also need visual studio expres 2008 which you can download from microsoft at Visual Studio 2008 Express Editions.
    download and install this tool.Open the program from start/all programs once it has opened, you can go ahead and close it.
    you also need microsoft .net framework through 3.5 available from microsoft.com/downloads

    create a new folder on your desktop and name it Ascent(you can use any suffix for the file name if need be for example "Ascent2007". once you have the folder created right click on it and click on svn checkout. type or copy this address into suppository http://projects.emupedia.com/svn/ascent/branches.
    press ok
    when username and password window comes up, type anonymous in user name and leave password blank. put a check in the little box that saves login. click ok
    wait for svn to complete it will say completed at revision xxxx at the bottom.
    If you want to use lua scripts with your new ascent compile you must open src/shared and open ascentconfig c++ with notepad (right click on ascentconfig c++ and click open with and choose notepad)
    near the top of the file you will see
    /** Enable/disable LUA scripting system.
    * Default: Disabled
    */
    #ifdef HAVE_LUASCRIPT
    # define ENABLE_LUA_SCRIPTING 1
    #endif
    //#define ENABLE_LUA_SCRIPTING 1
    simply remove the 2 // before #define ENABLE_LUA_SCRIPTING 1
    SAVE. (click on file and save)
    push the up folder button twice (or close the folder and reopen it)
    doubleclick on win
    doubleclick on ascent vc90
    this will open it in visual studio express 2008
    up neat the top you will see a small box with debug in it.It is recommended that you build debug first so for now leave it at debug, click on build, click on build solution. wait for it to finish it should say at the bottom something like build 6 succeeded 0 failed 0 errors
    as long as you have zero errors it should work fine.
    okay next change the debug to release by clicking the little triangle(arrow) thing immediately to the right of debug.choose release. click on build and click on build solution.
    next you have to build your scripts.
    double click src and doubleclcik scripts see the vc90? double click it. build it the same way you built ascent.
    when its all done your config files are in src, and your exe's and scripts are in bin/release.
    by Hardcore
    Last edited by hardcore; 01-06-2008 at 08:20 PM.

  7. #22
    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 Wheeze201 View Post
    OK, uhmm i compiled my Ascent and scripts_bin.. and well it didn't give me any DBC folder.

    I think i need different DBC folder to fix some server bugs, how can i get latest DBC files for my server ?

    EDIT: My scripts aren't .ddl files.. will these files work too ?
    Lua scripts will work if enabled in your ascent. you get the dbc's with a mpq extractor. you should consult the guides here for setting up your own server.

  8. #23
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +rep man!
    (filler)

  9. #24
    PRIMO12's Avatar Member
    Reputation
    -2
    Join Date
    Jul 2007
    Posts
    117
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    click on build at the top and click Configuration Manager. In the list select Release. Click ok and click F8 I dont get ok when I click Configuration Manager I get this can you tell me what I did wrong???

  10. #25
    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)
    Hit F7 after that, not F8

  11. #26
    PRIMO12's Avatar Member
    Reputation
    -2
    Join Date
    Jul 2007
    Posts
    117
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    But I'm not getting the (ok) button I see how to do it but its not working

  12. #27
    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)
    At the bottom it says something like 'build started', there is no okay button

  13. #28
    PRIMO12's Avatar Member
    Reputation
    -2
    Join Date
    Jul 2007
    Posts
    117
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok so I click on build at the top then I clicked Configuration Manager In the list select Release. Ok so I selected it...... & then nothing happens...... so what the hell did I do wrong??

  14. #29
    PRIMO12's Avatar Member
    Reputation
    -2
    Join Date
    Jul 2007
    Posts
    117
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok so I click on build at the top - then I clicked Configuration Manager - In the list select Release. Ok so I selected it...... & then nothing happens...... so what the hell did I do wrong?? anyone know???

  15. #30
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    after you select release hit f7

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. How to Compile Ascent with up to date files
    By w21froster in forum WoW EMU Guides & Tutorials
    Replies: 11
    Last Post: 04-16-2008, 09:42 PM
  2. 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
  3. How to compile ascent!
    By Froddy in forum World of Warcraft Emulator Servers
    Replies: 10
    Last Post: 02-27-2008, 04:48 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 05:36 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search