WoW Launcher (clears cache) menu

User Tag List

Results 1 to 12 of 12
  1. #1
    xwinterx's Avatar Member
    Reputation
    26
    Join Date
    Apr 2009
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    WoW Launcher (clears cache)

    Here is just a stupid little launcher I made myself that will clear WoW's cache then launch the program. I know the setup could be better, but I am just a beginner in c# so you have to set the stuff manually.

    How to setup:

    1. Run WoW Launcher
    2. Click Settings->Set Cache Folder...
    3. Browse to your cache folder and click OK
    4. Click Settings->Set Wow.exe...
    5. Browse and select your wow.exe or launcher, doesn't matter.

    Once it is set, you can just click the "Launch WoW" button and there you go!

    The first time you run it, there is no settings file so you will get an error dialog. To see what you have already set just click Settings->View Paths... and it will show you your currently configured paths.

    WARNING! This deletes crap! So don't set it to something important on accident!

    Enjoy. Hope someone besides me finds it useful.

    Download

    Virus Scan

    WoW Launcher (clears cache)
  2. #2
    3rdParty's Avatar Sergeant
    Reputation
    45
    Join Date
    Aug 2010
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Last time I cleaned my cache folder my addon settings were removed.
    And actually I can't get the point of this launcher. As far as I know the cache is created to make the game load faster.
    So why delete the cache everytime you start WoW?

  3. #3
    ev1's Avatar Banned
    Reputation
    98
    Join Date
    Nov 2008
    Posts
    428
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 3rdParty View Post
    Last time I cleaned my cache folder my addon settings were removed.
    And actually I can't get the point of this launcher. As far as I know the cache is created to make the game load faster.
    So why delete the cache everytime you start WoW?
    For people who farm stuff with say: NPC Scan. This tool is terrific. It auto deletes your cache without you having to do 20 seconds of clicking, finding the folder, and deleting it.

  4. #4
    xwinterx's Avatar Member
    Reputation
    26
    Join Date
    Apr 2009
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by evohans View Post
    For people who farm stuff with say: NPC Scan. This tool is terrific. It auto deletes your cache without you having to do 20 seconds of clicking, finding the folder, and deleting it.
    ^ (filler)

  5. #5
    YaroslavWoW's Avatar Banned
    Reputation
    8
    Join Date
    Nov 2010
    Posts
    246
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 3rdParty View Post
    Last time I cleaned my cache folder my addon settings were removed.
    And actually I can't get the point of this launcher. As far as I know the cache is created to make the game load faster.
    So why delete the cache everytime you start WoW?
    you deleted wtf not cache

  6. #6
    iMozzy's Avatar Member
    Reputation
    11
    Join Date
    Sep 2010
    Posts
    188
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You could also just make a .bat file on your desktop that consists of something like this:

    rmdir /s /q "C:\Program Files\World of Warcraft\Cache" (or wherever your file is located) so that if you just click on it whenever you want your cache gone.

  7. #7
    gundir's Avatar Member
    Reputation
    12
    Join Date
    May 2009
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by iMozzy View Post
    You could also just make a .bat file on your desktop that consists of something like this:

    rmdir /s /q "C:\Program Files\World of Warcraft\Cache" (or wherever your file is located) so that if you just click on it whenever you want your cache gone.
    +1, I do this since few years now.

    But Executable could be more userfriendly

  8. #8
    3rdParty's Avatar Sergeant
    Reputation
    45
    Join Date
    Aug 2010
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by YaroslavWoW View Post
    you deleted wtf not cache
    nope.
    (filler)

  9. #9
    Mcbot's Avatar Member
    Reputation
    4
    Join Date
    Aug 2010
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No need for a tool if you need to clear the cache for NPCscan.

    Open Notepad and paste this: (make sure the path points to your location of the game)

    @ECHO OFF
    del "C:\Program Files\World of Warcraft\Cache\WDB\enGB\creaturecache.wdb"
    START "wow" "C:\Program Files\World of Warcraft\Wow.exe"

    Save the file with the ending .bat, "whatever.bat" maybe, and click the file when you want to start wow with the cache cleared for NPCscan.
    Last edited by Mcbot; 01-02-2011 at 01:41 PM.

  10. #10
    Air_Nike's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    dunno about u guys but i think this is the wrong section to post this tool.....:confused:

  11. #11
    trancehax's Avatar Banned
    Reputation
    29
    Join Date
    Feb 2007
    Posts
    491
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Or you can open up your WoW directory, and delete the cache, just sayin' like a super saiyan.

  12. #12
    Dannyjoejo's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pretty much the same, but starts WoW with high Priority, my WoW-Start- .bat file looks like:

    rmdir /s /q C:\1WoW\Cache
    start /high C:\1WoW\Wow.exe

Similar Threads

  1. [Program]A costum wow Launcher
    By Respawn in forum World of Warcraft Emulator Servers
    Replies: 13
    Last Post: 03-02-2008, 03:04 AM
  2. Wow launcher
    By crazyc in forum WoW EMU Programs
    Replies: 6
    Last Post: 01-28-2008, 09:29 AM
  3. [Program] Custom Wow Launcher
    By soslol in forum World of Warcraft Bots and Programs
    Replies: 15
    Last Post: 01-13-2008, 09:56 AM
  4. 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 10:55 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