mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
Added a 'Back View' Wig Q option as a workaround hairstyle for proof of concept of a back view Sin is working on with permission from the original artist.
This commit is contained in:
parent
36d5bb532f
commit
df22f3a532
7 changed files with 32 additions and 4 deletions
BondageClub
|
@ -5813,6 +5813,7 @@ ItemHoodRubberMaskOptiong13,Wig M
|
||||||
ItemHoodRubberMaskOptiong14,Wig N
|
ItemHoodRubberMaskOptiong14,Wig N
|
||||||
ItemHoodRubberMaskOptiong15,Wig O
|
ItemHoodRubberMaskOptiong15,Wig O
|
||||||
ItemHoodRubberMaskOptiong16,Wig P
|
ItemHoodRubberMaskOptiong16,Wig P
|
||||||
|
ItemHoodRubberMaskOptiong17,Wig Q
|
||||||
ItemHoodRubberMaskModuleEyes,Eyes
|
ItemHoodRubberMaskModuleEyes,Eyes
|
||||||
ItemHoodRubberMaskSelectEyes,Eye expression menu
|
ItemHoodRubberMaskSelectEyes,Eye expression menu
|
||||||
ItemHoodRubberMaskOptione0,Normal
|
ItemHoodRubberMaskOptione0,Normal
|
||||||
|
@ -5866,6 +5867,7 @@ ItemHoodRubberMaskSetg13,SourceCharacter puts the wig M on the DestinationCharac
|
||||||
ItemHoodRubberMaskSetg14,SourceCharacter puts the wig N on the DestinationCharacter head.
|
ItemHoodRubberMaskSetg14,SourceCharacter puts the wig N on the DestinationCharacter head.
|
||||||
ItemHoodRubberMaskSetg15,SourceCharacter puts the wig O on the DestinationCharacter head.
|
ItemHoodRubberMaskSetg15,SourceCharacter puts the wig O on the DestinationCharacter head.
|
||||||
ItemHoodRubberMaskSetg16,SourceCharacter puts the wig P on the DestinationCharacter head.
|
ItemHoodRubberMaskSetg16,SourceCharacter puts the wig P on the DestinationCharacter head.
|
||||||
|
ItemHoodRubberMaskSetg17,SourceCharacter puts the wig Q on the DestinationCharacter head.
|
||||||
ItemHoodRubberMaskSete0,SourceCharacter chooses a normal eyes in DestinationCharacter mask.
|
ItemHoodRubberMaskSete0,SourceCharacter chooses a normal eyes in DestinationCharacter mask.
|
||||||
ItemHoodRubberMaskSete1,SourceCharacter chooses a closed eyes in DestinationCharacter mask.
|
ItemHoodRubberMaskSete1,SourceCharacter chooses a closed eyes in DestinationCharacter mask.
|
||||||
ItemHoodRubberMaskSete2,SourceCharacter chooses a wide open eyes in DestinationCharacter mask.
|
ItemHoodRubberMaskSete2,SourceCharacter chooses a wide open eyes in DestinationCharacter mask.
|
||||||
|
@ -5907,6 +5909,7 @@ MaskRubberMaskOptiong13,Wig M
|
||||||
MaskRubberMaskOptiong14,Wig N
|
MaskRubberMaskOptiong14,Wig N
|
||||||
MaskRubberMaskOptiong15,Wig O
|
MaskRubberMaskOptiong15,Wig O
|
||||||
MaskRubberMaskOptiong16,Wig P
|
MaskRubberMaskOptiong16,Wig P
|
||||||
|
MaskRubberMaskOptiong17,Wig Q
|
||||||
MaskRubberMaskModuleEyes,Eyes
|
MaskRubberMaskModuleEyes,Eyes
|
||||||
MaskRubberMaskSelectEyes,Eye expression menu
|
MaskRubberMaskSelectEyes,Eye expression menu
|
||||||
MaskRubberMaskOptione0,Normal
|
MaskRubberMaskOptione0,Normal
|
||||||
|
|
|
|
@ -17172,7 +17172,7 @@ var AssetFemale3DCG = [
|
||||||
Priority: 52,
|
Priority: 52,
|
||||||
CreateLayerTypes: ["g"],
|
CreateLayerTypes: ["g"],
|
||||||
AllowTypes: {
|
AllowTypes: {
|
||||||
g: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16],
|
g: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17],
|
||||||
},
|
},
|
||||||
AllowColorize: true,
|
AllowColorize: true,
|
||||||
ColorGroup: "Wig",
|
ColorGroup: "Wig",
|
||||||
|
@ -17181,7 +17181,7 @@ var AssetFemale3DCG = [
|
||||||
Name: "WigComp",
|
Name: "WigComp",
|
||||||
Priority: 6,
|
Priority: 6,
|
||||||
CreateLayerTypes: ["g"],
|
CreateLayerTypes: ["g"],
|
||||||
AllowTypes: { g: [3, 6, 8, 9, 10, 11, 12, 13, 15, 16] },
|
AllowTypes: { g: [3, 6, 8, 9, 10, 11, 12, 13, 15, 16, 17] },
|
||||||
CopyLayerColor: "Wig",
|
CopyLayerColor: "Wig",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -50431,7 +50431,7 @@ var AssetFemale3DCG = [
|
||||||
Priority: 52,
|
Priority: 52,
|
||||||
CreateLayerTypes: ["g"],
|
CreateLayerTypes: ["g"],
|
||||||
AllowTypes: {
|
AllowTypes: {
|
||||||
g: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16],
|
g: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17],
|
||||||
},
|
},
|
||||||
AllowColorize: true,
|
AllowColorize: true,
|
||||||
ColorGroup: "Wig",
|
ColorGroup: "Wig",
|
||||||
|
@ -50440,7 +50440,7 @@ var AssetFemale3DCG = [
|
||||||
Name: "WigComp",
|
Name: "WigComp",
|
||||||
Priority: 6,
|
Priority: 6,
|
||||||
CreateLayerTypes: ["g"],
|
CreateLayerTypes: ["g"],
|
||||||
AllowTypes: { g: [3, 6, 8, 9, 10, 11, 12, 13, 15, 16] },
|
AllowTypes: { g: [3, 6, 8, 9, 10, 11, 12, 13, 15, 16, 17] },
|
||||||
CopyLayerColor: "Wig",
|
CopyLayerColor: "Wig",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -8585,6 +8585,19 @@ var AssetFemale3DCGExtended = {
|
||||||
Effect: [],
|
Effect: [],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
// "Wig17"
|
||||||
|
Property: {
|
||||||
|
Hide: [
|
||||||
|
"Mask",
|
||||||
|
"HairFront",
|
||||||
|
"HairBack",
|
||||||
|
"HairAccessory1",
|
||||||
|
"HairAccessory2",
|
||||||
|
],
|
||||||
|
Effect: [],
|
||||||
|
},
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -15014,6 +15027,18 @@ var AssetFemale3DCGExtended = {
|
||||||
Effect: [],
|
Effect: [],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
// "Wig17"
|
||||||
|
Property: {
|
||||||
|
Hide: [
|
||||||
|
"HairFront",
|
||||||
|
"HairBack",
|
||||||
|
"HairAccessory1",
|
||||||
|
"HairAccessory2",
|
||||||
|
],
|
||||||
|
Effect: [],
|
||||||
|
},
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
BIN
BondageClub/Assets/Female3DCG/ItemHood/RubberMask_g17_Wig.png
Normal file
BIN
BondageClub/Assets/Female3DCG/ItemHood/RubberMask_g17_Wig.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 57 KiB |
Binary file not shown.
After ![]() (image error) Size: 57 KiB |
BIN
BondageClub/Screens/Inventory/ItemHead/RubberMask/g17.png
Normal file
BIN
BondageClub/Screens/Inventory/ItemHead/RubberMask/g17.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 35 KiB |
BIN
BondageClub/Screens/Inventory/ItemHood/RubberMask/g17.png
Normal file
BIN
BondageClub/Screens/Inventory/ItemHood/RubberMask/g17.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 35 KiB |
Loading…
Add table
Reference in a new issue