View Single Post
  #5  
Old 30-07-2010, 04:16
pman626 pman626 is offline
Registered User
 
Join Date: Apr 2010
Location: usa
Posts: 11
Thanks: 0
Thanked 1 Time in 1 Post
pman626 is on a distinguished road
for those of you who don't understand the instructions, here are some clarifications.

1. you have to install Inno setup. download it at http://www.jrsoftware.org/isdl.php

2. download the .7z attachment in the first post of this thread. unzip to hard drive partition where you have over 8GB free space.

3. install the game.

4. edit the StarCraft II.iss file in Notepad. Make the following changes:

change:
Quote:
Compression=lzma2/Normal
to
Quote:
Compression=none
this will make your conversion go 10x faster.
Since the game installation takes less than 8GB, you will still have only 2 discs size.

under the [Files] section of the Starcraft II.iss, change the last line drive letter so that it matches YOUR existing game installation path:
change the "F:\" so that it matches your path.

Source: F:\StarCraft II\*; >>>> Source: (your folder here):\StarCraft II\*;


5. Now you can compile in Inno setup.
go to the menu at the top, Build>Compile.

Last edited by pman626; 30-07-2010 at 04:30.
Reply With Quote