Search results for query: *

  1. WrongTamago

    Clean up scene and remove unused dependencies?

    The easiest way would be to open your .json files in a text editor (like Notepad++) and look at them directly. You can search for ":/" (without quotes) to find your var references. You can then either edit the JSON directly (be sure to make a backup!), or figure what it's referring to and remove...
  2. WrongTamago

    Help with VAR packing for image dependencies (Answered)

    Your clothing .vaj files reference the "/Dropped textures" folder from "Origin69.Super_Suit.latest". It looks like you fixed the textures in the scenes, but not in the clothing items themselves. Also, you can cut out "Dropped textures" from the meta.json file. I haven't built a VAR in a while...
  3. WrongTamago

    Weird blue bars

    I saw something like this in a scene once. It went away after I downloaded some missing dependencies. I think it had to do with this plugin: Supplementary colliders for male & futa Do you have a plugin preset that auto loads or something?
  4. WrongTamago

    How to make ClothGrabSphere persist across saves

    Just an educated guess here. The physics state of clothing isn't saved, so you'd have to put the ClothGrabSphere where the clothing appears when it's first loaded. Then you'd probably have to animate it into place. It could be a short Scene Animation, or a non-looping AnimationPattern.
  5. WrongTamago

    SELF:/ vs module_name:/

    Can you give a specific example? It could just be the author ignoring the warnings. The warnings don't prevent you from creating the package.
  6. WrongTamago

    How to use MVR with VAM

    My guide has a description of all of the bindable controls at the bottom.
  7. WrongTamago

    How to use MVR with VAM

    There's some information in the Reddit Wiki. However, it's not very up-to-date. The easiest way to start is to use the "VaM Hub" Hub Browser in the game. The game can download scenes and dependencies for you that way. Set the category to "Scenes" if you just want stuff to play with. Another...
  8. WrongTamago

    How to use MVR with VAM

    Okay, great! You're most of the way there. If there's constant movement, then it's probably thumbstick drift. You could try restarting SteamVR and VaM to see if it fixes the problem. If it doesn't, then you can adjust the deadzone for your thumbsticks: Push in the thumbstick to bring up the...
  9. WrongTamago

    How to use MVR with VAM

    Yeah, a lot of people complain about it (not only for VaM), but that's how it is right now.
  10. WrongTamago

    How to use MVR with VAM

    Okay, let's go through pretty much everything then. For WMR, install the Mixed Reality Portal. This is necessary to get the headset to work at all. And yes, it has to be running even when you are using SteamVR. Go through the setup and when it's done, you should end up in the WMR portal, a.k.a...
  11. WrongTamago

    How to use MVR with VAM

    Are you having a problem with it? It worked fine for me on my Odyssey+. Make sure you have SteamVR installed and running. There's no native WMR support.
  12. WrongTamago

    Creating a package/ .VAR?

    Don't open your original scene. It may or may not have the references in it. Look in AddonPackagesBuilder, which is where your VAR is prepared before zipping up. What often happens is that VaM adds duplicate morphs that have the same ID. In Notepad++, open your JSON (and any VAP files you may...
  13. WrongTamago

    Unable to find certain looks when replacing one in an existing scene

    It may be the look itself. Some looks (especially older ones) use the CustomUnityAsset atom for hair. This was done before custom hair was a thing. Looks may also use them for wings, tails, etc. An Appearance preset won't save the CustomUnityAssets attached to it, because it doesn't actually...
  14. WrongTamago

    Texture errors

    I'm glad it's fixed!
  15. WrongTamago

    Unable to find certain looks when replacing one in an existing scene

    That's mostly a problem with the look itself. Some authors only include a scene and don't include a loadable Look or Appearance Preset. There's a thread about it here: https://hub.virtamate.com/threads/look-distribution-in-vars.841/ What you can do to fix it is to load up the scene from the...
  16. WrongTamago

    Texture errors

    It's trying to load the textures from your cache in G:\Textures but it's not finding it there for some reason. Check your Caching settings in User Preferences. Make sure that the path exists (if it's an external drive, plug it in!). Try clearing it. Maybe try putting it on a different drive just...
  17. WrongTamago

    VAR downloads from Patreon auto-renamed to ZIP?!

    A temporary way to force Firefox to save it with the right extension is to put it in double-quotes when you save it. e.g. "MacGruber.Life.12.var" Of course, most people will not remember to do this just for one file type, so it's not a great solution.
  18. WrongTamago

    Headset drift in Samsung odyssey plus

    You can test the cameras by turning on the Flashlight function (the voice command "Flashlight on" may work). This enables the camera passthrough and will show whatever the controllers are pointing at. Another thing you can try is to reset your play space and set it up again. I had to do this...
Back
Top Bottom