0 of 0

File information

Last updated

Original upload

Created by

KokomiNanase

Uploaded by

KokomiNNS

Virus scan

Safe to use

Tags for this mod

About this mod

A small mod that changes the shared black panties in several dress-type outfits to white — not by textures, but via material editing.

Permissions and credits
Hey you.
Tired of wearing frilly dresses only to find out your underwear is always... black?
Why are there no recolor mods for the panties in dress-type outfits — the ones where cute underwear would make the most sense?
Costumes like Black Full Dress, Black Rose, and La Vie en Rose all load their panty visuals from a shared material:
MI_CH_P_EVE_20_panti.uasset
Yes, a material, not a texture.
That means normal outfit modders — the texture-swap crowd — have a hard time changing this.
The color data lives in a data table, and it's not something you'll easily tweak in Photoshop.
You need to dig in with uassetGUI or some real material-editing workflow.

Example entry:

"VectorParameterValues": [
  {
    "ParameterInfo": {
      "Name": "Pattern01_Tint",
    },
    "ParameterValue": {
      "R": 0.083333,
      "G": 0.083333,
      "B": 0.083333,
      "A": 1.0,
      "Hex": "515151"
    }
  }
]

This mod simply changes those RGB values to 0.983333.
That’s it. Now you’ve got white panties.
Don’t expect a color selector or fancy variations.
I’m here to share the technical method, not to become an underwear enthusiast.
I'm a specialist in humiliation and defeat — not lingerie.
If you want different colors? DIY.

------------------------

そこのあなた。フリフリのドレスを着るとパンツが黒ばっかりなことにうんざりしてませんか?
どうしてパンツと親和性の高いドレス系の衣装にパンツのリカラーmodがないの?
ブラックフルドレス、ブラックローズ、ラヴィアンローズなどの衣装はMI_CH_P_EVE_20_panti.uassetというマテリアルからパンツを読み込んでいます。
はい、マテリアルです。テクスチャではありません。これは衣装系modを作っているmodderたちの作業環境ではいじりにくい領域です。
データテーブルで色が指定されているので、uassetGUIで戦闘オーバーホールを行うようなmodderのほうが、このパンツの色をいじるのに向いています(私のように)。

"VectorParameterValues": [
  {
    "ParameterInfo": {
      "Name": "Pattern01_Tint",
    },
    "ParameterValue": {
      "R": 0.083333,
      "G": 0.083333,
      "B": 0.083333,
      "A": 1.0,
      "Hex": "515151"
    }
  }
]

アセットのテーブルに記載されているRGBのカラーデータを0.983333にしただけの簡単なmodです。
カラーバリエーションに期待しないでください。私の仕事はこのmodを通じて技術をシェアすることです。
私は屈辱と敗北の専門家でありパンツにそこまでの情熱はありません。色の微調整は自分でやってね。