Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
(former) issue 3 is addressed with moreaccessory support and issue 6 with duplicate name support
  • Loading branch information
jalil29 committed Mar 1, 2021
1 parent 21656c2 commit c0d0743
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,27 +38,16 @@ A BepInEx plugin for Koikatu and Koikatsu Party main games that allows "randomiz

Potential solution: Unavailable without further modifying Kplug code

3. Weird accessories load with characters, I think i've seen 3 consistent types

Cause: Unknown

Potential solution: Unknown


4. Outfits not loading on starting Freeplay or Maker; can be swapped to with custom preset.
3. Outfits not loading on starting Freeplay or Maker; can be swapped to with custom preset.

Cause: Probably character loading first

Potential solution: Forced reload

5. Expanded outfit isn't supported atm so accessories above 20 won't probably load nor be replaced


6. Main NPC's in post intial cutscenes don't wear the clothing generated.

Cause: character already loaded; allowing to run as is will mismatch the outfit between both cutscene and in-game model.
4. Expanded accessories isn't fully supported as required for this mod will probably have to speak with developer to retain all items.
I override up to the first 20 accessories to keep so characters who require more than 20 accessories on their head will be missing parts of it upon loading a new outfit

potential solution: none without creating another array to store existing character outfits; Possible to do using just ints to avoid a significantly larger memory footprint.

## Kplug fix

Expand Down

0 comments on commit c0d0743

Please sign in to comment.