AI Porn is here, Create and Fap TRY FREE
x

Tool Unity [BepInEx][plugin] Texture Replacer v1.1.0.1

JJHDYYDS

New Member
Sep 14, 2025
5
0
1
Get-ChildItem -Recurse -Filter *.png | Where-Object { $_.BaseName -match '.*_$' } | ForEach-Object {
$newBaseName = $_.BaseName -replace '_+$'
Rename-Item -Path $_.FullName -NewName "$newBaseName$($_.Extension)"
}

Why is the code not working?
 

kumarin

Engaged Member
Feb 19, 2022
2,677
4,712
387
Get-ChildItem -Recurse -Filter *.png | Where-Object { $_.BaseName -match '.*_$' } | ForEach-Object {
$newBaseName = $_.BaseName -replace '_+$'
Rename-Item -Path $_.FullName -NewName "$newBaseName$($_.Extension)"
}

Why is the code not working?
nothing printed. just rename blahblah_.png to blahblah.png.
 

JJHDYYDS

New Member
Sep 14, 2025
5
0
1
Thank you very much for the valuable update.
I have nothing but respect for your hard work.

From now on,
"signA_59fc8b3f7285138ff513aa39584e24d0.png"

"signA.png"
So that's what I should have done.

I'm so happy that my computer no longer gets "busy."
Thanks to you, I can change the textures for all stages at once.
There's nothing more satisfying.
your mods have been the ultimate entertainment for me.
And more of that long-awaited thing...
Thank you so much for all your hard work in making an even better finished product.
Could you share some illustrations related to SecretFlasherManaka?
 

freshbag1

New Member
Jan 24, 2025
4
0
1
Hello! Since this text was translated, I hope the meaning comes through correctly.
First of all, thank you for this amazing plugin! I used it because I wanted to change Manaka’s body texture in SFM. I was able to make Manaka even more “hentai,” and I’m very satisfied with the result.


Now I’d like to go further and modify the matcap and normal maps as well, but even after doing an imagedump, I couldn’t find them.
Is it possible to change textures or normal maps using this plugin?
I’m a beginner, so any guidance would be greatly appreciated.


With love from the land of hentai.
 

kumarin

Engaged Member
Feb 19, 2022
2,677
4,712
387
Hello! Since this text was translated, I hope the meaning comes through correctly.
First of all, thank you for this amazing plugin! I used it because I wanted to change Manaka’s body texture in SFM. I was able to make Manaka even more “hentai,” and I’m very satisfied with the result.


Now I’d like to go further and modify the matcap and normal maps as well, but even after doing an imagedump, I couldn’t find them.
Is it possible to change textures or normal maps using this plugin?
I’m a beginner, so any guidance would be greatly appreciated.


With love from the land of hentai.
I'm making a lot of changes to the source code so that I don't feel any structural lag except when the replace function occurs (fire read & replace).
I think it might work for textures other than mainTexture as well... Could you give me an example texture name? I'll check if it can be dumped.
 

freshbag1

New Member
Jan 24, 2025
4
0
1
I'm making a lot of changes to the source code so that I don't feel any structural lag except when the replace function occurs (fire read & replace).
I think it might work for textures other than mainTexture as well... Could you give me an example texture name? I'll check if it can be dumped.
Thanks for replying! The textures I want to modify are the mat cap and the normal map, but I still haven’t been able to find the texture names related to the Manaka body in the imagedump. For example, with an outfit I found, something like "BodySuit_NonNP_Normal_(hash).png" can be modified. Is there any way to look up texture names directly from the game other than using imagedump? Sorry for asking so many questions.
write by translation
 

kumarin

Engaged Member
Feb 19, 2022
2,677
4,712
387
Thanks for replying! The textures I want to modify are the mat cap and the normal map, but I still haven’t been able to find the texture names related to the Manaka body in the imagedump. For example, with an outfit I found, something like "BodySuit_NonNP_Normal_(hash).png" can be modified. Is there any way to look up texture names directly from the game other than using imagedump? Sorry for asking so many questions.
write by translation
Try it with .