On April 24 2011 01:56 Craos wrote:
Really late to the party, but just downloaded SC2Gears and realized the whole 25 unsaved games problem. Unlike you n00bs, I know such problems can be solved with scripting, so I wrote up a script to automatically copy the unsaved games over every time I start SC2. Thought I'd share:
+ Show Spoiler +
Copypasta into Notepad, Save As autoscript.bat (or whatever.bat) in C:\Program Files (x86)\StarCraft II\, and change the location on your SC2 shortcut to point to it instead of StarCraft II.exe. WinXP and older users use this instead:
+ Show Spoiler +
Enjoy and don't forget to enter in your unique account information where it says!
Really late to the party, but just downloaded SC2Gears and realized the whole 25 unsaved games problem. Unlike you n00bs, I know such problems can be solved with scripting, so I wrote up a script to automatically copy the unsaved games over every time I start SC2. Thought I'd share:
+ Show Spoiler +
xcopy "%USERPROFILE%\Documents\StarCraft II\Accounts\<CHANGE THIS>\<CHANGE THIS ALSO>\Replays\Unsaved\Multiplayer\*" "%USERPROFILE%\Documents\StarCraft II\Accounts\<CHANGE THIS>\<CHANGE THIS ALSO>\Replays\Multiplayer\Autosave\" /D /y
"C:\Program Files (x86)\StarCraft II\StarCraft II.exe"
"C:\Program Files (x86)\StarCraft II\StarCraft II.exe"
Copypasta into Notepad, Save As autoscript.bat (or whatever.bat) in C:\Program Files (x86)\StarCraft II\, and change the location on your SC2 shortcut to point to it instead of StarCraft II.exe. WinXP and older users use this instead:
+ Show Spoiler +
xcopy "%USERPROFILE%\My Documents\StarCraft II\Accounts\<CHANGE THIS>\<CHANGE THIS ALSO>\Replays\Unsaved\Multiplayer\*" "%USERPROFILE%\My Documents\StarCraft II\Accounts\<CHANGE THIS>\<CHANGE THIS ALSO>\Replays\Multiplayer\Autosave\" /D /y
"C:\Program Files\StarCraft II\StarCraft II.exe"
"C:\Program Files\StarCraft II\StarCraft II.exe"
Enjoy and don't forget to enter in your unique account information where it says!
nerd.