Unity True Facials [v0.54] [HenryTaiwan]

3.80 star(s) 54 Votes

choped

New Member
Jan 25, 2024
1
0
Everything works smoothly, but guys, how do I get back illegal Character customization like in Technical test?
you either copy mods to the technical build, or copy /mods/scipts/freemode (delete freemode_main.lua) from technical to 0.54_pro (new one). Made it work doing that, but not tested properly.
 

A.H.

Newbie
Jul 8, 2017
74
179
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.
 
Last edited:

JhonLui

Active Member
Jan 13, 2020
911
847
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
205
213
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
3.80 star(s) 54 Votes