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

Guides The way to read Appearance Presets(*.vap) Directly

dynms1337

Active member
Joined
Jul 6, 2020
Messages
12
Reactions
118
dynms1337 submitted a new resource:

The way to read Appearance Presets(*.vap) Directly - The way to read Appearance Presets *.vap [Plugin Development]

"Appearance Presets" file (*.vap) is JSON formatted, but it is not a strict format and cannot be parsed.
i.e. this not works.

target vap file example.
JSON:
{ 
   "setUnlistedParamsToDefault" : "true", 
   "storables" : [ 
      { 
         "id" : "geometry", 
         "useAdvancedColliders" : "true", 
         "useAuxBreastColliders" : "true", 
         "disableAnatomy" : "false", 
         "useMaleMorphsOnFemale" : "false", 
         "useFemaleMorphsOnMale" : "false"...

Read more about this resource...
 
Back
Top Bottom