diff --git a/BondageClub/Assets/Female3DCG/AssetStrings.csv b/BondageClub/Assets/Female3DCG/AssetStrings.csv index 8676b3a0c5..606d9beb21 100644 --- a/BondageClub/Assets/Female3DCG/AssetStrings.csv +++ b/BondageClub/Assets/Female3DCG/AssetStrings.csv @@ -782,6 +782,10 @@ ClothCustomTShirtOptiont18,Bondage College 2 ClothCustomTShirtOptiont19,S.Tiyana's White C-Pad ClothCustomTShirtOptiont2,BTG ClothCustomTShirtOptiont20,Gangriels +ClothCustomTShirtOptiont21,Den of Sin +ClothCustomTShirtOptiont22,Slave Helpline +ClothCustomTShirtOptiont23,Demon's Bar +ClothCustomTShirtOptiont24,Azure Corp ClothCustomTShirtOptiont25,Shibari Crew ClothCustomTShirtOptiont26,Bull's Eye Spankmeter ClothCustomTShirtOptiont27,Keys?! diff --git a/BondageClub/Assets/Female3DCG/Cloth/CustomTShirt_AzureCorp.png b/BondageClub/Assets/Female3DCG/Cloth/CustomTShirt_AzureCorp.png new file mode 100644 index 0000000000..6d4f517e19 Binary files /dev/null and b/BondageClub/Assets/Female3DCG/Cloth/CustomTShirt_AzureCorp.png differ diff --git a/BondageClub/Assets/Female3DCG/Cloth/CustomTShirt_DemonsBar.png b/BondageClub/Assets/Female3DCG/Cloth/CustomTShirt_DemonsBar.png new file mode 100644 index 0000000000..1abe99bfaa Binary files /dev/null and b/BondageClub/Assets/Female3DCG/Cloth/CustomTShirt_DemonsBar.png differ diff --git a/BondageClub/Assets/Female3DCG/Cloth/CustomTShirt_DenOfSin.png b/BondageClub/Assets/Female3DCG/Cloth/CustomTShirt_DenOfSin.png new file mode 100644 index 0000000000..990d664ab1 Binary files /dev/null and b/BondageClub/Assets/Female3DCG/Cloth/CustomTShirt_DenOfSin.png differ diff --git a/BondageClub/Assets/Female3DCG/Cloth/CustomTShirt_SlaveHelpline.png b/BondageClub/Assets/Female3DCG/Cloth/CustomTShirt_SlaveHelpline.png new file mode 100644 index 0000000000..d7727dcd3b Binary files /dev/null and b/BondageClub/Assets/Female3DCG/Cloth/CustomTShirt_SlaveHelpline.png differ diff --git a/BondageClub/Assets/Female3DCG/Female3DCG.js b/BondageClub/Assets/Female3DCG/Female3DCG.js index 6a1b6a89fb..732c902d64 100644 --- a/BondageClub/Assets/Female3DCG/Female3DCG.js +++ b/BondageClub/Assets/Female3DCG/Female3DCG.js @@ -1040,6 +1040,34 @@ var AssetFemale3DCG = [ AllowTypes: { t: 20 }, CopyLayerColor: "None", }, + { + Name: "DenOfSin", + PoseMapping: {}, + ParentGroup: {}, + AllowTypes: { t: 21 }, + CopyLayerColor: "None", + }, + { + Name: "SlaveHelpline", + PoseMapping: {}, + ParentGroup: {}, + AllowTypes: { t: 22 }, + CopyLayerColor: "None", + }, + { + Name: "DemonsBar", + PoseMapping: {}, + ParentGroup: {}, + AllowTypes: { t: 23 }, + CopyLayerColor: "None", + }, + { + Name: "AzureCorp", + PoseMapping: {}, + ParentGroup: {}, + AllowTypes: { t: 24 }, + CopyLayerColor: "None", + }, { Name: "Shibari", PoseMapping: {}, diff --git a/BondageClub/Assets/Female3DCG/Female3DCGExtended.js b/BondageClub/Assets/Female3DCG/Female3DCGExtended.js index 2c755c7810..700e907d06 100644 --- a/BondageClub/Assets/Female3DCG/Female3DCGExtended.js +++ b/BondageClub/Assets/Female3DCG/Female3DCGExtended.js @@ -449,6 +449,10 @@ var AssetFemale3DCGExtended = { {}, // t18 - BCollege2 {}, // t19 - ControlPad1 {}, // t20 - Gangriels + {}, // t21 - DenOfSin + {}, // t22 - SlaveHelpline + {}, // t23 - DemonsBar + {}, // t24 - AzureCorp {}, // t25 - Shibari {}, // t26 - BullsEye {}, // t27 - Keys? diff --git a/BondageClub/Screens/Inventory/Cloth/CustomTShirt/t21.png b/BondageClub/Screens/Inventory/Cloth/CustomTShirt/t21.png index 7711669c85..27c8aea88a 100644 Binary files a/BondageClub/Screens/Inventory/Cloth/CustomTShirt/t21.png and b/BondageClub/Screens/Inventory/Cloth/CustomTShirt/t21.png differ diff --git a/BondageClub/Screens/Inventory/Cloth/CustomTShirt/t22.png b/BondageClub/Screens/Inventory/Cloth/CustomTShirt/t22.png index 2094362872..f5f88f285d 100644 Binary files a/BondageClub/Screens/Inventory/Cloth/CustomTShirt/t22.png and b/BondageClub/Screens/Inventory/Cloth/CustomTShirt/t22.png differ diff --git a/BondageClub/Screens/Inventory/Cloth/CustomTShirt/t23.png b/BondageClub/Screens/Inventory/Cloth/CustomTShirt/t23.png index fe7fa97fbd..6856bff41b 100644 Binary files a/BondageClub/Screens/Inventory/Cloth/CustomTShirt/t23.png and b/BondageClub/Screens/Inventory/Cloth/CustomTShirt/t23.png differ diff --git a/BondageClub/Screens/Inventory/Cloth/CustomTShirt/t24.png b/BondageClub/Screens/Inventory/Cloth/CustomTShirt/t24.png new file mode 100644 index 0000000000..68b0c2b502 Binary files /dev/null and b/BondageClub/Screens/Inventory/Cloth/CustomTShirt/t24.png differ diff --git a/BondageClub/Screens/Inventory/Cloth/CustomTShirt/t25.png b/BondageClub/Screens/Inventory/Cloth/CustomTShirt/t25.png new file mode 100644 index 0000000000..7711669c85 Binary files /dev/null and b/BondageClub/Screens/Inventory/Cloth/CustomTShirt/t25.png differ diff --git a/BondageClub/Screens/Inventory/Cloth/CustomTShirt/t26.png b/BondageClub/Screens/Inventory/Cloth/CustomTShirt/t26.png new file mode 100644 index 0000000000..2094362872 Binary files /dev/null and b/BondageClub/Screens/Inventory/Cloth/CustomTShirt/t26.png differ diff --git a/BondageClub/Screens/Inventory/Cloth/CustomTShirt/t27.png b/BondageClub/Screens/Inventory/Cloth/CustomTShirt/t27.png new file mode 100644 index 0000000000..fe7fa97fbd Binary files /dev/null and b/BondageClub/Screens/Inventory/Cloth/CustomTShirt/t27.png differ