ManlyMarco

Results 298 comments of ManlyMarco

@SuperSteed007 Don't post unrelated questions in existing threads, just start a new issue or ask for help on the discord server.

I recall adding download resuming at some point but it seems that it was broken over time. I made a new issue for it #74 In case of issues with...

Read the game source and recreate the loading sequence, that's the only real way to do it. You have to know the order and type of values to read them,...

The referenced commit will be added to the next version, but the UI update is not done yet.

It's best to let KKS convert KK cards by itself since it's a fairly complicated process when including plugin data.

@Slender1870 Nothing in the log should prevent it from working, must be something else. You can try removing the file in question to see if it does anything.

GarbageTruck is meant to address this exact issue, and it does a decent job at it in KK. The collections still happen but they are much rarer and faster. The...

Looks to be fixed on the BP side for now, but ideally it could be fixed in US properly at some point.

Confirmed. Overflowing is caused by [this](https://github.com/IllusionMods/KK_Plugins/blob/master/src/StudioWindowResize.Core/StudioWindowResizePlugin.cs#L119) line. Character lists need to be checked as well, might need to change over to the Strict version of the method. Overlapping with Browser...