IllusionMods/CharacterReplacer

Question about making minor change to mod

J4m353y opened this issue · 1 comments

Hello! I am trying to make a mod to allow one to change the outfits (or better still the character cards) of the cutscene-only NPCs in KK story mode (i.e. not default heroines, custom heroines or teachers), and someone at Discord told me that the easiest way to do this would probably be to add a few lines in your mod to make this happen. However, I am a complete noob when it comes to modding KK (and a beginner at C#), so I have not managed to do anything so far save crashing the game a few times...

I therefore wonder if you might have any advice on how to do this (or perhaps even be willing to add the necessary lines into the code yourself)?

Someone (I can't remember who) managed to extract the character files for cutscene-only NPCs, and these are:
idol_classmate_a
idol_classmate_b
idol_classmate_c
idol_classmate_d
idol_mob_a
idol_mob_b
idol_normal_a
idol_normal_b
idol_normal_c
manken_new_a
manken_new_b
manken_normal
manken_normal_a
manken_normal_b
manken_normal_c
manken_normal_d
op_mob_a
op_mob_b
op_mob_c
suiei_a
suiei_b
suiei_c
suiei_d
tia_a
tia_b
tia_c

It really bothers me when all custom and default heroines are all wearing the same uniforms, but the people in cutscenes in KK story mode are stuck with the (boring) default outfits. That is why I am attempting to do some modding in spite of my lack of experience...

Any help or advice is greatly appreciated! Thanks!

Someone just released a plugin that allows you to change the entire appearance of cutscene-only NPCs here: https://github.com/Kokaiinum/MobReplacer/releases/tag/v1, which is exactly what I tried to do. It is not my mod, and all credits to the creator (Kokaiinum).

Just in case anyone who reads this tread wants to have a go at it (I have tried it, and it works perfectly).