I wanted to make addons to change iris colors, but even though it seems there's no problem in applying them in BnS Buddy's log, the value in the .xml does not change.
This is how I have my .patch set up, and editing this manually gives me the desired result, so I'm thinking I didn't format the directory properly?
This is how I have my .patch set up, and editing this manually gives me the desired result, so I'm thinking I didn't format the directory properly?
Code:
FileName = xml[bit].dat.files\\engine\\charactertoolappearance_color.xml
Search = <record alias="JinF_iriscolor_002" color-1="0.700000,0.030000,0.030000" color-10="0.000000,0.000000,0.000000" color-2="0.820000,0.290000,0.000000"
Replace = <record alias="JinF_iriscolor_002" color-1="2.100000,0.090000,0.090000" color-10="0.000000,0.000000,0.000000" color-2="2.420000,0.870000,0.000000"
Description = Changes the JinF's red eye color (02) to be more vivid.