edward0628
Member
- Aug 25, 2020
- 152
- 233
- 133
game is SFM but Imma tell you it doesn't happened anymore,is CTD(close to desktop) at dump ? what name of game ?
just one time so it might be other problem on my pc like RAM or something.
game is SFM but Imma tell you it doesn't happened anymore,is CTD(close to desktop) at dump ? what name of game ?
nothing printed. just rename blahblah_.png to blahblah.png.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?
Thank you . I understand.nothing printed. just rename blahblah_.png to blahblah.png.
Could you share some illustrations related to SecretFlasherManaka?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.
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).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.
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.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.
Try it withThanks 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
Thanks! I’ll try it out right awayTry it withYou must be registered to see the links.