mirror of
https://github.com/H-uru/moul-assets.git
synced 2025-07-14 02:27:40 -04:00
Add Swimtrunks by Calum Traveler and adjust Guild of Instructors Shirt texture
Co-authored-by: Traveler263 <87665301+Traveler263@users.noreply.github.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/FLegs_Shorts_TransDye_Base.png
(Stored with Git LFS)
Normal file
BIN
sources/avatar/clothing_fan02/FLegs_Shorts_TransDye_Base.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
sources/avatar/clothing_fan02/FTorso_xSleeve_GoInst_Tint1.png
(Stored with Git LFS)
BIN
sources/avatar/clothing_fan02/FTorso_xSleeve_GoInst_Tint1.png
(Stored with Git LFS)
Binary file not shown.
BIN
sources/avatar/clothing_fan02/FTorso_xSleeve_GoInst_base.png
(Stored with Git LFS)
BIN
sources/avatar/clothing_fan02/FTorso_xSleeve_GoInst_base.png
(Stored with Git LFS)
Binary file not shown.
@ -69,7 +69,10 @@
|
||||
"MTorso_xSleeve_MTP_Base.png",
|
||||
"MTorso_xSleeve_MTP_Tint1.png",
|
||||
"MTorso_HoodSweatMTP_Base.png",
|
||||
"MTorso_HoodSweatMTP_Tint1.png"
|
||||
"MTorso_HoodSweatMTP_Tint1.png",
|
||||
|
||||
"Icon_MLegs_shortstrydye.png",
|
||||
"MLegs_Shorts_TransDye_Base.png"
|
||||
],
|
||||
"clItems": [
|
||||
{
|
||||
@ -908,6 +911,39 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "MLegs_Shorts_TransDye",
|
||||
"type": "pants",
|
||||
"group": "Male",
|
||||
"icon": "Icon_MLegs_shortstrydye.png",
|
||||
"tint1": [1, 1, 1],
|
||||
"tint2": [1, 1, 1],
|
||||
"desc": "ColorLabel1 = ; ColorLabel2 = ; GroupName = Shorts; SinglePlayer ; isLogoFor = 02_MLegs01_01; nonStandard;",
|
||||
"text": "Swimtrunks",
|
||||
"meshes": [
|
||||
{
|
||||
"name": "MHLegs01_SMsh",
|
||||
"page": "Male01"
|
||||
},
|
||||
{
|
||||
"name": "MMLegs01_SMsh",
|
||||
"page": "Male01"
|
||||
},
|
||||
{
|
||||
"name": "MLLegs_SMsh",
|
||||
"page": "Male01"
|
||||
}
|
||||
],
|
||||
"elements": [
|
||||
{
|
||||
"name": "Legs",
|
||||
"layers": {
|
||||
"0": "MLegs_Shorts_TransDye_Base.png",
|
||||
"1": "mlegs_shorts01_skin*0#0.hsm"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -982,7 +1018,10 @@
|
||||
"FTorso_LongSleeve_MTP_Base.png",
|
||||
"FTorso_LongSleeve_MTP_Tint1.png",
|
||||
"FTorso_HoodSweatMTP_Base.png",
|
||||
"FTorso_HoodSweatMTP_Tint1.png"
|
||||
"FTorso_HoodSweatMTP_Tint1.png",
|
||||
|
||||
"Icon_FLegs_shortstrydye.png",
|
||||
"FLegs_Shorts_TransDye_Base.png"
|
||||
],
|
||||
"clItems": [
|
||||
{
|
||||
@ -1778,6 +1817,39 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "FLegs_Shorts_TransDye",
|
||||
"type": "pants",
|
||||
"group": "Female",
|
||||
"icon": "Icon_FLegs_shortstrydye.png",
|
||||
"tint1": [1, 1, 1],
|
||||
"tint2": [1, 1, 1],
|
||||
"desc": "ColorLabel1 = ; ColorLabel2 = ; GroupName = Shorts01; SinglePlayer; isLogoFor=02_FLegs01_02; nonStandard;",
|
||||
"text": "Swimtrunks",
|
||||
"meshes": [
|
||||
{
|
||||
"name": "FHLegs01_SMsh",
|
||||
"page": "Female01"
|
||||
},
|
||||
{
|
||||
"name": "FMShorts_SMsh",
|
||||
"page": "Female01"
|
||||
},
|
||||
{
|
||||
"name": "FLLegs_SMsh",
|
||||
"page": "Female01"
|
||||
}
|
||||
],
|
||||
"elements": [
|
||||
{
|
||||
"name": "Legs",
|
||||
"layers": {
|
||||
"0": "FLegs_Shorts_TransDye_Base.png",
|
||||
"1": "flegsshorts01_skin*0#0.hsm"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
BIN
sources/avatar/clothing_fan02/Icon_FLegs_shortstrydye.png
(Stored with Git LFS)
Normal file
BIN
sources/avatar/clothing_fan02/Icon_FLegs_shortstrydye.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
sources/avatar/clothing_fan02/Icon_MLegs_shortstrydye.png
(Stored with Git LFS)
Normal file
BIN
sources/avatar/clothing_fan02/Icon_MLegs_shortstrydye.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
sources/avatar/clothing_fan02/MLegs_Shorts_TransDye_Base.png
(Stored with Git LFS)
Normal file
BIN
sources/avatar/clothing_fan02/MLegs_Shorts_TransDye_Base.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
sources/avatar/clothing_fan02/MTorso_xSleeve_GoInst_Tint1.png
(Stored with Git LFS)
BIN
sources/avatar/clothing_fan02/MTorso_xSleeve_GoInst_Tint1.png
(Stored with Git LFS)
Binary file not shown.
BIN
sources/avatar/clothing_fan02/MTorso_xSleeve_GoInst_base.png
(Stored with Git LFS)
BIN
sources/avatar/clothing_fan02/MTorso_xSleeve_GoInst_base.png
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user