mirror of
https://github.com/H-uru/moul-assets.git
synced 2025-07-14 10:37:41 -04:00
Mystitech clothing Items and bug fixes
Bug fix for longsleeve shirts disappearing at long range from player New Mystitech clothing items include male and female: - Long sleeve shirt: [M|F]HoodLS_MTP - Short sleeve shirt: [M|F]Hood_MTP - Hooded sweatshirt: [M|F]MHoodSweat_MTP All items are currently hidden by default - a pickup mechanism is to be added later. Co-authored-by: Korovev Co-authored-by: Larry LeDeay <lwf58@hotmail.com>
This commit is contained in:
BIN
compiled/dat/GlobalClothing_District_FemaleFan02.prp
(Stored with Git LFS)
BIN
compiled/dat/GlobalClothing_District_FemaleFan02.prp
(Stored with Git LFS)
Binary file not shown.
BIN
compiled/dat/GlobalClothing_District_MaleFan02.prp
(Stored with Git LFS)
BIN
compiled/dat/GlobalClothing_District_MaleFan02.prp
(Stored with Git LFS)
Binary file not shown.
BIN
sources/avatar/clothing_fan02/FTorso_HoodSweatMTP_Base.png
(Stored with Git LFS)
Normal file
BIN
sources/avatar/clothing_fan02/FTorso_HoodSweatMTP_Base.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
sources/avatar/clothing_fan02/FTorso_HoodSweatMTP_Tint1.png
(Stored with Git LFS)
Normal file
BIN
sources/avatar/clothing_fan02/FTorso_HoodSweatMTP_Tint1.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
sources/avatar/clothing_fan02/FTorso_LongSleeve_MTP_Base.png
(Stored with Git LFS)
Normal file
BIN
sources/avatar/clothing_fan02/FTorso_LongSleeve_MTP_Base.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
sources/avatar/clothing_fan02/FTorso_LongSleeve_MTP_Tint1.png
(Stored with Git LFS)
Normal file
BIN
sources/avatar/clothing_fan02/FTorso_LongSleeve_MTP_Tint1.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
sources/avatar/clothing_fan02/FTorso_ShortSleeve_MTP_Base.png
(Stored with Git LFS)
Normal file
BIN
sources/avatar/clothing_fan02/FTorso_ShortSleeve_MTP_Base.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
sources/avatar/clothing_fan02/FTorso_ShortSleeve_MTP_Tint1.png
(Stored with Git LFS)
Normal file
BIN
sources/avatar/clothing_fan02/FTorso_ShortSleeve_MTP_Tint1.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -63,7 +63,13 @@
|
|||||||
"MTorso_xSleeve_CavernToday_Tint2.png",
|
"MTorso_xSleeve_CavernToday_Tint2.png",
|
||||||
"Icon_UTorso_Fleece_CavernToday.png",
|
"Icon_UTorso_Fleece_CavernToday.png",
|
||||||
"MTorso_Fleece_CavernToday_Base.png",
|
"MTorso_Fleece_CavernToday_Base.png",
|
||||||
"MTorso_Fleece_CavernToday_Tint1.png"
|
"MTorso_Fleece_CavernToday_Tint1.png",
|
||||||
|
|
||||||
|
"Icon_UTorso_Shirt_Mystitech.png",
|
||||||
|
"MTorso_xSleeve_MTP_Base.png",
|
||||||
|
"MTorso_xSleeve_MTP_Tint1.png",
|
||||||
|
"MTorso_HoodSweatMTP_Base.png",
|
||||||
|
"MTorso_HoodSweatMTP_Tint1.png"
|
||||||
],
|
],
|
||||||
"clItems": [
|
"clItems": [
|
||||||
{
|
{
|
||||||
@ -117,9 +123,18 @@
|
|||||||
"desc": "ColorLabel1=Shirt; ColorLabel2=; isLogoFor=01_MTorso01_01; GroupName=LongSleeve01; nonStandard",
|
"desc": "ColorLabel1=Shirt; ColorLabel2=; isLogoFor=01_MTorso01_01; GroupName=LongSleeve01; nonStandard",
|
||||||
"text": "Long Sleeve T-Shirt - Mysterium 2021",
|
"text": "Long Sleeve T-Shirt - Mysterium 2021",
|
||||||
"meshes": [
|
"meshes": [
|
||||||
"MHTorso_SMsh",
|
{
|
||||||
"MMTorso_SMsh",
|
"name": "MHTorso_SMsh",
|
||||||
"MLTorso_SMsh"
|
"page": "Male"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MMTorso_SMsh",
|
||||||
|
"page": "Male"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MLTorso_SMsh",
|
||||||
|
"page": "Male"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
@ -188,9 +203,18 @@
|
|||||||
"desc": "ColorLabel1=Shirt; ColorLabel2=; isLogoFor=01_MTorso01_01; GroupName=LongSleeve01",
|
"desc": "ColorLabel1=Shirt; ColorLabel2=; isLogoFor=01_MTorso01_01; GroupName=LongSleeve01",
|
||||||
"text": "Long Sleeve T-Shirt - GZ Pride",
|
"text": "Long Sleeve T-Shirt - GZ Pride",
|
||||||
"meshes": [
|
"meshes": [
|
||||||
"MHTorso_SMsh",
|
{
|
||||||
"MMTorso_SMsh",
|
"name": "MHTorso_SMsh",
|
||||||
"MLTorso_SMsh"
|
"page": "Male"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MMTorso_SMsh",
|
||||||
|
"page": "Male"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MLTorso_SMsh",
|
||||||
|
"page": "Male"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
@ -334,8 +358,8 @@
|
|||||||
{
|
{
|
||||||
"name": "Arm",
|
"name": "Arm",
|
||||||
"layers": {
|
"layers": {
|
||||||
"0": "mtorso_hoodsweat01arm_base*0#0.hsm",
|
"0": "mtorso_sweatsleeve_base*0#0.hsm",
|
||||||
"8": "mtorso_hoodsweat01arm_tint1*0#0.hsm"
|
"8": "mtorso_sweatsleeve_tint1*0#0.hsm"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -350,7 +374,10 @@
|
|||||||
"desc": "ColorLabel1= Pullover ; ColorLabel2= Spiral ; isLogoFor=02_MTorso06_01; GroupName=Fleece; nonStandard",
|
"desc": "ColorLabel1= Pullover ; ColorLabel2= Spiral ; isLogoFor=02_MTorso06_01; GroupName=Fleece; nonStandard",
|
||||||
"text": "Door Runner's Fleece Jacket",
|
"text": "Door Runner's Fleece Jacket",
|
||||||
"meshes": [
|
"meshes": [
|
||||||
"MHTorso06_SMsh",
|
{
|
||||||
|
"name": "MHTorso06_SMsh",
|
||||||
|
"page": "Male01"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "MMTorso_SMsh",
|
"name": "MMTorso_SMsh",
|
||||||
"page": "Male01"
|
"page": "Male01"
|
||||||
@ -571,9 +598,18 @@
|
|||||||
"desc": "ColorLabel1=Shirt; ColorLabel2=; isLogoFor=01_MTorso01_01; GroupName=LongSleeve01",
|
"desc": "ColorLabel1=Shirt; ColorLabel2=; isLogoFor=01_MTorso01_01; GroupName=LongSleeve01",
|
||||||
"text": "Long Sleeve T-Shirt - Guild of Instructors",
|
"text": "Long Sleeve T-Shirt - Guild of Instructors",
|
||||||
"meshes": [
|
"meshes": [
|
||||||
"MHTorso_SMsh",
|
{
|
||||||
"MMTorso_SMsh",
|
"name": "MHTorso_SMsh",
|
||||||
"MLTorso_SMsh"
|
"page": "Male"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MMTorso_SMsh",
|
||||||
|
"page": "Male"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MLTorso_SMsh",
|
||||||
|
"page": "Male"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
@ -626,8 +662,8 @@
|
|||||||
{
|
{
|
||||||
"name": "Arm",
|
"name": "Arm",
|
||||||
"layers": {
|
"layers": {
|
||||||
"0": "mtorso_hoodsweat01arm_base*0#0.hsm",
|
"0": "mtorso_sweatsleeve_base*0#0.hsm",
|
||||||
"8": "mtorso_hoodsweat01arm_tint1*0#0.hsm"
|
"8": "mtorso_sweatsleeve_tint1*0#0.hsm"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -684,9 +720,18 @@
|
|||||||
"desc": "ColorLabel1=Shirt; ColorLabel2=Logo; isLogoFor=01_MTorso01_01; GroupName=LongSleeve01; nonStandard;",
|
"desc": "ColorLabel1=Shirt; ColorLabel2=Logo; isLogoFor=01_MTorso01_01; GroupName=LongSleeve01; nonStandard;",
|
||||||
"text": "Long Sleeve T-Shirt - Guild of Instructors",
|
"text": "Long Sleeve T-Shirt - Guild of Instructors",
|
||||||
"meshes": [
|
"meshes": [
|
||||||
"MHTorso_SMsh",
|
{
|
||||||
"MMTorso_SMsh",
|
"name": "MHTorso_SMsh",
|
||||||
"MLTorso_SMsh"
|
"page": "Male"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MMTorso_SMsh",
|
||||||
|
"page": "Male"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MLTorso_SMsh",
|
||||||
|
"page": "Male"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
@ -744,6 +789,125 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MHood_MTP",
|
||||||
|
"type": "Shirt",
|
||||||
|
"group": "Male",
|
||||||
|
"icon": "Icon_UTorso_Shirt_Mystitech.png",
|
||||||
|
"tint1": [1, 1, 1],
|
||||||
|
"tint2": [1, 1, 1],
|
||||||
|
"desc": "ColorLabel1=Shirt; ColorLabel2= ; isLogoFor=02_MTorso12_01; GroupName=ShortSleeve; nonStandard;",
|
||||||
|
"text": "Mystitech Productions T-Shirt, logo by Larry LeDeay",
|
||||||
|
"meshes": [
|
||||||
|
{
|
||||||
|
"name": "MHTorso08_SMsh",
|
||||||
|
"page": "Male01"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MMTorso_SMsh",
|
||||||
|
"page": "Male01"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MLTorso_SMsh",
|
||||||
|
"page": "Male01"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"name": "Chest",
|
||||||
|
"layers": {
|
||||||
|
"0": "MTorso_xSleeve_MTP_Base.png",
|
||||||
|
"8": "MTorso_xSleeve_MTP_Tint1.png"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Arm",
|
||||||
|
"layers": {
|
||||||
|
"1": "mtorso_shortsleevearm_skin*0#0.hsm",
|
||||||
|
"8": "mtorso_shortsleevearm_tint1*0#0.hsm"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MHoodLS_MTP",
|
||||||
|
"type": "Shirt",
|
||||||
|
"group": "Male",
|
||||||
|
"icon": "Icon_UTorso_Shirt_Mystitech.png",
|
||||||
|
"tint1": [1, 1, 1],
|
||||||
|
"tint2": [1, 1, 1],
|
||||||
|
"desc": "ColorLabel1=Shirt; ColorLabel2= ; isLogoFor=01_MTorso01_01; GroupName=LongSleeve01; nonStandard;",
|
||||||
|
"text": "Mystitech Productions T-Shirt, logo by Larry LeDeay",
|
||||||
|
"meshes": [
|
||||||
|
{
|
||||||
|
"name": "MHTorso_SMsh",
|
||||||
|
"page": "Male"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MMTorso_SMsh",
|
||||||
|
"page": "Male"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MLTorso_SMsh",
|
||||||
|
"page": "Male"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"name": "Chest",
|
||||||
|
"layers": {
|
||||||
|
"0": "MTorso_xSleeve_MTP_Base.png",
|
||||||
|
"8": "MTorso_xSleeve_MTP_Tint1.png"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Arm",
|
||||||
|
"layers": {
|
||||||
|
"8": "mtorso_longsleeve01arm_tint1*0#0.hsm"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MHoodSweat_MTP",
|
||||||
|
"type": "Shirt",
|
||||||
|
"group": "Male",
|
||||||
|
"icon": "Icon_UTorso_Shirt_Mystitech.png",
|
||||||
|
"tint1": [1, 1, 1],
|
||||||
|
"tint2": [1, 1, 1],
|
||||||
|
"desc": "ColorLabel1=Sweatshirt ; ColorLabel2= ; isLogoFor=03_MSweatshirt_Blank; GroupName=Hooded; nonStandard;",
|
||||||
|
"text": "Mystitech Productions Hoodie, logo by Larry LeDeay",
|
||||||
|
"meshes": [
|
||||||
|
{
|
||||||
|
"name": "MH_Sweatshirt_SMsh",
|
||||||
|
"page": "Male02"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MMTorso12_SMsh",
|
||||||
|
"page": "Male02"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MLTorso_SMsh",
|
||||||
|
"page": "Male02"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"name": "Chest",
|
||||||
|
"layers": {
|
||||||
|
"0": "MTorso_HoodSweatMTP_Base.png",
|
||||||
|
"8": "MTorso_HoodSweatMTP_Tint1.png"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Arm",
|
||||||
|
"layers": {
|
||||||
|
"0": "mtorso_sweatsleeve_base*0#0.hsm",
|
||||||
|
"8": "mtorso_sweatsleeve_tint1*0#0.hsm"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -810,7 +974,15 @@
|
|||||||
"FTorso_xSleeve_CavernToday_Tint2.png",
|
"FTorso_xSleeve_CavernToday_Tint2.png",
|
||||||
"Icon_UTorso_Fleece_CavernToday.png",
|
"Icon_UTorso_Fleece_CavernToday.png",
|
||||||
"MTorso_Fleece_CavernToday_Base.png",
|
"MTorso_Fleece_CavernToday_Base.png",
|
||||||
"MTorso_Fleece_CavernToday_Tint1.png"
|
"MTorso_Fleece_CavernToday_Tint1.png",
|
||||||
|
|
||||||
|
"Icon_UTorso_Shirt_Mystitech.png",
|
||||||
|
"FTorso_ShortSleeve_MTP_Base.png",
|
||||||
|
"FTorso_ShortSleeve_MTP_Tint1.png",
|
||||||
|
"FTorso_LongSleeve_MTP_Base.png",
|
||||||
|
"FTorso_LongSleeve_MTP_Tint1.png",
|
||||||
|
"FTorso_HoodSweatMTP_Base.png",
|
||||||
|
"FTorso_HoodSweatMTP_Tint1.png"
|
||||||
],
|
],
|
||||||
"clItems": [
|
"clItems": [
|
||||||
{
|
{
|
||||||
@ -863,9 +1035,18 @@
|
|||||||
"desc": "ColorLabel1=Shirt; ColorLabel2=; isLogoFor=01_FTorso01_01; GroupName=LongSleeve01; nonStandard",
|
"desc": "ColorLabel1=Shirt; ColorLabel2=; isLogoFor=01_FTorso01_01; GroupName=LongSleeve01; nonStandard",
|
||||||
"text": "Long Sleeve T-Shirt - Mysterium 2021",
|
"text": "Long Sleeve T-Shirt - Mysterium 2021",
|
||||||
"meshes": [
|
"meshes": [
|
||||||
"FHTorso_SMsh",
|
{
|
||||||
"FMTorso_SMsh",
|
"name": "FHTorso_SMsh",
|
||||||
"FLTorso_SMsh"
|
"page": "Female"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FMTorso_SMsh",
|
||||||
|
"page": "Female"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FLTorso_SMsh",
|
||||||
|
"page": "Female"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
@ -933,9 +1114,18 @@
|
|||||||
"desc": "ColorLabel1=Shirt; ColorLabel2=; isLogoFor=01_FTorso01_01; GroupName=LongSleeve01",
|
"desc": "ColorLabel1=Shirt; ColorLabel2=; isLogoFor=01_FTorso01_01; GroupName=LongSleeve01",
|
||||||
"text": "Long Sleeve T-Shirt - GZ Pride",
|
"text": "Long Sleeve T-Shirt - GZ Pride",
|
||||||
"meshes": [
|
"meshes": [
|
||||||
"FHTorso_SMsh",
|
{
|
||||||
"FMTorso_SMsh",
|
"name": "FHTorso_SMsh",
|
||||||
"FLTorso_SMsh"
|
"page": "Female"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FMTorso_SMsh",
|
||||||
|
"page": "Female"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FLTorso_SMsh",
|
||||||
|
"page": "Female"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
@ -1305,9 +1495,18 @@
|
|||||||
"desc": "ColorLabel1=Shirt; ColorLabel2=; isLogoFor=01_FTorso01_01; GroupName=LongSleeve01",
|
"desc": "ColorLabel1=Shirt; ColorLabel2=; isLogoFor=01_FTorso01_01; GroupName=LongSleeve01",
|
||||||
"text": "Long Sleeve T-Shirt - Guild of Instructors",
|
"text": "Long Sleeve T-Shirt - Guild of Instructors",
|
||||||
"meshes": [
|
"meshes": [
|
||||||
"FHTorso_SMsh",
|
{
|
||||||
"FMTorso_SMsh",
|
"name": "FHTorso_SMsh",
|
||||||
"FLTorso_SMsh"
|
"page": "Female"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FMTorso_SMsh",
|
||||||
|
"page": "Female"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FLTorso_SMsh",
|
||||||
|
"page": "Female"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
@ -1408,9 +1607,18 @@
|
|||||||
"desc": "ColorLabel1=Shirt; ColorLabel2=Logo; isLogoFor=01_FTorso01_01; GroupName=LongSleeve01; nonStandard;",
|
"desc": "ColorLabel1=Shirt; ColorLabel2=Logo; isLogoFor=01_FTorso01_01; GroupName=LongSleeve01; nonStandard;",
|
||||||
"text": "Long Sleeve T-Shirt - The Cavern Today",
|
"text": "Long Sleeve T-Shirt - The Cavern Today",
|
||||||
"meshes": [
|
"meshes": [
|
||||||
"FHTorso_SMsh",
|
{
|
||||||
"FMTorso_SMsh",
|
"name": "FHTorso_SMsh",
|
||||||
"FLTorso_SMsh"
|
"page": "Female"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FMTorso_SMsh",
|
||||||
|
"page": "Female"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FLTorso_SMsh",
|
||||||
|
"page": "Female"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
@ -1460,6 +1668,116 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FHood_MTP",
|
||||||
|
"type": "Shirt",
|
||||||
|
"group": "Female",
|
||||||
|
"icon": "Icon_UTorso_Shirt_Mystitech.png",
|
||||||
|
"tint1": [1, 1, 1],
|
||||||
|
"tint2": [1, 1, 1],
|
||||||
|
"desc": "ColorLabel1=Shirt; ColorLabel2= ; isLogoFor=02_FTorso12_01; GroupName=ShortSleeve; nonStandard;",
|
||||||
|
"text": "Mystitech Productions T-Shirt, logo by Larry LeDeay",
|
||||||
|
"meshes": [
|
||||||
|
{
|
||||||
|
"name": "FHTorso12_SMsh",
|
||||||
|
"page": "Female01"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FMTorso12_SMsh",
|
||||||
|
"page": "Female01"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FLTorso12_SMsh",
|
||||||
|
"page": "Female01"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"name": "Chest",
|
||||||
|
"layers": {
|
||||||
|
"0": "FTorso_ShortSleeve_MTP_Base.png",
|
||||||
|
"8": "FTorso_ShortSleeve_MTP_Tint1.png"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Arm",
|
||||||
|
"layers": {
|
||||||
|
"1": "mtorso_shortsleevearm_skin*0#0.hsm",
|
||||||
|
"8": "fsleeve04t02l1*0#0.hsm"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FHoodLS_MTP",
|
||||||
|
"type": "Shirt",
|
||||||
|
"group": "Female",
|
||||||
|
"icon": "Icon_UTorso_Shirt_Mystitech.png",
|
||||||
|
"tint1": [1, 1, 1],
|
||||||
|
"tint2": [1, 1, 1],
|
||||||
|
"desc": "ColorLabel1=Shirt; ColorLabel2= ; isLogoFor=01_FTorso01_01; GroupName=LongSleeve01; nonStandard;",
|
||||||
|
"text": "Mystitech Productions T-Shirt, logo by Larry LeDeay",
|
||||||
|
"meshes": [
|
||||||
|
{
|
||||||
|
"name": "FHTorso_SMsh",
|
||||||
|
"page": "Female"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FMTorso_SMsh",
|
||||||
|
"page": "Female"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FLTorso_SMsh",
|
||||||
|
"page": "Female"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"name": "Chest",
|
||||||
|
"layers": {
|
||||||
|
"0": "FTorso_LongSleeve_MTP_Base.png",
|
||||||
|
"8": "FTorso_LongSleeve_MTP_Tint1.png"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Arm",
|
||||||
|
"layers": {
|
||||||
|
"8": "ftorso_longsleeve01arm_tint1*0#0.hsm"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FHoodSweat_MTP",
|
||||||
|
"type": "Shirt",
|
||||||
|
"group": "Female",
|
||||||
|
"icon": "Icon_UTorso_Shirt_Mystitech.png",
|
||||||
|
"tint1": [1, 1, 1],
|
||||||
|
"tint2": [1, 1, 1],
|
||||||
|
"desc": "ColorLabel1= Sweatshirt ; ColorLabel2= ; isLogoFor=FTorso_Sweatshirt_Blank; GroupName=Hooded; nonStandard;",
|
||||||
|
"text": "Mystitech Productions Hoodie, logo by Larry LeDeay",
|
||||||
|
"meshes": [
|
||||||
|
"FHTorso16_SMsh",
|
||||||
|
"FMTorso16_SMsh",
|
||||||
|
"FLTorso16_SMsh"
|
||||||
|
],
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"name": "Chest",
|
||||||
|
"layers": {
|
||||||
|
"0": "FTorso_HoodSweatMTP_Base.png",
|
||||||
|
"8": "FTorso_HoodSweatMTP_Tint1.png"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Arm",
|
||||||
|
"layers": {
|
||||||
|
"0": "mtorso_hoodsweat01arm_base*0#0.hsm",
|
||||||
|
"8": "mtorso_hoodsweat01arm_tint1*0#0.hsm"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
BIN
sources/avatar/clothing_fan02/Icon_UTorso_Shirt_Mystitech.png
(Stored with Git LFS)
Normal file
BIN
sources/avatar/clothing_fan02/Icon_UTorso_Shirt_Mystitech.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
sources/avatar/clothing_fan02/MTorso_HoodSweatMTP_Base.png
(Stored with Git LFS)
Normal file
BIN
sources/avatar/clothing_fan02/MTorso_HoodSweatMTP_Base.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
sources/avatar/clothing_fan02/MTorso_HoodSweatMTP_Tint1.png
(Stored with Git LFS)
Normal file
BIN
sources/avatar/clothing_fan02/MTorso_HoodSweatMTP_Tint1.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
sources/avatar/clothing_fan02/MTorso_xSleeve_MTP_Base.png
(Stored with Git LFS)
Normal file
BIN
sources/avatar/clothing_fan02/MTorso_xSleeve_MTP_Base.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
sources/avatar/clothing_fan02/MTorso_xSleeve_MTP_Tint1.png
(Stored with Git LFS)
Normal file
BIN
sources/avatar/clothing_fan02/MTorso_xSleeve_MTP_Tint1.png
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user