3.99.1.3
Pre-release
Pre-release
- 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.
- code to discover|use Game Pass versions on PC.
- 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.
- race when building existing mod pak. when delete existing mod pak on execute