• 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.

Recent content by coinstacc

  1. C

    VaM 1.x Applying transparent material via script

    Ah, in this case I'm looking for a shader/material that can still accept regular lighting but be semi-transparent, like the regular shape atoms. The plugin wouldn't be using them as gizmos like many do, the intent would be to attach (and then animate) some semi-opaque primitive spheres to a...
  2. C

    VaM 1.x Applying transparent material via script

    I have a plugin concept that would involve spawning in some Unity primitives, but I'd want them to be semi-transparent. I've messed around with some of the shaders (TransparentGlossNMNoCullSeparateAlpha, I believe) that are used on built-in models but haven't been able to then adjust the alpha...
  3. C

    Plugins + Scripts Sim Setter

    coinstacc updated Sim Setter (et al.) with a new update entry: The Big One Read the rest of this update entry...
  4. C

    Plugins + Scripts Sim Setter - The Big One

    It's here. After a bunch more effort than expected, the Sim Setter suite now has a plugin that can save and apply multiple "bundles" of clothing item sim positions. Key points: ItemSetter: ItemSetter is the new name of the script previously called SimSetter. It can save and restore one sim...
  5. C

    Plugins + Scripts Sim Setter

    Sorry, I think my phrasing was ambiguous there: I was reworking the bundle code in SheetSetter to be a bit more robust as a preparation step for using it in a more "complete" version of SimSetter. I did get it working (seemingly) fine, so I just started the process of porting it over and...
  6. C

    Plugins + Scripts Sim Setter

    Looping back to this as well, having now dug through a few other plugins' code it seems like the screenshots will only display in the load dialog if the preset file type is .json. I want to keep the separate file extensions to make the divisions between the types of presets clear, so I think...
  7. C

    Plugins + Scripts Sim Setter

    Would this be intended as a workaround for the current inability to save multiple states, or is it for another reason? If it's the former, I'm working on testing a refined system in SheetSetter so it can be expanded into the clothing side of things, so I'm prioritizing that as the solution.
  8. C

    Plugins + Scripts Sim Setter

    Does each pose have an instance of SimSetter it uses to set the clothing? This would lead to another potentially stupid question if so: did you make sure to save their respective sims in each one? They don't talk to each other so each one would need to be saved separately. I just ran a test...
  9. C

    Plugins + Scripts Sim Setter

    I set up what should be the barest version of the scenario (otherwise blank scene, basic person, body language + simsetter, two poses, pose 1 triggers set sim, ui buttons to apply each pose) and wasn't able to replicate the issue. The plugin should only send this message if the variable...
  10. C

    Plugins + Scripts Sim Setter

    Are you directly triggering a full scene change with the trigger? If so, are you also triggering Set Sim at the same time? If that's the case, or similar, it's possibly trying to trigger Set Sim before the plugin has its saved clothing and sim data loaded in. If not, can you give a more...
  11. C

    Plugins + Scripts Sim Setter

    Ah okay I get it now, I'll have to look into how that's done; the current preset code is basically just copied from what other creators have shared, so I haven't dug into it that much. You're right though, it would make some sense to have a thumbnail as a visual record of what each one is.
  12. C

    Plugins + Scripts Sim Setter

    I'm not quite sure what you mean by this, could you elaborate?
  13. C

    Plugins + Scripts Sim Setter

    coinstacc updated Sim Setter (et al.) with a new update entry: The "oh sheet" update Read the rest of this update entry...
  14. C

    Plugins + Scripts Sim Setter - The "oh sheet" update

    Per a request, there is a new SheetSetter plugin as part of the package that can be applied to SimSheet atoms to save and restore their sim positions. This also functions as a perfect test case for being able to save multiple sim states! I am referring to these as "bundles" because calling...
  15. C

    Plugins + Scripts Sim Setter

    Y'know, I don't think I had considered that. Will have to investigate in the future.
Back
Top Bottom