Unity True Facials [v0.58b Pro] [HenryTaiwan]

3.90 star(s) 68 Votes

A.H.

Newbie
Jul 8, 2017
74
192
146
Okay so, for bottom males i saw a mod others were mentioning. You can get it from the discord server, it's called FreeModeHG, download it from mod-releases-2.
You do however have to tell the male to bottom every time you change characters.
If you don't want to use the mod (or you do but don't want to tell the male every single time) then turns out there's a better way of doing this without editing the char files directly like i did with my noob modding knowledge:

Go to your TF folder and then Mods\Scripts\FreeMode. Open freemode_main.lua with any text editor. Press Ctrl+F and search for "OnCreateHuman" and replace the function with this(Make a backup in case you fuck it up):

Code:
function OnCreateHuman(human)
    game.PlayCharacterMusic(human)

    if init == true then
        human.Say("Greeting")
    end
    if human.m_isMale == true then
        human.m_isMale = false
    end
end
This will set the males to be fuckable by default.
You can do this modification even if you're using the mod, whether you use the separate FreeModeHG folder or the direct replacement.
This is a waaay simpler way of doing basically what i did. Enjoy.

WARNING: if you're using the pre-modded one or the voice mod, it has a bug where it bugs out the models if the bottom character's a male, ignore the changes above and do this instead:

go to Mods\Scripts\ and open nf123voicemod_Common.lua. search for "if human.CanSpeak == true then" and replace the line with "if human.CanSpeak == true and human.m_isMale == false then".
this will fix the males issues, this happens regardless of doing what i said before. if you want default bottom males then you need to add the following code after this line "-- End of human.CanSpeak == true then":

Code:
    if human.m_isMale == true then
        human.m_isMale = false
    end
remember to add it after this line "-- End of human.CanSpeak == true then"
 
Last edited:

JhonLui

Well-Known Member
Jan 13, 2020
1,180
1,172
284
Tell me this is just some modified GUI and you're not actually rocking Vista :eek:

Probably GUI... don't think this game would run on Vista... unless Unity and game still supports DX10... even if it does... dude, get at least Win 10 :oops:
The fuck are you saying?? ah yes, the menu bar... well you know as the w10 and 11 ui SUCKS SHIT, I installed a comfy app to keep the W7 aero style, it's called Classic Shell, you may want to try it when you finished shopping at Ikea
 

CrvX1995

Member
May 6, 2024
426
571
103
The fuck are you saying?? ah yes, the menu bar... well you know as the w10 and 11 ui SUCKS SHIT, I installed a comfy app to keep the W7 aero style, it's called Classic Shell, you may want to try it when you finished shopping at Ikea
I think I should say that, I made a joke about vista taskbar, wtf does ikea has got to do with anything? :ROFLMAO:

Put away pot for some time mate.
 
  • Like
Reactions: DreamRider

JhonLui

Well-Known Member
Jan 13, 2020
1,180
1,172
284
I think I should say that, I made a joke about vista taskbar, wtf does ikea has got to do with anything? :ROFLMAO:

Put away pot for some time mate.
because the W10 and 11 taskbar look like ikea made, and that's no joke.

the real joke is two self entitled "experts" on the discord, demolishing the solution we found for running the game at decent speeds for undertuned systems (or running in 4k at 80fps on latest, if you will) for the sake of doing it, basing on yt videos or thoughts w/o trying it..
Here at least I can post the pic...
1080p - 11 chars on a 4060ti
Immagine 2025-03-09 022410.jpg
 
  • Like
  • Haha
Reactions: Archak and TFfan1

insimgnia

Newbie
Nov 14, 2018
23
64
136
the lack of new features has me so bored that i've started doing photoshoots to entertain myself.
You don't have permission to view the spoiler content. Log in or register now.
strawberry blondes and canva shitposts. divine.

look at that hand on the dick though. so much of the physics is still fucking absurd :mad: i am moving hands around that just don't know how to behave, and limp around like dead fish when they should be grabbing. the sensitivity in some areas is crazy, and after a while fiddling with tiny details just stops feeling worth it.

oh well, at least new waifu's hot. the best models so far have been the ones already prepared by a 3d nsfw artist (pharah is go0o0o0o0od shit), not ported straight from a sfw game. you'd think malenia would have taught people that some characters just don't belong in this engine, but now we have cheri, which is a goddamn tragedy considering we could've had someone's customized panam palmer. but shit, maybe she would've been weird looking too.

i'm tired y'all :cry:
 

insimgnia

Newbie
Nov 14, 2018
23
64
136
Now you can adjust the wirst to a certain degree by dragging the forearm (like the upper arm for the elbow) did u try it?
yeah i did! sometimes it helps and sometimes it's still ass. hands on dicks in particular like to go insane.
 
3.90 star(s) 68 Votes