Jump to content

SILENT HILL f Mods


Armani X

Recommended Posts

Posted
1 hour ago, Lawlooka said:


That's a bit accidental haha, still learning.
I haven't figured out making new materials yet, and the original skin material seemingly applies some odd censoring on the skin that I haven't figured out yet.
So to get it to work, I hijacked the material for her clothing :sweat_smile: turning an outfit into the skin. As a result, the shading is a bit off colour wise (some scene lighting its OK, some its very different).

Once I figure out materials I might update it, cleaning it up further. It's all a learning process~

take your time bro, i tried once and undestand nothing lol, your a master 

Posted
18 hours ago, Dunkan23199 said:

find his post Mercury_d and write to him. he will explain you

cant find anything searching google or patreon itself..... Where is the patreon? 

Posted
4 hours ago, RancidRat said:

Mixing Mercury_D's nude mod with some facial change mods, and I really like the results. 

image_2025-10-06_200630427.png

I only use grey eyes mod+ another haircut. Also i tried ada wong face but it has not very good texture quality. I like her original face. That's good that FL and Mercury didn't touch heads and we can use various mods

Posted (edited)
2 hours ago, kochamtylkomame said:

any free mods or only luis ?

4 mods now, I think?

FL - Paid, full nude, canon proportions

Mercury_D - Paid, semi-nude, curvy proportions

Jmedia7 - Free, semi-nude, canon proportions, unreleased

Lawlooka - Free, semi-nude, curvy proportions

Edited by DORODERE
Posted
1 hour ago, DORODERE said:

¿4 mods ahora, creo?

FL - Pagado, desnudo completo, proporciones canon

Mercury_D - Pagado, semidesnudo, proporciones curvilíneas

Jmedia7 - Libre, semidesnuda, proporciones canon, inédita

Lawlooka - Libre, semidesnuda, proporciones curvilíneas

i got all of them, ( i dont say how o where i got them, just google it) and i can say calm down and wait for a better mod, the game just start to modify, this will be something like a  HFW, Clair Obscure, Kena or Returnal for say some, in some cases we wait a long time to get a decent mod for this games, we simple keep playing something else while this someone post the mod do you want

Posted

I am currently debating on commissioning an artist to simply take her loafers off. I would like cute cotton-stitched feet from those wonderful socks shes wearing! No bare feet (although im not against bare) I personally would love to see her socked feet in those pretty navy blue (or black seifuku mod) uniform tubes she has on! It would be so nice. I'm willing to buy visa prepaid and gift money to an artist for it.

Posted
8 hours ago, Stalmhelm said:

i got all of them, ( i dont say how o where i got them, just google it) and i can say calm down and wait for a better mod, the game just start to modify, this will be something like a  HFW, Clair Obscure, Kena or Returnal for say some, in some cases we wait a long time to get a decent mod for this games, we simple keep playing something else while this someone post the mod do you want

Where did you get Jmedia's? I thought it was unreleased 

Posted
6 hours ago, Hootnuk said:

Where did you get Jmedia's? I thought it was unreleased 

I very seriously doubt it. I searched google, Most of these mods you have to DM these people in order to get them, hopefully irs just a matter of time before we see free mods. I think everyone is scared to mod this game because of the debate its had. 

Posted
On 10/6/2025 at 8:07 AM, RancidRat said:

Mixing Mercury_D's nude mod with some facial change mods, and I really like the results. 

image_2025-10-06_200630427.png

wheres u get Mercury_D mod from?

Posted
5 hours ago, Lawlooka said:

 

Good news! I figured out how to inject a blueprint mod using Simple Mod Loader!
I tried a bunch of ways to remove the censoring from the skin material, such as remaking the material parameters from scratch, but I couldn't get it work.
BUT! Since I found the parameters I was able to get the code to find the player and just nuke away the censor through the params.


So now I can use the full skin material, ensuring no censoring nor rendering issues :) I will update my mod after I have colour correct the material and fixed some skinning issues.
No auto-discovery yet though, so it requires both the SimpleModLoader from nexus mods & a command input.

After this, I will probably look into making a mod that skimpifies every outfit in the game without completely destroying them (so working fox mode, and full cloth, semi-torn, full-torn, all being more lore-accurate and unique). ORRR I will do NPCs first. I kinda wanna see the other girls get torn up too, and our broski can do with some buff topless action or something. WE SHALL SEE~~ (Lets hope I dont't get bored and go find a different hobby)
 

Have you seen this? https://www.nexusmods.com/silenthillf/mods/144

Posted
On 10/6/2025 at 10:43 PM, kochamtylkomame said:

any free mods or only luis ?

 

im working on my own nude mod

 

1.thumb.jpg.1d800579018a017578676f165d96038a.jpg

 

 

 

nice! monster mods have great potential too, keep us updated

Posted
5 hours ago, Lawlooka said:

 

Good news! I figured out how to inject a blueprint mod using Simple Mod Loader!
I tried a bunch of ways to remove the censoring from the skin material, such as remaking the material parameters from scratch, but I couldn't get it work.
BUT! Since I found the parameters I was able to get the code to find the player and just nuke away the censor through the params.


So now I can use the full skin material, ensuring no censoring nor rendering issues :) I will update my mod after I have colour correct the material and fixed some skinning issues.
No auto-discovery yet though, so it requires both the SimpleModLoader from nexus mods & a command input.

After this, I will probably look into making a mod that skimpifies every outfit in the game without completely destroying them (so working fox mode, and full cloth, semi-torn, full-torn, all being more lore-accurate and unique). ORRR I will do NPCs first. I kinda wanna see the other girls get torn up too, and our broski can do with some buff topless action or something. WE SHALL SEE~~ (Lets hope I dont't get bored and go find a different hobby)
 

just curious would you be able to replace individual outfits instead of replacing default? so players can use multipe outfits at one time instead of switching out the mods manually.

Posted
4 hours ago, SH360 said:


Yeah, that's how I got started. The tutorial only removes the Niagara (particle) based censor circle though. The base skin material includes a material function for obfuscating underwear on the character model as well. (An issue you conveniently avoid having to deal with if you only replace the outfit, not the body, or hijack a different material) In the comments the author mentions material customization can be achieved through a script, but it seems these scripts only work on older unreal versions as they rely on material data that is no longer present. Rewriting some of those scripts to rebuild a dummy material from the parameters I could find yielded no results, hence writing a code injection that adjust the material on runtime.

I've learned a lot from the video, but a point of critique is that it's far from a "complete modding guide" as the title would imply. Script injection, material adjustments, or anything beyond asset swaps is not really discussed. I also had to figure out adding custom bones for enhanced jiggle myself.

Posted
3 hours ago, generalsao said:

just curious would you be able to replace individual outfits instead of replacing default? so players can use multipe outfits at one time instead of switching out the mods manually.


I will take a look, I haven't really checked how the (DLC) Outfit system works. But I expect that:
a) It just changes materials and/or textures, using the same mesh for the outfit. This means that beyond texture changes, we cannot easily use this system, so I'd say no.
b) It has a unique skeletal mesh for each outfit, in which case I can absolutely use this to limit my mod to a single outfit.

If the answer is B, and if it happens to use a simple data format for supplying more outfits, we could quite easily start creating a framework for outfit mods. If not, it'd require a lot of code injection. 

Posted
5 hours ago, Lawlooka said:


I will take a look, I haven't really checked how the (DLC) Outfit system works. But I expect that:
a) It just changes materials and/or textures, using the same mesh for the outfit. This means that beyond texture changes, we cannot easily use this system, so I'd say no.
b) It has a unique skeletal mesh for each outfit, in which case I can absolutely use this to limit my mod to a single outfit.

If the answer is B, and if it happens to use a simple data format for supplying more outfits, we could quite easily start creating a framework for outfit mods. If not, it'd require a lot of code injection. 

 

 

Lawlooka did you have any kind of experience in 3d modelling, 3d software or anything whatsoever related to this before you go to the tutorial?
I have zero knowledge in these stuff and its a little disheartening to me after very briefling watching the tutorial

Posted
2 hours ago, demetrisag said:

 

 

Lawlooka did you have any kind of experience in 3d modelling, 3d software or anything whatsoever related to this before you go to the tutorial?
I have zero knowledge in these stuff and its a little disheartening to me after very briefling watching the tutorial

 

A lot. I am a game industry professional with programming expertise and a history of reverse engineering. Don't beat yourself up over it.
If you need help hit me up, we can chat through discord and I'll show you the ropes.

For the mod update I think I can find time either tomorrow or Friday to push out the update.

Posted (edited)
5 hours ago, Lawlooka said:

 

A lot. I am a game industry professional with programming expertise and a history of reverse engineering. Don't beat yourself up over it.
If you need help hit me up, we can chat through discord and I'll show you the ropes.

For the mod update I think I can find time either tomorrow or Friday to push out the update.

thats how you learned how to mod so quickly for this game. we got a real veteran! lol damn. appreciate everything your doing looking out for the community.

Edited by generalsao

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...