VAMStory

Plugins + Scripts VAMStory

Download [27.89 MB]
Hi, thanks.
No. ( for "does it have" and "can it have" ) This question has been asked and aswered more than I can count.
If you want a detailed answer on that aspect, you can find more details in that discussion. I think it was ask again on page 24 if I'm not mistaken.
 
hazmhox updated VAMStory with a new update entry:

UI QoL

VAMStoryDirector
  • Revamped the UI completely with a custom trigger list instead of a dropdown
  • Added the ability to duplicate the current active trigger
  • Added a checkbox to remove deletion confirmation to be able to mass delete triggers quickly

Thanks a ton to @Spacedog and @VAMFantasy for the extensive testing for this big UI revamp.
Thanks to @14mhz for making the idea of custom components arise...

Read the rest of this update entry...
 
Hi hazmhox, I apologise in advance if you have already covered this earlier, but my question is this.
I wish to trigger a move from one scene to the next, where one character has moved nearer to another
and includes minor animations via plugins. The scene itself stays the same.
Can this be done using VamStory Director and if so, how?
Many thanks for your amazing work
 
Many thanks for your amazing work

Thank you! You're very welcome :3

Yup, what you wanna do is doable with Director. I can give you how I do this in general, all my scenes revolves around that method:

VAMStoryDirector ( for each "mini" scenes/poses )
- A trigger called "goto scene A" > It does a fade out and calls "changes scene A" trigger
- A trigger called "changes scene A" > doing the changes you need while faded out ( call a timeline animation with a pose, change lights, whatever you image ) then does a fade in.

VAMStoryActions ( or any other ways to trigger your scene scripting )
- A UI with "Change position" or "Play scene A" > triggers "goto scene A"


So to depict the flow and how it happens :

User clicks a button (or your scene triggers it) > "goto scene A" fades out > that trigger calls "changes scene A" then fades back in > scene A plays.
You can then duplicate that system as much as you want if you have a bunch of mini scenes/poses, so you would have something like this in Director's triggers :
  • Goto scene A
  • Changes scene A
  • Goto scene B
  • Changes scene B
  • Goto scene C
  • Changes scene C
  • ...
One trick: if your fade out is always the same ( duration, style etc ), and your "goto scene A" does not change much ( depending on your needs ). Don't hesitate to mutualize the system:
- Create a "fade out Xsecs" trigger in director (which would be simply a fade out with Overlays of a duration of X seconds)
- In "Goto scene A/B/C", call that fade out instead of recreating it everytime, so that, if you wanna adjust the fade out duration or style, it does it globally on all your mini scenes

That's pretty much it ^^

Doing scripting on your scene this way, gives you a good flexibility and allows you to let the user control the scene at will if you want to.
Quite nice to do scene resets and all that sort of stuffs : )

Now imagine you can use VR/Desktop triggers, Gate triggers, or count triggers in Director. The possibilities are quite big :giggle:
 
Back
Top Bottom