If you extract plugin to BepInEx\plugins\ folder, I will be works.
hmm.. BepInEx has very big bug. It's a path issue. Game folder must have the english characters.(multi-bytes characters are NG)
Extract BepInEx to game folder. and run game once. Then BepInEx\plugins\ folder will be created.
If not created, There are some problem. In this case check below.
Game path check which above commented.
Is ReiPatched? BepInEx is not work with ReiPatcher.
Used right BepInEx? game of unity client has 4 types. Mono/Il2cpp and x64/x32 combination.
I download OP's now. WOW! That's great. It's MTL by BepInEx. Forget what I said.
It's simple. just extract plugin(which I uploaded) to BepInEx\plugins\ folder. the folder will be like below.
View attachment 2660857
Texture Replacer is a.. stupid plugin. If not use the MD5, It's a bit useful. MD5 values are can different from GPU. It's a big problem of plugin.
Fortunately, this game has just only 1 texture_00 texture. Some game has many same texture names. To distinguish the textures, I was use the MD5...
Without using MD5, the texture replacer plugin is very easy. just put modded images to "BepInEx\plugins\ModImages\" folder. make subfolder and put it, that's ok too.
for example, your edited "texture_00" texture file to "texture_00_.png" and put it "ModImages" folder. that's all. add "_" to texture name. In case of using MD5, MD5 value is added to "_". for example, "texture_00_
c66ea848c9de03dac2865eb1ada4d69b.png". (It's a made by texture replacer)
If don't use the MD5, "
c66ea848c9de03dac2865eb1ada4d69b" is no needed. can use MD5 place to comment. likes "texture_00_
Uncennsored.png". "
Uncennsored"'s count of characters is not 32. It's ignored.
Sorry for the long and complicated explanation.
It's simple on this game.
just add "_" to the end of the texture name.
I will make "select textures" feature to texture replacer. Here's the plan.
By specifying "select" as the discriminant folder, using hot-key(F12) to change textures on run-time.
The folder is like below.
- BepInEx
- plugins
- ModImages
- Select
- Custom_Uncensored_Patch_Pussy_Type_1_RazorX
- Custom_Uncensored_Patch_Pussy_Type_1_RazorX_Blonde
- Custom_Uncensored_Patch_Pussy_Type_2_RazorX
- Custom_Uncensored_Patch_Pussy_Type_2_RazorX_Blonde
Player can change the set of textures by hot-key.