• v2.3.0 3cb897ccda

    williamjcm released this 2021-05-12 20:39:48 +02:00 | 5 commits to master since this release

    That's right!

    Now, you can edit materials and credits too!

    image

    Downloads
  • v2.2.0 a310669839

    williamjcm released this 2021-05-11 14:54:42 +02:00 | 12 commits to master since this release

    While renaming a company was possible since version 2.0.0 of the app, there's now an official button for that!

    It's now also possible to change your progression in the story. Useful if you want to re-watch cutscenes, or want to get the equivalent to a New Game Plus, or simply want to unlock all missions after starting a new game. WARNING: going back in the story can re-lock missions you had unlocked previously, depending on where you were and how far back you go.

    In sadder news, I removed the screenshot management feature from the app. It had bugs I never managed to fix, and some of it was just plain jank. But! I kept the button to open the screenshot folder, and moved it to a better place, making it more accessible.

    Downloads
  • v2.1.1 bb283b0603

    williamjcm released this 2021-05-10 19:58:02 +02:00 | 20 commits to master since this release

    Values for StoryProgress and LastMissionID were read one byte too early. I fixed that, and updated the maps.

    Downloads
  • v2.1.0 aa5d61ac04

    More mapping Stable

    williamjcm released this 2021-05-10 19:01:51 +02:00 | 22 commits to master since this release

    The StoryProgress value in the save file is now fully mapped, and the LastMissionID map now has values for the challenges added in version 0.6.x of the game.

    Downloads
  • v2.0.0 036475e4c6

    williamjcm released this 2021-03-05 15:03:01 +01:00 | 31 commits to master since this release

    Changes since 2.0.0-pre1

    • Updated the logic behind the default profile selection system.
      • Initially, the profile that was selected by default was the very first one. Now, it's the first non-demo profile if one is available.
    • Added an unsafe mode, which can be toggled using a checkbox.
      • If enabled, it'll unlock all features of the manager even if the game is running. This can cause the game to behave weirdly, and/or lead to data corruption.
    Downloads
  • v2.0.0-pre1 8a5d9c4231

    Version 2.0.0-pre1 Pre-Release

    williamjcm released this 2020-10-05 11:05:52 +02:00 | 7 commits to rewrite since this release

    Warning: this is a pre-release version, and is not considered to be stable in any way whatsoever.

    New features

    • Profile selection, and demo profile management.

    • Company renaming. Double click the company name in the first tab to get started.

    • Display of some profile stats. Some are unknown but still displayed, and more stats are on their way for later versions.

    EDIT: removed some testing code.

    EDIT 2: Shouldn't have removed the code, but changed a value in it instead. 🤦‍♂️

    EDIT 3: fixed a logic bug in the CMake project, leading to the prebuilt binary depending on DLLs it shouldn't depend on. Fix is live in commit e799f1be04.

    Downloads
  • v1.2.2 401d7d747e

    williamjcm released this 2020-08-17 13:10:45 +02:00 | 58 commits to master since this release

    This time, it's the save backup system that didn't work.

    Downloads
  • v1.2.1 44e5790b7c

    williamjcm released this 2020-07-22 16:04:15 +02:00 | 60 commits to master since this release

    I fixed a regression in the screenshot manager code from version 1.1.2 that resulted in the screenshot list being empty.

    Downloads
  • v1.2.0 496ade0481

    williamjcm released this 2020-07-22 09:19:44 +02:00 | 62 commits to master since this release

    I finally implemented a basic import of demo builds.

    When the app launches, if you have builds from the demo version, you'll get a prompt asking you if you want to move them to the staging area.

    This feature has improvements planned to it, including support for management of demo builds just like full game builds.

    Downloads
  • v1.1.2 6a30c7d037

    williamjcm released this 2020-06-29 16:38:43 +02:00 | 64 commits to master since this release

    This release fixes a crash when cancelling the M.A.S.S. movement dialog, and adds a failsafe if the screenshot directory can't be found.

    Downloads