• 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

    Logic "if A then B"

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

    A Trigger Button Concept Needed for VAM

    All of the mentioned stuff is possible. It's just a bit of setup work. You can use LogicBricks for example to implement the logic needed. And there is a plugin for nicer looking buttons, if you want that: https://hub.virtamate.com/resources/vamcui.7760/ For complex UI it can make sense to do...
  3. MacGruber

    A Trigger Button Concept Needed for VAM

    You can use AcidBubbles Keybindings plugin to setup a hotkey to duplicate atoms, that includes button atoms. Then you can use my own PowerHandles (part of "Essentials") to quickly snap a moved atom to the grid, e.g. snap to 10cm alignment. With those two plugins, creating say a grid of 5x5...
  4. MacGruber

    Copy and change the reveiver of a button?

    Sorry, I don't understand the question. But it seems unrelated to your original one? I would recommend to create a new thread. If you can put the gist of your question already in the title, it increases chances someone who knows something helpful opens the thread.
  5. MacGruber

    Copy and change the reveiver of a button?

    For mass-edits it can make sense to something like this by editing the scene JSON by hand. Make sure you got a backup before making changes! And maybe not a solution for non-tech people, it is really easy to break things when you don't know what you are doing.
  6. MacGruber

    Better controls

    The problem would be that you accidentally do the wrong thing all the time. But you know about the little squares between the arrows, right? For example the blue square allows you to move on the XY plane. Anyway, PowerHandles plugin might be worth a try for you...
  7. MacGruber

    Asset Bundle Environments Load Incorrectly / Skewed

    This. In Unity Editor make sure you did this: Set project Color Space to Linear to get proper lighting. This is found in Edit->Project Settings->Player. Then click Other Settings tab. Set Color Space->Linear (default is Gamma) Turn on VR support and set to single pass. This is found in...
  8. MacGruber

    Use of static images as background for image capturing?

    @Origin69 As said above, I would recommend using SkyMagic plugin to create a global illumination source ("sky") that is at least a vague match for your environment. That is especially important for shiny materials such as the leather. Right now your global illumination is just plain grey-blue...
  9. MacGruber

    Use of static images as background for image capturing?

    You did something wrong. Use an ImagePanelEmissive at default settings. Just set the background image. There is no shadow on the image, just on the floor (which isn't emissive here) Main reason for the plugin is that you can render video frame by frame, rather than needing a beefy PC to render...
  10. MacGruber

    Use of static images as background for image capturing?

    You are looking for the Emissive version of the ImagePanel. That just renders the plain image, without light/shadow applied. It still casts shadows, though. You could also give this plugin a try. It's meant for VR video rendering, but can also do regular video and screenshots. I think it has an...
  11. MacGruber

    [HELP] Does anyone know how to fix this lighting issue?

    It's caused by badly modeled geometry and/or texture coordinates, in this case in your clothing. For example a triangle with zero area because two or all three vertices are identical. That causes PostMagic to produce these artifacts. So, fix your clothing...or tell the creator to fix it and it...
  12. MacGruber

    I want to know how much my hardware upgrade will impact the frame rate.

    Look at the benchmark thread and try to find people with similar CPU and GPU. https://hub.virtamate.com/threads/benchmark-result-discussion.13131/
  13. MacGruber

    [C#] How can I make filterless small ComboBox ? (Done)

    Well, lets say your Popup is placed right at the bottom, maybe the last element. In that case even with scrollbar there might not be enough space. Hence adding a spacer as the last UI element just allows you to scroll the plugin UI further down. Just a simple workaround for VaM's UI limitations.
  14. MacGruber

    [C#] How can I make filterless small ComboBox ? (Done)

    Just as a note, in some situations it can help to just add a Spacer element to the bottom of your UI. public static UIDynamic SetupSpacer(MVRScript script, float height, bool rightSide) { UIDynamic spacer = script.CreateSpacer(rightSide); spacer.height = height; return spacer; }
  15. MacGruber

    Atoms in Edit Mode invisible

    @XXXryanXXX @FreeMaster69 You are aware that atom controller icons are only shown while you TOUCH (not press!!!) the A or X button on your VR controllers, right?
  16. MacGruber

    How to make object solid?

    Note that since VaM's physics aren't that accurate, you get body parts hovering, etc. Often you get visually better results by just posing/animating the character as if there were collision. Also has much better performance, of course. If you wanna use actual collision, I recommend to place an...
  17. MacGruber

    Need some help in finding some real human penis photos

    I would recommend looking at https://www.hegre.com/ They got super high res, high quality pictures. Some sets got up to 150 megapixels, so serious quality. Not some clueless photographer taking pics with their phone. Pics are mostly of woman, obviously, but some photoshoots include a guy. You...
  18. MacGruber

    Low Quality Hex Textures?

    Check whether your light sources have pixel light enabled. That should be the most important one. Otherwise check Shader quality and Smooth Passes in User Preferences. Tessellation should not be needed (at least not to address this issue)
  19. MacGruber

    Disable EULA

    The user account you are running VaM with (probably the one you are logged into Windows with) needs read and write access to the entire VaM folder with all its files and subfolder and their files and so on.
  20. MacGruber

    Disable EULA

    You probably installed VaM into a folder that is write-protected. That means VaM is not allowed to save anything...including the info that you already saw the EULA page. For example installing VaM into the "Program Files" or Windows folders would cause something like that. Move your VaM...
Back
Top Bottom