Changelog
- 7b67e3c @ManlyMarco [KK,KKS,EC] Add UniversalRefObjKey API
- e470732 @ManlyMarco Update KoikatuCompatibilityAnalyzer package to 1.1 (propagates to plugins)
Changelog
- 2061378 fc901cd @ManlyMarco [KKS] Added CustomTrespassingHsceneButtons (can add custom buttons in H scene "someone is watching" menu)
- c64f13b @ManlyMarco [KKS] Added StoreApi.DecreaseItemAmountBought
- b991041 @ManlyMarco [KK,KKS] Added GameAPI.GetActionScene
- bcdda6a @ManlyMarco [KK] Changed OnStartH and OnEndH signature to match the one in KKS (old overload is now obsoleted)
- 21243db @ManlyMarco [KKS] Fixed issues reading plugin data when loading game save files
- 177a910 @ManlyMarco Fixed ActuallyRemoveAllListeners sometimes not removing all listeners
- 0cba69e @ManlyMarco Update docs
Changelog
- b59d81d @ManlyMarco [KKS] Fixed CustomActionIcons not being hidden when inside ADV scenes
- 543dbd2 @ManlyMarco [KKS] Fixed icons of custom TouchIcons changing to a hand when hovering over them
- 0202523 @ManlyMarco [KKS] Fixed StartAdvEvent crashing on malformed event data
- 21243db @ManlyMarco [KKS] Fixed issues reading plugin data when loading game save files
- d84e72f @ManlyMarco Fixed GetEmbeddedResource error messages giving wrong info
- 595ef35 @ManlyMarco Moved dependancies from nuspec to packages.config; Update packages
Changelog
- b0385c6 @ManlyMarco Added TimelineCompatibility API - allows other plugins to register themselves as new interpolables (example usage)
- 5ecccad @ManlyMarco [KKS] Added GameAPI.AddActionIcon - allows plugins to spawn action points on the map (like the topic pickup points or the shop/shrine points)
- 435ddb9 @ManlyMarco Update release script
Changelog
- 5c23d18 @ManlyMarco [KKS] Fixed custom non-restockable shop items always having only 1 in stock
Changelog
- 85fc2ad @ManlyMarco Added IMGUIUtils.SolidBackgroundGuiSkin (solid background skin for use by plugins, similar to the skin RuntimeUnityEditor uses)
- dc09eed @ManlyMarco [KK,KKS] Extended data now properly propagates in story mode (Only in custom function controllers, e.g. you can now save ext data inside of an H scene and it will be available for other copies of the character, and it will be saved to the save file)
- afafe58 @ManlyMarco [KK,KKS,AI] Added GameApi.GameBeingSaved
- a4a585e @ManlyMarco [KKS] Added TopicApi (adding custom topics)
- fd6a424 @ManlyMarco [KKS] Added StoreApi (adding custom shop items)
- c8f6f72 @ManlyMarco [KKS] Added EventApi (running custom events)
- 22af4d4 @ManlyMarco [KKS] Added more logging for UniTask exceptions (helps troubleshooting)
- 3dda4db b163389 @ManlyMarco Fixed GetMoveNext/PatchMoveNext not working with all UniTask variants
Changelog
- d5a4842 @GeBo1 Added KoikatuAPI.IsQuitting, Quitting event, and StopCoOnQuit coroutine extension method (#52)
- 61458d5 @ManlyMarco [KKS] Added logging for potentially silent crashes in UniTasks (makes fixing some issues much easier)
Warning: This release needs at least MoreAccessories 2.0.15 and BepisPlugins r16.8 to work properly. Koikatu (KK/KKP) and EC users will need to update MoreAccessories to the new experimental version. You can see a list of plugins that might still have issues here.
Changelog
- 9a32872 @ManlyMarco [KKS] Fixed double reloads in maker (caused slower startup and pushup issues)
- eb6faea @jalil49 [KK,EC,KKS] Fixed CopyWindow event breaking in MoreAccessories versions 2.0.0~2.0.16 (#51)
- 7c59160 @ManlyMarco [KK,KKS] GetCurrentHeroine - Try to find heroine in ADV scenes
- 24323ee @ManlyMarco [KK,EC,KKS] Fixed IsInterfaceVisible not seeing maker exit dialog
- e55b928 @ManlyMarco Fixed IsInterfaceVisible not seeing config or exit box in some games
- 95a434a @ManlyMarco Removed unnecessary logging