Viixby

Member
Dec 19, 2019
395
625
I think the best way, or only way I know, is to attach the camera to a Transformer object as a child of the Transformer, then set the start and end points you want it (the transformer) to move through - make sure to deselect 'Take Shortest Path' or whatever it's called. Don't move the actual camera as it won't have defined start and end points.

I've had some success with this when moving in straight lines, and rotating on the spot, but I haven't managed to get it to follow a curved path as there's no way to set mid-point 'keyframes' for the transformer.
Didn't look in any way to see if this would work, but alternatively try spinning the whole scene >:)
 

Viixby

Member
Dec 19, 2019
395
625
Hey event savvy people...
Is there a simple way to *On switched to sex scene index* trigger an event. Then *trigger another event on switched to next index*.
Example of what I'm aiming for:

Say I have Maya getting dicked down by Rawn and when it switched to the 4th sex scene index, I want a speech bubble to become visible, then when it switches to the next index(5th), the speech bubble goes invisible.
-> Ideally the same would work for possessing cameras.. changing the angle of view of the scene..
If it's possible but not super simple for a reply, could I get an example
(Here's a very blank scene setup, but without any of the event stuff setup, so someone can make an example if they wish using this). [Showroom]
View attachment Event System Goal In Mind.7z View attachment Event System Goal In Mind.7z
 
Last edited:

Super_Nova-

Member
Nov 20, 2019
419
240
Whether you were trying to start an argument or not, it's clear you wanted to provoke a reaction.

Here it is:

Scroll back a couple of pages further and you'll see the posts where I have helped people. Now get back on your horse, Sheriff, and ride away. Mind your business.
- Provoke a Reaction-Nah... i was trying to put my point that may be you are smart and others may not be That smart.
this dont put you in a place to... you know, say... undermine others or somthing like that.
(it appeared to me when you advised the other guy, you solved all your issues in just 10 odd minutes.)

- Hence looking at those smarty pants of your, me advised you to try luck with SKYRIM.
trust me, it is very much the same just like wild life.
Let me know if you got any success there in Skyrim. we can share stuff.

- Now that you said you Helped people. Keep Doing that. after all its almost 800 Pages now in here,
No body want to do this much of reading. (including my self i am newbie to this game BUT not The forum ;) i know how it works here)

Now as you requested... i ll Mount my horse and ride away. But Before i leave let me tell you a secret... i am bad ass sheriff and this horse i ride... He kicks. So better maintain a safe distance and save your self from ANY PAIN.

Cheers M8.
 

Ariharu

Newbie
Jul 22, 2021
60
52
Hey event savvy people...
Is there a simple way to *On switched to sex scene index* trigger an event. Then *trigger another event on switched to next index*.
Example of what I'm aiming for:

Say I have Maya getting dicked down by Rawn and when it switched to the 4th sex scene index, I want a speech bubble to become visible, then when it switches to the next index(5th), the speech bubble goes invisible.
-> Ideally the same would work for possessing cameras.. changing the angle of view of the scene..
If it's possible but not super simple for a reply, could I get an example
(Here's a very blank scene setup, but without any of the event stuff setup, so someone can make an example if they wish using this). [Showroom]
View attachment 2070089 View attachment 2070089
Unfortunately there is no simple solution for that but it is doable. But only via variables and ifs.
So you need to make an X variable event with value 0, calculation event with values A = 0 and value B = 1 that add A to B then transition calculation result to X whenever the pose changing then transition X to A. Then you need an IF event that makes something happens when your X is equal to the index of the pose you want.
 
Last edited:
  • Like
Reactions: Viixby

Viixby

Member
Dec 19, 2019
395
625
Unfortunately there is no simple solution for that but it is doable. But only via variables and ifs.
So you need to make an X variable event with value 0, calculation event with values A = 0 and value B = 1 that add A to B then transition calculation result to X whenever the pose changing then transition X to A. Then you need an IF event that makes something happens when your X is equal to the index of the pose you want.
That's how I figured it was possible, if it was...
This being the only way is what I feared :(
I hope they add something to make that simple! Let's hope <3
 

alxmir23

Member
Feb 3, 2019
177
88
Hey event savvy people...
Is there a simple way to *On switched to sex scene index* trigger an event. Then *trigger another event on switched to next index*.
Example of what I'm aiming for:

Say I have Maya getting dicked down by Rawn and when it switched to the 4th sex scene index, I want a speech bubble to become visible, then when it switches to the next index(5th), the speech bubble goes invisible.
-> Ideally the same would work for possessing cameras.. changing the angle of view of the scene..
If it's possible but not super simple for a reply, could I get an example
(Here's a very blank scene setup, but without any of the event stuff setup, so someone can make an example if they wish using this). [Showroom]
View attachment 2070089 View attachment 2070089
isnt there a speech bubble option in sandbox?
 

Ariharu

Newbie
Jul 22, 2021
60
52
Sure there is!
But if you're suggesting this for what I'm aiming for unfortunately it doesn't have the event options in it to do what I want! :(
Well, except for the method i posted before you also can use delay. Just calculate the time that is going to pass before switching to pose 4 and set the timer for that time to show speech bubble and to start another timer that will hide it.
For example: if poses 1, 2, 3 and 4 are going for 30 seconds each then you need to set first timer for 90 seconds and second timer (one that activated by the first one) for 30 seconds.
 
  • Like
Reactions: Viixby

AraKnus

Active Member
Sep 30, 2021
694
802
(yes, last game update is planed and will come in October)

Question: Do softwares like iClone, MetaHuman, DAZ Studio, Character Creator 4.0, Constructor 3.0, Maya Studios, Blender, 3DMax export created characters as .json extension files too?
 
Last edited:

Viixby

Member
Dec 19, 2019
395
625
Well, except for the method i posted before you also can use delay. Just calculate the time that is going to pass before switching to pose 4 and set the timer for that time to show speech bubble and to start another timer that will hide it.
For example: if poses 1, 2, 3 and 4 are going for 30 seconds each then you need to set first timer for 90 seconds and second timer (one that activated by the first one) for 30 seconds.
This is something I messed around with a bit, I like this way as it's pretty easy for me to understand
 
3.80 star(s) 180 Votes