1. KoboldKare
  2. News

KoboldKare News

Patch b0f9d3e8

  • Added new GameEventResponses (Thanks Amalien!)
  • Fixed issue where Linux couldn't build mods with the SDK.
  • Fixed modding system indicating a ready state before Workshop Downloads had finished. Should fix players menuing too quickly.
  • Fixed Workshop Downloads displaying pending downloads, as that made it look as if it was stuck as it downloaded some other mod in the background.
  • Started a UI refactor, it doesn't look very good yet, but is paving the way for it to be more maintainable and for me to add new screens.

Patch 3e9e9352

  • Mods that fail to load will now disable themselves and turn red in the modding menu.
  • Added an Enable All Mods and Disable All Mods button in the modding menu, due to the sheer number of mods available now.
  • Fixed bug that could cause Equipment to duplicate in multiplayer.
  • Fixed Steam Workshop downloads sometimes not downloading while joining other servers.

Hotfix f379e687

  • Fixed dick equipment in multiplayer from not working properly. (Thanks UwO!)
  • ButtonUsables now support custom icons.
  • Added some additional UnityEvent conversions for modders. (Thanks Alpine!)

Patch 92989108

  • [p]Fixed recent Unity vulnerability by updating Unity to 2021.3.45f2.[/p]
  • [p]Fixed RCE exploit involving Unity Events.[/p]
    • [p]All Unity Events have been removed from the game.[/p]
    • [p]Existing Unity Events have been replaced with a custom GameEventResponse.[/p]
    • [p]Existing maps will attempt to automatically convert from Unity Event to GameEventResponses.[/p]
  • [p]Reagents that fail to match by GUID will attempt to match by name, fixing various reagent ID errors in old maps and models.[/p]
  • [p]Fixed Steam Workshop download display, it now properly shows download bars and workshop operations.[/p]
  • [p]Fixed secret shop music from not playing.[/p]
  • [p]Maps missing a SceneDescriptor will attempt to select spawn points by name.[/p]
  • [p]Added some guards to prevent hackers from sending chat messages from other players.[/p]
  • [p]Increased dick attachment limit from 255 to 65,000. [/p]
  • [p]Removed 32 bit support. Unfortunately there was issues trying to build it with the new patched Unity version.[/p]
  • [p]Fixed PrecisionGrab freeze VFX from spawning in the wrong location.[/p]
[p][/p][p]Please be weary that the Unity version update has broken BepinEx mods. You will need to uninstall them and check for updates![/p]

Patch 63fc8c57

  • Fixed issue with text rendering sometimes not working on Linux platforms.