deviant-dev / ds-issues

Bugs and Feature Requests for Dominatrix Simulator
8 stars 0 forks source link

Game Intro Ms T Lookat #143

Closed HeadphoneTaco closed 2 years ago

HeadphoneTaco commented 3 years ago

Describe the bug When in the game introduction with Ms T, she doesn't track the player with her head

System Info(please complete the following information):

HeadphoneTaco commented 3 years ago

Missing /lookat player in scene, added that line into ink script. Ms T does look at the player after that, but loses lock on player after the player selects use journal. Adding in another /lookat player after this re-establishes lookat lock.

Anticipating that the other lookat bugs logged are missing a /lookat player line as well. Will tinker with adding a player VAR to see if that will eliminate having to add extra lines everywhere in the ink script.

HeadphoneTaco commented 3 years ago

Using VAR player_lookat = true and then setting ~player_lookat = true works at the beginning of scenes, but then disengages lookat lock after a few animations play. Not going to attempt any futher VAR shenanigans at this point, there is likely a more efficient way of doing this.

HeadphoneTaco commented 2 years ago

Closing due to irrelevance at this present time