fuck me twice

This commit is contained in:
Pao
2023-01-28 02:01:01 +01:00
parent d7225c1fd7
commit efdecc177f
17 changed files with 12 additions and 8 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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

View File

@@ -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,
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 KiB

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.