瀏覽代碼

Add notes about json files

habeebweeb 4 年之前
父節點
當前提交
ec6b9156d6

+ 6 - 0
COM3D2.MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/mm_dogu_extend.json

@@ -1,3 +1,9 @@
+/*
+    This file contains extra props that I cannot find in the nei files.
+    They might be in there but I can't find them.
+
+    This file should not be modified.
+*/
 [
     "megane001_z2_scenario_model",
     "odogu_chuukaset_chahan_photo_ver",

+ 19 - 0
COM3D2.MeidoPhotoStudio.Plugin/Config/MeidoPhotoStudio/mm_pose_list.json

@@ -1,3 +1,22 @@
+/*
+    This file contains pose categories and their corresponding pose lists.
+
+    This file will initially have all the poses that MultipleMaids has but can be modified.
+    
+    You probably won't ever need to modify this file unless you're some kind of power user.
+
+    The structure of a pose list object is:
+    
+    {
+        "uiName": "poseCategoryName",
+        "poseList": [ "the_list", "of_poses" ] 
+    }
+
+    'uiName' does not need to adhere to camelCase. 
+    Since poses in 'poseList' are actual files in the game, they should be in snake_case and all lower case.
+
+    Do not add custom poses here. They should be placed in the 'Custom Poses' folder.
+*/
 [
     {
         "uiName": "normal",