• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. 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.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.

Search results for query: *

  1. hazmhox

    VaM 1.x Too many dependencoes for my character

    Atani summarized pretty much the reason(s). Well know/love creators does not mean best practices all the time. For instance, the "don't create a scene" is a best practice to not enter a deep discussion about why. But it's quite simple: scenes can result in dozens of dependencies. Unless you...
  2. hazmhox

    High Quality physics and its effects?

    Probably a fluke :p No one should use HQ physics, it is not "slightly" more expensive contrary to what has been said, it's WAY more expensive.
  3. hazmhox

    Solved Do we need "all dependencies" vs. only "direct dependencies"?

    It is not enough : ) Unless you know exactly if a dependency does not need the sub-dependency, it's highly likely you will need them if you load the content from that specific dependency at some point. But this is a situation you can test yourself. No one here can tell you what you wanna keep...
  4. hazmhox

    VaM 1.x Too many dependencoes for my character

    How do you share the character? Appearance preset? If not (like a scene) don't, use appearance preset. But overall : Create a character with zero clothes. Naked is the way to go to reduce the dependencies. Just suggest potential "free/CC-BY" usage through screenshots in your release. Prefere...
  5. hazmhox

    VaM 1.x How to mitigate the wrinkles of normal textures?

    It's because you're adding two values together, which makes the final vectors far more aggressive than if they were individual normal maps. The only solution for that is to update the normals to only keep the details you want and then control their intensity. Decal Maker allows you to tweak the...
  6. hazmhox

    VaM 1.x Use more than single audio inside the same atom ?

    That's very subjective in terms of implementation. We generally have one source because most people will only need one. We have no idea what people will come up with, so generally when you want to extend the way something works, you let people code their own things. To be honest, if I'm looking...
  7. hazmhox

    VaM 1.x Use more than single audio inside the same atom ?

    Hey! Be kind silly goose :p One shots are sounds that are "instanciated" on the fly inside the scene using a source as a reference. When the sound is played, it's simply "there", you have pretty much (almost) no control over it, contrary to something played on an AudioSource. It is not :p As...
  8. hazmhox

    Plugins + Scripts VAMStory

    VAMS and pretty much all my recent plugins do not (and won't) support subscenes.
  9. hazmhox

    Plugins + Scripts Studio Maestro

    Nice! You're welcome <3
  10. hazmhox

    Scenes Beyond The Aquila Rift

    I don't think nicho is ever gonna update his scenes, you'll need to fix the file yourself. There is one single file in the .var and the scene refers to it dynamically, it's not a URL. And there's only a single song.
  11. hazmhox

    Plugins + Scripts VAMMoan 2 (teaser)

    I probably will release VAMExcite which is the "brother" plugin of VAMM2 that allows it to work in interactive mode ^^
  12. hazmhox

    Plugins + Scripts Studio Maestro

    hey supperGR! You don't bother me ;) You get this error because you modified your .var structure. The way .var files are in a single folder is the way VAM works "vanilla", so SM is checking the files where they should be, ie: at the root of AddonPackages. Put MacGruber's essentials where it...
  13. hazmhox

    Plugins + Scripts VAMMoan 2 (teaser)

    Probably at some point. I'm quite busy atm : )
  14. hazmhox

    Plugins + Scripts VAMStory

    It exists already in VAMS : ) Tools > Mini saves or Mini saves value. Mini saves just checks for a file, so it's like a true/false thing. Mine saves value gets a value from a file and can be read by a plugin like VUML. The tools are just a way to "know" a state, you only need to drive your...
  15. hazmhox

    Plugins + Scripts VAMStory

    Umh weird! I'll take a look : ) Thank you for the report.
  16. hazmhox

    Plugins + Scripts VAMMoan 2 (teaser)

    Audio is played through a component. You can't overlap sounds on a component, you play one sound at the time. You can use "one shots" to compensate, but you lack control of the sound with that technic. So the idea would be to play your sounds on another source. Plugins won't be able to stack tho : )
  17. hazmhox

    Plugins + Scripts VAMMoan 2 (teaser)

    Why would you do that? :p And no. If you want to swap the behavior mid scene, use presets : )
  18. hazmhox

    Plugins + Scripts Crowd Generator

    Animation is quite a complex subject, but you should look for animation controllers tutorials on youtube. You should find what you're looking for. : D
  19. hazmhox

    Plugins + Scripts VAMCCD - Custom clothing decals

    Umh, that might be because you have your texture right at the border of the file. Always have a 2 to 4 pixel margin on texture, it's better when you don't want repeating stuffs and avoid that kind of bleed in some situations.
  20. hazmhox

    Plugins + Scripts VAMMoan 2 (teaser)

    The system where you load your audio files? Never. Use VAMM2 to do that : )
Back
Top Bottom