Skip to content

Tips 小技

TenteEEEE edited this page Oct 21, 2019 · 7 revisions

最新のパンツのダウンロード

パンツパッチのフォルダで git pull

最新のパンツを脳死でパッチしてUnityのテクスチャを自動更新したい

誰得なんだこの設定
Unityのマテリアルでまずテクスチャを設定します。
ここでは例としてキッシュちゃんの素体にパッチするとして、テクスチャのマテリアルにquiche_nbody.pngというファイルを設定したとします。
あとはoutputにそのテクスチャまでのフルパスを書くだけです。
自分の場合だとこんな感じです。
あとはpull_patch.batをダブルクリック。

{
  "":"-----Common Setup-----",
  "model":"quiche_nbody",
  "input":"./body/body_quiche_nbody.png",
  "output":"C:/Users/TenteEEEE/Documents/Unity/project/Quieche/Assets/Quiche/quiche_nbody.png",
  
  "":"I guess normally true is comfortable for you. When you set false, it patches a single pantie",
  "all":false,
  
  "":"When you set all, you can define the directory name. default will be a model name",
  "":"It may useful when you make Linz texture using quiche model",
  "directory":"default",

  "":"Pantie number. 0 means the latest one. It may comfort for you.",
  "pantie":0,

  "":"When you want to update all converted textures, set true",
  "force":false,

  "":"When you want to make transparent textures, set true",
  "transparent": false,

  "":"When you want to choose a pantie randomly, set true",
  "random": false,

  "":"-----Setup for Quiche and Linz bra-----",
  "with_bra":true,
  "is_lace":false,
  "dis_ribbon":false,
  "dis_shading":false,
  "dis_decoration":false,
  "dis_texturing":false,

  "":"-----Setup for immoral sign-----",
  "add_sign":false,
  "fsign":"./material/anna_sign.png",

  "":"-----Setup for stitch correction for Shaclo-----",
  "stitch_correction":false,
  
  "":"-----Setup for frill correction for Fuzzy-----",
  "is_frill":false
}

Clone this wiki locally