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

Recent content by Chokaphi

  1. C

    Plugins + Scripts Decal Maker

    EDIT: Looks like I have a bug that wont let a trigger reload the same preset. Will look into that. Instead of Try without the leading / I just saved a scene with a button to load a preset from Saves/scene/aa.json and it seems to work in the current release.
  2. C

    Plugins + Scripts Decal Maker

    Are you trying to load a preset with a button as the trigger? I know VAM's json loaders can be really picky about file paths. Vam uses Unity style paths so lets say you want to load a preset named aa.json that you saved in the Saves/PluginData/Chokaphi/DecalMaker/Presets/ folder The VAM...
  3. C

    Plugins + Scripts Decal Maker

    Good catch, I was not telling DecalMakers Image load routine to use compression on non-normal map images. I will add the flags for the next update. This has a big effect on Cache size and a decent effect on Vram usage. DecalMaker with thirty-four 4096*4096 Textures applied: Uncompressed Vram =...
  4. C

    Plugins + Scripts Decal Maker

    The Smooth passes are moving the underlying geometry, its especially terrible on the waist/genital area as well. There is not much we can do because DecalMaker does not actually place any textures itself, it hands the textures to VAMS own shaders that then apply the texture. Think of the UV...
  5. C

    Plugins + Scripts Decal Maker

    The DecalMaker UI has closed or crashed in some way, that button is in the normal UI most plugins use. It should never be visible, and was my first word anytime I saw it while developing the plugin Do you anything the the error message log?
  6. C

    Plugins + Scripts Decal Maker

    Chokaphi updated Decal Maker with a new update entry: Unity Bugs Of Unusual Types? I don't think they exist. Read the rest of this update entry...
  7. C

    Plugins + Scripts Decal Maker - Unity Bugs Of Unusual Types? I don't think they exist.

    New: Thumbnail in UI and ColorPicker will reflect the current ColorPicker values Improvement: Frame re-naming logic has been tweaked and should be more reliable. Fix: New Rendercode in Beta 2.7 would get stuck with a "processing" flag set and never unset in some situations. Code was in the...
  8. C

    Plugins + Scripts Decal Maker

    This IS the proper output right!!?? 😁
  9. C

    Plugins + Scripts Decal Maker

    I parse the color but never set it when converting the old saves. If you want a quick fix, open the .var file with zip/7zip and edit Chokaphi.DecalMaker.50.var\Custom\Scripts\Chokaphi\VAM_Decal_Maker\src\Utility\DMOldSaveLoader.cs Change line 170 from Color.HSVToRGB(h, s, v); To color =...
  10. C

    Plugins + Scripts Decal Maker

    Chokaphi updated Decal Maker with a new update entry: On a scale of -10 to 10 you are... Read the rest of this update entry...
  11. C

    Plugins + Scripts Decal Maker - On a scale of -10 to 10 you are...

    Enabled: Appearance data will be monitored for DecalMaker data and load if it exists. Fix: Change range of UI sliders for Non Decals to -10 10 Fix: Allow Strength storable to use -10 to 10 Fix: Null error when attempting to sync slider before UI was loaded. Fix: Multirendering will work again...
  12. C

    Plugins + Scripts Decal Maker

    I may release my current fixes which I have the Appearance fixed. Since I have a few fixes done but the bugs I am working on is gonna take more time to solve. Can you give me a sample of the old save where tint is not restoring? The Genital and Nipples clipping is broken in the current...
  13. C

    Plugins + Scripts Decal Maker

    I wanted to make the color picker bigger to be easier in VR, glad you found the button
  14. C

    Plugins + Scripts Decal Maker

    Males Genitals have an ID that is on the females torso, so probably some other voodoo happening as well. Atm, I have broken my rendering system and once I have time again, will need to fix that before I move on to anything else.
  15. C

    Plugins + Scripts Decal Maker

    The plugin is being rewritten with new features and new UI, anything marked as DecalMaker2 or var 40+. Click the Big Plus to add a texture to that slot By removing the display of the characters skin textures from the UI I can decrease startup and load time. The UI is still a WIP so some parts...
Back
Top Bottom