Skip to content

Releases: IllusionMods/IllusionFixes

IllusionFixes v13.0

31 May 19:42
Compare
Choose a tag to compare

Changelog

  • Added support for HoneySelect2 to most fixes
  • Added fix for bad tutorial progress file crashing KKP with white screen
  • Prevent crashes in Japanese AIS if language is set to other than 0 in setup.xml
  • Fixed shader dropdown not opening in config screen inside character maker in KK
  • Fixed the character parented to character fix not working properly
  • Fixed unnecessary log spam from StudioOptimizations
  • Renamed AI_Fix_LoadingFixes to AI_Fix_DataCorruptionFixes
  • Changed versioning scheme (before this release would be v1.13, now it's v13.0)
  • Updated release script to add support for HS2 and simplified it

IllusionFixes v1.12

18 Apr 23:56
Compare
Choose a tag to compare

Changelog

  • Added KK_Fix_RestoreMissingFunctions (adds head selection menu to games without Darkness DLC)
  • Added a fix for errors resulting from Studio objects with no ItemComponent (@DeathWeasel1337)
  • Fixed potentially unpatching too much in AI_Patch_SteamReleaseCompatibility

IllusionFixes v1.11

22 Mar 23:41
Compare
Choose a tag to compare
  • Added plugin and Studio compatibility patch for Steam release of AI-Shoujo (#14)
  • Fixed some bugs caused by attaching characters to other characters in studio and replacing parent characters (#13)
  • Fixed Studio rotation gizmo center being disabled in AI-Shoujo Studio (gray circle in the middle, allows for fast rotation change in all directions)
  • Fixed some more issues with the performance patches breaking ADV scene mouths in KK and KKP

IllusionFixes v1.10.1

11 Mar 20:21
Compare
Choose a tag to compare

Changelog

Koikatsu

  • Fixed new optimizations causing laggy or broken mouths in some talk scenes

IllusionFixes v1.10

06 Mar 17:52
Compare
Choose a tag to compare

Changelog

EmotionCreators

  • Added EC_Fix_SettingsVerifier (prevent corrupted setup.xml file from crashing the game)
  • Added EC_Fix_ModdedHeadEyeliner (fixes some eyeliners not displaying properly in some cases)

Koikatsu

  • Added character blend shape update throttling to KK main game (performance gain for 10+ characters in the same room)
  • Fixed failing to preload some characters in KK story mode (previously it only reduced the amount of stutters, now they are all gone; showed as an error in console)

IllusionFixes v1.9.1

13 Feb 22:14
Compare
Choose a tag to compare

Changelog

  • Added NullFixes version for AI-Shoujo (prevents missing mods from crashing the game)
  • Fixed KK maker regression in ExpandShaderDropdown

IllusionFixes v1.9

02 Feb 21:19
Compare
Choose a tag to compare

Changelog

  • Added SettingsVerifier for PlayHome (@Mantas-2155X)
  • Added exception handling to Change***Async methods to NullChecks (fixes game crashes/lockups in some cases)
  • Added ExpandShaderDropdown for AI and KK studio (expands dropdowns in System > Scene Effects menu, see the preview image)
  • Restructured ExpandShaderDropdown project to be simpler and easier to maintain
  • Added BepInIncompatibility for old CameraTargetFix to CameraTarget (@Keelhauled)
  • Fixed Heterochromia Fix and MainGameOptimizations not working in KK Party

preview kk

IllusionFixes v1.8

06 Jan 01:15
c3b555a
Compare
Choose a tag to compare

Changelog

MakerOptimizations

  • Added a fix that should significantly reduce the load time for the Koikatsu character maker
  • Removed camera target settings (reworked as CameraTargetFix, below)

CameraTargetFix (New)

  • For Koikatsu, AI Girl, and PlayHome
  • Hides the cursor in Studio when the camera target is disabled
  • AI Girl: fixes the camera target setting in the game options not working properly

HeterochromiaFix (New)

  • For Koikatsu and EmotionCreators
  • Fixes different iris types being reset when loading a character

ResourceUnloadOptimizations

  • Added PlayHome version
  • Added an option to disable all resource cleanup. Results in faster load times but significantly increases RAM usage. Use at your own risk, may cause crashes or instability if you don't have enough RAM, recommended 16GB RAM or higher.

IllusionFixes v1.7

30 Nov 03:20
Compare
Choose a tag to compare

Changelog

  • Added StudioOptimizations for AI and KK - massive improvement to Studio startup time when there are many mods installed
  • Only run InvalidSceneFileProtection in studio for faster main game launch time (@Keelhauled)
  • Fixed unlimited lights not working (@Keelhauled)
  • Changed dependencies to use nuget packages (@Keelhauled)

ResourceUnloadOptimizations

  • Added time-based throttling to UnloadUnusedAssets
  • Fixed garbage collection delay being affected by timescale and stopping working at timescale 0
  • Garbage collection won't run if called repeatedly until the calls stop

IllusionFixes v1.6.1

08 Nov 21:03
Compare
Choose a tag to compare

Changelog

  • Fixed AI_Fix_InvalidSceneFileProtection to work with the latest AIS studio patch