This tool is deprecated. Use MassBuilderSaveTool instead.
Go to file
Guillaume Jacquemin 3cb897ccda EvtMainFrame: Add some extra safety, just in case. 2021-05-12 20:39:48 +02:00
GUI EvtMainFrame: Add some extra safety, just in case. 2021-05-12 20:39:48 +02:00
Maps Add support for the very first progress state. 2021-05-10 20:33:44 +02:00
Mass Made the strings more readable. 2020-09-30 22:49:42 +02:00
MassBuilderManager Use a scope guard for more safety. 2021-04-20 15:55:06 +02:00
MassManager MassManager: return empty_string by ref instead of a temp object. 2020-10-02 12:55:31 +02:00
Profile Add a way to edit credits. 2021-05-12 20:21:35 +02:00
ProfileManager Add the ability to not use the Corrade submodule. 2020-09-21 13:48:22 +02:00
corrade@61d1b58cbc Update Corrade to 2020.06. 2020-09-08 23:26:37 +02:00
.gitignore Add .gitignore. 2020-01-07 19:57:27 +01:00
.gitmodules Add Corrade submodule. 2020-01-07 20:07:14 +01:00
Application.manifest Add files and update README.md. 2020-01-09 13:59:19 +01:00
CMakeLists.txt Add a viewer/editor for the research inventory. 2021-05-12 13:53:51 +02:00
COPYING Add COPYING. 2020-01-07 20:14:11 +01:00
README.md Update README.md. 2020-06-13 23:01:47 +02:00
main.cpp Update version information. 2021-03-05 15:03:01 +01:00
mb.ico Add files and update README.md. 2020-01-09 13:59:19 +01:00
resource.rc Add files and update README.md. 2020-01-09 13:59:19 +01:00

README.md

wxMASSManager

A manager for M.A.S.S. save files, to facilitate sharing of M.A.S.S.es between users.

Installing

Get the wxMASSManager-<version>-win64.zip file from the Releases page, and extract it somewhere. Then, open the wxMASSManager folder and launch wxMASSManager.exe.

Building on MSYS2 - IGNORE IF YOU JUST WANT TO USE THE APP!

  1. Install the 64-bit (x86_64) version of MSYS2 in its default path (C:\msys64), and update it fully.
  2. Run pacman -S git mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja mingw64/mingw-w64-x86_64-wxWidgets.
  3. In a MINGW64 shell, type git clone https://github.com/williamjcm/wxMASSManager.
  4. Type cd wxMASSManager && git submodule init && git submodule update && mkdir build && cd build.
  5. Type cmake -GNinja -DCMAKE_BUILD_TYPE=Release ..
  6. Type ninja
  7. ...
  8. Profit!

You'll be able to find the executable in build/Release/bin.