Skip to content

AddioElectronics/SCFusion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super Fusion

Build order optimizer for StarCraft II. Updated for patch 5.0.13.

Usage (Pre-built)

Instructions for using the new patch.

  1. Download and install from original Repo.
  2. Download XML
  3. Navigate to install directory (Default is C:\Users\<USER>\AppData\Local\Super Fusion\Versions)
  4. Replace StarCraft.xml in the directory with the downloaded version

Building

  1. Clone Repo
  2. Download Source wxWidgets
  3. Download 32-bit Binaries wxWidgets Development Files and Release DLLS. (Click Download Windows Binaries)
  4. Extract binaries using 7Zip to \SCFusion\wxWidgets.
  5. Extract source and copy *wxWidgets-\Include* to **SCFusion\wxWidgets**/
  6. Download WinSparkle
  7. Copy WinSparkle.DLL and WinSparkle.Lib to **\SCFusions\WinSparkle\Release**.
  8. Copy *WinSparkle\include* to *\SCFusions\WinSparkle*
  9. 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

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.

About

SC Fusion

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.6%
  • C 0.4%