![]() |
|
Welcome to the Vanguard Spheres forums. You are currently viewing our boards as a guest which gives you limited access to view our discussions, articles/interviews and photo galleries. By joining our community you will gain access to post your own topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features and tools like our upcoming Guild Management Tool (GMT). Registration is fast, simple and absolutely free so please, join our community today! As a bonus this banner will disappear once you are registered! If you have any problems with the registration process or your account login, please contact support. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Member
|
Is it just me, or are test and live over-writing the same files?
Whenever I go to load up test, it scans my files and then downloads what appear to be UI files.
When I load up Live it re-downloads UI files... Is this intentional? Shouldn't these be in separate folders, like a VGUIAssetsTest or something? Anyone else noticing this? |
|
|
|
|
|
#3 (permalink) | |
|
Member
|
Re: Is it just me, or are test and live over-writing the same files?
Quote:
http://www.vanguardspheres.com/forum...erver-log.html
__________________
Tybr~ Du un to udders befor day du un to yous. |
|
|
|
|
|
|
#4 (permalink) | |
|
Senior Member
|
Re: Is it just me, or are test and live over-writing the same files?
Quote:
Directions Copy VGUIAssets to VGUIAssets.live and VGUIAssets.test Then run the correct script to launch Vanguard StartLive.vbs (Included in zip file): Code:
LiveDir = "C:\Program Files\Sony\Vanguard\VGUIAssets.live"
TestDir = "C:\Program Files\Sony\Vanguard\VGUIAssets.test"
UseDir = "C:\Program Files\Sony\Vanguard\VGUIAssets"
Set FileSys = CreateObject("Scripting.FileSystemObject")
Set WshShell = WScript.CreateObject("WScript.Shell")
'Check which dir is missing and rename existing use dir appropriately.
If FileSys.FolderExists(UseDir) = True Then
If FileSys.FolderExists(LiveDir) = True Then
FileSys.MoveFolder UseDir, TestDir
Else
FileSys.MoveFolder UseDir, LiveDir
End If
End If
' Move the LiveDir to UseDir
FileSys.MoveFolder LiveDir, UseDir
' Launch the launchpad
WshShell.Run """C:\Program Files (x86)\Sony\Vanguard\Vanguard.exe""", 1, False
Code:
LiveDir = "C:\Program Files\Sony\Vanguard\VGUIAssets.live"
TestDir = "C:\Program Files\Sony\Vanguard\VGUIAssets.test"
UseDir = "C:\Program Files\Sony\Vanguard\VGUIAssets"
Set FileSys = CreateObject("Scripting.FileSystemObject")
Set WshShell = WScript.CreateObject("WScript.Shell")
'Check which dir is missing and rename existing use dir appropriately.
If FileSys.FolderExists(UseDir) = True Then
If FileSys.FolderExists(LiveDir) = True Then
FileSys.MoveFolder UseDir, TestDir
Else
FileSys.MoveFolder UseDir, LiveDir
End If
End If
' Move the LiveDir to UseDir
FileSys.MoveFolder TestDir, UseDir
' Launch the launchpad
WshShell.Run """C:\Program Files (x86)\Sony\Vanguard\Vanguard.exe"" /testserver", 1, False
|
|
|
|
|
|
|
#6 (permalink) |
|
Senior Member
|
Re: Is it just me, or are test and live over-writing the same files?
I must be missing something.
Does "Copy VGUIAssets to VGUIAssets.live and VGUIAssets.test" mean make 2 copies of that directory, named as stated? Which is what I did, and the scripts then error out telling me that those items already exist. When I try to run them without those folders, it errors out telling me they don't exist. I am, if nothing else, quite Kafka'ed out. ![]() That said... the whole patching/repatching every time you change from Live to Test is getting a little old, especially since the Launcher has been really unresponsive in the last week or two. I'm surprised such a cobbled-together solution has been put out. I'm usually very keen to spend time on test servers (the community is usually great), but right now I don't think I'm going to touch it with a bargepole till I know I can do both without being penalised. (EDIT -- to be fair, I've noticed it's much wiser to restart between sessions, which I didn't do last night when I had issues and got all cranky about it. So the problems I'm seeing are likely as much at my end as anything else, as far as Launching & stuff goes.) Thanks for the scripts, even though I clearly don't understand how to use them. ![]()
__________________
I have sigs turned off. Don't hate me for it. There *was* a time when sigs weren't 5" high... Last edited by Ysharros : 03-05-2007 at 08:07 AM. |
|
|
|
|
|
#7 (permalink) |
|
Staff
Wiki Administrator
|
Re: Is it just me, or are test and live over-writing the same files?
Has anyone tried just making a second VG directory and use one for live and the other for test?
__________________
The associates of Master Lin on Hilsbury and Test Proud members of the Stormriders guildContribute your knowledge to the WikiSphere today! |
|
|
|
|
|
#8 (permalink) |
|
Senior Member
|
Re: Is it just me, or are test and live over-writing the same files?
Won't work VGPatcher seems to be hard-coded to want a binTest and AssetsTest in the default vanguard folder. With the command line options on the launcher I couldn't seem to find one that let you specify a path. My guess is they are reading out of the registry or maybe a file in the Sony launcher directory.
|
|
|
|
|
|
#9 (permalink) | |
|
Senior Member
|
Re: Is it just me, or are test and live over-writing the same files?
Quote:
Copy VGUIAssets.live to VGUIAssets.test Then my script can rename the dirs as needed without conflicts. |
|
|
|
|
![]() |
|
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Test server log on~ | Tybr | User Interface | 20 | 03-25-2007 08:29 AM |
| Increased XP for Test players? | Tybr | General Feedback | 44 | 03-07-2007 01:02 PM |
| Test Server Goes Live | tehgeek | The Tavern | 1 | 03-01-2007 07:18 PM |
| Adventure Packs, Expansions, Live Updates. | Raolinx Aeromancer | The Tavern | 38 | 01-29-2007 11:56 PM |