Close
Page 8 of 10 FirstFirst ... 6 7 8 9 10 LastLast
Showing results 71 to 80 of 93
  1. #71

    Default

    I must be missing something in reading people's troubles here. I guess people kinda gloss over the setup instructions, or it's foreign enough to not make sense. From the file itself:

    # Setup:
    # 1) Download and install Windows PowerShell:
    # http://www.microsoft.com/windowsserv...l/default.mspx
    # 2) Run PowerShell as administrator
    # 3) Set your script execultion policy to run local scripts without a digital signature:
    # Get-Help About_Signing
    # Set-ExecutionPolicy RemoteSigned
    # 4) Copy New-Wow.ps1 to somewhere in your path OR replace "new-wow" in the examples below
    # with the script path.
    So after PowerShell launches, type "Set-ExecutionPolicy RemoteSigned" and hit enter. Then type "Get-Help About_Signing" to read what's going on and why. To see if you've set yours correctly, type "Get-ExecutionPolicy", it should return "RemoteSigned".

    Kudos to the author, it works great on my system and REALLY reduced the amount of disk activity. :thumbsup:

  2. #72

    Default

    why isn't this thread stickied? :P
    70|---|---|---|---|---|---|---|---|---|---|80
    70|xXxXxXxXxXxXxXxXxXxXxXxXxXxXxX|80!!!
    Allai, Alaii, Allei
    , Aleii, Aliee
    <B A M F>
    Boulderfist-US
    YOU CANNOT RESIST MY MOONFIRE SPAM!

  3. #73

    Default

    I'll admit from the beginning that I didn't read anything but the first few posts, but:

    What's the point of Symlink'ing folders? If your hard drive is reading from the exact same location for data being accessed for all five (or whatever) clients, then how does it help performance?

    The only reason I can see this being helpful is if you're wanting to keep separate settings/addons for each of your slaves. This may be the entire reason for it altogether... like I said, I didn't read. I'm just bored and skimming DB.com posts.

    And yes, it's Friday, and I type well when I'm drunk.
    Ellusia, Ellusie, Ellusii, Ellusio, Ellusiu
    <Just One Box> of Garrosh-US
    FOR THE HORDE!

  4. #74

    Default

    Quote Originally Posted by 'Ellusionist',index.php?page=Thread&postID=155663# post155663
    What's the point of Symlink'ing folders? If your hard drive is reading from the exact same location for data being accessed for all five (or whatever) clients, then how does it help performance?
    With a symbolic link the OS knows that the 5 copies of the same gignormous data file that are simultaneously being loaded by wow.exe really are the same file, so it only loads them once. If you just copy and paste the wow folder it thinks they are different files and you get disk thrashing.
    All my codes r belong to you: wow5box

  5. #75

    Default

    Quote Originally Posted by 'Chorizotarian',index.php?page=Thread&postID=15726 1#post157261

    Quote Originally Posted by 'Ellusionist',index.php?page=Thread&postID=155663# post155663
    What's the point of Symlink'ing folders? If your hard drive is reading from the exact same location for data being accessed for all five (or whatever) clients, then how does it help performance?
    With a symbolic link the OS knows that the 5 copies of the same gignormous data file that are simultaneously being loaded by wow.exe really are the same file, so it only loads them once. If you just copy and paste the wow folder it thinks they are different files and you get disk thrashing.
    Hmm, odd. I'm sure much testing has been done to prove it works, I'm still just not understanding how. I realize only one file location is being accessed, but five instances of wow.exe accessing that same "loaded data" one time instead of five, at a CPU/memory level, seems a little extreme.

    Seems like all it would cut down is seek time from fragmented data to fragmented data between individual folders. I guess that answers my confusion!

    *shrug* :S
    Ellusia, Ellusie, Ellusii, Ellusio, Ellusiu
    <Just One Box> of Garrosh-US
    FOR THE HORDE!

  6. #76

    Default

    Other than the settings, is this really better than running 1 wow folder for all your toons? Or is it the same and you just get the benefit of separate video, sound, etc settings?

  7. #77

    Default

    Quote Originally Posted by 'Talamarr',index.php?page=Thread&postID=157788#pos t157788
    Other than the settings, is this really better than running 1 wow folder for all your toons? Or is it the same and you just get the benefit of separate video, sound, etc settings?
    It is _much_ better in my experience (actually using junction points in XP, which are analagous but not identical to symlinks in Vista) then running 1 wow folder.
    Current team: Shnoght (DK) + 4 elemental shamans (Shalph, Sheta, Shamma, Shepsilon)
    Heroics cleared: Drak'Tharon, VH, CoS, UK, Gundrak, HoL, Nexus

    Waiting in the wings at 80: Shaladin (pally), Shmage (mage), Shruud/Shrued (boomkins), Shelta (leftover shaman)

    <Chain Lightning>, Alliance Bonechewer

  8. #78

    Default

    Quote Originally Posted by DyzzyD',index.php?page=Thread&postID=120528#post12 0528]I found a website to do symlinks (how-to geek) and ran
    [php]C:\mklink /D C:\wow2\Data C:\Program Files (x86)\World of Warcraft\Data
    [/php]
    I also linked the Cache, Interface, Screenshots folders and copied all the files in the main WOW directory except the patch/downloader files (patch# to patch#-enUS-downloader(patch).exe) type files. After doing this I made a shortcut of the Wow.exe file and double clicked on the shortcut... I got:

    " Failed to open archive interface.MPQ: The system cannot find the file specified" and got stuck. Someone in [Other] [url='http://www.dual-boxing.com/forums/index.php?page=Thread&threadID=6697
    Winbolic Guide - Symlinking for XP[/url] had the same error but there were no further replies on that thread :wacko:

    I went back to Powershell and New-wow.ps1 figuring spacing might help in the ps1 file, renamed my "wow2-4" folders and went into the new-wow.ps1 file and changed:

    PHP Code:
    "$env:ProgramFiles\World of Warcraft" 
    to:
    PHP Code:
    "c:\Program Files (x86)\World of Warcraft" 
    I got to c:\bin and did the " Set-ExecutionPolicy RemoteSigned" I ran "c:\Bin> new-wow c:\wow2" in powershell. I end up getting an error:

    PHP Code:
    At c:\bin\New-Wow.ps1:86 char12 
    cmd 
    <<<< /"mlink $d `"$link``"$target`"" > $null 
    The term 'cmd' is not recognized as a cmdlet, function, operable program or a script file. Verify the term and try again. 
    I end up getting a new wow2 folder containing a WTF folder and Launcher.exe

    Any suggestions or insight?
    Whats the deal with this? I have the same issue telling me that cmd is not recognized. This is on a brand new (1 hour out of the box) computer. :thumbdown:

  9. #79

    Default

    Quote Originally Posted by 'bdybldkris',index.php?page=Thread&postID=141304#p ost141304
    DyzzyD,

    I gave up on the Powershell deal....I did a forum search for Symlink. The very first result will be Symlink Help. Look at that post and you'll find a link to a different program that helps with the associations. Here's what I did:

    1. Downloaded and installed the program.
    2. Created copies of my main Warcraft folder (I ended up with World of Warcraft, WoW2, WoW3, WoW4, WoW5 all on my E:\ drive)
    3. Navigate to your copies and DELETE your Data and Interface folders
    4. Navigate to your main World of Warcraft folder and Control Left Click your Data and Interface folders
    5. Right click on one of your highlighted folders (should be Data or Interface)
    6. Choose Pick Link Source
    7. Navigate to one of your copies (ie. WoW2) and right click on the folder
    8. Choose Drop As...Symbolic Link
    9. Repeat 4-8 until you've created the symbolic links for all your copies

    Now you should have a main World of Warcraft folder with 4 copies that use the Data and Interface folders from the main. I linked the interface folder to use the same mods on all accounts. You can just link the Data folder if you prefer different mods on each.

    This save me a ton of space on my hard drive and appears to have improved my performance too. Good luck! If you need any help or have questions just yell.



    Kris
    Just a small note, highlight all for the copy/paste and then ctrl click off data and interface folders. Saves you copy/pasta 7GB for 2 or more times.

  10. #80

    Default

    I was having the "Failed to open archive Interface.MPQ" issue as well, but I could tell my symlinks were not working correctly by clicking normally on each folder (Data and Interface) and I would receive an error. I figured out it was pure user error for me, I needed to put in the fully qualified path in the mklink command for the target:

    Code:
    cd C:\Users\Public\Games
    No worky
    Code:
    mklink /D "WoW 1\Data" "World of Warcraft\Data"
    mklink /D "WoW 1\Interface" "World of Warcraft\Interface"
    mklink /H "WoW 1\Wow.exe" "World of Warcraft\Wow.exe"
    Works!
    Code:
    mklink /D "WoW 1\Data" "C:\Users\Public\Games\World of Warcraft\Data"
    mklink /D "WoW 1\Interface" "C:\Users\Public\Games\World of Warcraft\Interface"
    mklink /H "WoW 1\Wow.exe" "C:\Users\Public\Games\World of Warcraft\Wow.exe"
    (I'm running Vista Home Premium and I had already created the directory "WoW 1" and copied everything but the Data, Interface and Wow.exe)

Similar Threads

  1. Replies: 4
    Last Post: 03-08-2009, 04:44 AM
  2. Powershell single wow folder killed by patch.
    By Arryth in forum Software Tools
    Replies: 4
    Last Post: 10-19-2008, 06:07 AM
  3. Keyclone- 2 wows not linked
    By Teracia in forum New Multi-Boxers & Support
    Replies: 1
    Last Post: 10-16-2008, 10:30 AM
  4. lol just been linked this in an email
    By Desolate in forum Movies
    Replies: 2
    Last Post: 10-08-2008, 11:51 AM
  5. How to create a delay in WoW?
    By Jmsgalla in forum Macros and Addons
    Replies: 5
    Last Post: 08-22-2008, 01:38 AM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •