• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.
Scripter

Plugins + Scripts Scripter

Download [<1 MB]
@boscap Hi!

1. https://www.npmjs.com/package/vam-scripter
2. It could be nice to make a person-specific AtomReference, however using storables there is probably a way. By heart I can't tell, but if you feel like doing a PR I know there are C# properties that could be bound to. Let me know if you're interested, contributions are always welcome!
3. There's no API to _create_ a vector, currently. The only thing that's there is a wrapper to access existing vectors. The math API is fairly limited at the moment (also open for PRs :p )
Thanks for the response, I can finally use the intellisense. ?‍?
Never worked on a plugin for VaM neither did I touched C# but I'll give it a try.
 
Last edited:
Hey @Acid Bubbles, I am completely in love with the Scripter plugin. Right now I have one use-case which I can't get to work: I want to play specific sound files. But I have a LOT of them (100+), so using the standard method way as explained in the tutorial, is too slow when loading the scene. So I tried using MacGruberSoundFromAB and I'm trying to call that using scripter, but the Storable I need "PlaySpecific <name of your soundassetbundle>" isn't a type of storable I can access through Scripter.

Looking at the picture below:

How can I use scripter to specifically play "b_i_feel_so_dumb_doing_this_seriously.ogg"

???

1766438140414.png
 
Back
Top Bottom