Skip to content

Releases: LMH01/MGT2_Mod_Tool

v4.8.0

24 Feb 19:45
Compare
Choose a tag to compare

Other

  • Number of default game icons is now automatically set (used when publishers are replaced) (#115)
  • The value for the GAMEPASS key in the publisher file can now be set, even tough I don't quite know yet what it does

Bug fixes

  • Fixed #113 - Original image files where deleted by accident when original publishers where replaced
  • Fixed #114 - Dummy content was written to game files when it should not have

v4.7.1-alpha

21 Feb 23:01
Compare
Choose a tag to compare
v4.7.1-alpha Pre-release
Pre-release

Bug fixes

  • Fixed #113 - Original image files where deleted by accident when original publishers where replaced

v4.7.0

09 Feb 15:54
Compare
Choose a tag to compare

Other

  • Default content is no longer shipped with the tool, instead the default content files are generated from the game files.
    • This way I will no longer have to upload fixed default content files when the game is updated.

v4.6.0

18 Dec 22:00
Compare
Choose a tag to compare

New feature

  • Gameplay features can now be marked to require internet (#110)
  • Gameplay features can now require another gameplay feature (#111)

Other

  • Updated default content files

Bug fixes

  • Fixed #109 - New file format of NpcGames.txt is now read correctly

Related game patchnotes

  • MODDING: Gameplay feature can now require other gameplay features (e.g. "Online Multiplayer" requires "Multiplayer Matchmaker") "[NEED_GPF]"

v4.5.0

23 Nov 23:03
Compare
Choose a tag to compare

New feature

  • A help sheet can now be generated that displayes the perfect game slider and genre combinations. This sheet is generated live from the game files, so it is even supported to get help information for custom genres.
    • This function can be found in the utilities menu.
    • To properly view the file a text editor with markdown support or a browser plugin is required.
      • It is also possible to paste the files contents to markdownlivepreview.com (Content is automatically copied to clipboard)
    • Big thanks goes out to Ali from the MGT2 discord who helped me figure out the formula on how the game calculates the design sliders between genre and sub-genre.
  • Added new button to Utilities menu: Open feature list - This button opens the feature list located at https://github.com/LMH01/MGT2_Mod_Tool/blob/master/docs/features.md

Other

  • The component rating the hardware will receive is now displayed in the add hardware window. Thanks
    to ✗ Mehmet Ali from the MGT2 discord for figuring out the formula.
  • Missing locale: Changed log message from INFO to WARN
  • Updated default content files

Bug fixes

  • Fixed utility function getCompatibleThemeIdsForGenreNew not returning the correct theme ids

v4.4.0

26 Jul 15:09
Compare
Choose a tag to compare

New feature

  • Exported content can now be marked to replace existing content. See the documentation for further details.

Other

  • A backup of all game images is now created
    • This means that the steam function verify game files will no longer have to be used when images get corrupted.

v4.3.1

25 Jul 16:42
Compare
Choose a tag to compare

Other

  • Simple content: An empty line in the games .txt files is no longer treated as content

Bug fixes

  • Fixed #102 - NPCIP's that where added did not show up in game
  • Fixed #103 - Publisher/Developer setting is now set correctly when adding new Publisher/Developer

v4.3.0

21 Jul 20:55
Compare
Choose a tag to compare

New feature

  • Added support for dev-legends

Other

  • When an image file already exists in the game files during import the user is now asked if it should be overwritten or if the import should be canceled.
  • When a new update is available and the GitHub repository is opened, the specific release page is now opened
  • Optimized localization files
  • Error message is now written to the console when the import fails because image files could not be copied

Bug fixes

  • Fixed error message formatting when restore point content could not be constructed
  • Fixed #99 - Adding of npc ips now works again
  • Fixed two misspelled translation keys in the german localization file

v4.2.2

30 Jun 20:26
Compare
Choose a tag to compare

Other

  • Updated default content files

Bug fixes

  • Deleting backups from the uninstallation menu would sometimes fail
  • Deleting export folder would throw exception when it did not exist

v4.2.1

28 Jun 19:37
Compare
Choose a tag to compare

Other

  • Safety feature settings are now printed to log file

Bug fixes

  • #98 - The initial backup could not be created because a boolean value was not set properly