Skip to content

SMALauncher/SMALauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMALauncher

A simple launcher/updater for Shang Mu Architect. Updates your game while keeping your settings intact!

You can download the latest release of the launcher here.

Alternatively, you can download the script and run it with Python 3 (Python 2 is untested). Take care to install the necessary packages, though.

Simply download it into some directory and run it - it'll automatically download the latest release of the game and launch it!

No special actions are needed to update the game - the launcher will automatically check every time it's run.

Packages

  • requests - for (somewhat) sane web interactions
  • tqdm - for fancy loading bars!

Building from source

Install the pyinstaller package, then run pyinstaller -F main.py -i icon.ico.
Your file should be in dist/main.exe.

You can optionally add UPX to your PATH to create smaller EXEs.