From 6ad0e6100aa840d99ec22ba99147de2fc6a9c65a Mon Sep 17 00:00:00 2001 From: Edmond Mondor Date: Tue, 26 Oct 2021 14:43:43 -0700 Subject: [PATCH 01/16] Adds new clothing and old Female02 [Clothing Item - CItm_03_FHair_SuitHelmet] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_03_FLegs_Suit] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_03_FLFoot_Suit] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_03_FLHand_Suit] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_03_FRFoot_Suit] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_03_FRHand_Suit] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_03_FTorso_Suit] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_Icon_SuitTorso] Changed description to "GroupIcon ; GroupName = MSuit" from "AccessoryType = 1" Female04 [Clothing Item - CItm_FReward_Atrus] adds "ClothingSet = Atrus ;" to description [Clothing Item - CItm_FReward_Catherine] adds "ClothingSet = Catherine ;" to description Male02 [Clothing Item - CItm_03_MHAcc_SuitHelmet] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_03_MLegs_Suit] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_03_MLFoot_Suit] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_03_MLHand_Suit] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_03_MRFoot_Suit] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_03_MRHand_Suit] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_03_MTorso_Suit] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_Icon_MaintainerTorso] changed description to "GroupIcon ; Groupname = MSuit " from "ColorLabel1 = Sleeves; ColorLabel2 = Trim; Groupname = Jersey; nonStandard" Male04 [Clothing Item - CItm_MTorso_Atrus] adds "ClothingSet = Atrus ;" to description, Removed "Sweater" from ColorLabel1 in description [Clothing Item - CItm_MReward_Catherine] adds "ClothingSet = Catherine ;" to description FemaleCC Adds following clothing from CC - Atrus Legs, Catherine Legs, Catherine Shoes, Deck Shoes, Sharper Hat, Backpack 2 MaleCC Adds following clothing from CC - Atrus Legs, Catherine Legs, Catherine Shoes, Deck Shoes, Backpack 2 (Fe)Male02 Adds following clothing by CalumTraveler - Door Runner's Fleece Jacket, Leather Jacket - Minkata Reward, Hooded Sweatshirt - Pod Reward, Plain Vest, Vest - Path of the Shell Reward Adds following clothing by Hazado - Two Toned Cargo Pants, Two Toned Cargo Shorts Co-authored-by: Traveler263 <87665301+Traveler263@users.noreply.github.com> --- .../dat/GlobalClothing_District_Female02.prp | 4 +- .../dat/GlobalClothing_District_Female04.prp | 4 +- .../dat/GlobalClothing_District_FemaleCC.prp | 3 + .../GlobalClothing_District_FemaleFan02.prp | 4 +- .../dat/GlobalClothing_District_Male02.prp | 4 +- .../dat/GlobalClothing_District_Male04.prp | 4 +- .../dat/GlobalClothing_District_MaleCC.prp | 3 + .../dat/GlobalClothing_District_MaleFan02.prp | 4 +- .../clothing_fan02/FLegs_Shorts05_Tint1.png | 3 + .../clothing_fan02/FLegs_Shorts05_Tint2.png | 3 + .../FTorso_HoodSweatRewardPodMaze_Base.xcf | 3 + .../clothing_fan02/FTorso_PlainVest_Tint2.png | 3 + .../clothing_fan02/FTorso_PlainVest_base.png | 3 + .../clothing_fan02/FTorso_ShellVest_base.png | 3 + sources/avatar/clothing_fan02/Fan02.json | 526 +++++++++++++++++- .../clothing_fan02/Icon_MLegs_Cargo5.png | 3 + .../Icon_UTorso_Fleece_GardenSpiralReward.png | 3 + .../Icon_UTorso_LeatherJacket_Minkata.png | 3 + .../Icon_UTorso_Shirt_PodReward.png | 3 + .../Icon_UTorso_Vest_ShellReward.png | 3 + .../avatar/clothing_fan02/Icon_U_NoPrint.png | 3 + .../clothing_fan02/MLegs_Cargo05_Tint1.png | 3 + .../clothing_fan02/MLegs_Cargo05_Tint2.png | 3 + .../MTorso_Fleece-GardenSpiralReward-base.png | 3 + ...MTorso_Fleece-GardenSpiralReward-tint1.png | 3 + ...MTorso_Fleece-GardenSpiralReward-tint2.png | 3 + .../MTorso_FleeceBlueFlowerArm_base.png | 3 + .../MTorso_HoodSweatRewardPodMaze_Base.png | 3 + .../MTorso_HoodSweatRewardPodMaze_Base.xcf | 3 + .../MTorso_HoodSweatRewardPodMaze_Tint1.png | 3 + .../clothing_fan02/MTorso_PlainVest_base.png | 3 + .../clothing_fan02/MTorso_PlainVest_tint2.png | 3 + .../clothing_fan02/MTorso_ShellVest_base.png | 3 + .../UTorso_LeatherJacketMinkataArm_tint1.png | 3 + .../UTorso_LeatherJacketMinkata_Tint1.png | 3 + .../ftorso_sweaterRewardPodMaze_base.png | 3 + .../ftorso_sweaterRewardPodMaze_tint1.png | 3 + 37 files changed, 626 insertions(+), 14 deletions(-) create mode 100644 compiled/dat/GlobalClothing_District_FemaleCC.prp create mode 100644 compiled/dat/GlobalClothing_District_MaleCC.prp create mode 100644 sources/avatar/clothing_fan02/FLegs_Shorts05_Tint1.png create mode 100644 sources/avatar/clothing_fan02/FLegs_Shorts05_Tint2.png create mode 100644 sources/avatar/clothing_fan02/FTorso_HoodSweatRewardPodMaze_Base.xcf create mode 100644 sources/avatar/clothing_fan02/FTorso_PlainVest_Tint2.png create mode 100644 sources/avatar/clothing_fan02/FTorso_PlainVest_base.png create mode 100644 sources/avatar/clothing_fan02/FTorso_ShellVest_base.png create mode 100644 sources/avatar/clothing_fan02/Icon_MLegs_Cargo5.png create mode 100644 sources/avatar/clothing_fan02/Icon_UTorso_Fleece_GardenSpiralReward.png create mode 100644 sources/avatar/clothing_fan02/Icon_UTorso_LeatherJacket_Minkata.png create mode 100644 sources/avatar/clothing_fan02/Icon_UTorso_Shirt_PodReward.png create mode 100644 sources/avatar/clothing_fan02/Icon_UTorso_Vest_ShellReward.png create mode 100644 sources/avatar/clothing_fan02/Icon_U_NoPrint.png create mode 100644 sources/avatar/clothing_fan02/MLegs_Cargo05_Tint1.png create mode 100644 sources/avatar/clothing_fan02/MLegs_Cargo05_Tint2.png create mode 100644 sources/avatar/clothing_fan02/MTorso_Fleece-GardenSpiralReward-base.png create mode 100644 sources/avatar/clothing_fan02/MTorso_Fleece-GardenSpiralReward-tint1.png create mode 100644 sources/avatar/clothing_fan02/MTorso_Fleece-GardenSpiralReward-tint2.png create mode 100644 sources/avatar/clothing_fan02/MTorso_FleeceBlueFlowerArm_base.png create mode 100644 sources/avatar/clothing_fan02/MTorso_HoodSweatRewardPodMaze_Base.png create mode 100644 sources/avatar/clothing_fan02/MTorso_HoodSweatRewardPodMaze_Base.xcf create mode 100644 sources/avatar/clothing_fan02/MTorso_HoodSweatRewardPodMaze_Tint1.png create mode 100644 sources/avatar/clothing_fan02/MTorso_PlainVest_base.png create mode 100644 sources/avatar/clothing_fan02/MTorso_PlainVest_tint2.png create mode 100644 sources/avatar/clothing_fan02/MTorso_ShellVest_base.png create mode 100644 sources/avatar/clothing_fan02/UTorso_LeatherJacketMinkataArm_tint1.png create mode 100644 sources/avatar/clothing_fan02/UTorso_LeatherJacketMinkata_Tint1.png create mode 100644 sources/avatar/clothing_fan02/ftorso_sweaterRewardPodMaze_base.png create mode 100644 sources/avatar/clothing_fan02/ftorso_sweaterRewardPodMaze_tint1.png diff --git a/compiled/dat/GlobalClothing_District_Female02.prp b/compiled/dat/GlobalClothing_District_Female02.prp index 178a56ad..e715615d 100644 --- a/compiled/dat/GlobalClothing_District_Female02.prp +++ b/compiled/dat/GlobalClothing_District_Female02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a7f9e1d87472f7f4b0b108154321349bb9d7fff86316cee39bc4f2d3155d4172 -size 21454307 +oid sha256:b06c3df3279aba7004496082f2c2a67da82bab0e9a78e747a6c8ec3fa6cff69d +size 21454337 diff --git a/compiled/dat/GlobalClothing_District_Female04.prp b/compiled/dat/GlobalClothing_District_Female04.prp index f1b4d2fc..71150923 100644 --- a/compiled/dat/GlobalClothing_District_Female04.prp +++ b/compiled/dat/GlobalClothing_District_Female04.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:18e8c001ac9ccac1e03762ff39fbf926b4113af89fec8cefe52aef8bbb0e0400 -size 3520170 +oid sha256:55dc07746556d69e2bda757217e2946116187e8075f5d7fefd21d07c802e0d49 +size 3520109 diff --git a/compiled/dat/GlobalClothing_District_FemaleCC.prp b/compiled/dat/GlobalClothing_District_FemaleCC.prp new file mode 100644 index 00000000..41148414 --- /dev/null +++ b/compiled/dat/GlobalClothing_District_FemaleCC.prp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c908d8fea30e4bb6d6e72fe8befcef766c92d9f107b66ca89689fd036439f942 +size 2035501 diff --git a/compiled/dat/GlobalClothing_District_FemaleFan02.prp b/compiled/dat/GlobalClothing_District_FemaleFan02.prp index 99b062d6..2497075f 100644 --- a/compiled/dat/GlobalClothing_District_FemaleFan02.prp +++ b/compiled/dat/GlobalClothing_District_FemaleFan02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6cc8a85b3a8b898eb56ce5fb489a27377be4d89574d2f1821f449bf31196c235 -size 558554 +oid sha256:4725cf7c7f93a3bcca3470d6b7a1d2581c03c059cdd2e493515cb8a1c86a45c3 +size 3518537 diff --git a/compiled/dat/GlobalClothing_District_Male02.prp b/compiled/dat/GlobalClothing_District_Male02.prp index 3ae2ec36..613a7b95 100644 --- a/compiled/dat/GlobalClothing_District_Male02.prp +++ b/compiled/dat/GlobalClothing_District_Male02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7cca48674e786a42ff518754fd28fc0add431b98996ce6c861d5470442ab9db5 -size 21392336 +oid sha256:c46e6ccceab690bb1856c5da396106cf870c98eda6abe5667e33ecb3720fd066 +size 21392305 diff --git a/compiled/dat/GlobalClothing_District_Male04.prp b/compiled/dat/GlobalClothing_District_Male04.prp index 4c6cbac6..1c8e6e60 100644 --- a/compiled/dat/GlobalClothing_District_Male04.prp +++ b/compiled/dat/GlobalClothing_District_Male04.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dfa85c45bea567476f14e4702ef70f61a43059ba8eacc8704831c5236aa4152e -size 4275916 +oid sha256:d7fc3251accbccb54572441806ea4ba37499e69b115ad1c8a06249341e091a76 +size 4275851 diff --git a/compiled/dat/GlobalClothing_District_MaleCC.prp b/compiled/dat/GlobalClothing_District_MaleCC.prp new file mode 100644 index 00000000..a761a921 --- /dev/null +++ b/compiled/dat/GlobalClothing_District_MaleCC.prp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716752cdb1377831bab4fe60aea4e248b0c5e0eb77a4df937aecd6ac5d4c6abe +size 1761183 diff --git a/compiled/dat/GlobalClothing_District_MaleFan02.prp b/compiled/dat/GlobalClothing_District_MaleFan02.prp index 4fa8becd..5ab4e36b 100644 --- a/compiled/dat/GlobalClothing_District_MaleFan02.prp +++ b/compiled/dat/GlobalClothing_District_MaleFan02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6c5f233d16a9854abade09460fb1be1f0a59fb258487322bf944062145983e7e -size 558668 +oid sha256:0792eb47d2e0f2a7970f2ddf86cd334aba13c9305e8e4ca8bc67bd422740b927 +size 3431318 diff --git a/sources/avatar/clothing_fan02/FLegs_Shorts05_Tint1.png b/sources/avatar/clothing_fan02/FLegs_Shorts05_Tint1.png new file mode 100644 index 00000000..0b06c412 --- /dev/null +++ b/sources/avatar/clothing_fan02/FLegs_Shorts05_Tint1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0831c23dffeffb5107c8009d17144bab42909441ea25e565befa3b5f46974cd0 +size 126621 diff --git a/sources/avatar/clothing_fan02/FLegs_Shorts05_Tint2.png b/sources/avatar/clothing_fan02/FLegs_Shorts05_Tint2.png new file mode 100644 index 00000000..e67118a2 --- /dev/null +++ b/sources/avatar/clothing_fan02/FLegs_Shorts05_Tint2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa30e60f2ec0ba53b508369267218e79d07abf432b442370bcccdb58f3865d1 +size 122088 diff --git a/sources/avatar/clothing_fan02/FTorso_HoodSweatRewardPodMaze_Base.xcf b/sources/avatar/clothing_fan02/FTorso_HoodSweatRewardPodMaze_Base.xcf new file mode 100644 index 00000000..892925c7 --- /dev/null +++ b/sources/avatar/clothing_fan02/FTorso_HoodSweatRewardPodMaze_Base.xcf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4993194ac9344e7043a00fb8e0213cf01d6c61e5dbd7ec31f56280ef14f1a3b5 +size 1235632 diff --git a/sources/avatar/clothing_fan02/FTorso_PlainVest_Tint2.png b/sources/avatar/clothing_fan02/FTorso_PlainVest_Tint2.png new file mode 100644 index 00000000..448dce27 --- /dev/null +++ b/sources/avatar/clothing_fan02/FTorso_PlainVest_Tint2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe1966ff1e1b645bf967cb798037bc9b1053a43b3549c92372fd54c6429a3642 +size 93237 diff --git a/sources/avatar/clothing_fan02/FTorso_PlainVest_base.png b/sources/avatar/clothing_fan02/FTorso_PlainVest_base.png new file mode 100644 index 00000000..63da391f --- /dev/null +++ b/sources/avatar/clothing_fan02/FTorso_PlainVest_base.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3da1ab01ce1021d5b9774663c9c041e6530d134d6d320ca8e40783c516679c +size 201979 diff --git a/sources/avatar/clothing_fan02/FTorso_ShellVest_base.png b/sources/avatar/clothing_fan02/FTorso_ShellVest_base.png new file mode 100644 index 00000000..758e7d78 --- /dev/null +++ b/sources/avatar/clothing_fan02/FTorso_ShellVest_base.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff69c4f9dee7fb3f24c27773d0fdc81fe8875dee3421274819c5a46d834d517 +size 202192 diff --git a/sources/avatar/clothing_fan02/Fan02.json b/sources/avatar/clothing_fan02/Fan02.json index d6b3d4c8..782df0cc 100644 --- a/sources/avatar/clothing_fan02/Fan02.json +++ b/sources/avatar/clothing_fan02/Fan02.json @@ -12,7 +12,35 @@ "Icon_UTorso_Shirt_GayZero.png", "MTorso_xSleeve_GayZero_Base.png", - "MTorso_xSleeve_GayZero_Tint.png" + "MTorso_xSleeve_GayZero_Tint.png", + + "Icon_MLegs_Cargo5.png", + "MLegs_Cargo05_Tint1.png", + "MLegs_Cargo05_Tint2.png", + + "FLegs_Shorts05_Tint1.png", + "FLegs_Shorts05_Tint2.png", + + "Icon_UTorso_Shirt_PodReward.png", + "MTorso_HoodSweatRewardPodMaze_Base.png", + "MTorso_HoodSweatRewardPodMaze_Tint1.png", + + "Icon_UTorso_Fleece_GardenSpiralReward.png", + "MTorso_Fleece-GardenSpiralReward-base.png", + "MTorso_Fleece-GardenSpiralReward-tint1.png", + "MTorso_Fleece-GardenSpiralReward-tint2.png", + "MTorso_FleeceBlueFlowerArm_base.png", + + "Icon_UTorso_Vest_ShellReward.png", + "MTorso_ShellVest_base.png", + + "Icon_U_NoPrint.png", + "MTorso_PlainVest_base.png", + "MTorso_PlainVest_tint2.png", + + "Icon_UTorso_LeatherJacket_Minkata.png", + "UTorso_LeatherJacketMinkata_Tint1.png", + "UTorso_LeatherJacketMinkataArm_tint1.png" ], "clItems": [ { @@ -138,6 +166,239 @@ } } ] + }, + { + "name": "03_MLegs02_05", + "type": "pants", + "group": "Male", + "icon": "Icon_MLegs_Cargo5.png", + "tint1": [1, 1, 1], + "tint2": [1, 1, 1], + "desc": "ColorLabel1=Left Side; ColorLabel2=Right Side; isLogoFor=03_MLegs02_01; GroupName=CargoPants", + "text": "Cargo Pants", + "meshes": [ + "MHLegs02_SMsh", + "MMLegs02_SMsh", + "MLLegs02_SMsh" + ], + "elements": [ + { + "name": "Legs", + "layers": { + "0": "mlegs_cargo01_base*0#0.hsm", + "8": "MLegs_Cargo05_Tint1.png", + "9": "MLegs_Cargo05_Tint2.png" + } + } + ] + }, + { + "name": "02_MLegs03_05", + "type": "pants", + "group": "Male", + "icon": "Icon_MLegs_Cargo5.png", + "tint1": [1, 1, 1], + "tint2": [1, 1, 1], + "desc": "ColorLabel1=Left Side; ColorLabel2=Right Side; isLogoFor=02_MLegs03_01; GroupName=CargoShorts", + "text": "Cargo Shorts", + "meshes": [ + "MHLegs03_SMsh", + "MMLegs03_SMsh", + "MLLegs03_SMsh" + ], + "elements": [ + { + "name": "Legs", + "layers": { + "0": "flegs_shorts02_base*0#0.hsm", + "1": "mlegs_shorts01_skin*0#0.hsm", + "8": "FLegs_Shorts05_Tint1.png", + "9": "FLegs_Shorts05_Tint2.png" + } + } + ] + }, + { + "name": "MReward_SweatshirtPod", + "type": "Shirt", + "group": "Male", + "icon": "Icon_UTorso_Shirt_PodReward.png", + "tint1": [0.7882, 0.4314, 0.0392], + "tint2": [0.7882, 0.4314, 0.0392], + "desc": "ColorLabel1= Sweatshirt ; ColorLabel2=; isLogoFor=03_MSweatshirt_Blank; GroupName=Hooded; nonStandard", + "text": "Hooded Sweatshirt - Pod Reward", + "meshes": [ + { + "name": "MH_Sweatshirt_SMsh", + "page": "Male02" + }, + { + "name": "MMTorso12_SMsh", + "page": "Male02" + }, + { + "name": "MLTorso_SMsh", + "page": "Male02" + } + ], + "elements": [ + { + "name": "Chest", + "layers": { + "0": "MTorso_HoodSweatRewardPodMaze_Base.png", + "8": "MTorso_HoodSweatRewardPodMaze_Tint1.png" + } + }, + { + "name": "Arm", + "layers": { + "0": "mtorso_hoodsweat01arm_base*0#0.hsm", + "8": "mtorso_hoodsweat01arm_tint1*0#0.hsm" + } + } + ] + }, + { + "name": "MReward_FleeceSpiral", + "type": "Shirt", + "group": "Male", + "icon": "Icon_UTorso_Fleece_GardenSpiralReward.png", + "tint1": [1, 1, 1], + "tint2": [1, 1, 1], + "desc": "ColorLabel1= Pullover ; ColorLabel2= Spiral ; isLogoFor=02_MTorso06_01; GroupName=Fleece; nonStandard", + "text": "Door Runner's Fleece Jacket", + "meshes": [ + "MHTorso06_SMsh", + { + "name": "MMTorso_SMsh", + "page": "Male01" + }, + { + "name": "MLTorso_SMsh", + "page": "Male01" + } + ], + "elements": [ + { + "name": "Chest", + "layers": { + "0": "MTorso_Fleece-GardenSpiralReward-base.png", + "8": "MTorso_Fleece-GardenSpiralReward-tint1.png", + "9": "MTorso_Fleece-GardenSpiralReward-tint2.png" + } + }, + { + "name": "Arm", + "layers": { + "0": "MTorso_FleeceBlueFlowerArm_base.png", + "8": "mtorso_fleece01arm_tint1*0#0.hsm", + "9": "mtorso_fleece01arm_tint2*0#0.hsm" + } + } + ] + }, + { + "name": "MReward_VestShell", + "type": "Shirt", + "group": "Male", + "icon": "Icon_UTorso_Vest_ShellReward.png", + "tint1": [1, 1, 1], + "tint2": [1, 1, 1], + "desc": "ColorLabel1= Shirt ; ColorLabel2= ; isLogoFor=MReward_DRCVest; GroupName=DRCVest; nonStandard", + "text": "Vest - Path of the Shell Reward", + "meshes": [ + "MHTorsoDRCVest_SMsh", + "MMTorsoDRCVest_SMsh", + "MLTorsoDRCVest_SMsh" + ], + "elements": [ + { + "name": "Chest", + "layers": { + "0": "MTorso_ShellVest_base.png", + "8": "mtorso_drcvest_tint1*0#0.hsm" + } + }, + { + "name": "Arm", + "layers": { + "1": "mtorso_dressarm_skin*0#0.hsm", + "8": "mtorso_drcvestarm_tint1*0#0.hsm" + } + } + ] + }, + { + "name": "MReward_VestPlain", + "type": "Shirt", + "group": "Male", + "icon": "Icon_U_NoPrint.png", + "tint1": [1, 1, 1], + "tint2": [1, 1, 1], + "desc": "ColorLabel1= Shirt ; ColorLabel2= Vest; isLogoFor=MReward_DRCVest; GroupName=DRCVest", + "text": "Plain Vest", + "meshes": [ + "MHTorsoDRCVest_SMsh", + "MMTorsoDRCVest_SMsh", + "MLTorsoDRCVest_SMsh" + ], + "elements": [ + { + "name": "Chest", + "layers": { + "0": "MTorso_PlainVest_base.png", + "8": "mtorso_drcvest_tint1*0#0.hsm", + "9": "MTorso_PlainVest_tint2.png" + } + }, + { + "name": "Arm", + "layers": { + "1": "mtorso_dressarm_skin*0#0.hsm", + "8": "mtorso_drcvestarm_tint1*0#0.hsm" + } + } + ] + }, + { + "name": "MReward_LJacketMinkata", + "type": "Shirt", + "group": "Male", + "icon": "Icon_UTorso_LeatherJacket_Minkata.png", + "tint1": [1, 1, 1], + "tint2": [1, 1, 1], + "desc": "ColorLabel1= Jacket ; ColorLabel2= V-Neck; isLogoFor=03_MTorso01_01; GroupName=Jacket; nonStandard", + "text": "Leather Jacket - Minkata Reward", + "meshes": [ + { + "name": "MHTorso01_SMsh", + "page": "Male02" + }, + { + "name": "MMTorso_SMsh", + "page": "Male02" + }, + { + "name": "MLTorso_SMsh", + "page": "Male02" + } + ], + "elements": [ + { + "name": "Chest", + "layers": { + "0": "utorso_leatherjacket01_base*0#0.hsm", + "8": "UTorso_LeatherJacketMinkata_Tint1.png", + "9": "utorso_leatherjacket01_tint2*0#0.hsm" + } + }, + { + "name": "Arm", + "layers": { + "8": "UTorso_LeatherJacketMinkataArm_tint1.png" + } + } + ] } ] }, @@ -153,7 +414,35 @@ "Icon_UTorso_Shirt_GayZero.png", "FTorso_xSleeve_GayZero_Base.png", - "FTorso_xSleeve_GayZero_Tint.png" + "FTorso_xSleeve_GayZero_Tint.png", + + "Icon_MLegs_Cargo5.png", + "MLegs_Cargo05_Tint1.png", + "MLegs_Cargo05_Tint2.png", + + "FLegs_Shorts05_Tint1.png", + "FLegs_Shorts05_Tint2.png", + + "Icon_UTorso_Shirt_PodReward.png", + "ftorso_sweaterRewardPodMaze_base.png", + "ftorso_sweaterRewardPodMaze_tint1.png", + + "Icon_UTorso_Fleece_GardenSpiralReward.png", + "MTorso_Fleece-GardenSpiralReward-base.png", + "MTorso_Fleece-GardenSpiralReward-tint1.png", + "MTorso_Fleece-GardenSpiralReward-tint2.png", + "MTorso_FleeceBlueFlowerArm_base.png", + + "Icon_UTorso_Vest_ShellReward.png", + "FTorso_ShellVest_base.png", + + "Icon_U_NoPrint.png", + "FTorso_PlainVest_base.png", + "FTorso_PlainVest_Tint2.png", + + "Icon_UTorso_LeatherJacket_Minkata.png", + "UTorso_LeatherJacketMinkata_Tint1.png", + "UTorso_LeatherJacketMinkataArm_tint1.png" ], "clItems": [ { @@ -277,6 +566,239 @@ } } ] + }, + { + "name": "03_FLegs02_05", + "type": "pants", + "group": "Female", + "icon": "Icon_MLegs_Cargo5.png", + "tint1": [1, 1, 1], + "tint2": [1, 1, 1], + "desc": "ColorLabel1=Left Side; ColorLabel2=Right Side; isLogoFor=03_FLegs02_01; GroupName=CargoPants", + "text": "Cargo Pants", + "meshes": [ + "FHLegs02_SMsh", + { + "name": "FMLegs_SMsh", + "page": "Female02" + }, + { + "name": "FLLegs_SMsh", + "page": "Female02" + } + ], + "elements": [ + { + "name": "Legs", + "layers": { + "0": "mlegs_cargo01_base*0#0.hsm", + "8": "MLegs_Cargo05_Tint1.png", + "9": "MLegs_Cargo05_Tint2.png" + } + } + ] + }, + { + "name": "02_FLegs04_05", + "type": "pants", + "group": "Female", + "icon": "Icon_MLegs_Cargo5.png", + "tint1": [1, 1, 1], + "tint2": [1, 1, 1], + "desc": "ColorLabel1=Left Side; ColorLabel2=Right Side; isLogoFor=02_FLegs04_01; GroupName=CargoShorts", + "text": "Cargo Shorts", + "meshes": [ + { + "name": "FHLegs04_SMsh", + "page": "Female01" + }, + { + "name": "FMLegs04_SMsh", + "page": "Female01" + }, + { + "name": "FLLegs_SMsh", + "page": "Female01" + } + ], + "elements": [ + { + "name": "Legs", + "layers": { + "0": "flegs_shorts02_base*0#0.hsm", + "1": "flegsshorts02_skin*0#0.hsm", + "8": "FLegs_Shorts05_Tint1.png", + "9": "FLegs_Shorts05_Tint2.png" + } + } + ] + }, + { + "name": "FReward_SweatshirtPod", + "type": "Shirt", + "group": "Female", + "icon": "Icon_UTorso_Shirt_PodReward.png", + "tint1": [0.7882, 0.4314, 0.0392], + "tint2": [0.7882, 0.4314, 0.0392], + "desc": "ColorLabel1= Sweatshirt ; ColorLabel2=; isLogoFor=FTorso_Sweatshirt_Blank; GroupName=Hooded; nonStandard", + "text": "Hooded Sweatshirt - Pod Reward", + "meshes": [ + "FHTorso16_SMsh", + "FMTorso16_SMsh", + "FLTorso16_SMsh" + ], + "elements": [ + { + "name": "Chest", + "layers": { + "0": "ftorso_sweaterRewardPodMaze_base.png", + "8": "ftorso_sweaterRewardPodMaze_tint1.png" + } + }, + { + "name": "Arm", + "layers": { + "0": "mtorso_hoodsweat01arm_base*0#0.hsm", + "8": "mtorso_hoodsweat01arm_tint1*0#0.hsm" + } + } + ] + }, + { + "name": "FReward_FleeceSpiral", + "type": "Shirt", + "group": "Female", + "icon": "Icon_UTorso_Fleece_GardenSpiralReward.png", + "tint1": [1, 1, 1], + "tint2": [1, 1, 1], + "desc": "ColorLabel1= Pullover ; ColorLabel2= Spiral ; isLogoFor=03_FTorso06_01; GroupName=Fleece; nonStandard", + "text": "Door Runner's Fleece Jacket", + "meshes": [ + "FHTorso06_SMsh", + "FMTorso06_SMsh", + "FLTorso06_SMsh" + ], + "elements": [ + { + "name": "Chest", + "layers": { + "0": "MTorso_Fleece-GardenSpiralReward-base.png", + "8": "MTorso_Fleece-GardenSpiralReward-tint1.png", + "9": "MTorso_Fleece-GardenSpiralReward-tint2.png" + } + }, + { + "name": "Arm", + "layers": { + "0": "MTorso_FleeceBlueFlowerArm_base.png", + "8": "mtorso_fleece01arm_tint1*0#0.hsm", + "9": "mtorso_fleece01arm_tint2*0#0.hsm" + } + } + ] + }, + { + "name": "FReward_VestShell", + "type": "Shirt", + "group": "Female", + "icon": "Icon_UTorso_Vest_ShellReward.png", + "tint1": [1, 1, 1], + "tint2": [1, 1, 1], + "desc": "ColorLabel1= Shirt ; ColorLabel2= ; isLogoFor=FReward_DRCVest; GroupName=DRCVest; nonStandard", + "text": "Vest - Path of the Shell Reward", + "meshes": [ + "FHTorsoDRCVest_SMsh", + "FMTorsoDRCVest_SMsh", + "FLTorsoDRCVest_SMsh" + ], + "elements": [ + { + "name": "Chest", + "layers": { + "0": "FTorso_ShellVest_base.png", + "8": "ftorso_drcvest_tint1*0#0.hsm" + } + }, + { + "name": "Arm", + "layers": { + "1": "mtorso_dressarm_skin*0#0.hsm", + "8": "mtorso_drcvestarm_tint1*0#0.hsm" + } + } + ] + }, + { + "name": "FReward_VestPlain", + "type": "Shirt", + "group": "Female", + "icon": "Icon_U_NoPrint.png", + "tint1": [1, 1, 1], + "tint2": [1, 1, 1], + "desc": "ColorLabel1= Shirt ; ColorLabel2= Vest; isLogoFor=FReward_DRCVest; GroupName=DRCVest", + "text": "Plain Vest", + "meshes": [ + "FHTorsoDRCVest_SMsh", + "FMTorsoDRCVest_SMsh", + "FLTorsoDRCVest_SMsh" + ], + "elements": [ + { + "name": "Chest", + "layers": { + "0": "FTorso_PlainVest_base.png", + "8": "ftorso_drcvest_tint1*0#0.hsm", + "9": "FTorso_PlainVest_Tint2.png" + } + }, + { + "name": "Arm", + "layers": { + "1": "mtorso_dressarm_skin*0#0.hsm", + "8": "mtorso_drcvestarm_tint1*0#0.hsm" + } + } + ] + }, + { + "name": "FReward_LJacketMinkata", + "type": "Shirt", + "group": "Female", + "icon": "Icon_UTorso_LeatherJacket_Minkata.png", + "tint1": [1, 1, 1], + "tint2": [1, 1, 1], + "desc": "ColorLabel1= Jacket ; ColorLabel2= V-Neck; isLogoFor=03_FTorso01_01; GroupName=LeatherJacket01; nonStandard", + "text": "Leather Jacket - Minkata Reward", + "meshes": [ + { + "name": "FHTorso01_SMsh", + "page": "Female02" + }, + { + "name": "FMTorso01_SMsh", + "page": "Female02" + }, + { + "name": "FLTorso_SMsh", + "page": "Female02" + } + ], + "elements": [ + { + "name": "Chest", + "layers": { + "0": "utorso_leatherjacket01_base*0#0.hsm", + "8": "UTorso_LeatherJacketMinkata_Tint1.png", + "9": "utorso_leatherjacket01_tint2*0#0.hsm" + } + }, + { + "name": "Arm", + "layers": { + "8": "UTorso_LeatherJacketMinkataArm_tint1.png" + } + } + ] } ] } diff --git a/sources/avatar/clothing_fan02/Icon_MLegs_Cargo5.png b/sources/avatar/clothing_fan02/Icon_MLegs_Cargo5.png new file mode 100644 index 00000000..10c08783 --- /dev/null +++ b/sources/avatar/clothing_fan02/Icon_MLegs_Cargo5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e740e2a0dfeec12a88d27c665b6fa0c51ffe39a46834f1b0f4e410c83ebaf5c1 +size 26023 diff --git a/sources/avatar/clothing_fan02/Icon_UTorso_Fleece_GardenSpiralReward.png b/sources/avatar/clothing_fan02/Icon_UTorso_Fleece_GardenSpiralReward.png new file mode 100644 index 00000000..d6ee80b7 --- /dev/null +++ b/sources/avatar/clothing_fan02/Icon_UTorso_Fleece_GardenSpiralReward.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9625fe482da45b0cf1b928bdb262f8d410b9bc6beb046090c1cf051bb34014b +size 18462 diff --git a/sources/avatar/clothing_fan02/Icon_UTorso_LeatherJacket_Minkata.png b/sources/avatar/clothing_fan02/Icon_UTorso_LeatherJacket_Minkata.png new file mode 100644 index 00000000..13accc99 --- /dev/null +++ b/sources/avatar/clothing_fan02/Icon_UTorso_LeatherJacket_Minkata.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de7adaf2586e96b1fb8a519727f7b44327513546150b3fd8baa6506de9d5c80 +size 14418 diff --git a/sources/avatar/clothing_fan02/Icon_UTorso_Shirt_PodReward.png b/sources/avatar/clothing_fan02/Icon_UTorso_Shirt_PodReward.png new file mode 100644 index 00000000..bad99159 --- /dev/null +++ b/sources/avatar/clothing_fan02/Icon_UTorso_Shirt_PodReward.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52a4a5e9b479ca33063ff067e345e1a83b689d65d3c6f6db90806aee323fe85 +size 27293 diff --git a/sources/avatar/clothing_fan02/Icon_UTorso_Vest_ShellReward.png b/sources/avatar/clothing_fan02/Icon_UTorso_Vest_ShellReward.png new file mode 100644 index 00000000..a2be70e6 --- /dev/null +++ b/sources/avatar/clothing_fan02/Icon_UTorso_Vest_ShellReward.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf5b625ee374a82902930fb4287bc10af1ac0645c51c8e47726482eb183147c +size 21800 diff --git a/sources/avatar/clothing_fan02/Icon_U_NoPrint.png b/sources/avatar/clothing_fan02/Icon_U_NoPrint.png new file mode 100644 index 00000000..e7a5aac7 --- /dev/null +++ b/sources/avatar/clothing_fan02/Icon_U_NoPrint.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439fc564b5280f86ff5368df1d84a984cba37f3ec588fc7587d0a3a7e0d37df9 +size 3070 diff --git a/sources/avatar/clothing_fan02/MLegs_Cargo05_Tint1.png b/sources/avatar/clothing_fan02/MLegs_Cargo05_Tint1.png new file mode 100644 index 00000000..84056dc7 --- /dev/null +++ b/sources/avatar/clothing_fan02/MLegs_Cargo05_Tint1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4d7168efeb05996dd0166214ca0d4833e3d11ba72600b92e54f1b816a72488 +size 222625 diff --git a/sources/avatar/clothing_fan02/MLegs_Cargo05_Tint2.png b/sources/avatar/clothing_fan02/MLegs_Cargo05_Tint2.png new file mode 100644 index 00000000..b8099c71 --- /dev/null +++ b/sources/avatar/clothing_fan02/MLegs_Cargo05_Tint2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43b3c85412fb3d7f1cece9333f8186904e68d20602dcd73ba08caca1ecf67e7 +size 211593 diff --git a/sources/avatar/clothing_fan02/MTorso_Fleece-GardenSpiralReward-base.png b/sources/avatar/clothing_fan02/MTorso_Fleece-GardenSpiralReward-base.png new file mode 100644 index 00000000..e32812fb --- /dev/null +++ b/sources/avatar/clothing_fan02/MTorso_Fleece-GardenSpiralReward-base.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182048ee6a6a5d58ea64f5eb66b550e0d211d3db2fef5d22a74e393094645fb1 +size 90651 diff --git a/sources/avatar/clothing_fan02/MTorso_Fleece-GardenSpiralReward-tint1.png b/sources/avatar/clothing_fan02/MTorso_Fleece-GardenSpiralReward-tint1.png new file mode 100644 index 00000000..49322a50 --- /dev/null +++ b/sources/avatar/clothing_fan02/MTorso_Fleece-GardenSpiralReward-tint1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:225eb3e0bcf7bc075864dc3692a3cd786a0662538fa10a8742c6e807bfd49d90 +size 89642 diff --git a/sources/avatar/clothing_fan02/MTorso_Fleece-GardenSpiralReward-tint2.png b/sources/avatar/clothing_fan02/MTorso_Fleece-GardenSpiralReward-tint2.png new file mode 100644 index 00000000..d766e309 --- /dev/null +++ b/sources/avatar/clothing_fan02/MTorso_Fleece-GardenSpiralReward-tint2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc0334bc962179f15611fca5fc71d00b30ed66bee46c165c8518d30fc0bfbe4 +size 14907 diff --git a/sources/avatar/clothing_fan02/MTorso_FleeceBlueFlowerArm_base.png b/sources/avatar/clothing_fan02/MTorso_FleeceBlueFlowerArm_base.png new file mode 100644 index 00000000..f12e07d8 --- /dev/null +++ b/sources/avatar/clothing_fan02/MTorso_FleeceBlueFlowerArm_base.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772d993d5ec5c79ab53d29b85afafb46312c4fef5e0ce095c1d9e6755ebd4575 +size 30793 diff --git a/sources/avatar/clothing_fan02/MTorso_HoodSweatRewardPodMaze_Base.png b/sources/avatar/clothing_fan02/MTorso_HoodSweatRewardPodMaze_Base.png new file mode 100644 index 00000000..aa1da4b6 --- /dev/null +++ b/sources/avatar/clothing_fan02/MTorso_HoodSweatRewardPodMaze_Base.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e0e5d037f0cb7ecca670b46db224acbc794625f574a441d455ed7f49a3c01f +size 161318 diff --git a/sources/avatar/clothing_fan02/MTorso_HoodSweatRewardPodMaze_Base.xcf b/sources/avatar/clothing_fan02/MTorso_HoodSweatRewardPodMaze_Base.xcf new file mode 100644 index 00000000..1f5ade26 --- /dev/null +++ b/sources/avatar/clothing_fan02/MTorso_HoodSweatRewardPodMaze_Base.xcf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8aeae3fa4509adf17ae52fb8c5ea159d53723a7fae9998abadd5cc4cacd9ca +size 1735234 diff --git a/sources/avatar/clothing_fan02/MTorso_HoodSweatRewardPodMaze_Tint1.png b/sources/avatar/clothing_fan02/MTorso_HoodSweatRewardPodMaze_Tint1.png new file mode 100644 index 00000000..d4fcfa84 --- /dev/null +++ b/sources/avatar/clothing_fan02/MTorso_HoodSweatRewardPodMaze_Tint1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407b41bf69256fc45e935f8b791ce0067067b2f1bf87af8be874dd20aba7b730 +size 143341 diff --git a/sources/avatar/clothing_fan02/MTorso_PlainVest_base.png b/sources/avatar/clothing_fan02/MTorso_PlainVest_base.png new file mode 100644 index 00000000..119e7f86 --- /dev/null +++ b/sources/avatar/clothing_fan02/MTorso_PlainVest_base.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990e8cce85ae232e777e0e298cda47d07edda06a83231ea3ec04d40c00c14b66 +size 201001 diff --git a/sources/avatar/clothing_fan02/MTorso_PlainVest_tint2.png b/sources/avatar/clothing_fan02/MTorso_PlainVest_tint2.png new file mode 100644 index 00000000..51afa133 --- /dev/null +++ b/sources/avatar/clothing_fan02/MTorso_PlainVest_tint2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc26aa92a4fa31cce7d809d9cb7a4950c70927532db3f9ea1c6561ef9737b1e1 +size 95135 diff --git a/sources/avatar/clothing_fan02/MTorso_ShellVest_base.png b/sources/avatar/clothing_fan02/MTorso_ShellVest_base.png new file mode 100644 index 00000000..2bfae149 --- /dev/null +++ b/sources/avatar/clothing_fan02/MTorso_ShellVest_base.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615b7d827521efae7a8f3a1ce233ea4836eb0a1052e778f5986df9391b22ab36 +size 200956 diff --git a/sources/avatar/clothing_fan02/UTorso_LeatherJacketMinkataArm_tint1.png b/sources/avatar/clothing_fan02/UTorso_LeatherJacketMinkataArm_tint1.png new file mode 100644 index 00000000..cf4b768f --- /dev/null +++ b/sources/avatar/clothing_fan02/UTorso_LeatherJacketMinkataArm_tint1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c56bb57e659a7de43bad949ca97ebbac9f7ec845a24497e81ced4b0a641eeb +size 31740 diff --git a/sources/avatar/clothing_fan02/UTorso_LeatherJacketMinkata_Tint1.png b/sources/avatar/clothing_fan02/UTorso_LeatherJacketMinkata_Tint1.png new file mode 100644 index 00000000..6c5bab82 --- /dev/null +++ b/sources/avatar/clothing_fan02/UTorso_LeatherJacketMinkata_Tint1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd6c5f1ee06f24d69afbadaf1e92faea54ffebc3d603701bfb1dbdcbd6ef566 +size 102504 diff --git a/sources/avatar/clothing_fan02/ftorso_sweaterRewardPodMaze_base.png b/sources/avatar/clothing_fan02/ftorso_sweaterRewardPodMaze_base.png new file mode 100644 index 00000000..7d5611e1 --- /dev/null +++ b/sources/avatar/clothing_fan02/ftorso_sweaterRewardPodMaze_base.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba2caac8ab9567587857e6b7ef210bff3e2863b9f318676466f45d08f1f8e3f +size 173848 diff --git a/sources/avatar/clothing_fan02/ftorso_sweaterRewardPodMaze_tint1.png b/sources/avatar/clothing_fan02/ftorso_sweaterRewardPodMaze_tint1.png new file mode 100644 index 00000000..93b0c4bf --- /dev/null +++ b/sources/avatar/clothing_fan02/ftorso_sweaterRewardPodMaze_tint1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4fe94892086c88c646f150338f7646b3ae86bda527a829ece906d7c06dd630d +size 157501 From 2abf15e2a93891e941b72d80efd35b414f989138 Mon Sep 17 00:00:00 2001 From: Edmond Mondor Date: Tue, 26 Oct 2021 16:15:03 -0700 Subject: [PATCH 02/16] Update for changes asked by Adam Changes Cargo pants and shorts to human readable name --- compiled/dat/GlobalClothing_District_FemaleFan02.prp | 4 ++-- compiled/dat/GlobalClothing_District_MaleFan02.prp | 4 ++-- sources/avatar/clothing_fan02/Fan02.json | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/compiled/dat/GlobalClothing_District_FemaleFan02.prp b/compiled/dat/GlobalClothing_District_FemaleFan02.prp index 2497075f..25e2a6ed 100644 --- a/compiled/dat/GlobalClothing_District_FemaleFan02.prp +++ b/compiled/dat/GlobalClothing_District_FemaleFan02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4725cf7c7f93a3bcca3470d6b7a1d2581c03c059cdd2e493515cb8a1c86a45c3 -size 3518537 +oid sha256:fa4b48073df7e20c47338b56249fa289fa1bd8d897494cca2d10f7e89ba4bf86 +size 3518637 diff --git a/compiled/dat/GlobalClothing_District_MaleFan02.prp b/compiled/dat/GlobalClothing_District_MaleFan02.prp index 5ab4e36b..f4a9c82d 100644 --- a/compiled/dat/GlobalClothing_District_MaleFan02.prp +++ b/compiled/dat/GlobalClothing_District_MaleFan02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0792eb47d2e0f2a7970f2ddf86cd334aba13c9305e8e4ca8bc67bd422740b927 -size 3431318 +oid sha256:1523e592ce7b35a0a379e81c0293367ebd8d5d4aed10becb364e4229d59f8273 +size 3431418 diff --git a/sources/avatar/clothing_fan02/Fan02.json b/sources/avatar/clothing_fan02/Fan02.json index 782df0cc..a831677a 100644 --- a/sources/avatar/clothing_fan02/Fan02.json +++ b/sources/avatar/clothing_fan02/Fan02.json @@ -168,7 +168,7 @@ ] }, { - "name": "03_MLegs02_05", + "name": "MLegs_CargoPants_TwoToned", "type": "pants", "group": "Male", "icon": "Icon_MLegs_Cargo5.png", @@ -193,7 +193,7 @@ ] }, { - "name": "02_MLegs03_05", + "name": "MLegs_CargoShorts_TwoToned", "type": "pants", "group": "Male", "icon": "Icon_MLegs_Cargo5.png", @@ -568,7 +568,7 @@ ] }, { - "name": "03_FLegs02_05", + "name": "FLegs_CargoPants_TwoToned", "type": "pants", "group": "Female", "icon": "Icon_MLegs_Cargo5.png", @@ -599,7 +599,7 @@ ] }, { - "name": "02_FLegs04_05", + "name": "FLegs_CargoShorts_TwoToned", "type": "pants", "group": "Female", "icon": "Icon_MLegs_Cargo5.png", From 8c1cf89fa925aba9ae4724d37227a27b34fe9592 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 26 Oct 2021 21:41:00 -0400 Subject: [PATCH 03/16] Propagate changes into clothing Max files and re-export. This has the side effect of completely removing the non-Cyan logo'd clothing items in the modified Max files (eg CCN, TCT, Sam & Max, Mantis Parable sweatshirts). --- compiled/dat/GlobalClothing_District_Female02.prp | 4 ++-- compiled/dat/GlobalClothing_District_Female04.prp | 4 ++-- compiled/dat/GlobalClothing_District_Male02.prp | 4 ++-- compiled/dat/GlobalClothing_District_Male04.prp | 4 ++-- sources/avatar/clothing/Avatar_Male03.max | 4 ++-- sources/avatar/clothing/Avatar_Male04.max | 4 ++-- sources/avatar/clothing/bas.avatar.female.02.max | 4 ++-- sources/avatar/clothing/bas.avatar.female.04.max | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/compiled/dat/GlobalClothing_District_Female02.prp b/compiled/dat/GlobalClothing_District_Female02.prp index e715615d..6bf2071a 100644 --- a/compiled/dat/GlobalClothing_District_Female02.prp +++ b/compiled/dat/GlobalClothing_District_Female02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b06c3df3279aba7004496082f2c2a67da82bab0e9a78e747a6c8ec3fa6cff69d -size 21454337 +oid sha256:55dd0b0bc98095352c72d949887f8f4b7f84305129709e13f5bf185f43afe6ed +size 20118412 diff --git a/compiled/dat/GlobalClothing_District_Female04.prp b/compiled/dat/GlobalClothing_District_Female04.prp index 71150923..25ebf681 100644 --- a/compiled/dat/GlobalClothing_District_Female04.prp +++ b/compiled/dat/GlobalClothing_District_Female04.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55dc07746556d69e2bda757217e2946116187e8075f5d7fefd21d07c802e0d49 -size 3520109 +oid sha256:b8400bf3254158852cbf4d6d52e41401db8da36ee5129fa470e21e8cf19fa432 +size 3520219 diff --git a/compiled/dat/GlobalClothing_District_Male02.prp b/compiled/dat/GlobalClothing_District_Male02.prp index 613a7b95..5836c00d 100644 --- a/compiled/dat/GlobalClothing_District_Male02.prp +++ b/compiled/dat/GlobalClothing_District_Male02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c46e6ccceab690bb1856c5da396106cf870c98eda6abe5667e33ecb3720fd066 -size 21392305 +oid sha256:cb43b4a8fbd9ab5c9a12ed2e8c44881f55737224d7d8ec1507c7da36e666959f +size 20056447 diff --git a/compiled/dat/GlobalClothing_District_Male04.prp b/compiled/dat/GlobalClothing_District_Male04.prp index 1c8e6e60..1017e098 100644 --- a/compiled/dat/GlobalClothing_District_Male04.prp +++ b/compiled/dat/GlobalClothing_District_Male04.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d7fc3251accbccb54572441806ea4ba37499e69b115ad1c8a06249341e091a76 -size 4275851 +oid sha256:0b342ad55475e1fa862b46d0af70d10c3a63dba24ecbac19c4d140a0465e5fbd +size 4275961 diff --git a/sources/avatar/clothing/Avatar_Male03.max b/sources/avatar/clothing/Avatar_Male03.max index 70e44efb..472e9af1 100644 --- a/sources/avatar/clothing/Avatar_Male03.max +++ b/sources/avatar/clothing/Avatar_Male03.max @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:43aa0fb70ded38a07cdf624ef65fedd7778789a313981d525ee75bb18180afbe -size 29096448 +oid sha256:ab783ffbd2c6cf6a44c4554dce9257a9960c2cfa1aa815a9bdc4dd49c0b1d39e +size 29068800 diff --git a/sources/avatar/clothing/Avatar_Male04.max b/sources/avatar/clothing/Avatar_Male04.max index 4b2f71a5..809272b1 100644 --- a/sources/avatar/clothing/Avatar_Male04.max +++ b/sources/avatar/clothing/Avatar_Male04.max @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2590e48c98cbfbddc0bebffd79811ba581457ddf54d1158577145264fc195b22 -size 8528896 +oid sha256:cb6b6c325dc17c9e47f57f698ba34c0a5df5b4d0521fa54c7859104f1c68d048 +size 8548864 diff --git a/sources/avatar/clothing/bas.avatar.female.02.max b/sources/avatar/clothing/bas.avatar.female.02.max index 9ccf3ca6..e2764c69 100644 --- a/sources/avatar/clothing/bas.avatar.female.02.max +++ b/sources/avatar/clothing/bas.avatar.female.02.max @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:38ed14184b6e5044ec19fe0224d10b1be593fa3199dcd9e4167e9d9ade194b0d -size 22519808 +oid sha256:53e1a29e710ee98daa6c0446d06b4ed2cc5b174f9824b278001547b808d41a28 +size 22447104 diff --git a/sources/avatar/clothing/bas.avatar.female.04.max b/sources/avatar/clothing/bas.avatar.female.04.max index 9c8f5eef..5913dda1 100644 --- a/sources/avatar/clothing/bas.avatar.female.04.max +++ b/sources/avatar/clothing/bas.avatar.female.04.max @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:18bbd36f1e352a8df417af2ee16ce03a1482f62ab33f2bd3b72a2b3c681e8ec4 -size 5990912 +oid sha256:6d615c91b0533b4b3c92abcf6e2a9247763436cc900a175e22ab813627e712e5 +size 6012416 From 9faf8d1238f2cfee37f32ad0041d9a08736b9002 Mon Sep 17 00:00:00 2001 From: Edmond Mondor Date: Wed, 27 Oct 2021 20:50:13 -0700 Subject: [PATCH 04/16] Added the CC content to Max files Removed FemaleCC.prp and MaleCC.prp as they are no longer needed. Content is now in (Fe)male02 and (Fe)male04 instead Source assets added for CC content --- compiled/dat/GlobalClothing_District_Female02.prp | 4 ++-- compiled/dat/GlobalClothing_District_Female04.prp | 4 ++-- compiled/dat/GlobalClothing_District_FemaleCC.prp | 3 --- compiled/dat/GlobalClothing_District_FemaleFan02.prp | 2 +- compiled/dat/GlobalClothing_District_Male02.prp | 4 ++-- compiled/dat/GlobalClothing_District_Male04.prp | 4 ++-- compiled/dat/GlobalClothing_District_MaleCC.prp | 3 --- compiled/dat/GlobalClothing_District_MaleFan02.prp | 2 +- sources/avatar/clothing/Avatar_Male03.max | 4 ++-- sources/avatar/clothing/Avatar_Male04.max | 4 ++-- sources/avatar/clothing/BasePalette.tga | 3 +++ sources/avatar/clothing/FLegs_Catherine_base.tga | 3 +++ sources/avatar/clothing/FTorso_Pack2_base.tga | 3 +++ sources/avatar/clothing/FTorso_Pack2_tint1.tga | 3 +++ sources/avatar/clothing/FTorso_Pack2_tint2.tga | 3 +++ sources/avatar/clothing/Icon_FHair_AussieHat.tga | 3 +++ sources/avatar/clothing/Icon_FTorso_Pack2.tga | 3 +++ sources/avatar/clothing/Icon_MTorso_Pack2.tga | 3 +++ sources/avatar/clothing/Icon_UFoot_Catherine.tga | 3 +++ sources/avatar/clothing/Icon_UFoot_TopSiders.tga | 3 +++ sources/avatar/clothing/MFoot_Catherine_base.tga | 3 +++ sources/avatar/clothing/MLegs_Catherine_base.tga | 3 +++ sources/avatar/clothing/MTorso_Pack2_base.tga | 3 +++ sources/avatar/clothing/MTorso_Pack2_tint1.tga | 3 +++ sources/avatar/clothing/MTorso_Pack2_tint2.tga | 3 +++ sources/avatar/clothing/MTorso_Pack2arm_Base.tga | 3 +++ sources/avatar/clothing/MTorso_Pack2arm_tint1.tga | 3 +++ sources/avatar/clothing/UFoot_Catherine_base.tga | 3 +++ sources/avatar/clothing/UFoot_TopSider_base.tga | 3 +++ sources/avatar/clothing/UFoot_TopSider_skin.tga | 3 +++ sources/avatar/clothing/UFoot_TopSider_tint1.tga | 3 +++ sources/avatar/clothing/ULegs_Atrus.tga | 3 +++ sources/avatar/clothing/bas.avatar.female.02.max | 4 ++-- sources/avatar/clothing/bas.avatar.female.04.max | 4 ++-- 34 files changed, 84 insertions(+), 24 deletions(-) delete mode 100644 compiled/dat/GlobalClothing_District_FemaleCC.prp delete mode 100644 compiled/dat/GlobalClothing_District_MaleCC.prp create mode 100644 sources/avatar/clothing/BasePalette.tga create mode 100644 sources/avatar/clothing/FLegs_Catherine_base.tga create mode 100644 sources/avatar/clothing/FTorso_Pack2_base.tga create mode 100644 sources/avatar/clothing/FTorso_Pack2_tint1.tga create mode 100644 sources/avatar/clothing/FTorso_Pack2_tint2.tga create mode 100644 sources/avatar/clothing/Icon_FHair_AussieHat.tga create mode 100644 sources/avatar/clothing/Icon_FTorso_Pack2.tga create mode 100644 sources/avatar/clothing/Icon_MTorso_Pack2.tga create mode 100644 sources/avatar/clothing/Icon_UFoot_Catherine.tga create mode 100644 sources/avatar/clothing/Icon_UFoot_TopSiders.tga create mode 100644 sources/avatar/clothing/MFoot_Catherine_base.tga create mode 100644 sources/avatar/clothing/MLegs_Catherine_base.tga create mode 100644 sources/avatar/clothing/MTorso_Pack2_base.tga create mode 100644 sources/avatar/clothing/MTorso_Pack2_tint1.tga create mode 100644 sources/avatar/clothing/MTorso_Pack2_tint2.tga create mode 100644 sources/avatar/clothing/MTorso_Pack2arm_Base.tga create mode 100644 sources/avatar/clothing/MTorso_Pack2arm_tint1.tga create mode 100644 sources/avatar/clothing/UFoot_Catherine_base.tga create mode 100644 sources/avatar/clothing/UFoot_TopSider_base.tga create mode 100644 sources/avatar/clothing/UFoot_TopSider_skin.tga create mode 100644 sources/avatar/clothing/UFoot_TopSider_tint1.tga create mode 100644 sources/avatar/clothing/ULegs_Atrus.tga diff --git a/compiled/dat/GlobalClothing_District_Female02.prp b/compiled/dat/GlobalClothing_District_Female02.prp index 6bf2071a..940a1c12 100644 --- a/compiled/dat/GlobalClothing_District_Female02.prp +++ b/compiled/dat/GlobalClothing_District_Female02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55dd0b0bc98095352c72d949887f8f4b7f84305129709e13f5bf185f43afe6ed -size 20118412 +oid sha256:be56dce13e6584f6f1cc9fb1db3ea9977246715af9d5a19de76dfb74a3adc6f5 +size 24435342 diff --git a/compiled/dat/GlobalClothing_District_Female04.prp b/compiled/dat/GlobalClothing_District_Female04.prp index 25ebf681..006b8702 100644 --- a/compiled/dat/GlobalClothing_District_Female04.prp +++ b/compiled/dat/GlobalClothing_District_Female04.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8400bf3254158852cbf4d6d52e41401db8da36ee5129fa470e21e8cf19fa432 -size 3520219 +oid sha256:fb972d1d7c0c4630b1c6cad75fe82fec4bc51b442f55cabd1e1df16783c97d0b +size 4236226 diff --git a/compiled/dat/GlobalClothing_District_FemaleCC.prp b/compiled/dat/GlobalClothing_District_FemaleCC.prp deleted file mode 100644 index 41148414..00000000 --- a/compiled/dat/GlobalClothing_District_FemaleCC.prp +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c908d8fea30e4bb6d6e72fe8befcef766c92d9f107b66ca89689fd036439f942 -size 2035501 diff --git a/compiled/dat/GlobalClothing_District_FemaleFan02.prp b/compiled/dat/GlobalClothing_District_FemaleFan02.prp index 25e2a6ed..7d9f2cfa 100644 --- a/compiled/dat/GlobalClothing_District_FemaleFan02.prp +++ b/compiled/dat/GlobalClothing_District_FemaleFan02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fa4b48073df7e20c47338b56249fa289fa1bd8d897494cca2d10f7e89ba4bf86 +oid sha256:565b9559701b2f61765f30395572466c4ce134544b4313525a6ddd228a095cdd size 3518637 diff --git a/compiled/dat/GlobalClothing_District_Male02.prp b/compiled/dat/GlobalClothing_District_Male02.prp index 5836c00d..9c0df4de 100644 --- a/compiled/dat/GlobalClothing_District_Male02.prp +++ b/compiled/dat/GlobalClothing_District_Male02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cb43b4a8fbd9ab5c9a12ed2e8c44881f55737224d7d8ec1507c7da36e666959f -size 20056447 +oid sha256:5b256ae97a14b082c53e87e5ef62145ca2fea37de4c9ee046b25106dcbcb540a +size 21157139 diff --git a/compiled/dat/GlobalClothing_District_Male04.prp b/compiled/dat/GlobalClothing_District_Male04.prp index 1017e098..8c135f54 100644 --- a/compiled/dat/GlobalClothing_District_Male04.prp +++ b/compiled/dat/GlobalClothing_District_Male04.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0b342ad55475e1fa862b46d0af70d10c3a63dba24ecbac19c4d140a0465e5fbd -size 4275961 +oid sha256:8811cdf15bd6c46567e043ff71fdb65ae632d10d3d04b3d88225a6ce0c705eaa +size 4992527 diff --git a/compiled/dat/GlobalClothing_District_MaleCC.prp b/compiled/dat/GlobalClothing_District_MaleCC.prp deleted file mode 100644 index a761a921..00000000 --- a/compiled/dat/GlobalClothing_District_MaleCC.prp +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:716752cdb1377831bab4fe60aea4e248b0c5e0eb77a4df937aecd6ac5d4c6abe -size 1761183 diff --git a/compiled/dat/GlobalClothing_District_MaleFan02.prp b/compiled/dat/GlobalClothing_District_MaleFan02.prp index f4a9c82d..ab576660 100644 --- a/compiled/dat/GlobalClothing_District_MaleFan02.prp +++ b/compiled/dat/GlobalClothing_District_MaleFan02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1523e592ce7b35a0a379e81c0293367ebd8d5d4aed10becb364e4229d59f8273 +oid sha256:26f396183106536d77fce65e5b3e7d741a62e8a95d96b251c5a97fc82b9de86b size 3431418 diff --git a/sources/avatar/clothing/Avatar_Male03.max b/sources/avatar/clothing/Avatar_Male03.max index 472e9af1..10f87906 100644 --- a/sources/avatar/clothing/Avatar_Male03.max +++ b/sources/avatar/clothing/Avatar_Male03.max @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ab783ffbd2c6cf6a44c4554dce9257a9960c2cfa1aa815a9bdc4dd49c0b1d39e -size 29068800 +oid sha256:5a0b939b303ce2811dacf524fef279c4ff5a01f00757c38d767c7db6b626fe86 +size 31405492 diff --git a/sources/avatar/clothing/Avatar_Male04.max b/sources/avatar/clothing/Avatar_Male04.max index 809272b1..38bd26bc 100644 --- a/sources/avatar/clothing/Avatar_Male04.max +++ b/sources/avatar/clothing/Avatar_Male04.max @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cb6b6c325dc17c9e47f57f698ba34c0a5df5b4d0521fa54c7859104f1c68d048 -size 8548864 +oid sha256:d6fba1b4920dbb2c320d77a97d035e7e58d7cd85cf1779fafcaa057f0765c6c0 +size 11927552 diff --git a/sources/avatar/clothing/BasePalette.tga b/sources/avatar/clothing/BasePalette.tga new file mode 100644 index 00000000..5094e40b --- /dev/null +++ b/sources/avatar/clothing/BasePalette.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb7c38d4c8f977770835a1ee8dc293c57c038846ef162361edbc6e293e3a314 +size 3145772 diff --git a/sources/avatar/clothing/FLegs_Catherine_base.tga b/sources/avatar/clothing/FLegs_Catherine_base.tga new file mode 100644 index 00000000..83771748 --- /dev/null +++ b/sources/avatar/clothing/FLegs_Catherine_base.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b423f9967f847f30f0718c9d604f219a18421686cdcf0e73b3da0d275c163df8 +size 786476 diff --git a/sources/avatar/clothing/FTorso_Pack2_base.tga b/sources/avatar/clothing/FTorso_Pack2_base.tga new file mode 100644 index 00000000..7fb24d59 --- /dev/null +++ b/sources/avatar/clothing/FTorso_Pack2_base.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e8435be1dc2f183bcfc325a2f56da8cb7da9369259f3114f85595bea52cf20 +size 393260 diff --git a/sources/avatar/clothing/FTorso_Pack2_tint1.tga b/sources/avatar/clothing/FTorso_Pack2_tint1.tga new file mode 100644 index 00000000..e787aaee --- /dev/null +++ b/sources/avatar/clothing/FTorso_Pack2_tint1.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b80d466eece2276768edcb3e17224aac5748e0f689c66ce917ae7b2d7c8eebc +size 524332 diff --git a/sources/avatar/clothing/FTorso_Pack2_tint2.tga b/sources/avatar/clothing/FTorso_Pack2_tint2.tga new file mode 100644 index 00000000..8980a4ff --- /dev/null +++ b/sources/avatar/clothing/FTorso_Pack2_tint2.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28194e9760498e35339f3fac778f5da3e903712b7c26912e3e9b51cf58dfb125 +size 524332 diff --git a/sources/avatar/clothing/Icon_FHair_AussieHat.tga b/sources/avatar/clothing/Icon_FHair_AussieHat.tga new file mode 100644 index 00000000..fd633a04 --- /dev/null +++ b/sources/avatar/clothing/Icon_FHair_AussieHat.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e52b12de7e1ca08d5229b7996490312456b62cf0903a46a876ba86d3d09b01e +size 65580 diff --git a/sources/avatar/clothing/Icon_FTorso_Pack2.tga b/sources/avatar/clothing/Icon_FTorso_Pack2.tga new file mode 100644 index 00000000..f5c80378 --- /dev/null +++ b/sources/avatar/clothing/Icon_FTorso_Pack2.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f18137ff980eba05871fd666e23f9206349fec838153cf9284d087e71ba699b +size 17270 diff --git a/sources/avatar/clothing/Icon_MTorso_Pack2.tga b/sources/avatar/clothing/Icon_MTorso_Pack2.tga new file mode 100644 index 00000000..6697b236 --- /dev/null +++ b/sources/avatar/clothing/Icon_MTorso_Pack2.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735c07cb70b8d776874c98d329ec5fcf5d9e88dd8f9abca1350fdabc6eaa54a8 +size 17251 diff --git a/sources/avatar/clothing/Icon_UFoot_Catherine.tga b/sources/avatar/clothing/Icon_UFoot_Catherine.tga new file mode 100644 index 00000000..fffc5e48 --- /dev/null +++ b/sources/avatar/clothing/Icon_UFoot_Catherine.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce7e52f30808959ebbd37223fc03b4f6fe1a6d1882d898832a89bdc629f27ae +size 11091 diff --git a/sources/avatar/clothing/Icon_UFoot_TopSiders.tga b/sources/avatar/clothing/Icon_UFoot_TopSiders.tga new file mode 100644 index 00000000..8033c815 --- /dev/null +++ b/sources/avatar/clothing/Icon_UFoot_TopSiders.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a25f81ef478e428fb4ae35cb038a816acd4043bfef57ccbe9b352099220467c7 +size 14648 diff --git a/sources/avatar/clothing/MFoot_Catherine_base.tga b/sources/avatar/clothing/MFoot_Catherine_base.tga new file mode 100644 index 00000000..4b2a0c0d --- /dev/null +++ b/sources/avatar/clothing/MFoot_Catherine_base.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b9a6a09dc62a59e585c167608625ca1186f613a625c895dcd0b81be0ec8e30 +size 196652 diff --git a/sources/avatar/clothing/MLegs_Catherine_base.tga b/sources/avatar/clothing/MLegs_Catherine_base.tga new file mode 100644 index 00000000..4a2c3f3c --- /dev/null +++ b/sources/avatar/clothing/MLegs_Catherine_base.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b189f68721065b80dec56631b29168edc05ba80cc8827ef7984effb468c148b +size 786476 diff --git a/sources/avatar/clothing/MTorso_Pack2_base.tga b/sources/avatar/clothing/MTorso_Pack2_base.tga new file mode 100644 index 00000000..a717b775 --- /dev/null +++ b/sources/avatar/clothing/MTorso_Pack2_base.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8243302f8c83c2c51613650305f2afed67fabc665812434fd310c825817a5c26 +size 393260 diff --git a/sources/avatar/clothing/MTorso_Pack2_tint1.tga b/sources/avatar/clothing/MTorso_Pack2_tint1.tga new file mode 100644 index 00000000..3b12976c --- /dev/null +++ b/sources/avatar/clothing/MTorso_Pack2_tint1.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7a6d3479ff39b706135a6d4c1c7a1a68580585c67f1cad4921fc1085478310 +size 524332 diff --git a/sources/avatar/clothing/MTorso_Pack2_tint2.tga b/sources/avatar/clothing/MTorso_Pack2_tint2.tga new file mode 100644 index 00000000..5806d3ad --- /dev/null +++ b/sources/avatar/clothing/MTorso_Pack2_tint2.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5895d9c04bcf79184a3073ee0a7e8433e2eaecbaf02744ef049b554feb9c1ddf +size 524332 diff --git a/sources/avatar/clothing/MTorso_Pack2arm_Base.tga b/sources/avatar/clothing/MTorso_Pack2arm_Base.tga new file mode 100644 index 00000000..8b2b2a4b --- /dev/null +++ b/sources/avatar/clothing/MTorso_Pack2arm_Base.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f21934efdf3c131a6c7f6a451f444c4fb4ba1ffc5d7453882a03803d2676befb +size 98348 diff --git a/sources/avatar/clothing/MTorso_Pack2arm_tint1.tga b/sources/avatar/clothing/MTorso_Pack2arm_tint1.tga new file mode 100644 index 00000000..b29ec162 --- /dev/null +++ b/sources/avatar/clothing/MTorso_Pack2arm_tint1.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e543c6c1c1d828bb7d3de98777a2945fb69d44b7aa14b3f8c5a1949d83e662 +size 131116 diff --git a/sources/avatar/clothing/UFoot_Catherine_base.tga b/sources/avatar/clothing/UFoot_Catherine_base.tga new file mode 100644 index 00000000..f99db91c --- /dev/null +++ b/sources/avatar/clothing/UFoot_Catherine_base.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f988af8f28f26430a18cbb94011f03689300ca3474b12b614813a2f5becf08 +size 196652 diff --git a/sources/avatar/clothing/UFoot_TopSider_base.tga b/sources/avatar/clothing/UFoot_TopSider_base.tga new file mode 100644 index 00000000..24c2c902 --- /dev/null +++ b/sources/avatar/clothing/UFoot_TopSider_base.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1225ffa96e55d366457411f513840c27df072fb0eb45061ca845b0cc510cc361 +size 196652 diff --git a/sources/avatar/clothing/UFoot_TopSider_skin.tga b/sources/avatar/clothing/UFoot_TopSider_skin.tga new file mode 100644 index 00000000..00e14e35 --- /dev/null +++ b/sources/avatar/clothing/UFoot_TopSider_skin.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190a1a300fac085cecfa70f74eca96e5e984967f49cb8af239391e113d5343ad +size 262188 diff --git a/sources/avatar/clothing/UFoot_TopSider_tint1.tga b/sources/avatar/clothing/UFoot_TopSider_tint1.tga new file mode 100644 index 00000000..f294f180 --- /dev/null +++ b/sources/avatar/clothing/UFoot_TopSider_tint1.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df32e9f0280c6e0a0cf4102617f917c93877c61561601648d235627e19dd374 +size 262188 diff --git a/sources/avatar/clothing/ULegs_Atrus.tga b/sources/avatar/clothing/ULegs_Atrus.tga new file mode 100644 index 00000000..3b7ceec1 --- /dev/null +++ b/sources/avatar/clothing/ULegs_Atrus.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e375aa1c503f31d31adb690b8d4911520da9efa754618850b0feb9256d4acc +size 786476 diff --git a/sources/avatar/clothing/bas.avatar.female.02.max b/sources/avatar/clothing/bas.avatar.female.02.max index e2764c69..815542a5 100644 --- a/sources/avatar/clothing/bas.avatar.female.02.max +++ b/sources/avatar/clothing/bas.avatar.female.02.max @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:53e1a29e710ee98daa6c0446d06b4ed2cc5b174f9824b278001547b808d41a28 -size 22447104 +oid sha256:17ea886476b23fa861a92239610586b07e2cc4267180dd4e4140092a506b71ee +size 25738278 diff --git a/sources/avatar/clothing/bas.avatar.female.04.max b/sources/avatar/clothing/bas.avatar.female.04.max index 5913dda1..5931ecf1 100644 --- a/sources/avatar/clothing/bas.avatar.female.04.max +++ b/sources/avatar/clothing/bas.avatar.female.04.max @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6d615c91b0533b4b3c92abcf6e2a9247763436cc900a175e22ab813627e712e5 -size 6012416 +oid sha256:a682faad495ad57f80e163099d2c74086091bf50c7551f212606d200287541c7 +size 7987202 From 955ea06f50911305e52e92bc74099aceeda645bb Mon Sep 17 00:00:00 2001 From: Edmond Mondor Date: Thu, 4 Nov 2021 20:48:38 -0700 Subject: [PATCH 05/16] add catherine clothing to myst [Python File Mod - cPythCatherineRobe] Changed 4 to "FReward_Catherine; 03_FLegs_Catherine; 03_FRFoot_Catherine; 03_FLFoot_Catherine", Changed 5 to "MReward_Catherine; 03_MLegs_Catherine; 03_MRFoot_Catherine; 03_MLFoot_Catherine" --- compiled/dat/Myst_District_Fireplace.prp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiled/dat/Myst_District_Fireplace.prp b/compiled/dat/Myst_District_Fireplace.prp index 847b76f2..fb3a1cfe 100644 --- a/compiled/dat/Myst_District_Fireplace.prp +++ b/compiled/dat/Myst_District_Fireplace.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:310c1f08d80af29492de7d01d3add84c2076c68fd9ddd1730d40fa2b4994df16 -size 859054 +oid sha256:cdd2a71b9a3c5e778c5a983f4b1ad030ef6589eb2da9f003bb68f20b8b5487a0 +size 825772 From e5a31705bb74224cdf71a79ad91baf6bdf7a36a4 Mon Sep 17 00:00:00 2001 From: Edmond Mondor Date: Wed, 10 Nov 2021 21:13:13 -0800 Subject: [PATCH 06/16] Fixed duplicate mipmaps in female02 Re-exported and recreated Fan02 prps --- compiled/dat/GlobalClothing_District_Female02.prp | 4 ++-- compiled/dat/GlobalClothing_District_FemaleFan02.prp | 4 ++-- compiled/dat/GlobalClothing_District_MaleFan02.prp | 4 ++-- sources/avatar/clothing/bas.avatar.female.02.max | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/compiled/dat/GlobalClothing_District_Female02.prp b/compiled/dat/GlobalClothing_District_Female02.prp index 940a1c12..761aa887 100644 --- a/compiled/dat/GlobalClothing_District_Female02.prp +++ b/compiled/dat/GlobalClothing_District_Female02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be56dce13e6584f6f1cc9fb1db3ea9977246715af9d5a19de76dfb74a3adc6f5 -size 24435342 +oid sha256:f6693c3a11f9cf7d25bcde6260fbb11900975266453e197d41eebbf16b5567db +size 20641067 diff --git a/compiled/dat/GlobalClothing_District_FemaleFan02.prp b/compiled/dat/GlobalClothing_District_FemaleFan02.prp index 7d9f2cfa..c9cf30fb 100644 --- a/compiled/dat/GlobalClothing_District_FemaleFan02.prp +++ b/compiled/dat/GlobalClothing_District_FemaleFan02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:565b9559701b2f61765f30395572466c4ce134544b4313525a6ddd228a095cdd -size 3518637 +oid sha256:79cf61a70a65aa2859df908cf16778bbb5787942fd5f42d6a78132ef02e20b46 +size 3974423 diff --git a/compiled/dat/GlobalClothing_District_MaleFan02.prp b/compiled/dat/GlobalClothing_District_MaleFan02.prp index ab576660..72ff4bc0 100644 --- a/compiled/dat/GlobalClothing_District_MaleFan02.prp +++ b/compiled/dat/GlobalClothing_District_MaleFan02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:26f396183106536d77fce65e5b3e7d741a62e8a95d96b251c5a97fc82b9de86b -size 3431418 +oid sha256:e9dc5a032cb8e4651ba15569a50711fdd45cd33b93ede8930e369b63f2adeac0 +size 3711838 diff --git a/sources/avatar/clothing/bas.avatar.female.02.max b/sources/avatar/clothing/bas.avatar.female.02.max index 815542a5..8175b0c9 100644 --- a/sources/avatar/clothing/bas.avatar.female.02.max +++ b/sources/avatar/clothing/bas.avatar.female.02.max @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:17ea886476b23fa861a92239610586b07e2cc4267180dd4e4140092a506b71ee -size 25738278 +oid sha256:506cc987df44f8879ae4da54c526a4a823e52e85f2cb4f786c670d9f931b9dba +size 26657778 From 353d9fde3e1c0718b325156dc37275e34dec5d31 Mon Sep 17 00:00:00 2001 From: Edmond Mondor Date: Thu, 11 Nov 2021 19:02:32 -0800 Subject: [PATCH 07/16] Adds Catherine shoes to Myst age GlobalClothing were resaved. Fan02 was recreated then resaved. Myst_District_Fireplace.prp [Scene Node - Myst_Fireplace] Add scene object "CatherineShoesClickable" [Scene Object - Catherine Clickable Region] Add to modifiers - Object in Volume Detector "cClick_CatherineShoeReward" [Scene Object - CatherineShoesClickable] New object for Catherine's Shoes [Layer - CatherineShoes] New [Material - CatherineShoes] New [Coord Interface - CatherineShoesClickable] New [Draw Interface - CatherineShoesClickable] New [Simulation Interface - CatherineShoesClickable] New [Picking Detector - cClick_CatherineShoeReward] New [Logic Modifier - cClick_CatherineShoeReward] New [Activator Conditional Object - cClick_CatherineShoeReward] New [Object in Box Conditional - cClick_CatherineShoeReward] New [Facing Conditional Object - cClick_CatherineShoeReward] New [Generic Physical - CatherineShoesClickable] New [Drawable Span - Myst_Fireplace_00000000_0Spans] Added new catherine shoes. [Object in Volume Detector - cClick_CatherineShoeReward] New [Python File Mod - cPythCatherineRobe] Removed from 4 "03_FLFoot_Catherine and 03_FRFoot_Catherine". Removed from 5 "03_MLFoot_Catherine and 03_MRFoot_Catherine" [Python File Mod - cPythCatherineRShoe] New [Python File Mod - cPythCatherineLShoe] New [Interface Info Mod - CatherineShoesClickable] New --- compiled/dat/GlobalClothing_District_Female.prp | 4 ++-- compiled/dat/GlobalClothing_District_Female01.prp | 4 ++-- compiled/dat/GlobalClothing_District_FemaleFan01.prp | 4 ++-- compiled/dat/GlobalClothing_District_FemaleFan02.prp | 2 +- compiled/dat/GlobalClothing_District_Male.prp | 4 ++-- compiled/dat/GlobalClothing_District_Male01.prp | 4 ++-- compiled/dat/GlobalClothing_District_MaleFan01.prp | 4 ++-- compiled/dat/GlobalClothing_District_MaleFan02.prp | 2 +- compiled/dat/Myst_District_Fireplace.prp | 4 ++-- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/compiled/dat/GlobalClothing_District_Female.prp b/compiled/dat/GlobalClothing_District_Female.prp index eb6d604a..f974097a 100644 --- a/compiled/dat/GlobalClothing_District_Female.prp +++ b/compiled/dat/GlobalClothing_District_Female.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ef92d04ce2ad15ebf0a392939c2541c44dbf72cde488f1f79296215d54dae285 -size 4731619 +oid sha256:fd6fdd1b75c6a255a8d2d0063f8e47edf4903bb63eb48dc233713e65ff66fd26 +size 4731529 diff --git a/compiled/dat/GlobalClothing_District_Female01.prp b/compiled/dat/GlobalClothing_District_Female01.prp index 1b27747a..a954ae35 100644 --- a/compiled/dat/GlobalClothing_District_Female01.prp +++ b/compiled/dat/GlobalClothing_District_Female01.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64d72df76c80e318b5f8d90a5a562de37c5128fb98b3144c188921b4962289ff -size 22077248 +oid sha256:489a29090a62cb6a239ed8c7fae6007d2fea2b073f7fadef0f3b3dc28b65a410 +size 22077143 diff --git a/compiled/dat/GlobalClothing_District_FemaleFan01.prp b/compiled/dat/GlobalClothing_District_FemaleFan01.prp index 3fd4a9f9..d55b36c3 100644 --- a/compiled/dat/GlobalClothing_District_FemaleFan01.prp +++ b/compiled/dat/GlobalClothing_District_FemaleFan01.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f4e8627a07f8d0903d6a9a4e28f9346d24dfe4769c4478932769f849fdb96616 -size 4017055 +oid sha256:ac2458c8bd422ca82568c87ed3250fee8d36e9c5bff43807ea860784809d331b +size 4016950 diff --git a/compiled/dat/GlobalClothing_District_FemaleFan02.prp b/compiled/dat/GlobalClothing_District_FemaleFan02.prp index c9cf30fb..093ff0eb 100644 --- a/compiled/dat/GlobalClothing_District_FemaleFan02.prp +++ b/compiled/dat/GlobalClothing_District_FemaleFan02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:79cf61a70a65aa2859df908cf16778bbb5787942fd5f42d6a78132ef02e20b46 +oid sha256:3bede934e75aed676e9e9407c37d625a45ea44857fdae36b8a25a77e8f6a08f6 size 3974423 diff --git a/compiled/dat/GlobalClothing_District_Male.prp b/compiled/dat/GlobalClothing_District_Male.prp index 932339be..35bb97a2 100644 --- a/compiled/dat/GlobalClothing_District_Male.prp +++ b/compiled/dat/GlobalClothing_District_Male.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1f4df3c39fe3a30a0809c0d2ea20a520eef5ff643c53e8921cac69e69f77197a -size 7248252 +oid sha256:dca2896416253971b4af485d26d8a8daaa92115245ff2bafa647571546968083 +size 7248147 diff --git a/compiled/dat/GlobalClothing_District_Male01.prp b/compiled/dat/GlobalClothing_District_Male01.prp index f619a7d8..ec25611d 100644 --- a/compiled/dat/GlobalClothing_District_Male01.prp +++ b/compiled/dat/GlobalClothing_District_Male01.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:532c12da296c021307e09e5cbdc25b0910f909414e9b840f44b29ade554b4e8d -size 15505203 +oid sha256:710e540dfd86a2bc55324b1ec94057c863799dedb5a11d08aa4eed6fcda128f5 +size 15505098 diff --git a/compiled/dat/GlobalClothing_District_MaleFan01.prp b/compiled/dat/GlobalClothing_District_MaleFan01.prp index b23e2b6b..e1bcfd04 100644 --- a/compiled/dat/GlobalClothing_District_MaleFan01.prp +++ b/compiled/dat/GlobalClothing_District_MaleFan01.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3520384638d92f141c1e431df24861b625e169de79bcc0fac84d913aa227b7e4 -size 2353997 +oid sha256:b909dbd1687e52ac9a81d0b3904debdd7bfe4fc60669f3a358557aff14486405 +size 2353892 diff --git a/compiled/dat/GlobalClothing_District_MaleFan02.prp b/compiled/dat/GlobalClothing_District_MaleFan02.prp index 72ff4bc0..5c4d1584 100644 --- a/compiled/dat/GlobalClothing_District_MaleFan02.prp +++ b/compiled/dat/GlobalClothing_District_MaleFan02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e9dc5a032cb8e4651ba15569a50711fdd45cd33b93ede8930e369b63f2adeac0 +oid sha256:6f914a206a32e6b1fbe6576f5dbb7df331352200321a4c20e3a69ce55a8812d7 size 3711838 diff --git a/compiled/dat/Myst_District_Fireplace.prp b/compiled/dat/Myst_District_Fireplace.prp index fb3a1cfe..c8fbbfca 100644 --- a/compiled/dat/Myst_District_Fireplace.prp +++ b/compiled/dat/Myst_District_Fireplace.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cdd2a71b9a3c5e778c5a983f4b1ad030ef6589eb2da9f003bb68f20b8b5487a0 -size 825772 +oid sha256:b39b9246bc271421d52a1ed267c9ef1c388e40b8b15b9fdeb4cc3607d2718ba7 +size 847697 From 1f62cf0952a71b466897fc0a18792a6f157e9ace Mon Sep 17 00:00:00 2001 From: Edmond Mondor Date: Fri, 12 Nov 2021 14:07:00 -0800 Subject: [PATCH 08/16] Forgot the texture prp [MipMap - ufoot_catherine_base*0#0.hsm] Added for new catherine shoes --- compiled/dat/Myst_District_Textures.prp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiled/dat/Myst_District_Textures.prp b/compiled/dat/Myst_District_Textures.prp index de4c13b0..fdf18f5d 100644 --- a/compiled/dat/Myst_District_Textures.prp +++ b/compiled/dat/Myst_District_Textures.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:da8b079ba86cc68839948d611de801a338f30f6156e001e129fcbecd5478f229 -size 3355521 +oid sha256:999394df41b53e144a1e462b2537ed0b0124ec84eb6878cb30de54d6aa9d9b1f +size 3399339 From 37a58557cedd1902b0960e0832fd9e7e8751b91a Mon Sep 17 00:00:00 2001 From: Edmond Mondor Date: Fri, 12 Nov 2021 21:14:54 -0800 Subject: [PATCH 09/16] Changed "Plain Vest" to be acquired same time as "DRC Vest" [Fe]maleFan02 rebuilt - Includes PR#74 philRelto_District_PhilsRelto.prp [Scene Object - DRC Vest] Added to Modifiers - Python File Mod "cPythTakeablePlainVest" [Python FIle Mod - cPythTakeablePlainVest] Duplicate of "cPythTakeableClothing", but with clothing set to plain vest [Logic Modifier - cClickDRCVest] Added Python File Mod "cPythTakeablePlainVest" to Receivers above "cPythTakeableClothing" --- .../GlobalClothing_District_FemaleFan02.prp | 4 +- .../dat/GlobalClothing_District_MaleFan02.prp | 4 +- .../dat/philRelto_District_PhilsRelto.prp | 4 +- sources/avatar/clothing_fan02/Fan02.json | 153 ++++++++++++++++-- 4 files changed, 145 insertions(+), 20 deletions(-) diff --git a/compiled/dat/GlobalClothing_District_FemaleFan02.prp b/compiled/dat/GlobalClothing_District_FemaleFan02.prp index 093ff0eb..391baf4b 100644 --- a/compiled/dat/GlobalClothing_District_FemaleFan02.prp +++ b/compiled/dat/GlobalClothing_District_FemaleFan02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3bede934e75aed676e9e9407c37d625a45ea44857fdae36b8a25a77e8f6a08f6 -size 3974423 +oid sha256:2c22592ecaaf5c09549afea545615f939188a325173af838e0e7a0083818ef94 +size 3799010 diff --git a/compiled/dat/GlobalClothing_District_MaleFan02.prp b/compiled/dat/GlobalClothing_District_MaleFan02.prp index 5c4d1584..e9053556 100644 --- a/compiled/dat/GlobalClothing_District_MaleFan02.prp +++ b/compiled/dat/GlobalClothing_District_MaleFan02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6f914a206a32e6b1fbe6576f5dbb7df331352200321a4c20e3a69ce55a8812d7 -size 3711838 +oid sha256:0d9381101377acdf2776988eb070394104174e92e703304d9de1e81e564d4478 +size 3711851 diff --git a/compiled/dat/philRelto_District_PhilsRelto.prp b/compiled/dat/philRelto_District_PhilsRelto.prp index 87c91c0f..78a0b4c4 100644 --- a/compiled/dat/philRelto_District_PhilsRelto.prp +++ b/compiled/dat/philRelto_District_PhilsRelto.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ca7ad3f40b878807b3f1d417d8e4f29ab35113303fca8c9bad5e1c3b56b75ac -size 4138289 +oid sha256:1da04022f9f5637e046f033c443dac92414cee2fbab011cd252e127fd09a9b56 +size 3940865 diff --git a/sources/avatar/clothing_fan02/Fan02.json b/sources/avatar/clothing_fan02/Fan02.json index a831677a..9b3433ff 100644 --- a/sources/avatar/clothing_fan02/Fan02.json +++ b/sources/avatar/clothing_fan02/Fan02.json @@ -14,6 +14,10 @@ "MTorso_xSleeve_GayZero_Base.png", "MTorso_xSleeve_GayZero_Tint.png", + "Icon_UTorso_Shirt_CvrnTr.png", + "MTorso_xSleeve_CvrnTr_Base.png", + "MTorso_xSleeve_CvrnTr_Tint.png", + "Icon_MLegs_Cargo5.png", "MLegs_Cargo05_Tint1.png", "MLegs_Cargo05_Tint2.png", @@ -53,9 +57,18 @@ "desc": "ColorLabel1=Shirt; ColorLabel2=; isLogoFor=02_MTorso12_01; GroupName=ShortSleeve; nonStandard", "text": "Short Sleeve T-Shirt - Mysterium 2021", "meshes": [ - "MHTorso08_SMsh", - "MMTorso_SMsh", - "MLTorso_SMsh" + { + "name": "MHTorso08_SMsh", + "page": "Male01" + }, + { + "name": "MMTorso_SMsh", + "page": "Male01" + }, + { + "name": "MLTorso_SMsh", + "page": "Male01" + } ], "elements": [ { @@ -115,9 +128,18 @@ "desc": "ColorLabel1=Shirt; ColorLabel2=; isLogoFor=02_MTorso12_01; GroupName=ShortSleeve", "text": "Short Sleeve T-Shirt - GZ Pride", "meshes": [ - "MHTorso08_SMsh", - "MMTorso_SMsh", - "MLTorso_SMsh" + { + "name": "MHTorso08_SMsh", + "page": "Male01" + }, + { + "name": "MMTorso_SMsh", + "page": "Male01" + }, + { + "name": "MLTorso_SMsh", + "page": "Male01" + } ], "elements": [ { @@ -167,6 +189,47 @@ } ] }, + { + "name": "MTorso_ShortSleeve_CvrnTrT", + "type": "Shirt", + "group": "Male", + "icon": "Icon_UTorso_Shirt_CvrnTr.png", + "tint1": [0.0, 0.0, 0.0], + "tint2": [0.0, 0.0, 0.0], + "desc": "ColorLabel1=Shirt; ColorLabel2=; isLogoFor=02_MTorso12_01; GroupName=ShortSleeve", + "text": "Short Sleeve T-Shirt - Cavern Tour", + "meshes": [ + { + "name": "MHTorso08_SMsh", + "page": "Male01" + }, + { + "name": "MMTorso_SMsh", + "page": "Male01" + }, + { + "name": "MLTorso_SMsh", + "page": "Male01" + } + ], + "elements": [ + { + "name": "Chest", + "layers": { + "0": "MTorso_xSleeve_CvrnTr_Base.png", + "8": "MTorso_xSleeve_CvrnTr_Tint.png" + } + }, + { + "name": "Arm", + "layers": { + "0": "mtorso_shortsleevearm_base*0#0.hsm", + "1": "mtorso_shortsleevearm_skin*0#0.hsm", + "8": "mtorso_shortsleevearm_tint1*0#0.hsm" + } + } + ] + }, { "name": "MLegs_CargoPants_TwoToned", "type": "pants", @@ -335,7 +398,7 @@ "icon": "Icon_U_NoPrint.png", "tint1": [1, 1, 1], "tint2": [1, 1, 1], - "desc": "ColorLabel1= Shirt ; ColorLabel2= Vest; isLogoFor=MReward_DRCVest; GroupName=DRCVest", + "desc": "ColorLabel1= Shirt ; ColorLabel2= Vest; isLogoFor=MReward_DRCVest; GroupName=DRCVest; nonStandard", "text": "Plain Vest", "meshes": [ "MHTorsoDRCVest_SMsh", @@ -416,6 +479,10 @@ "FTorso_xSleeve_GayZero_Base.png", "FTorso_xSleeve_GayZero_Tint.png", + "Icon_UTorso_Shirt_CvrnTr.png", + "FTorso_xSleeve_CvrnTr_Base.png", + "FTorso_xSleeve_CvrnTr_Tint.png", + "Icon_MLegs_Cargo5.png", "MLegs_Cargo05_Tint1.png", "MLegs_Cargo05_Tint2.png", @@ -455,9 +522,18 @@ "desc": "ColorLabel1=Shirt; ColorLabel2=; isLogoFor=02_FTorso12_01; GroupName=ShortSleeve; nonStandard", "text": "Short Sleeve T-Shirt - Mysterium 2021", "meshes": [ - "FHTorso12_SMsh", - "FMTorso12_SMsh", - "FLTorso12_SMsh" + { + "name": "FHTorso12_SMsh", + "page": "Female01" + }, + { + "name": "FMTorso12_SMsh", + "page": "Female01" + }, + { + "name": "FLTorso12_SMsh", + "page": "Female01" + } ], "elements": [ { @@ -516,9 +592,18 @@ "desc": "ColorLabel1=Shirt; ColorLabel2=; isLogoFor=02_FTorso12_01; GroupName=ShortSleeve", "text": "Short Sleeve T-Shirt - GZ Pride", "meshes": [ - "FHTorso12_SMsh", - "FMTorso12_SMsh", - "FLTorso12_SMsh" + { + "name": "FHTorso12_SMsh", + "page": "Female01" + }, + { + "name": "FMTorso12_SMsh", + "page": "Female01" + }, + { + "name": "FLTorso12_SMsh", + "page": "Female01" + } ], "elements": [ { @@ -567,6 +652,46 @@ } ] }, + { + "name": "FTorso_ShortSleeve_CvrnTrT", + "type": "Shirt", + "group": "Female", + "icon": "Icon_UTorso_Shirt_CvrnTr.png", + "tint1": [0.0, 0.0, 0.0], + "tint2": [0.0, 0.0, 0.0], + "desc": "ColorLabel1=Shirt; ColorLabel2=; isLogoFor=02_FTorso12_01; GroupName=ShortSleeve", + "text": "Short Sleeve T-Shirt - Cavern Tour", + "meshes": [ + { + "name": "FHTorso12_SMsh", + "page": "Female01" + }, + { + "name": "FMTorso12_SMsh", + "page": "Female01" + }, + { + "name": "FLTorso12_SMsh", + "page": "Female01" + } + ], + "elements": [ + { + "name": "Chest", + "layers": { + "0": "FTorso_xSleeve_CvrnTr_Base.png", + "8": "FTorso_xSleeve_CvrnTr_Tint.png" + } + }, + { + "name": "Arm", + "layers": { + "1": "mtorso_shortsleevearm_skin*0#0.hsm", + "8": "fsleeve04t02l1*0#0.hsm" + } + } + ] + }, { "name": "FLegs_CargoPants_TwoToned", "type": "pants", @@ -735,7 +860,7 @@ "icon": "Icon_U_NoPrint.png", "tint1": [1, 1, 1], "tint2": [1, 1, 1], - "desc": "ColorLabel1= Shirt ; ColorLabel2= Vest; isLogoFor=FReward_DRCVest; GroupName=DRCVest", + "desc": "ColorLabel1= Shirt ; ColorLabel2= Vest; isLogoFor=FReward_DRCVest; GroupName=DRCVest; nonStandard", "text": "Plain Vest", "meshes": [ "FHTorsoDRCVest_SMsh", From 7c34f83b90ea26cf3a47017650015b482fc6d4d4 Mon Sep 17 00:00:00 2001 From: Edmond Mondor Date: Fri, 19 Nov 2021 09:28:41 -0800 Subject: [PATCH 10/16] Changed Sharper Hat to be nonStandard [Clothing Item - CItm_03_AussieHat] Description changed to "ColorLabel1 = Hair Tint; ColorLabel2 = Hat; nonStandard" --- compiled/dat/GlobalClothing_District_Male02.prp | 4 ++-- sources/avatar/clothing/Avatar_Male03.max | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compiled/dat/GlobalClothing_District_Male02.prp b/compiled/dat/GlobalClothing_District_Male02.prp index 9c0df4de..2ff1603d 100644 --- a/compiled/dat/GlobalClothing_District_Male02.prp +++ b/compiled/dat/GlobalClothing_District_Male02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b256ae97a14b082c53e87e5ef62145ca2fea37de4c9ee046b25106dcbcb540a -size 21157139 +oid sha256:b76a5372a5b25d15187a6c6310e7e097a01247e962e50307eb7138557152d6cd +size 20632854 diff --git a/sources/avatar/clothing/Avatar_Male03.max b/sources/avatar/clothing/Avatar_Male03.max index 10f87906..614fd590 100644 --- a/sources/avatar/clothing/Avatar_Male03.max +++ b/sources/avatar/clothing/Avatar_Male03.max @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5a0b939b303ce2811dacf524fef279c4ff5a01f00757c38d767c7db6b626fe86 -size 31405492 +oid sha256:ee7be51968f4d983ee2d282f0bf7f04a2674b4bdd9cb8c728a3ed7764621963e +size 33234134 From 3ae99f31a7f7df02c5dd7293c4331b64782e0da4 Mon Sep 17 00:00:00 2001 From: Edmond Mondor Date: Fri, 19 Nov 2021 11:22:18 -0800 Subject: [PATCH 11/16] Adds KI Message for acquiring clothing --- compiled/dat/KIEnglish.loc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiled/dat/KIEnglish.loc b/compiled/dat/KIEnglish.loc index f68496aa..a914fffb 100644 --- a/compiled/dat/KIEnglish.loc +++ b/compiled/dat/KIEnglish.loc @@ -1109,6 +1109,9 @@ Would you like to play? Logs dumped to "%1s" + + %1s added to your wardrobe. + A link has been added to your Nexus From c1ac42d07ed277d8f007275597bd692cc1b93490 Mon Sep 17 00:00:00 2001 From: Edmond Mondor Date: Fri, 19 Nov 2021 20:33:30 -0800 Subject: [PATCH 12/16] Fixing Names of Items Female02 [Clothing Item - CItm_Icon_DRCVest] Custom Text changed to "DRC Vest" instead of "DRCVest" [Clothing Item - CItm_FReward_DRCVest] Custom Text changed to "DRC Vest" instead of "DRCVest" [Clothing Item - CItm_Icon_LeatherJacket01] Custom Text changed to "Leather Jacket" instead of "LeatherJacket01 Icon" Female04 [Clothing Item - CItm_03_FLegs_Atrus] Custom Text changed to "Atrus's Pants" instead of "Atrus Pants" [Clothing Item - CItm_FReward_BBallJersey] Custom Text changed to "Explorers Jersey" instead of "ExplorersJersey" [Clothing Item - CItm_Icon_Atrus] Custom Text changed to "Atrus's Jacket" instead of "Atrus Jacket" [Clothing Item - CItm_DniHelmet] Custom Text changed to "D'ni Helmet" instead of "" [Clothing Item - CItm_03_FHAcc_DniFace] Custom Text changed to "D'ni Helmet" instead of "" [Clothing Item - CItm_FReward_Atrus] Custom Text changed to "Atrus's Jacket" instead of "Atrus Jacket" Male02 [Clothing Item - CItm_Icon_DRCVest] Custom Text changed to "DRC Vest" instead of "DRCVest" [Clothing Item - CItm_MReward_DRCVest] Custom Text changed to "DRC Vest" instead of "DRCVest" [Clothing Item - CItm_03_AussieHat] Custom Text changed to "Sharper's Hat" instead of "" [Clothing Item - CItm_Icon_Bomber] Custom Text changed to "Bomber Jacket" instead of "" Male04 [Clothing Item - CItm_03_MRFoot_Catherine] Custom Text changed to "Catherine's Shoes" instead of "Catherine" [Clothing Item - CItm_03_MLFoot_Catherine] Custom Text changed to "Catherine's Shoes" instead of "Catherine" [Clothing Item - CItm_03_MLegs_Catherine] Custom Text changed to "Catherine's Pants" instead of "Catherine " [Clothing Item - CItm_03_MLegs_Atrus] Custom Text changed to "Atrus's Pants" instead of "Atrus Pants" [Clothing Item - CItm_03_MHAcc_DniFace] Custom Text changed to "D'ni Helmet" instead of "" [Clothing Item - CItm_Icon_Atrus] Custom Text changed to "Atrus's Jacket" instead of "Atrus Shirt" [Clothing Item - CItm_MTorso_Atrus] Custom Text changed to "Atrus's Jacket" instead of "Atrus Shirt" --- compiled/dat/GlobalClothing_District_Female02.prp | 4 ++-- compiled/dat/GlobalClothing_District_Female04.prp | 4 ++-- compiled/dat/GlobalClothing_District_Male02.prp | 4 ++-- compiled/dat/GlobalClothing_District_Male04.prp | 4 ++-- sources/avatar/clothing/Avatar_Male03.max | 4 ++-- sources/avatar/clothing/Avatar_Male04.max | 4 ++-- sources/avatar/clothing/bas.avatar.female.02.max | 4 ++-- sources/avatar/clothing/bas.avatar.female.04.max | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/compiled/dat/GlobalClothing_District_Female02.prp b/compiled/dat/GlobalClothing_District_Female02.prp index 761aa887..7dfc15d7 100644 --- a/compiled/dat/GlobalClothing_District_Female02.prp +++ b/compiled/dat/GlobalClothing_District_Female02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f6693c3a11f9cf7d25bcde6260fbb11900975266453e197d41eebbf16b5567db -size 20641067 +oid sha256:a8e2f59325b21c0afb317d0e7ec50017195dbeab40addb4f01ff8abed0ca1e11 +size 20641063 diff --git a/compiled/dat/GlobalClothing_District_Female04.prp b/compiled/dat/GlobalClothing_District_Female04.prp index 006b8702..619d47bc 100644 --- a/compiled/dat/GlobalClothing_District_Female04.prp +++ b/compiled/dat/GlobalClothing_District_Female04.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb972d1d7c0c4630b1c6cad75fe82fec4bc51b442f55cabd1e1df16783c97d0b -size 4236226 +oid sha256:51e37b883f5e78880f035ef150eedae36419fd80d89d8c78c0bcece02934d158 +size 3711967 diff --git a/compiled/dat/GlobalClothing_District_Male02.prp b/compiled/dat/GlobalClothing_District_Male02.prp index 2ff1603d..1c8fb796 100644 --- a/compiled/dat/GlobalClothing_District_Male02.prp +++ b/compiled/dat/GlobalClothing_District_Male02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b76a5372a5b25d15187a6c6310e7e097a01247e962e50307eb7138557152d6cd -size 20632854 +oid sha256:ead5cf980436b927984b7c1a1342d91981c7ba82accc137eb52dda9f67368cc4 +size 20632882 diff --git a/compiled/dat/GlobalClothing_District_Male04.prp b/compiled/dat/GlobalClothing_District_Male04.prp index 8c135f54..86103625 100644 --- a/compiled/dat/GlobalClothing_District_Male04.prp +++ b/compiled/dat/GlobalClothing_District_Male04.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8811cdf15bd6c46567e043ff71fdb65ae632d10d3d04b3d88225a6ce0c705eaa -size 4992527 +oid sha256:03021e279a3077103ad8232db08b35c133b6839b585a8b0193cbf66fc90d7348 +size 4468281 diff --git a/sources/avatar/clothing/Avatar_Male03.max b/sources/avatar/clothing/Avatar_Male03.max index 614fd590..b8d16762 100644 --- a/sources/avatar/clothing/Avatar_Male03.max +++ b/sources/avatar/clothing/Avatar_Male03.max @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee7be51968f4d983ee2d282f0bf7f04a2674b4bdd9cb8c728a3ed7764621963e -size 33234134 +oid sha256:551c5abe992033ea46d341a61a532021cd6e50ab318fff86e8ae7f7a797308d6 +size 33447126 diff --git a/sources/avatar/clothing/Avatar_Male04.max b/sources/avatar/clothing/Avatar_Male04.max index 38bd26bc..addd7057 100644 --- a/sources/avatar/clothing/Avatar_Male04.max +++ b/sources/avatar/clothing/Avatar_Male04.max @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6fba1b4920dbb2c320d77a97d035e7e58d7cd85cf1779fafcaa057f0765c6c0 -size 11927552 +oid sha256:916e74af6a1464e2b934b82fbb6becea6000ab0dfe169384c962a165057b5ac4 +size 11137024 diff --git a/sources/avatar/clothing/bas.avatar.female.02.max b/sources/avatar/clothing/bas.avatar.female.02.max index 8175b0c9..47c0093b 100644 --- a/sources/avatar/clothing/bas.avatar.female.02.max +++ b/sources/avatar/clothing/bas.avatar.female.02.max @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:506cc987df44f8879ae4da54c526a4a823e52e85f2cb4f786c670d9f931b9dba -size 26657778 +oid sha256:8dd5dcf8b36e333959fae713f785632f8d0ec8a2fbc801f31018df768f24321c +size 27161586 diff --git a/sources/avatar/clothing/bas.avatar.female.04.max b/sources/avatar/clothing/bas.avatar.female.04.max index 5931ecf1..cdf6179c 100644 --- a/sources/avatar/clothing/bas.avatar.female.04.max +++ b/sources/avatar/clothing/bas.avatar.female.04.max @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a682faad495ad57f80e163099d2c74086091bf50c7551f212606d200287541c7 -size 7987202 +oid sha256:f9d30bc740d819a6991fbef1f3eb29c9cfd04320de00ebcdb8e88630b6b20c1b +size 7815168 From 29452d3d09e47c465105885a22ed9c8ca29401da Mon Sep 17 00:00:00 2001 From: Edmond Mondor Date: Fri, 3 Dec 2021 16:14:38 -0800 Subject: [PATCH 13/16] Changed Guild Shirt names Adds the Name of the Guild to each shirt description --- compiled/dat/GlobalClothing_District_Female01.prp | 4 ++-- compiled/dat/GlobalClothing_District_FemaleFan02.prp | 2 +- compiled/dat/GlobalClothing_District_Male01.prp | 4 ++-- compiled/dat/GlobalClothing_District_MaleFan02.prp | 2 +- sources/avatar/clothing/Avatar_Male02.max | 4 ++-- sources/avatar/clothing/bas.avatar.female.01.max | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/compiled/dat/GlobalClothing_District_Female01.prp b/compiled/dat/GlobalClothing_District_Female01.prp index a954ae35..0ffb7f22 100644 --- a/compiled/dat/GlobalClothing_District_Female01.prp +++ b/compiled/dat/GlobalClothing_District_Female01.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:489a29090a62cb6a239ed8c7fae6007d2fea2b073f7fadef0f3b3dc28b65a410 -size 22077143 +oid sha256:5ff5cf5602ae5aced9cc07a71ed9dab18db707ff177a5dc5f152baa8dc531675 +size 20350148 diff --git a/compiled/dat/GlobalClothing_District_FemaleFan02.prp b/compiled/dat/GlobalClothing_District_FemaleFan02.prp index 391baf4b..e5492e93 100644 --- a/compiled/dat/GlobalClothing_District_FemaleFan02.prp +++ b/compiled/dat/GlobalClothing_District_FemaleFan02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c22592ecaaf5c09549afea545615f939188a325173af838e0e7a0083818ef94 +oid sha256:82dda09386860591c2de2c8e94ffd5d74c2f02a6636010af133fffb9ee913f68 size 3799010 diff --git a/compiled/dat/GlobalClothing_District_Male01.prp b/compiled/dat/GlobalClothing_District_Male01.prp index ec25611d..715395c5 100644 --- a/compiled/dat/GlobalClothing_District_Male01.prp +++ b/compiled/dat/GlobalClothing_District_Male01.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:710e540dfd86a2bc55324b1ec94057c863799dedb5a11d08aa4eed6fcda128f5 -size 15505098 +oid sha256:1c2aac22a7351265a7b6b070eaaffce09e04a583724cda6b78e6e8f3c3c561de +size 14301756 diff --git a/compiled/dat/GlobalClothing_District_MaleFan02.prp b/compiled/dat/GlobalClothing_District_MaleFan02.prp index e9053556..266c25b8 100644 --- a/compiled/dat/GlobalClothing_District_MaleFan02.prp +++ b/compiled/dat/GlobalClothing_District_MaleFan02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0d9381101377acdf2776988eb070394104174e92e703304d9de1e81e564d4478 +oid sha256:ff2e8e101a5270e758f7c044a220184392ba57d2d6f236c22c54c57a35ad66be size 3711851 diff --git a/sources/avatar/clothing/Avatar_Male02.max b/sources/avatar/clothing/Avatar_Male02.max index bb384aff..c926ad87 100644 --- a/sources/avatar/clothing/Avatar_Male02.max +++ b/sources/avatar/clothing/Avatar_Male02.max @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:90650684acd8adee914a2cdb8688d36c87fb543b5e3e59765236a62f17d7ddaf -size 8769536 +oid sha256:5076792facbd586702be833be9f02fa7650002e51e72b6f5b0d2c1b468d40346 +size 10095570 diff --git a/sources/avatar/clothing/bas.avatar.female.01.max b/sources/avatar/clothing/bas.avatar.female.01.max index 94c77839..4771c71b 100644 --- a/sources/avatar/clothing/bas.avatar.female.01.max +++ b/sources/avatar/clothing/bas.avatar.female.01.max @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:97db6296932f7f9b3db5b79296df4c78de3f30bcaa8c196de745e03f6a831daa -size 10540032 +oid sha256:1bb8f283491761fbf235ecacd30949286b092ef5f9201c8c84981613d73f3bae +size 12933622 From 2574852a65e75ec357df56ad13ad483bab65f5aa Mon Sep 17 00:00:00 2001 From: Larry LeDeay Date: Sat, 28 Aug 2021 14:04:55 -0400 Subject: [PATCH 14/16] Add Cavern Tour shirt images. --- sources/avatar/clothing_fan02/FTorso_xSleeve_CvrnTr_Base.png | 3 +++ sources/avatar/clothing_fan02/FTorso_xSleeve_CvrnTr_Tint.png | 3 +++ sources/avatar/clothing_fan02/Icon_UTorso_Shirt_CvrnTr.png | 3 +++ sources/avatar/clothing_fan02/MTorso_xSleeve_CvrnTr_Base.png | 3 +++ sources/avatar/clothing_fan02/MTorso_xSleeve_CvrnTr_Tint.png | 3 +++ 5 files changed, 15 insertions(+) create mode 100644 sources/avatar/clothing_fan02/FTorso_xSleeve_CvrnTr_Base.png create mode 100644 sources/avatar/clothing_fan02/FTorso_xSleeve_CvrnTr_Tint.png create mode 100644 sources/avatar/clothing_fan02/Icon_UTorso_Shirt_CvrnTr.png create mode 100644 sources/avatar/clothing_fan02/MTorso_xSleeve_CvrnTr_Base.png create mode 100644 sources/avatar/clothing_fan02/MTorso_xSleeve_CvrnTr_Tint.png diff --git a/sources/avatar/clothing_fan02/FTorso_xSleeve_CvrnTr_Base.png b/sources/avatar/clothing_fan02/FTorso_xSleeve_CvrnTr_Base.png new file mode 100644 index 00000000..2d9ced61 --- /dev/null +++ b/sources/avatar/clothing_fan02/FTorso_xSleeve_CvrnTr_Base.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10db678e6be9b20345f609bc8ddf2ff8a8c7875e27bd42d704d413cc3d872da5 +size 91251 diff --git a/sources/avatar/clothing_fan02/FTorso_xSleeve_CvrnTr_Tint.png b/sources/avatar/clothing_fan02/FTorso_xSleeve_CvrnTr_Tint.png new file mode 100644 index 00000000..cc1e7698 --- /dev/null +++ b/sources/avatar/clothing_fan02/FTorso_xSleeve_CvrnTr_Tint.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79742f6508eccb53a463f7741288d4d34f03d26a22c1ede46f222ae5f777096b +size 77844 diff --git a/sources/avatar/clothing_fan02/Icon_UTorso_Shirt_CvrnTr.png b/sources/avatar/clothing_fan02/Icon_UTorso_Shirt_CvrnTr.png new file mode 100644 index 00000000..7d94fd33 --- /dev/null +++ b/sources/avatar/clothing_fan02/Icon_UTorso_Shirt_CvrnTr.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a7717e2fe6e785e0a74c6783afe10d218585748232b99cc33f2f8824816771 +size 16213 diff --git a/sources/avatar/clothing_fan02/MTorso_xSleeve_CvrnTr_Base.png b/sources/avatar/clothing_fan02/MTorso_xSleeve_CvrnTr_Base.png new file mode 100644 index 00000000..f93d78e5 --- /dev/null +++ b/sources/avatar/clothing_fan02/MTorso_xSleeve_CvrnTr_Base.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37362695d8954d6a83e2320936d54fb4c4e274a75229648797452901ab92ed92 +size 89271 diff --git a/sources/avatar/clothing_fan02/MTorso_xSleeve_CvrnTr_Tint.png b/sources/avatar/clothing_fan02/MTorso_xSleeve_CvrnTr_Tint.png new file mode 100644 index 00000000..189c7642 --- /dev/null +++ b/sources/avatar/clothing_fan02/MTorso_xSleeve_CvrnTr_Tint.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9560d194da1413f53ba110d9fc245b6c2223cb982b64fe54a4242e0d6e815d0 +size 73355 From 8b0399093d66e614b03987bf62b0ec6b19fe4ec0 Mon Sep 17 00:00:00 2001 From: Edmond Mondor Date: Tue, 14 Dec 2021 13:21:56 -0800 Subject: [PATCH 15/16] changed ByronEggRecipe to explicit Bound [Generic Physical - ByronsEggRecipe] set to "kExplicitBounds" from "kHullBounds" --- compiled/dat/Myst_District_Fireplace.prp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiled/dat/Myst_District_Fireplace.prp b/compiled/dat/Myst_District_Fireplace.prp index c8fbbfca..3aa6ecfe 100644 --- a/compiled/dat/Myst_District_Fireplace.prp +++ b/compiled/dat/Myst_District_Fireplace.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b39b9246bc271421d52a1ed267c9ef1c388e40b8b15b9fdeb4cc3607d2718ba7 -size 847697 +oid sha256:db589b7f54564d25e9341dd51baa85596b56384acbd4405fc9b449220746a95d +size 847749 From 4c403d703d8d21a775000585063af4a8d9c3dd3b Mon Sep 17 00:00:00 2001 From: Edmond Mondor Date: Wed, 15 Dec 2021 09:31:06 -0800 Subject: [PATCH 16/16] Updated for key ring fix --- compiled/dat/GlobalClothing_District_Female.prp | 2 +- compiled/dat/GlobalClothing_District_Female02.prp | 2 +- compiled/dat/GlobalClothing_District_Female04.prp | 2 +- compiled/dat/GlobalClothing_District_FemaleFan01.prp | 2 +- compiled/dat/GlobalClothing_District_Male.prp | 2 +- compiled/dat/GlobalClothing_District_Male02.prp | 2 +- compiled/dat/GlobalClothing_District_Male04.prp | 2 +- compiled/dat/GlobalClothing_District_MaleFan01.prp | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/compiled/dat/GlobalClothing_District_Female.prp b/compiled/dat/GlobalClothing_District_Female.prp index f974097a..9b783287 100644 --- a/compiled/dat/GlobalClothing_District_Female.prp +++ b/compiled/dat/GlobalClothing_District_Female.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd6fdd1b75c6a255a8d2d0063f8e47edf4903bb63eb48dc233713e65ff66fd26 +oid sha256:1d9ef9c3b70801ad7dd4a95ac2f83e4518e41c2848896e42f65e0cb1a7ad59bf size 4731529 diff --git a/compiled/dat/GlobalClothing_District_Female02.prp b/compiled/dat/GlobalClothing_District_Female02.prp index 7dfc15d7..45037809 100644 --- a/compiled/dat/GlobalClothing_District_Female02.prp +++ b/compiled/dat/GlobalClothing_District_Female02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a8e2f59325b21c0afb317d0e7ec50017195dbeab40addb4f01ff8abed0ca1e11 +oid sha256:b81c3cb486fb2089d1d405c79827af24ff4a05a39dbd2b1a243396bbf91befd5 size 20641063 diff --git a/compiled/dat/GlobalClothing_District_Female04.prp b/compiled/dat/GlobalClothing_District_Female04.prp index 619d47bc..54c252aa 100644 --- a/compiled/dat/GlobalClothing_District_Female04.prp +++ b/compiled/dat/GlobalClothing_District_Female04.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:51e37b883f5e78880f035ef150eedae36419fd80d89d8c78c0bcece02934d158 +oid sha256:a74157e7758dfab5b877a8043d0c3a0088cea7831bb36215df23b53d7e536a8c size 3711967 diff --git a/compiled/dat/GlobalClothing_District_FemaleFan01.prp b/compiled/dat/GlobalClothing_District_FemaleFan01.prp index d55b36c3..bc8b7dfe 100644 --- a/compiled/dat/GlobalClothing_District_FemaleFan01.prp +++ b/compiled/dat/GlobalClothing_District_FemaleFan01.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ac2458c8bd422ca82568c87ed3250fee8d36e9c5bff43807ea860784809d331b +oid sha256:e5337ef78cc6b2377f7aad5e50182833863682ab6880fce2b6b82ab8b5519498 size 4016950 diff --git a/compiled/dat/GlobalClothing_District_Male.prp b/compiled/dat/GlobalClothing_District_Male.prp index 35bb97a2..fdbfc6e6 100644 --- a/compiled/dat/GlobalClothing_District_Male.prp +++ b/compiled/dat/GlobalClothing_District_Male.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dca2896416253971b4af485d26d8a8daaa92115245ff2bafa647571546968083 +oid sha256:4d8224468913691fd85a399ab9d55f18ef1508f5a39246035bbd19d0cf4e0d9f size 7248147 diff --git a/compiled/dat/GlobalClothing_District_Male02.prp b/compiled/dat/GlobalClothing_District_Male02.prp index 1c8fb796..71506ad8 100644 --- a/compiled/dat/GlobalClothing_District_Male02.prp +++ b/compiled/dat/GlobalClothing_District_Male02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ead5cf980436b927984b7c1a1342d91981c7ba82accc137eb52dda9f67368cc4 +oid sha256:69bc4f51892049aa185ac8bb23fea86d4c9ded4817f1c551504c0491a0c6096f size 20632882 diff --git a/compiled/dat/GlobalClothing_District_Male04.prp b/compiled/dat/GlobalClothing_District_Male04.prp index 86103625..c6155b55 100644 --- a/compiled/dat/GlobalClothing_District_Male04.prp +++ b/compiled/dat/GlobalClothing_District_Male04.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:03021e279a3077103ad8232db08b35c133b6839b585a8b0193cbf66fc90d7348 +oid sha256:5f022c99ebae83180e107dc85776829a94547738c8656ca3ed5483611aa6f241 size 4468281 diff --git a/compiled/dat/GlobalClothing_District_MaleFan01.prp b/compiled/dat/GlobalClothing_District_MaleFan01.prp index e1bcfd04..4a10f1d7 100644 --- a/compiled/dat/GlobalClothing_District_MaleFan01.prp +++ b/compiled/dat/GlobalClothing_District_MaleFan01.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b909dbd1687e52ac9a81d0b3904debdd7bfe4fc60669f3a358557aff14486405 +oid sha256:601d48e7c4ae797978cfecf49d7d1404d8e10ae1c34beea7927ff28f5e710d2e size 2353892