ManlyMarco

Results 63 issues of ManlyMarco

> There is a logic problem. KKManager delete old plugin first. At the same time download the new plugin. Here is the problem: if I spend many hours to download...

mod updater

> Issue of Illusion-Overlay-Mods(AIS). In main game, on automatic save of charcards, this mod overwrites overlays in characards if a girl puts on coordinate with overlay texture. > > AIS...

bug

Add special events that happen after pregnancy is triggered - "breaking the news" event - leaving soon event? - naming event after coming back? - add an extra talk option...

enhancement

### Describe your problem When moving from BepInEx 5 to 6 the BepInDependency attribute has a breaking change - in 5 it takes a version number (e.g. 2.1) and any...

enhancement

Assemblies are often loaded on the il2cpp side but not on the mono side, causing confusion when using reflection. This will load all interop assemblies right before plugins are loaded,...

Currently there is no public member exposing the interop assembly path. I'm not sure what the best place to put it would be. Preloader seems appropriate, either that or IL2CPPChainloader....

### What happened? Adding or removing `Logger.Listeners` and `Logger.Sources` can cause exceptions if some other thread is currently enumerating these lists, e.g. when calling `Logger.Log`. This usually causes unexpected crashes...

bug