Unity True Facials [v0.53a Pro] [HenryTaiwan]

3.80 star(s) 49 Votes

Senariul

New Member
Jun 4, 2018
11
13
I wonder (I don't know anything about modifications), is there something that prevents modders from putting their own models in the game?

Maybe because the game isn't that well-known, or maybe there really is something in the code that prevents it.
The devs haven't stopped anyone and welcome folks to mod it. The problem is the process isn't open to the public, and the game isn't easily reverse engineered.


wow thats pretty dumb. this started as a straight game and now its not even part of the base game lmao the dev went through some shit
Any copyrighted characters are not part of the base game as they may need to be removed at a later date.


I'm assuming they're planning to do all of them eventually.
Can confirm.
 
  • Like
Reactions: punhetas

DenabuNeko

Newbie
Nov 3, 2018
16
18
I don't often mess around with these "sandbox" games but this one is pretty easy to pose in. Does anyone know how to just tilt a character's upper body though? Can push the hips in/out, but just getting someone's torso to lean down is a bit awkward
Spoiler for a pic of my favorite custom pose so far, just so it doesn't clog the page
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: Roemi and StaN1slav

Renaati

Member
Aug 22, 2020
106
254
I don't often mess around with these "sandbox" games but this one is pretty easy to pose in. Does anyone know how to just tilt a character's upper body though? Can push the hips in/out, but just getting someone's torso to lean down is a bit awkward
There's not a great way of doing it directly, but the upper torso will follow the head position. Try putting the head where it should end up with the upper torso angle you want, and hopefully that'll make it happen.
 

StaN1slav

New Member
Nov 15, 2019
12
3
I don't often mess around with these "sandbox" games but this one is pretty easy to pose in. Does anyone know how to just tilt a character's upper body though? Can push the hips in/out, but just getting someone's torso to lean down is a bit awkward
Spoiler for a pic of my favorite custom pose so far, just so it doesn't clog the page
You don't have permission to view the spoiler content. Log in or register now.
Nice! Do you have a .lua file for this pose?
 

DenabuNeko

Newbie
Nov 3, 2018
16
18
There's not a great way of doing it directly, but the upper torso will follow the head position. Try putting the head where it should end up with the upper torso angle you want, and hopefully that'll make it happen.
Thanks! I'll give this a try

Nice! Do you have a .lua file for this pose?
Yeah, first time uploading one of these so I think this is what you need
 
  • Like
Reactions: StaN1slav

D0v4hk1n

Member
Oct 4, 2017
433
599
So far the game is pretty limited I'd say but if we continue getting updates this will be a huge product in the near future.

Hope they give us more and more features. Especially cumflation, footjobs, fingering and kisses and maybe toys?

Do you guys think it's realistic to have such expectations?
 
  • Like
Reactions: rev_10 and bogodit

TFfan1

Member
Jul 8, 2024
161
179
So far the game is pretty limited I'd say but if we continue getting updates this will be a huge product in the near future.

Hope they give us more and more features. Especially cumflation, footjobs, fingering and kisses and maybe toys?

Do you guys think it's realistic to have such expectations?
Yes, it´s very realistic. Those things you mentioned have all been posted in the #suggestions so it´s a matter of time and how requested is a feature (game programming takes time)
 
  • Wow
Reactions: D0v4hk1n

olie

Newbie
Feb 23, 2022
36
50
Some dude named Heart Grenade made a free mode with a couple more options when you click a player, with some stuff like being able to increase dick size beyond the maximum. Also adds animations like fingering, hip movement and some other stuff. If you don't trust some rando to not send you a virus (way too relevant for here...) then you can get it also in #share-poses-and-scenes in their official discord. Just put the file in Mods/Scripts and load it in the 4th tab in-game.

I've also found it very easy to modify it so that you can pretty much increase anything beyond the min/max. In the file labelled freemodeGH_main.lua you can just go down to the "Illegal character customization" section and just add in your own stuff. Just add in something like this:
+ "Giant Body"
human.Body("Body size", 1.5)
return(1)
and that's it! I believe the base game sizes can range from -0.5 to 1, so anything above and below will be "out of bounds" (larger or smaller than normally accessible).

Couple things to note: I am no programmer, so don't ask me how this works. I don't know what the return(1) does, but I just put it in because the rest had it and it works for me. the "Giant Body" is the name, so change it to whatever you want (like "comically sized woman" or some shit idk). It seems like the general format for the various body parts is just human.Body("[X]", [size]) where X is the body part (such as Breasts size, Penis length, Hips size. I don't know if this is how all of them are formatted but from my experience modifying it this always worked, with the first word capitalized and nothing else.)

Hope this helps, and I am quite interested to see what comes of this. Hopefully this just becomes basegame so we can modify this stuff without having to reload the game every time we modify the file...
 
3.80 star(s) 49 Votes