• 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.

Search results for query: *

  1. MacGruber

    Is there any plugin that can make comics?

    SuperShot was mentioned. That should be helpful especially because you can script it, for example via LogicBricks. So you can easily take screenshots from the exact same positions, make slight scene modifications and repeat. If each image for your comic is setup as a subscene, you could even...
  2. MacGruber

    Need Help Optimizing VaM VR Performance with High-End PC

    You on the other hand may want to look at a better graphics card.
  3. MacGruber

    Need Help Optimizing VaM VR Performance with High-End PC

    Uh, an i7-8700K (from 2017?) may be still "fine" for some regular games...but for VaM you need RAW single core CPU power. You probably shouldn't buy anything with less than 8 cores these days, but more cores won't help, at least not with VaM. You are basically pulling the handbrake on that RTX 4080.
  4. MacGruber

    developing plugins

    Looks like an issue with VAR packaging. Make sure to use VaM to create VAR, don't attempt to create your own ZIP file. For more I would need more info, like look at the thing in its entirety.
  5. MacGruber

    Question Why does the character always shake slightly?

    Could be you put your character in a pose with too much tension. The control nodes you use to pose a character are attached to the body via "springs". If you put the character into an impossible position, causing too much tension on the springs, it may cause the shaking you describe. Some tips...
  6. MacGruber

    Question Holding objects

    There are a number of way for doing this: AnimationPattern (beginner) Timeline plugin (intermediate) IdlePoser + LinearAnimation plugins (advanced) Potentially relevant for even more advanced animation: LogicBricks tutorial around a hand animation that is moving up and down. This is not...
  7. MacGruber

    Question Holding objects

    You are attaching one thing to another. One we call "Parent" and the other the "Child". The parent is the one with control, in the screenshot below that would be "rHand". The child is the attached one, in the screenshot below that would be the TV remote. Makes sense? Don't think too much about...
  8. MacGruber

    Solved Eyes animated

    Instead of eyeTargetControl you can also make the Person look at an Empty atom. For that set "Eyes Look At" to "Custom" instead of "Target", that allows you to choose anything. That Empty you can then hide, if you like.
  9. MacGruber

    Question Scripting Global Variables

    ...other plugins. However, there are a number of methods for plugins to communicate: Putting multiple MVRScript into a single plugin You can use a *.cslist to just add multiple MVRScript. They will all be in the same compilation context and talk to each other. This makes sense for modular...
  10. MacGruber

    Question How to know VAM custom classes properties and methods for scripting?

    For that specifically a look at my PowerHandles plugin (part of Essentials) may or may not help.
  11. MacGruber

    Question How to know VAM custom classes properties and methods for scripting?

    Its probably best to start by looking at plugins from others. Start with something simple and work your way up. There is no VaM documentation, but you can use ILSpy to look at VaM_Data\Managed\Assembly-CSharp.dll. It allows you to look at VaM's codebase. Technically its decompiling the DLL...
  12. MacGruber

    Logic "if A then B"

    Sounds like the SelectChoice brick from LogicBricks might be worth a look: https://hub.virtamate.com/resources/logicbricks.1975/
  13. MacGruber

    Benchmark Result Discussion

    And yes....I know the Benchmark is not really suited anymore for current high-end PCs. The proper way to do it would be adding new, more demanding scenes and add a separate "high-end mode" that just runs those. But I don't have the time. Can't just take any existing scene, it has to be reliable...
  14. MacGruber

    Benchmark Result Discussion

    @Seraphim @suprtt Please stop posting results from a modified Benchmark under "Official Benchmark". If you want to modify it...sure, change the title to "Seraphim's Benchmark" or whatever and the color for "Overall Result" should be something other than green and red, too. It should be obvious...
  15. MacGruber

    Question Scripting for proper move player camera

    Assuming you are using PostMagic Depth-of-Field...it has an AutoFocus feature with does auto-adjust the FocusDistance. For that to work you need to place an 'Empty' atom into the scene and name it 'AutoFocusPoint', and attach it to a person head, animate it or whatever. Also enable "AutoFocus"...
  16. MacGruber

    Plugins + Scripts PluginReloader

    Well....the obvious way would be to fix the original plugin so it does not become stuck and therefore does not need to be reloaded. A normal user never should have to reload plugins. That said, AFAIK the most reliable way to fake a plugin reload was to literally fake a click on the reload...
  17. MacGruber

    Question Strange object in scene

    It might be: ...a hidden atom. There is a toggle in the Selection UI....or just press H on your keyboard to toggle hidden atoms. Hidden atoms are frequently used by experienced creators. If used right, they prevent accidental modifications and make it easier to grasp how a scene is setup. For...
  18. MacGruber

    Question how remove clothing using trigger action

    Clothing presets might be what you are looking for. Just load another preset you prepared for the scene, that can be done via trigger, too. Benefit of presets is that you can change everything clothing related, not just turn on/off.
  19. MacGruber

    Plugins + Scripts Life

    Life is a lot more complex than you think. The Custom-Audio tutorial might give you a better understanding why your idea won't work: https://hub.virtamate.com/resources/custom-audio-for-life-7.400/
  20. MacGruber

    Question Holding objects

    Use ParentHoldLink from my Essentials package, follow the instructions in the Plugin UI precisely. When attaching to a person, make sure to NOT use the control nodes, but the proper nodes. E.g. rHand instead of rHandControl. https://hub.virtamate.com/resources/macgruber-essentials.160/ There...
Back
Top Bottom