• Hi Guest!

    We are extremely excited to announce the release of our first Beta for VaM2, the next generation of Virt-A-Mate which is currently in development.
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.

Recent content by HAL9001

  1. HAL9001

    Plugins + Scripts LogicBricks2

    It counts how many inputs are TRUE, and sends True/False if that number is above the threshold you ca configure in the UI as well.
  2. HAL9001

    Plugins + Scripts CUA_Editor

    To be frank: No, not going to happen. I don't have much time for VaM anymore. Sorry.
  3. HAL9001

    Plugins + Scripts Glowtime

    Likely not as the person shaders are more complex. I don't have the time anymore to do larger stuff. Sorry.
  4. HAL9001

    Plugins + Scripts BeatIt

    HAL9001 updated BeatIt with a new update entry: v1.4 (var 7): Enable/Disable the plugin Read the rest of this update entry...
  5. HAL9001

    Plugins + Scripts BeatIt - v1.4 (var 7): Enable/Disable the plugin

    Discussion with @Ghostwalden uncovered a bug that does not honour the "Enable" checkbox of the plugin. Fixed in v7 + a long overdue change in the source file management... ...which means... Careful: From var7 onwards, use BeatIt.cslist instead of just BeatIt.cs. That could be done with an easy...
  6. HAL9001

    Plugins + Scripts BeatIt

    Yes, there's a bug in the code that does not honour the enabled/disabled flag of the plugin (only the freeze animation flag). I can fix that, but I'll need some time. Good opportunity to update the old code to my recent style and conventions anyway...
  7. HAL9001

    Plugins + Scripts LogicBricks2

    Working with a value range from 0...1 makes things easy with respect to response curves, etc. I understand that it does not work in your case, but feel free to rip out the code and edit the limits in the Init() function and/or remove the range limitations. The script is rather short and easy to...
  8. HAL9001

    Plugins + Scripts LogicBricks2

    While this sounds intuitive, it's not as straightforward as the value range of inputs needs to be between 0 and 1, and adding or dividing by <1 would exceed that. Also, Average is effectively (Input1+Input2)/2, so you have a sum there.
  9. HAL9001

    Plugins + Scripts LogicBricks2

    Hmmm, that is on the more complicated end of the spectrum indeed. A custom plugin would probably be easier, but I don't have the time for that. Sorry.
  10. HAL9001

    Plugins + Scripts LogicBricks2

    Er, won't the HystheresisThreshold be able to do that...?
  11. HAL9001

    Plugins + Scripts LogicBricks2

    HAL9001 updated LogicBricks2 with a new update entry: v12: SequenceMachineBidirectional Retrigger Read the rest of this update entry...
  12. HAL9001

    Plugins + Scripts LogicBricks2 - v12: SequenceMachineBidirectional Retrigger

    Small addition of a Retrigger option for the SequenceMachineBidirectional (suggestion by @CheersMate)
  13. HAL9001

    Plugins + Scripts LogicBricks2

    It woks exactly as intended. I't s an 8-input AND/XOR/OR. Yes, if you only use 2 inputs, the other 6 have to be set to TRUE for an AND, respectively to FALSE for an OR. That's how the boolean operator is defined. If you need several outputs, you need to add use one plugin for every output.
  14. HAL9001

    Plugins + Scripts LogicBricks2

    Oops, sorry 'bout that, but I guess that could happen with any plugin that would send information back to itself ;-)
  15. HAL9001

    Plugins + Scripts Going, Going, Gone

    Simple reason: VaM does not have an in-built shader that does tesselation AND Alpha, so it's either/or.
Back
Top Bottom