Skip to content

3.99.1.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@cmkushnir cmkushnir released this 28 Aug 20:07
· 173 commits to main since this release
3316966
  • chage:
    • Lo2K provided an icon w/ more mipmaps for higher res desktop shortcuts.
  • add:
    • code to discover|use Game Pass versions on PC.
      requires read permission on nms.exe in oder to get the internal build date,
      so it can determine the release and required libmbin vesion.
      requires read permission on PCBANKS/*.pak files, and read|write permission
      on PCBANKS/MODS/ folder.
      it seems that nms.exe is normally not able to be read, may require manually
      adjusting permissions. no feedback yet on default permissions for other folders|files.
  • fix:
    • race when building existing mod pak. when delete existing mod pak on execute
      the app doesn't get delete event until after scripts start executing.
      if a script tries to look through mod pak's the deleted mod pak will
      still be listed and result in loop with long timeout trying to open.