• 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

    VaM 1.x Smooth/blend image panel edges?

    I'll check if there's anything doable, that might be a good tool for VAMStory (by trying to override the main material)... but I'm not sure if it's doable. At best, if this is something I succeed, I'll @ you in one of the updates.
  2. hazmhox

    VaM 1.x Smooth/blend image panel edges?

    Nope, the best approach is to use like a frame/object to blend it in. Or do a plugin that plays videos with a shape/material that can be tweaked around the video ^^
  3. hazmhox

    VaM 1.x Image quality and screenshots

    Yup! Lighting works very very well on some skins without tweaking much, less on others. Sometimes, if you wanna get some very specific lighting vibes/styles, you can/should adjust the character's material, from diffuse color, to any other parameter ^^
  4. hazmhox

    VaM 1.x Applying transparent material via script

    private void debugPosition(Vector3 pos) { if (DebugCube != null) DestroyImmediate(DebugCube); DebugCube = GameObject.CreatePrimitive(PrimitiveType.Cube); DebugCube.name = "hzmBoundsCube"; DebugCube.transform.position = pos...
  5. hazmhox

    VaM 1.x Image quality and screenshots

    A good IQ only needs a pure three light setup. But the setup itself needs to be done well. Lights are one thing, but material adjustments on the character are also a massive difference. LUT and post magic is pointless up until you have a proper light. You can put as much post process you want...
  6. hazmhox

    VaM 1.x Image quality and screenshots

    Can you give an example shot? Where would you place your shot(s) against this for instance? Did you try tools like for instance Studio Maestro?
  7. 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...
  8. 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.
  9. 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.
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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()...
  15. 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...
  16. 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?
  17. 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 ^^
  18. 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 :)
  19. 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...
  20. 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.
Back
Top Bottom