Create and Fuck your AI Cum Slut –70% OFF
x

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

3.90 star(s) 68 Votes

rev_10

Member
Sep 16, 2022
389
701
193
When I stick my tongue out, it gets out of position. Can this be fixed?

View attachment 4987467
Just for clarification, that Mai mod is mine. The face model was never changed or edited, only the textures and body adjustments, did you try her vanilla? That glitch looks more like an in-game mesh bug or some conflict with a script mod. How did this bug happen to you? Maybe i can try to reproduce it.
 
Last edited:
  • Like
Reactions: Vegetta9801
Mar 14, 2018
308
946
169
Is there a way to auto advance scenes in scripts? Preferably without displaying dialogue window
There is one way by displaying dialogue and one without.

If you want to keep the dialogue you can do like this
Code:
posetitle1(actorA, actorB)
*game.OnTimer(x)
actorA "text"
posetitle2(actorA, actorB, y)
*game.OnTimer(x)
actorA "text"
In this case x is the time the text is going to be displayed on screen before going to the next pose. You can see I added a y value to the second pose, it's the transistion time from one pose to the next, you should only use it if your poses are not too different, the more movements you demand the more likely it is to crash, so be careful and do some testing.

If you want to do it without displaying a text you can use it like this:
Code:
posetitle1(actorA, actorB)
*game.OnTimer(x)
   ReturnContinue()
Play_Posing()

posetitle2(actorA, actorB, y)
*game.OnTimer(x)
   ReturnContinue()
Play_Posing()
Notice the indentations on this one, pose title, timer function and posing function are all on the same level, ReturnContinue() is one level deeper

You can also use the same structure to add features, for example
Code:
posetitle2(actorA, actorB)
game.AddRepeatAnim(2, || actorB.Shoot(), actorB.Penis)
*game.OnTimer(3)
    game.RemoveAnim(actorB.Penis)
    ReturnContinue()
Play_Posing()
In this case you'd activate auto cumming for actorB and after 3 seconds it deactivates, in this case you'd most likely get a single cumshot, since it usualy takes close to 2 seconds from one shot to the next (it does depend on the fluid amount you have set for the scene itself)

Hope it helps, and let me know if I can help with any other question you may have. I have also added a txt file with the correct indentations so you can just copy into your sript and just change the names and timer values as needed
 
Last edited:

Shining001

Newbie
Aug 22, 2020
65
100
197
Пожалуйста, загрузите это на другой файлообменник.
Hello there! GoFile is the easiest one to use, sorry! Other sites are not so user-friendly. If i can help you with anything let me know about it :)
 

DenabuNeko

Newbie
Nov 3, 2018
93
159
186
Created my first script called Marie's Service. Not story/dialogue related, just animations/poses. It uses a modded Goth Marie Rose from the Discord (and Cloud but it's first person anyway) which is included in the zip archive.
Should be able to drop the contents into your TF 0.56 folder and enjoy. Click on Marie to ask her to do things. Might expand it later with more options.



You don't have permission to view the spoiler content. Log in or register now.
 
3.90 star(s) 68 Votes