fuck me twice
@@ -6,6 +6,7 @@
|
|||||||
<m_AllowRandomHue>false</m_AllowRandomHue>
|
<m_AllowRandomHue>false</m_AllowRandomHue>
|
||||||
<m_AllowRandomTint>false</m_AllowRandomTint>
|
<m_AllowRandomTint>false</m_AllowRandomTint>
|
||||||
<m_Masks>6</m_Masks>
|
<m_Masks>6</m_Masks>
|
||||||
|
<m_MasksFolder>none</m_MasksFolder>
|
||||||
<textureChoices>Amputations\skin01b</textureChoices>
|
<textureChoices>Amputations\skin01b</textureChoices>
|
||||||
<textureChoices>Amputations\skin02b</textureChoices>
|
<textureChoices>Amputations\skin02b</textureChoices>
|
||||||
<textureChoices>Amputations\skin03b</textureChoices>
|
<textureChoices>Amputations\skin03b</textureChoices>
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
<m_AllowRandomTint>false</m_AllowRandomTint>
|
<m_AllowRandomTint>false</m_AllowRandomTint>
|
||||||
<m_Masks>5</m_Masks>
|
<m_Masks>5</m_Masks>
|
||||||
<m_Masks>6</m_Masks>
|
<m_Masks>6</m_Masks>
|
||||||
|
|
||||||
<m_MasksFolder>none</m_MasksFolder>
|
<m_MasksFolder>none</m_MasksFolder>
|
||||||
<textureChoices>Amputations\skin01b</textureChoices>
|
<textureChoices>Amputations\skin01b</textureChoices>
|
||||||
<textureChoices>Amputations\skin02b</textureChoices>
|
<textureChoices>Amputations\skin02b</textureChoices>
|
||||||
|
|||||||
@@ -41,16 +41,18 @@ function TocSetSleeves(check)
|
|||||||
local group = BodyLocations.getGroup("Human")
|
local group = BodyLocations.getGroup("Human")
|
||||||
if check then
|
if check then
|
||||||
print("TOC: Rolling up sleeves")
|
print("TOC: Rolling up sleeves")
|
||||||
group:getOrCreateLocation("ArmRight")
|
|
||||||
group:getOrCreateLocation("ArmLeft")
|
|
||||||
group:getOrCreateLocation("ArmRight_Prot")
|
group:getOrCreateLocation("ArmRight_Prot")
|
||||||
group:getOrCreateLocation("ArmLeft_Prot")
|
group:getOrCreateLocation("ArmLeft_Prot")
|
||||||
|
group:getOrCreateLocation("ArmRight")
|
||||||
|
group:getOrCreateLocation("ArmLeft")
|
||||||
|
|
||||||
else
|
else
|
||||||
print("TOC: Won't roll up sleeve")
|
print("TOC: Won't roll up sleeve")
|
||||||
addBodyLocationBefore("ArmRight", "Jacket")
|
addBodyLocationBefore("ArmRight_Prot", "Jacket")
|
||||||
addBodyLocationBefore("ArmLeft", "Jacket")
|
addBodyLocationBefore("ArmLeft_Prot", "Jacket")
|
||||||
addBodyLocationBefore("ArmRight_Prot", "Shoes")
|
addBodyLocationBefore("ArmRight", "ArmLeft_Prot")
|
||||||
addBodyLocationBefore("ArmLeft_Prot", "Shoes")
|
addBodyLocationBefore("ArmLeft", "ArmRight")
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -3,14 +3,14 @@ module TOC
|
|||||||
model MetalHook
|
model MetalHook
|
||||||
{
|
{
|
||||||
mesh = WorldItems/hook,
|
mesh = WorldItems/hook,
|
||||||
texture = Clothes/metal,
|
texture = WorldItems/metal,
|
||||||
scale = 0.15,
|
scale = 0.15,
|
||||||
}
|
}
|
||||||
|
|
||||||
model WoodenHook
|
model WoodenHook
|
||||||
{
|
{
|
||||||
mesh = WorldItems/hook,
|
mesh = WorldItems/hook,
|
||||||
texture = Clothes/wood,
|
texture = WorldItems/wood,
|
||||||
scale = 0.15,
|
scale = 0.15,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 127 KiB After Width: | Height: | Size: 106 KiB |
|
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 89 KiB |
|
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 127 KiB |
|
Before Width: | Height: | Size: 147 KiB After Width: | Height: | Size: 120 KiB |