• 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

    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...
  2. 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.
  3. 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...
  4. 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"...
  5. 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...
  6. 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.
  7. 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...
  8. MacGruber

    Question Cycling Sex Positions Due To Environment Translations/Rotations

    Not sure about C&G scenes, but animation is in VaM usually made relative to the world. Not to the environment objects (aka "the room"). While it is possible, it can be a lot of work to move/rotate animation. Depends on which animation methods are used. I guess the important question is: Why do...
  9. MacGruber

    Question Is it Possible to do this with Timeline? (facial expressions)

    No, with IdlePoser you add morphs once as being captured/monitored. When creating States it looks at all those. When you got two states and a captured morph is zero for both of them, the performance cost for doing the transition of that morphs is very low. Note that IdlePoser is compatible with...
  10. MacGruber

    Question Is it Possible to do this with Timeline? (facial expressions)

    Depends a bit what you actually want, but did you have a look at IdlePoser? Each expression would be a "State". You can change randomly between states, or do something more complex when combining with LogicBricks or Timeline to tell IdlePoser what to do...
  11. MacGruber

    Question What happened to Anonymous (creator)?

    Note that Anonymous is the VaM default user name, if you didn't enter anything in the game settings.
  12. MacGruber

    Question all blonde hair appear black

    Probably you have your Pixel Light Count set very low. I would recommend a setting of 3, which has still reasonable performance. That would mean for every object VaM will take the 3 most important lights into account. Other less important lights would be calculated by vertex, which doesn't work...
  13. MacGruber

    Solved where do I put assetbundle files?

    If the "pack" happens to be a VAR package, the VAR goes into AddonPackages. Don't unpack it, just leave it there. Everything made in the last few years for VAM should be in a VAR package. Understanding VARs, and why we use them, is critical for creating content in VaM. There are various...
  14. MacGruber

    Solved Incremental Triggers?

    Maybe try "Counter" brick from LogicBricks? https://hub.virtamate.com/resources/logicbricks.1975/ Check out example 4 from the included demo scenes if you need help with the setup. It does basically want you want with a UISlider instead of a morph.
  15. MacGruber

    Solved Is there a way to tweak time of girls and how the plugins work so that they move in a more natural speed?

    It's just values you can/need to tweak, so it looks right for you. For example, if you use my Gaze plugin (the one included in Life) you might want to try reducing "Gaze Duration": This. The only proper way is to motion capture the scene. Meaning you got an actor really doing the movement you...
  16. MacGruber

    Question What are we supposed to hsve for Session pluggins vs person atom plugins?

    My session plugins I'm auto-loading when VaM starts: PowerHandles (improves VaM when using Desktop mode, you can work much faster and more precise) EditMode (just switches to Edit mode and enable the UI on scene load) FrameRateControl (pauses VaM when in background...helpful so it doesn't waste...
  17. MacGruber

    Solved How to properly cite the author without offending him?

    Only option 4 is non-commercial. As soon as you make money in whatever way related to your VaM identity...everything you do in VaM is commercial. By the way, it also means you might have to pay income tax on your "donations" or whatever is needed in your country.
  18. MacGruber

    Solved How to properly cite the author without offending him?

    This! If you have donations, it means everything you do is commercial! Make sure to not use content with non-commercial licenses, e.g. CC-BY-NC.
  19. MacGruber

    Solved How to reset the counter for logicbricks?

    Yeah, there is SetDown to set to 0, and SetUp to set the max value. Also check out the examples from the demo scene package that comes with LogicBricks...there is one showing the Counter: Example 4.
  20. MacGruber

    Solved Audio AssetBundles better than linked MP3?

    You can use AudioMate, but AFAIK it does not support audio from AssetBundles? If you like to use my SoundFromAB and RandomSoundFromAB bricks, you can combine them with an EventAudioQueueEmpty brick. That gives you a trigger signal whenever there is no audio playing...meaning the current song...
Back
Top Bottom