Scripter: Write JavaScript in your Virt-A-Mate scenes! (Patreon)
Content
There's now a good version to start really playing with Scripter:
- Latest version and release notes: https://www.patreon.com/posts/78855107?pr=true
- Launched a Hub page: https://hub.virtamate.com/resources/scripter.30210/
- Documentation: https://github.com/acidbubbles/vam-scripter/blob/master/README.md
There is so much I could do with this, but I think it would be more reasonable to wait a little bit for some feedback before going too far. You can already do quite a lot; create and call triggers, create custom keybindings events (this requires a version of Keybinding that'll come out later), run code on every frame or every physics frame, move and rotate controls, play sounds, and the language supports a fairly good portion of JavaScript (operators, loops, functions, modules). The code editor also has a few nice features, like auto-indent and word select on double-click for example.
Please, try it out and tell me what you think! And as usual, if you're not a patron, please reach out. This is still an alpha, and it'll be free, like everything else, as soon as it's stable enough not to cause havoc :D
And if you never wrote code before, I added four templates you can start from that shows how to do basic things. You'll be up and running in no time!