diff --git a/UtocEmulator/CHANGELOG.MD b/UtocEmulator/CHANGELOG.MD index c3dbf31..bde1584 100644 --- a/UtocEmulator/CHANGELOG.MD +++ b/UtocEmulator/CHANGELOG.MD @@ -1,3 +1,6 @@ +# 1.1.2 +- Fixed a crash when a game that uses IO Store has no mods with emulated utoc files. i.e. if only full utoc files are included using Unreal Essentials. + # 1.1.1 - Fixed a crash when trying to load utoc files from paths with non ascii characters in them. (This was partially fixed in 1.0.3, it should be completely fixed now) diff --git a/UtocEmulator/UTOC.Stream.Emulator/ModConfig.json b/UtocEmulator/UTOC.Stream.Emulator/ModConfig.json index a4d4b2d..ba38e7b 100644 --- a/UtocEmulator/UTOC.Stream.Emulator/ModConfig.json +++ b/UtocEmulator/UTOC.Stream.Emulator/ModConfig.json @@ -2,7 +2,7 @@ "ModId": "UTOC.Stream.Emulator", "ModName": "IO Store Emulator", "ModAuthor": "Rirurin", - "ModVersion": "1.1.1", + "ModVersion": "1.1.2", "ModDescription": "Simulates Unreal Engine IO Store files (.utoc \u002B .ucas). Allows mods to add or replace existing files using files on disk", "ModDll": "UTOC.Stream.Emulator.dll", "ModIcon": "Preview.png",