mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-24 09:19:14 +00:00
Fixing issues and modifying CustomTShirt to fit Raven's new stamp additions.
This commit is contained in:
parent
62b097a11d
commit
512d674ffa
3 changed files with 25 additions and 17 deletions
BondageClub/Assets/Female3DCG
|
@ -782,9 +782,9 @@ ClothCustomTShirtOptiont18,Bondage College 2
|
||||||
ClothCustomTShirtOptiont19,S.Tiyana's White C-Pad
|
ClothCustomTShirtOptiont19,S.Tiyana's White C-Pad
|
||||||
ClothCustomTShirtOptiont2,BTG
|
ClothCustomTShirtOptiont2,BTG
|
||||||
ClothCustomTShirtOptiont20,Gangriels
|
ClothCustomTShirtOptiont20,Gangriels
|
||||||
ClothCustomTShirtOptiont21,Shibari Crew
|
ClothCustomTShirtOptiont25,Shibari Crew
|
||||||
ClothCustomTShirtOptiont22,Bull's Eye Spankmeter
|
ClothCustomTShirtOptiont26,Bull's Eye Spankmeter
|
||||||
ClothCustomTShirtOptiont23,Keys?!
|
ClothCustomTShirtOptiont27,Keys?!
|
||||||
ClothCustomTShirtOptiont3,Dominant
|
ClothCustomTShirtOptiont3,Dominant
|
||||||
ClothCustomTShirtOptiont4,Bonk!
|
ClothCustomTShirtOptiont4,Bonk!
|
||||||
ClothCustomTShirtOptiont5,Old School XGame
|
ClothCustomTShirtOptiont5,Old School XGame
|
||||||
|
|
|
|
@ -1044,21 +1044,21 @@ var AssetFemale3DCG = [
|
||||||
Name: "Shibari",
|
Name: "Shibari",
|
||||||
PoseMapping: {},
|
PoseMapping: {},
|
||||||
ParentGroup: {},
|
ParentGroup: {},
|
||||||
AllowTypes: { t: 21 },
|
AllowTypes: { t: 25 },
|
||||||
CopyLayerColor: "None",
|
CopyLayerColor: "None",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "Bullseye",
|
Name: "Bullseye",
|
||||||
PoseMapping: {},
|
PoseMapping: {},
|
||||||
ParentGroup: {},
|
ParentGroup: {},
|
||||||
AllowTypes: { t: 22 },
|
AllowTypes: { t: 26 },
|
||||||
CopyLayerColor: "None",
|
CopyLayerColor: "None",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "Keys",
|
Name: "Keys",
|
||||||
PoseMapping: {},
|
PoseMapping: {},
|
||||||
ParentGroup: {},
|
ParentGroup: {},
|
||||||
AllowTypes: { t: 23 },
|
AllowTypes: { t: 27 },
|
||||||
CopyLayerColor: "None",
|
CopyLayerColor: "None",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -3807,6 +3807,7 @@ var AssetFemale3DCG = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "BHog",
|
Name: "BHog",
|
||||||
|
ParentGroup: {},
|
||||||
PoseMapping: {
|
PoseMapping: {
|
||||||
BackBoxTie: PoseType.HIDE,
|
BackBoxTie: PoseType.HIDE,
|
||||||
BackCuffs: PoseType.HIDE,
|
BackCuffs: PoseType.HIDE,
|
||||||
|
@ -5569,6 +5570,7 @@ var AssetFemale3DCG = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "BHog",
|
Name: "BHog",
|
||||||
|
ParentGroup: {},
|
||||||
PoseMapping: {
|
PoseMapping: {
|
||||||
BackBoxTie: PoseType.HIDE,
|
BackBoxTie: PoseType.HIDE,
|
||||||
BackCuffs: PoseType.HIDE,
|
BackCuffs: PoseType.HIDE,
|
||||||
|
|
|
@ -449,9 +449,9 @@ var AssetFemale3DCGExtended = {
|
||||||
{}, // t18 - BCollege2
|
{}, // t18 - BCollege2
|
||||||
{}, // t19 - ControlPad1
|
{}, // t19 - ControlPad1
|
||||||
{}, // t20 - Gangriels
|
{}, // t20 - Gangriels
|
||||||
{}, // t21 - Shibari
|
{}, // t25 - Shibari
|
||||||
{}, // t22 - BullsEye
|
{}, // t26 - BullsEye
|
||||||
{}, // t22 - Keys?
|
{}, // t27 - Keys?
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -4663,9 +4663,12 @@ var AssetFemale3DCGExtended = {
|
||||||
Name: "Handcuffs",
|
Name: "Handcuffs",
|
||||||
Key: "h",
|
Key: "h",
|
||||||
Options: [
|
Options: [
|
||||||
{ Name: "None", Property: {} },
|
{
|
||||||
|
// None
|
||||||
|
Property: {}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
Name: "Front",
|
// Front
|
||||||
Property: {
|
Property: {
|
||||||
Difficulty: 3,
|
Difficulty: 3,
|
||||||
SetPose: ["BaseUpper"],
|
SetPose: ["BaseUpper"],
|
||||||
|
@ -4673,7 +4676,7 @@ var AssetFemale3DCGExtended = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "BackBoxTie",
|
// BackBoxTie
|
||||||
Property: {
|
Property: {
|
||||||
Difficulty: 5,
|
Difficulty: 5,
|
||||||
SetPose: ["BackBoxTie"],
|
SetPose: ["BackBoxTie"],
|
||||||
|
@ -4682,7 +4685,7 @@ var AssetFemale3DCGExtended = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "Strict",
|
// Strict
|
||||||
Property: {
|
Property: {
|
||||||
Difficulty: 7,
|
Difficulty: 7,
|
||||||
SetPose: ["BackElbowTouch"],
|
SetPose: ["BackElbowTouch"],
|
||||||
|
@ -12761,9 +12764,12 @@ var AssetFemale3DCGExtended = {
|
||||||
Name: "Handcuffs",
|
Name: "Handcuffs",
|
||||||
Key: "h",
|
Key: "h",
|
||||||
Options: [
|
Options: [
|
||||||
{ Name: "None", Property: {} },
|
{
|
||||||
|
// None
|
||||||
|
Property: {}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
Name: "Front",
|
// Front
|
||||||
Property: {
|
Property: {
|
||||||
Difficulty: 3,
|
Difficulty: 3,
|
||||||
SetPose: ["BaseUpper"],
|
SetPose: ["BaseUpper"],
|
||||||
|
@ -12771,7 +12777,7 @@ var AssetFemale3DCGExtended = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "BackBoxTie",
|
// BackBoxTie
|
||||||
Property: {
|
Property: {
|
||||||
Difficulty: 5,
|
Difficulty: 5,
|
||||||
SetPose: ["BackBoxTie"],
|
SetPose: ["BackBoxTie"],
|
||||||
|
@ -12780,7 +12786,7 @@ var AssetFemale3DCGExtended = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "Strict",
|
// Strict
|
||||||
Prerequisite: ["NoItemArms"],
|
Prerequisite: ["NoItemArms"],
|
||||||
Property: {
|
Property: {
|
||||||
Difficulty: 7,
|
Difficulty: 7,
|
||||||
|
|
Loading…
Add table
Reference in a new issue