A rewrite of wxMASSManager, powered by Magnum and Dear ImGui.
https://williamjcm.ovh/coding/mbst
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
modules | 1 year ago | |
src | 6 months ago | |
third-party | 6 months ago | |
.gitignore | 6 months ago | |
.gitmodules | 1 year ago | |
CMakeLists.txt | 6 months ago | |
COPYING | 2 years ago | |
README.md | 6 months ago |
README.md
M.A.S.S. Builder Save Tool
A save file manager and editor for M.A.S.S. Builder. Based on wxMASSManager, this is a fork using Magnum and ImGui for the UI.
Installing
Get the MassBuilderSaveTool-<version>.zip
file from the the main website or on the
Releases page, and extract it somewhere. Then,
launch MassBuilderSaveTool-<version>.exe
.
Building on MSYS2 - IGNORE IF YOU JUST WANT TO USE THE APP!
- Install the 64-bit (
x86_64
) version of MSYS2 in its default path (C:\msys64
), and update it fully. - Run
pacman -S git mingw-w64-ucrt-x86_64-toolchain mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-ninja
. - In a
URCT64
shell, typegit clone https://github.com/williamjcm/MassBuilderSaveTool
. - Type
cd MassBuilderSaveTool && git submodule init && git submodule update && mkdir build && cd build
. - Type
cmake -GNinja -DCMAKE_BUILD_TYPE=Release ..
- Type
ninja
- ...
- Profit!
You'll be able to find the executable in build/Release/bin
.