"Advanced" WoW Launcher menu

Shout-Out

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 24 of 24
  1. #16
    rebcabarb's Avatar Private
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I would use whatever you made if it made something i do daily easier.


    "Advanced" WoW Launcher
  2. #17
    travis2861's Avatar Contributor
    Reputation
    99
    Join Date
    Aug 2007
    Posts
    227
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A new version has been uploaded that fixes the problem you were having. I actually ended up removing the whole internal folder verification I was doing, since you get to specify the WoW folder.

  3. #18
    prometheus's Avatar Member
    Reputation
    4
    Join Date
    Feb 2007
    Posts
    53
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +rep, thanks.
    Individual rights are not subject to a public vote; a majority has no right to vote away the rights of a minority; the political function of rights is precisely to protect minorities from oppression by majorities (and the smallest minority on earth is the individual).

  4. #19
    everix's Avatar Member
    Reputation
    9
    Join Date
    May 2010
    Posts
    106
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome program! I was getting so tired of manually updating my TUJ addon every day and this was a quick and easy fix.

  5. #20
    SourSkittles's Avatar Member
    Reputation
    6
    Join Date
    Sep 2012
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For some reason no matter how much I try to fix the config file to direct it to the correct path for WoW it keeps on trying to find it in a whole different folder than what I put so sadly I cant seem to use this :/

  6. #21
    Tomelyr's Avatar Member
    Reputation
    15
    Join Date
    Jun 2008
    Posts
    28
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So i tryd it out today and i found a HUGE Bug in my opinion.
    After starting the tool i checked my creaturecache if it got really deleted. but no. its still 600kb big.
    After i opened your tool in notepad (here comes my awesome 1337 skills) i searched for the string of the cache and it showed me, that the tool tries to delete
    D:\Games\World of Warcraft\Cache\WDB\enUS\creaturecache.wdb
    But i didnt got enUS, i got deDE currently. The correct path should be:
    D:\Games\World of Warcraft\Cache\WDB\deDE\creaturecache,wdb
    So currently i cant use this tool sadly.

    This might help you:
    enUS - English (US)
    enGB - English (EU)
    deDE - German
    esES - Spanish
    frFR - French
    ruRU - Russian
    esMX - Mexican
    ptBR - Brasilian
    itIT - Italian
    ptPT - Portugese
    koKR - Korean
    zhTW - Taiwan

  7. #22
    Tomelyr's Avatar Member
    Reputation
    15
    Join Date
    Jun 2008
    Posts
    28
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So now i tested it again and it work
    But to update it, you need to uninstall it first and then install the new version. And i needed to recreate my config.
    Maybe an autoupdater will be a nice gift and the posibility to update without reinstall the whole thing

    But anyway: +rep

  8. #23
    Tomelyr's Avatar Member
    Reputation
    15
    Join Date
    Jun 2008
    Posts
    28
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    a new day, a new bug.
    This happens to me since the last version:
    clip0006 - YouTube

    TL;DW:
    i start the AWL, the Launcher starts, the creaturecache is getting deleted and AWL crashes.
    Config:
    Code:
    [Settings]
    TUJUpdateInterval = 2
    DeleteCreatureCache = True
    WoWPath = D:\Games\World of Warcraft\
    TUJWebLink =
    Buuuut, when i set a TUJ Link, then it wouldn't crash.
    Maybe it would be helpfull to disable the TUJ function, when you didn't want it. Like TUJ = True/false or simmilar.
    Or just if TUJWebLink = ~nil then do nothing

    Edit://
    So i got bored.
    [Settings]
    ; In welchen Intervall soll The Undermine Journal geupdatet werden?
    ; Die Angabe erfolgt in Stunden. Wenn man keine volle Stunde möchte,
    ; muss diese als Zahl angegeben werden. Eine Halbe Stunde ist zum Beispiel 0.5 Stunden.
    ; Beispiel: Der Intervall ist 2 Stunden, es ist 17:00 und das letzte Update war um 15:30.
    ; Da die differenz we***** als 2 Stunden ist, wird es nicht geupdatet.
    TUJUpdateInterval = 2

    ; Soll der CreatureCache bei jedem Start gelöscht werden?
    ; Einstellungsmöglichkeiten sind True, um den Cache zu löschen, und False, um diesen nicht zu löschen.
    DeleteCreatureCache = True

    ; Dies ist der Pfad, in dem die World of Warcraft Installation zu finden ist.
    ; Wenn dieser Pfad leer ist, versucht der Launcher diesen automatisch zu finden.
    ; Sollte dies nicht möglich sein, musst du in dieser Datei den Pfad bestimmen.
    ; Beispiel: C:\Programme\World of Warcraft\
    WoWPath =

    ; Hier wird der Pfad für das The UndermineJournal Addon festgelegt.
    ; Deinen Link findest du auf https://theunderminejournal.com/user.php , in der Sektion "Addon Download".
    ; Such dir deine Realms aus, kopiere den Download Link und füge ihn hier ein.
    ; Beispiel: https://theunderminejournal.com/TheU...=USA-Stormrage
    TUJWebLink =
    TL;DR: Its the Configfile on german.

    Edit 2:// And even more bored.
    http://pastebin.com/FAbnMysr
    Its a Configuration GUI in AutoIt.
    Last edited by Tomelyr; 04-25-2013 at 01:05 PM.

  9. #24
    Tomelyr's Avatar Member
    Reputation
    15
    Join Date
    Jun 2008
    Posts
    28
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by travis2861 View Post
    Sorry about that crash. It was actually intended to just ignore updating TUJ if the link was left blank. However, a little typo caused everything to break
    Yeah.. The small things could break everything
    I just mentioned, cuz i didn't know that you know the bug. Thats why i report everything i could find.

    Originally Posted by travis2861 View Post
    I would've actually just included a configuration GUI in my, but since I was trying to keep it minimalistic and appearing to act just as the regular launcher does, I opted for a config file.
    Maybe you could make an external programm, which is optional. Some people doesn't need it, but some would help it. It doesn't need to be included with your installer.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Wow launcher
    By crazyc in forum WoW EMU Programs
    Replies: 6
    Last Post: 01-28-2008, 09:29 AM
  2. [Program] Custom Wow Launcher
    By soslol in forum World of Warcraft Bots and Programs
    Replies: 15
    Last Post: 01-13-2008, 09:56 AM
  3. SiPex's Customizable WoW Launcher
    By SiPex in forum WoW EMU Programs
    Replies: 3
    Last Post: 01-11-2008, 09:53 PM
All times are GMT -5. The time now is 11:41 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