Build order optimizer for StarCraft II. Updated for patch 5.0.13.
Instructions for using the new patch.
- Download and install from original Repo.
- Download XML
- Navigate to install directory (Default is C:\Users\<USER>\AppData\Local\Super Fusion\Versions)
- Replace StarCraft.xml in the directory with the downloaded version
- Clone Repo
- Download Source wxWidgets
- Download 32-bit Binaries wxWidgets Development Files and Release DLLS. (Click Download Windows Binaries)
- Extract binaries using 7Zip to \SCFusion\wxWidgets.
- Extract source and copy *wxWidgets-\Include* to **SCFusion\wxWidgets**/
- Download WinSparkle
- Copy WinSparkle.DLL and WinSparkle.Lib to **\SCFusions\WinSparkle\Release**.
- Copy *WinSparkle\include* to *\SCFusions\WinSparkle*
- VS2022 Download Installer Projects Extensions. Older versions may also require an extension.
Heirarchy should look like this
- SCFusion
- wxWidgets
- build
- include
- lib
- wxwidgets.prop
- WinSparkle
- include
- winsparkle.h
- Release
- WinSparkle.dll
- WinSparkle.lib
- WinSparkle.pdb
- include
- wxWidgets
Note: The current download for wxWidgets seems to be missing the release version of these 2 DLLS, wxmsw32u_core_vc14x.dll, and wxmsw32ud_propgrid_vc14x.dll, and will not be able to build in release mode without them. If you find them, you will need to add them as an existing item to the project, and edit their properties by changing the Item Type to Copy File.