readme.adoc 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. = Readme
  2. Discord - habeebweeb#6577
  3. :toc:
  4. :toclevels: 4
  5. :pluginname: MeidoPhotoStudio
  6. :photomode: Studio Mode
  7. :config: BepInEx\config{backslash}{pluginname}
  8. {pluginname} is an alternative to {photomode}.
  9. Source can be found https://git.coder.horse/habeebweeb/COM3D2.MeidoPhotoStudio/src/dev[here]
  10. _A full manual, which goes into more depth, will be included when {pluginname} 1.0.0 offcially releases._
  11. == Installation
  12. === Requirements
  13. {pluginname} is a BepInEx plugin. Get the latest release https://github.com/BepInEx/BepInEx/releases[here].
  14. === Installation
  15. Move the contents of the `BepInEx` folder into `COM3D2\BepInEx`
  16. == Files
  17. {pluginname} reads and writes files to and from `{config}`.
  18. [horizontal]
  19. Translations:: Contains translation files.
  20. Environments:: Contains saved environments.
  21. Scenes:: Contains saved scenes.
  22. Presets:: Contains poses and hand and face presets
  23. +
  24. _Sample presets are included._
  25. Database:: Contains databases that {pluginname} uses.
  26. +
  27. --
  28. `bg_ignore_list.json`:: List of BGs to ignore when building prop list.
  29. `extra_dogu.json`:: List of extra props that I can't find through nei files
  30. `mm_pose_list.json`:: Collection of in game poses to display.
  31. `face_slider_limits.json`:: Upper limit of face slider values
  32. _Each database file has comments at the top with further information._
  33. --
  34. `cache.dat`:: Cache file for menu files. (Generated at runtime).
  35. `MeidoPhotoStudio.cfg`:: Configuration file. (Generated at runtime).
  36. `mpstempscene`:: A save file that's made when pressing `Ctrl + S`.
  37. NOTE: Environments, scenes, and each preset folder can have single level deep folders within them to allow for grouping.
  38. == Hotkeys
  39. === Main
  40. [%header, cols="1a, 3"]
  41. |===
  42. | Key | Action
  43. | `F6`
  44. | Activate/deactivate {pluginname} (Only in daily and edit mode)
  45. | `Tab`
  46. | Toggle main window
  47. | `M`
  48. | Toggle message box
  49. | `H`
  50. | Undress all maids
  51. | `F8`
  52. | Hide/show <<manual#scene-manager, scene manager>>
  53. |===
  54. === Camera
  55. [%header, cols="2a, 3"]
  56. |===
  57. | Key | Action
  58. | `Q + R`
  59. | Reset camera
  60. | `Q + S`
  61. | Save camera
  62. | `Q + A`
  63. | Load saved camera
  64. | `Q + 1-5`
  65. | Switch to another camera
  66. | `Shift + Scroll`
  67. | Zoom camera faster
  68. | `Shift + Middle Drag`
  69. | Pan camera faster
  70. |===
  71. === Drag Handles
  72. ==== General
  73. [%header, cols="2a, 3"]
  74. |===
  75. | Key | Action
  76. | `A + Left Click`
  77. | Select object
  78. | `D + Left Click`
  79. | Delete object
  80. | `C + Drag`
  81. | Scale object
  82. | `C + Double Click`
  83. | Reset object scale
  84. |===
  85. ==== Movement
  86. [%header, cols="2a, 3"]
  87. |===
  88. | Key | Action
  89. | `Z + Drag`
  90. | Move object along XZ plane
  91. | `Z + Control + Drag`
  92. | Move object along the y axis
  93. | `Z (+ Control) + Double Click`
  94. | Reset object position
  95. |===
  96. ==== Rotation
  97. [%header, cols="2a, 3"]
  98. |===
  99. | Key | Action
  100. | `X + Drag`
  101. | Rotate object along XZ axis
  102. | `Z + Shift + Drag`
  103. | Rotate object along the *world* Y axis
  104. | `X + Shift + Drag`
  105. | Rotate object along its *local* Y axis
  106. | `X + Double Click`
  107. | Reset object rotation
  108. |===
  109. ==== Scaling
  110. [%header, cols="2a, 3"]
  111. |===
  112. | Key | Action
  113. | `C + Drag`
  114. | Scale object
  115. | `C + Double Click`
  116. | Reset object scale
  117. |===
  118. ==== Maid
  119. [%header, cols="2a, 3a"]
  120. |===
  121. | Key | Action
  122. | `Drag`
  123. |
  124. * Move arms and legs
  125. ** Moving from the hand/foot will move the arm/leg like a chain
  126. ** Moving from the elbow/knee will rotate the arm/leg using the shoulder/hip as the pivot point
  127. * Move shoulders
  128. | `Alt + Drag`
  129. |
  130. .All along XZ axis
  131. * Rotate torso
  132. * Rotate pelvis
  133. * Rotate head
  134. * Rotate hands/feet
  135. | `Alt + Shift + Drag`
  136. |
  137. .All along local y axis
  138. * Rotate torso
  139. * Rotate pelvis
  140. * Rotate head
  141. * Rotate hands/feet
  142. * Rotate arms/legs (when dragging on elbow/knee respectively)
  143. | `Control + Alt + Drag`
  144. |
  145. * Move both eyes (When dragging on face)
  146. * Move each breast
  147. | `Control + Alt + Shift + Drag`
  148. |
  149. * Move eyes in opposite directions
  150. * Rotate breasts
  151. | `Control + Alt + Double Click`
  152. | Reset eyes and breasts position
  153. | `Control + Drag`
  154. | Rotate forearm/calf using elbow/knee as pivot point
  155. | `Space`
  156. | Rotate fingers/toes
  157. | `Shift + Space`
  158. | Rotate base of fingers/toes along local y axis
  159. | `A + Left Click`
  160. |
  161. * Make selected maid the active maid and switch to pose tab (When clicking on torso)
  162. * Make selected maid the active maid and switch to face tab (When clicking on face)
  163. |===
  164. == Changelog
  165. === {pluginname}.1.0.0-beta.3.1
  166. ==== Fixes
  167. * Fix memory leak when saving scenes to a file
  168. * Handle errors when saving scenes to prevent {pluginname} from locking up
  169. * Fix issue where {pluginname} crashes when trying to save a non-existent background
  170. ** SceneCaputre hides the background by destroying it so it caused issues for {pluginname}
  171. === {pluginname}.1.0.0-beta.3
  172. ==== Fixes
  173. * Fix face tab sliders/toggles doing nothing when using face shapekeys in ShapeAnimator
  174. * Fix face blush toggles doing nothing
  175. ==== Changes
  176. * Make bone mode drag handles way smaller and more transparent
  177. ==== Enhancements
  178. * Add spine as attach points for props
  179. ==== New Features
  180. * Add camera Z rotation and FOV slider
  181. * Add camera slots
  182. ** There are 5 slots that function similarly to quick save slots
  183. ** Cameras can be switched between through the GUI or by holding `Q + (1..5)`
  184. * Add textfield and reset button to some sliders
  185. ** textfield and reset buttons were added to the camera pane and lights pane
  186. * Add clothing mask radio buttons to change dressing for individual maids
  187. ** Functions the same way as pushing `H` to change all the maid's dressing
  188. * Add user configurable face slider limits
  189. ** `Config\MeidoPhotoStudio\Database\face_slider_limits.json` has been added