• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Search results for query: *

  1. hazmhox

    Solved Question about Transparency

    The principle of intersecting geometry and influencing it is quite complex. Due to the fact that CUAs and Persons resides on a different material/lighting system, it's fairly reasonable to say it's gonna be quite complex if not impossible. That being said, a Custom Shader loader has been...
  2. hazmhox

    VaM 1.x "Hardcoded" file loading

    It should. Presets are meant to load all the values from it. If it doesn't. It means the plugin is coded in a way that does not handle proper reload of the JSONStorable of a plugin.
  3. hazmhox

    VaM 1.x "Hardcoded" file loading

    Atani gave you a solution. But session plugins are NOT saved with the scene (if I'm not mistaken), I don't think you can rely on that. If you're planning to explain to people to load the session plugin, you can include a preset in the var to tell them to load it.
  4. hazmhox

    Plugins + Scripts VAMMoan 2 (teaser)

    Sorry for having quality standards haha. Yes, I think that if your goal is ripping random porn videos and ripping them ( which is btw, an IP infringement ), you are better off using AudioMate. You're not gonna get anywhere with 100 files for VAMM2 where the basic set requires around 250 at...
  5. hazmhox

    VaM 1.x "Hardcoded" file loading

    If you're talking from a coding perspective, you can do obviously pretty much whatever you want. It's just a matter of looking at the file, if it exists, etc. Or if the plugin allows to choose what setting you wanna use (local or var one). Now, if you're asking if the plugin CAN already do...
  6. hazmhox

    Plugins + Scripts VAMMoan 2 (teaser)

    This has been discussed over and over on both VAMM1 and VAMM2 discussion threads. I've suggested people to send me serious libraries, none of them ever did it. And the amount of people with the skillset or patience to do that is so minimal that my time is better spent elsewhere on my plugins...
  7. hazmhox

    Plugins + Scripts CustomUI

    Maybe yeap! I suppose the ideal situation would be to have something like that : tab.add( CustomUI.addChooser(this, true, "Style", 1, stylesList).setCallback((name, val) => { OnBubbleChanged(); }).register("GlobalOptBubbleType")); Where you simply shoot the stylesList as a default parameter...
  8. hazmhox

    Plugins + Scripts CustomUI

    As simple as that : //initialized in the class above protected List<string>stylesList = new List<string>(){"Style01", "Style02"}; // in the UI main init tab.add( CustomUI.addChooser(this, true, "Style", 1).setPopList(stylesList).setCallback((name, val) => { OnBubbleChanged()...
  9. hazmhox

    Plugins + Scripts CustomUI

    Crazy shit! very nice. Btw could you help me on something? I'm failing to set a list with the addChooser that doesn't start with "None". Looking at the code, it seems that none of your "BaseChooserUI" are calling the methods with the List parameter sent to them. Which makes them always init...
  10. hazmhox

    Plugins + Scripts CustomUI

    Ho btw! One idea, the lists/chooser take SetPopList which sets "choices". But list also allows displayChoices, which is super handy in some situation (I'm using it often recently). You could add them if you wanted?
  11. hazmhox

    Plugins + Scripts CustomUI

    Damn bro! you're fast! thank you very much <3 Hey I have a question out of curiosity, is it possible to do "sub tabs", or if you prefer, a main tab list and inside of each children tabs. Not that I need them right now, but just out of curiosity to plan my plugin properly in term of UI design ^^
  12. hazmhox

    Plugins + Scripts CustomUI

    Sure! It's just very basic, I simply loaded the thing on an empty and edited a couple of fields. So that you don't forget since I confirmed: it's a silent error, so you need to load Acid's Log Forward plugin to see it :)
  13. hazmhox

    Plugins + Scripts CustomUI

    Hey @14mhz, i'm considering using your library for my next companion plugin for VAMStory, and with the demo, after adding the demo plugin on an empty. Saving the scene and reloading it. I get this in the log: Know that I have Acid's forward log always enable to detect silent errors, so this...
  14. hazmhox

    VaM 1.x Looking for "ReignMocap" scenes for Virt-A-Mate - Thanks

    Reign is banned, you will not find any of his content here.
  15. hazmhox

    VaM 1.x Copy Lighting animations or making them a template

    You can do anything, but VAM is a sandbox, light animations can be made in 20 different manners if not more... every creator does his approach on this. So you would need to look at the scene you like, find what you want to "template" and make it either a subscene or a scene and use a merge load...
  16. hazmhox

    Question Is there any way to make clothes unlimited?

    Damn! yeah no there's no easy way to do that. You need to port or do the female and male version :(
  17. hazmhox

    Plugins + Scripts VAMStory

    Absolutely no problem. I enjoy chatting with cool people, long essays are not an issue ^^ Perfect! Duely noted. I'll check that tonight. Ho btw, I was kinda extreme in my AI answer above... I do use AI in a single situation, and where I think it's a valid choice if you don't have the means...
  18. hazmhox

    Question Is there any way to make clothes unlimited?

    You are on an english speaking forum. Please use a translator. You can provide both language if you want.
  19. hazmhox

    Plugins + Scripts VAMStory

    No problem mate! It's just a matter of belief/opinion, no harm done. On the "asking for more info", it's just normal communication if you ask me. I'm more than 20y in as a dev, and 100% of the time... failure to fix/tweak/improve as asked was because the initial request was badly formulated...
  20. hazmhox

    Plugins + Scripts VAMStory

    I'm currently working on a "Character" plugin (which will be added on the person atom). Which would allow first and foremost, to pop advanced speech bubbles. At least, with some visual options, offsetting and so on... The other idea I had was to indeed have a value in this character plugin to...
Back
Top Bottom