[Release] ACE - Ascent Config Editor; Config your server in no time menu

User Tag List

Results 1 to 10 of 10
  1. #1
    namelessgnome's Avatar Contributor
    Reputation
    108
    Join Date
    May 2007
    Posts
    263
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Release] ACE - Ascent Config Editor; Config your server in no time

    ACE - Ascent Config Editor
    Tired of editing those Ascent config files? Then this program is for you. It allows you to quickly set up your emulator. It also simplifies the process of making it public.


    I made this youtube video showing how to use it
    [YT]aFx2u4ltMPg[/YT]
    How to use it
    1. You will be asked to find the folder containing your Ascent config files this is either the folder with your server executables or it's cfg subfolder
    2. On the first page just press next
    3. On the MySQL page enter the you hostname username and password, if you want to use the same username and password for all databases. Make sure that Other Credentials is unchecked. Type in your world logon and character database names and press next
    4. On the ports page you most often don't need to change anything, so don't unless you know what you are doing
    5. On the Realms page. You select the publicity setting you want and type in the IP addresses. If you want your server to be for this computer only, just press next
    6. Now we are done! You need to click finish on this page for the file to be written
    7. WARNING: This program was intended to be used on unedited Ascent config files and will OVERWRITE old configuration that it does not Support! So Always have a backup

    Credits
    • Nameless Gnome - Coder
    • OrangePig - Video
    • Reflection - GUI Graphics

    Quick Facts
    OS SUPPORT: Win32/Win64/Mono
    OTHER REQS: .NET Framework 4.0 [DOWNLOAD]
    STATUS: Beta
    Coded In: C#
    MD5:5676caaa2876dd617f4e3d2a5d895183
    SHA:2541a987a7d1605d0d092d4b8aaa3c32d969c95f1ed7d56a2b835e84807377fc
    Download:Filebeam
    Filesize:200KB
    Virus Scan:VirusTotal
    Last edited by namelessgnome; 07-09-2009 at 11:33 AM. Reason: video

    [Release] ACE - Ascent Config Editor; Config your server in no time
  2. #2
    Reflection's Avatar Legendary
    Reputation
    783
    Join Date
    Mar 2008
    Posts
    3,377
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sweet, looks cool. Glad you fixed the bugs!

    Freelance Digital Artist
    https://reflectionartwork.deviantart.com
    You did not desert me
    My brothers in arms


  3. #3
    Apple Pi's Avatar Active Member
    Reputation
    50
    Join Date
    Feb 2009
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Grrr .net framework 4.0 >.>
    What once was Moonblade rose from the ashes as Apple Pi!

  4. #4
    orangepig's Avatar Contributor
    Reputation
    129
    Join Date
    Jul 2009
    Posts
    225
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I like it, especially the realms page. Keep up the good work

  5. #5
    Vindicated's Avatar Contributor
    Reputation
    226
    Join Date
    Aug 2008
    Posts
    1,067
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks nice, +Rep. I didn't try it out, but would be cool if you stored all the information you fill out the first time in an encrypted file (Because it contains MySQL user/pass, among other things), then it loads in automatically when the program is run. If he makes another change, the change is made in the encrypted file.

    Edit - Gotta spread :/


  6. #6
    namelessgnome's Avatar Contributor
    Reputation
    108
    Join Date
    May 2007
    Posts
    263
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was going to do some security features for this application but then I figured, the emulator config files are unencrypted anyway.

  7. #7
    djen11's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    great work!

  8. #8
    namelessgnome's Avatar Contributor
    Reputation
    108
    Join Date
    May 2007
    Posts
    263
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just quit spamming my thread

  9. #9
    Oceanblack's Avatar Member
    Reputation
    17
    Join Date
    Feb 2009
    Posts
    67
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vindicated View Post
    Looks nice, +Rep. I didn't try it out, but would be cool if you stored all the information you fill out the first time in an encrypted file (Because it contains MySQL user/pass, among other things), then it loads in automatically when the program is run. If he makes another change, the change is made in the encrypted file.

    Edit - Gotta spread :/
    Yes but what about the server? Is it to magically decrypt the config somehow?

    Also, this seems like a useless tool of sorts... It writes a brand new file, it seems tedious to have to readd all other existing options if you only want to change a specific option.

    .NET Framework 4.0 is completely unnecessary, you can change it to 2.0 because I can safely assume you just used simple StreamWriter functions or something like that. (writing/reading from a file, or just writing purely).

    The only real reason I can see for using this app is for a complete moron who can't open up the configs or doesn't know the value types for each section, but then isn't everything commented?

    All in all, it seems like a good starter app to learn some C# concepts.

  10. #10
    namelessgnome's Avatar Contributor
    Reputation
    108
    Join Date
    May 2007
    Posts
    263
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Oceanblack,

    I agree that It should use Framework 2.0.

    However I do not agree that this is a "starter app"

    This is a rather advanced application as it does actually parse the files and implement real domain based design as it's used in my other applications. This is an real OOP implementation of the ascent config files which does not exist in Ascent based emulators (because they want it fast).

    It does actually parse the config files
    It does only partially overwrite configuration files due to some bugs and missing implementations. The reason I made a premature release was that I wanted it
    out before Reflection went on his holiday.

    TL;DR: This program is not one long String.Format

Similar Threads

  1. [Release] Unique Voting Pop-Up For Your Server!
    By Hellgawd in forum World of Warcraft Emulator Servers
    Replies: 33
    Last Post: 04-08-2008, 09:42 PM
All times are GMT -5. The time now is 03:50 AM. 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