diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f83ffb8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,398 @@
+## Ignore Visual Studio temporary files, build results, and
+## files generated by popular Visual Studio add-ons.
+##
+## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
+
+# User-specific files
+*.rsuser
+*.suo
+*.user
+*.userosscache
+*.sln.docstates
+
+# User-specific files (MonoDevelop/Xamarin Studio)
+*.userprefs
+
+# Mono auto generated files
+mono_crash.*
+
+# Build results
+[Dd]ebug/
+[Dd]ebugPublic/
+[Rr]elease/
+[Rr]eleases/
+x64/
+x86/
+[Ww][Ii][Nn]32/
+[Aa][Rr][Mm]/
+[Aa][Rr][Mm]64/
+bld/
+[Bb]in/
+[Oo]bj/
+[Ll]og/
+[Ll]ogs/
+
+# Visual Studio 2015/2017 cache/options directory
+.vs/
+# Uncomment if you have tasks that create the project's static files in wwwroot
+#wwwroot/
+
+# Visual Studio 2017 auto generated files
+Generated\ Files/
+
+# MSTest test Results
+[Tt]est[Rr]esult*/
+[Bb]uild[Ll]og.*
+
+# NUnit
+*.VisualState.xml
+TestResult.xml
+nunit-*.xml
+
+# Build Results of an ATL Project
+[Dd]ebugPS/
+[Rr]eleasePS/
+dlldata.c
+
+# Benchmark Results
+BenchmarkDotNet.Artifacts/
+
+# .NET Core
+project.lock.json
+project.fragment.lock.json
+artifacts/
+
+# ASP.NET Scaffolding
+ScaffoldingReadMe.txt
+
+# StyleCop
+StyleCopReport.xml
+
+# Files built by Visual Studio
+*_i.c
+*_p.c
+*_h.h
+*.ilk
+*.meta
+*.obj
+*.iobj
+*.pch
+*.pdb
+*.ipdb
+*.pgc
+*.pgd
+*.rsp
+*.sbr
+*.tlb
+*.tli
+*.tlh
+*.tmp
+*.tmp_proj
+*_wpftmp.csproj
+*.log
+*.tlog
+*.vspscc
+*.vssscc
+.builds
+*.pidb
+*.svclog
+*.scc
+
+# Chutzpah Test files
+_Chutzpah*
+
+# Visual C++ cache files
+ipch/
+*.aps
+*.ncb
+*.opendb
+*.opensdf
+*.sdf
+*.cachefile
+*.VC.db
+*.VC.VC.opendb
+
+# Visual Studio profiler
+*.psess
+*.vsp
+*.vspx
+*.sap
+
+# Visual Studio Trace Files
+*.e2e
+
+# TFS 2012 Local Workspace
+$tf/
+
+# Guidance Automation Toolkit
+*.gpState
+
+# ReSharper is a .NET coding add-in
+_ReSharper*/
+*.[Rr]e[Ss]harper
+*.DotSettings.user
+
+# TeamCity is a build add-in
+_TeamCity*
+
+# DotCover is a Code Coverage Tool
+*.dotCover
+
+# AxoCover is a Code Coverage Tool
+.axoCover/*
+!.axoCover/settings.json
+
+# Coverlet is a free, cross platform Code Coverage Tool
+coverage*.json
+coverage*.xml
+coverage*.info
+
+# Visual Studio code coverage results
+*.coverage
+*.coveragexml
+
+# NCrunch
+_NCrunch_*
+.*crunch*.local.xml
+nCrunchTemp_*
+
+# MightyMoose
+*.mm.*
+AutoTest.Net/
+
+# Web workbench (sass)
+.sass-cache/
+
+# Installshield output folder
+[Ee]xpress/
+
+# DocProject is a documentation generator add-in
+DocProject/buildhelp/
+DocProject/Help/*.HxT
+DocProject/Help/*.HxC
+DocProject/Help/*.hhc
+DocProject/Help/*.hhk
+DocProject/Help/*.hhp
+DocProject/Help/Html2
+DocProject/Help/html
+
+# Click-Once directory
+publish/
+
+# Publish Web Output
+*.[Pp]ublish.xml
+*.azurePubxml
+# Note: Comment the next line if you want to checkin your web deploy settings,
+# but database connection strings (with potential passwords) will be unencrypted
+*.pubxml
+*.publishproj
+
+# Microsoft Azure Web App publish settings. Comment the next line if you want to
+# checkin your Azure Web App publish settings, but sensitive information contained
+# in these scripts will be unencrypted
+PublishScripts/
+
+# NuGet Packages
+*.nupkg
+# NuGet Symbol Packages
+*.snupkg
+# The packages folder can be ignored because of Package Restore
+**/[Pp]ackages/*
+# except build/, which is used as an MSBuild target.
+!**/[Pp]ackages/build/
+# Uncomment if necessary however generally it will be regenerated when needed
+#!**/[Pp]ackages/repositories.config
+# NuGet v3's project.json files produces more ignorable files
+*.nuget.props
+*.nuget.targets
+
+# Microsoft Azure Build Output
+csx/
+*.build.csdef
+
+# Microsoft Azure Emulator
+ecf/
+rcf/
+
+# Windows Store app package directories and files
+AppPackages/
+BundleArtifacts/
+Package.StoreAssociation.xml
+_pkginfo.txt
+*.appx
+*.appxbundle
+*.appxupload
+
+# Visual Studio cache files
+# files ending in .cache can be ignored
+*.[Cc]ache
+# but keep track of directories ending in .cache
+!?*.[Cc]ache/
+
+# Others
+ClientBin/
+~$*
+*~
+*.dbmdl
+*.dbproj.schemaview
+*.jfm
+*.pfx
+*.publishsettings
+orleans.codegen.cs
+
+# Including strong name files can present a security risk
+# (https://github.com/github/gitignore/pull/2483#issue-259490424)
+#*.snk
+
+# Since there are multiple workflows, uncomment next line to ignore bower_components
+# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
+#bower_components/
+
+# RIA/Silverlight projects
+Generated_Code/
+
+# Backup & report files from converting an old project file
+# to a newer Visual Studio version. Backup files are not needed,
+# because we have git ;-)
+_UpgradeReport_Files/
+Backup*/
+UpgradeLog*.XML
+UpgradeLog*.htm
+ServiceFabricBackup/
+*.rptproj.bak
+
+# SQL Server files
+*.mdf
+*.ldf
+*.ndf
+
+# Business Intelligence projects
+*.rdl.data
+*.bim.layout
+*.bim_*.settings
+*.rptproj.rsuser
+*- [Bb]ackup.rdl
+*- [Bb]ackup ([0-9]).rdl
+*- [Bb]ackup ([0-9][0-9]).rdl
+
+# Microsoft Fakes
+FakesAssemblies/
+
+# GhostDoc plugin setting file
+*.GhostDoc.xml
+
+# Node.js Tools for Visual Studio
+.ntvs_analysis.dat
+node_modules/
+
+# Visual Studio 6 build log
+*.plg
+
+# Visual Studio 6 workspace options file
+*.opt
+
+# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
+*.vbw
+
+# Visual Studio 6 auto-generated project file (contains which files were open etc.)
+*.vbp
+
+# Visual Studio 6 workspace and project file (working project files containing files to include in project)
+*.dsw
+*.dsp
+
+# Visual Studio 6 technical files
+*.ncb
+*.aps
+
+# Visual Studio LightSwitch build output
+**/*.HTMLClient/GeneratedArtifacts
+**/*.DesktopClient/GeneratedArtifacts
+**/*.DesktopClient/ModelManifest.xml
+**/*.Server/GeneratedArtifacts
+**/*.Server/ModelManifest.xml
+_Pvt_Extensions
+
+# Paket dependency manager
+.paket/paket.exe
+paket-files/
+
+# FAKE - F# Make
+.fake/
+
+# CodeRush personal settings
+.cr/personal
+
+# Python Tools for Visual Studio (PTVS)
+__pycache__/
+*.pyc
+
+# Cake - Uncomment if you are using it
+# tools/**
+# !tools/packages.config
+
+# Tabs Studio
+*.tss
+
+# Telerik's JustMock configuration file
+*.jmconfig
+
+# BizTalk build output
+*.btp.cs
+*.btm.cs
+*.odx.cs
+*.xsd.cs
+
+# OpenCover UI analysis results
+OpenCover/
+
+# Azure Stream Analytics local run output
+ASALocalRun/
+
+# MSBuild Binary and Structured Log
+*.binlog
+
+# NVidia Nsight GPU debugger configuration file
+*.nvuser
+
+# MFractors (Xamarin productivity tool) working folder
+.mfractor/
+
+# Local History for Visual Studio
+.localhistory/
+
+# Visual Studio History (VSHistory) files
+.vshistory/
+
+# BeatPulse healthcheck temp database
+healthchecksdb
+
+# Backup folder for Package Reference Convert tool in Visual Studio 2017
+MigrationBackup/
+
+# Ionide (cross platform F# VS Code tools) working folder
+.ionide/
+
+# Fody - auto-generated XML schema
+FodyWeavers.xsd
+
+# VS Code files for those working on multiple tools
+.vscode/*
+!.vscode/settings.json
+!.vscode/tasks.json
+!.vscode/launch.json
+!.vscode/extensions.json
+*.code-workspace
+
+# Local History for Visual Studio Code
+.history/
+
+# Windows Installer files from build outputs
+*.cab
+*.msi
+*.msix
+*.msm
+*.msp
+
+# JetBrains Rider
+*.sln.iml
diff --git a/1.3/source/SizedApparel/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs b/1.3/source/SizedApparel/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs
deleted file mode 100644
index 3cf0af3..0000000
--- a/1.3/source/SizedApparel/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]
diff --git a/1.3/source/SizedApparel/obj/Debug/SizedApparelforRJW.csproj.AssemblyReference.cache b/1.3/source/SizedApparel/obj/Debug/SizedApparelforRJW.csproj.AssemblyReference.cache
deleted file mode 100644
index 5bd4909..0000000
Binary files a/1.3/source/SizedApparel/obj/Debug/SizedApparelforRJW.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/1.4/Assemblies/SizedApparelforRJW.dll b/1.4/Assemblies/SizedApparelforRJW.dll
index 676158d..1507973 100644
Binary files a/1.4/Assemblies/SizedApparelforRJW.dll and b/1.4/Assemblies/SizedApparelforRJW.dll differ
diff --git a/1.4/Defs/BodyAddonDefs/_HumanBody.xml b/1.4/Defs/BodyAddonDefs/_HumanBody.xml
index 7e7a0a1..0361176 100644
--- a/1.4/Defs/BodyAddonDefs/_HumanBody.xml
+++ b/1.4/Defs/BodyAddonDefs/_HumanBody.xml
@@ -25,23 +25,22 @@
0.0113
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ Nipples
+ Breasts
+ Breasts
+ Breasts
+ Nipple
+ true
+ false
+ false
+
+ 0.0114
+ 0.0011
+ 0.0114
+ 0.0114
+
+
Vagina
Vagina
@@ -161,6 +160,22 @@
0.0113
+
+ Nipples
+ Breasts
+ Breasts
+ Breasts
+ Nipple
+ true
+ false
+ false
+
+ 0.0114
+ 0.0011
+ 0.0114
+ 0.0114
+
+
Vagina
Vagina
diff --git a/1.4/Defs/BodyAddonDefs/_HumanBody.xml.bak b/1.4/Defs/BodyAddonDefs/_HumanBody.xml.bak
index 3a6a487..b214d82 100644
--- a/1.4/Defs/BodyAddonDefs/_HumanBody.xml.bak
+++ b/1.4/Defs/BodyAddonDefs/_HumanBody.xml.bak
@@ -25,23 +25,22 @@
0.0113
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ Nipples
+ Breasts
+ Breasts
+ Breasts
+ Nipple
+ true
+ false
+ false
+
+ 0.0114
+ 0.0011
+ 0.0114
+ 0.0114
+
+
Vagina
Vagina
@@ -617,99 +616,99 @@
Child
-
- Breasts
- Breasts
- Breasts
- Breasts
- Skin
- true
- false
- false
-
- 0.0113
- 0.001
- 0.0113
- 0.0113
-
-
-
- Vagina
- Vagina
- Vagina
- Vagina
- Skin
- false
- true
- true
-
- 0.0088
- 0.0100
- 0.0088
- 0.0088
-
-
-
- Anus
- Anus
- Anus
- Anus
- Skin
- false
- true
-
- 0.0093
- 0.0105
- 0.0093
- 0.0093
-
-
-
- Belly
- Belly
- BellyBulge
- Belly
- Skin
- false
- false
-
- 0.0098
- 0.0002
- 0.0098
- 0.0098
-
-
-
- Penis
- Penis
- Penis
- Penis
- Skin
- false
- true
-
- 0.0108
- 0.0025
- 0.0108
- 0.0108
-
-
-
- Balls
- Balls
- Penis
- Balls
- Penis/Balls
- Skin
- false
- true
-
- 0.0096
- 0.0085
- 0.0096
- 0.0096
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Female_east.png b/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Female_east.png
deleted file mode 100644
index e61ddf1..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Female_eastm.png b/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Female_eastm.png
deleted file mode 100644
index 0d0b7e9..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Female_eastm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Female_north.png b/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Female_north.png
deleted file mode 100644
index c66e258..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Female_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Female_northm.png b/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Female_northm.png
deleted file mode 100644
index f0e7e91..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Female_northm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Female_south.png b/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Female_south.png
deleted file mode 100644
index c9f768b..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Female_southm.png b/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Female_southm.png
deleted file mode 100644
index 81ffa72..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Female_southm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Thin_east.png b/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Thin_east.png
deleted file mode 100644
index e61ddf1..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Thin_eastm.png b/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Thin_eastm.png
deleted file mode 100644
index 0d0b7e9..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Thin_eastm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Thin_north.png b/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Thin_north.png
deleted file mode 100644
index c66e258..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Thin_northm.png b/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Thin_northm.png
deleted file mode 100644
index f0e7e91..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Thin_northm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Thin_south.png b/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Thin_south.png
deleted file mode 100644
index f298ceb..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Thin_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Thin_southm.png b/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Thin_southm.png
deleted file mode 100644
index 81ffa72..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinHunter/source/OnSkinHunter_Thin_southm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinMilitia/source/OnSkinMilitia_Female_east.png b/Textures/Miho/Apparel/_Todo/OnSkinMilitia/source/OnSkinMilitia_Female_east.png
deleted file mode 100644
index 6b1fd35..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinMilitia/source/OnSkinMilitia_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinMilitia/source/OnSkinMilitia_Female_north.png b/Textures/Miho/Apparel/_Todo/OnSkinMilitia/source/OnSkinMilitia_Female_north.png
deleted file mode 100644
index b435719..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinMilitia/source/OnSkinMilitia_Female_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinMilitia/source/OnSkinMilitia_Female_south.png b/Textures/Miho/Apparel/_Todo/OnSkinMilitia/source/OnSkinMilitia_Female_south.png
deleted file mode 100644
index 28a8ebb..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinMilitia/source/OnSkinMilitia_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinMilitia/source/OnSkinMilitia_Thin_east.png b/Textures/Miho/Apparel/_Todo/OnSkinMilitia/source/OnSkinMilitia_Thin_east.png
deleted file mode 100644
index c93f052..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinMilitia/source/OnSkinMilitia_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinMilitia/source/OnSkinMilitia_Thin_north.png b/Textures/Miho/Apparel/_Todo/OnSkinMilitia/source/OnSkinMilitia_Thin_north.png
deleted file mode 100644
index b435719..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinMilitia/source/OnSkinMilitia_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinMilitia/source/OnSkinMilitia_Thin_south.png b/Textures/Miho/Apparel/_Todo/OnSkinMilitia/source/OnSkinMilitia_Thin_south.png
deleted file mode 100644
index 3e05ae1..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinMilitia/source/OnSkinMilitia_Thin_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedFighter/source/OnSkinOrnatedFighter_Female_east.png b/Textures/Miho/Apparel/_Todo/OnSkinOrnatedFighter/source/OnSkinOrnatedFighter_Female_east.png
deleted file mode 100644
index 47a76d5..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedFighter/source/OnSkinOrnatedFighter_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedFighter/source/OnSkinOrnatedFighter_Female_north.png b/Textures/Miho/Apparel/_Todo/OnSkinOrnatedFighter/source/OnSkinOrnatedFighter_Female_north.png
deleted file mode 100644
index befc75f..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedFighter/source/OnSkinOrnatedFighter_Female_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedFighter/source/OnSkinOrnatedFighter_Female_south.png b/Textures/Miho/Apparel/_Todo/OnSkinOrnatedFighter/source/OnSkinOrnatedFighter_Female_south.png
deleted file mode 100644
index e2a3d0e..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedFighter/source/OnSkinOrnatedFighter_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedFighter/source/OnSkinOrnatedFighter_Thin_east.png b/Textures/Miho/Apparel/_Todo/OnSkinOrnatedFighter/source/OnSkinOrnatedFighter_Thin_east.png
deleted file mode 100644
index 11c73d5..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedFighter/source/OnSkinOrnatedFighter_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedFighter/source/OnSkinOrnatedFighter_Thin_north.png b/Textures/Miho/Apparel/_Todo/OnSkinOrnatedFighter/source/OnSkinOrnatedFighter_Thin_north.png
deleted file mode 100644
index befc75f..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedFighter/source/OnSkinOrnatedFighter_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedFighter/source/OnSkinOrnatedFighter_Thin_south.png b/Textures/Miho/Apparel/_Todo/OnSkinOrnatedFighter/source/OnSkinOrnatedFighter_Thin_south.png
deleted file mode 100644
index 5b20177..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedFighter/source/OnSkinOrnatedFighter_Thin_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedOne/source/OnSkinOrnatedOne_Female_east.png b/Textures/Miho/Apparel/_Todo/OnSkinOrnatedOne/source/OnSkinOrnatedOne_Female_east.png
deleted file mode 100644
index bd144c6..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedOne/source/OnSkinOrnatedOne_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedOne/source/OnSkinOrnatedOne_Female_north.png b/Textures/Miho/Apparel/_Todo/OnSkinOrnatedOne/source/OnSkinOrnatedOne_Female_north.png
deleted file mode 100644
index b390714..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedOne/source/OnSkinOrnatedOne_Female_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedOne/source/OnSkinOrnatedOne_Female_south.png b/Textures/Miho/Apparel/_Todo/OnSkinOrnatedOne/source/OnSkinOrnatedOne_Female_south.png
deleted file mode 100644
index 1c2477f..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedOne/source/OnSkinOrnatedOne_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedOne/source/OnSkinOrnatedOne_Thin_east.png b/Textures/Miho/Apparel/_Todo/OnSkinOrnatedOne/source/OnSkinOrnatedOne_Thin_east.png
deleted file mode 100644
index f54d4fc..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedOne/source/OnSkinOrnatedOne_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedOne/source/OnSkinOrnatedOne_Thin_north.png b/Textures/Miho/Apparel/_Todo/OnSkinOrnatedOne/source/OnSkinOrnatedOne_Thin_north.png
deleted file mode 100644
index b390714..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedOne/source/OnSkinOrnatedOne_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedOne/source/OnSkinOrnatedOne_Thin_south.png b/Textures/Miho/Apparel/_Todo/OnSkinOrnatedOne/source/OnSkinOrnatedOne_Thin_south.png
deleted file mode 100644
index eec4807..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedOne/source/OnSkinOrnatedOne_Thin_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedTwo/source/OnSkinOrnatedTwo_Female_east.png b/Textures/Miho/Apparel/_Todo/OnSkinOrnatedTwo/source/OnSkinOrnatedTwo_Female_east.png
deleted file mode 100644
index 041aea9..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedTwo/source/OnSkinOrnatedTwo_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedTwo/source/OnSkinOrnatedTwo_Female_north.png b/Textures/Miho/Apparel/_Todo/OnSkinOrnatedTwo/source/OnSkinOrnatedTwo_Female_north.png
deleted file mode 100644
index f9e34e6..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedTwo/source/OnSkinOrnatedTwo_Female_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedTwo/source/OnSkinOrnatedTwo_Female_south.png b/Textures/Miho/Apparel/_Todo/OnSkinOrnatedTwo/source/OnSkinOrnatedTwo_Female_south.png
deleted file mode 100644
index 89620ab..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedTwo/source/OnSkinOrnatedTwo_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedTwo/source/OnSkinOrnatedTwo_Female_west.png b/Textures/Miho/Apparel/_Todo/OnSkinOrnatedTwo/source/OnSkinOrnatedTwo_Female_west.png
deleted file mode 100644
index 58a9822..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedTwo/source/OnSkinOrnatedTwo_Female_west.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedTwo/source/OnSkinOrnatedTwo_Thin_east.png b/Textures/Miho/Apparel/_Todo/OnSkinOrnatedTwo/source/OnSkinOrnatedTwo_Thin_east.png
deleted file mode 100644
index 25259e4..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedTwo/source/OnSkinOrnatedTwo_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedTwo/source/OnSkinOrnatedTwo_Thin_north.png b/Textures/Miho/Apparel/_Todo/OnSkinOrnatedTwo/source/OnSkinOrnatedTwo_Thin_north.png
deleted file mode 100644
index f9e34e6..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedTwo/source/OnSkinOrnatedTwo_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedTwo/source/OnSkinOrnatedTwo_Thin_south.png b/Textures/Miho/Apparel/_Todo/OnSkinOrnatedTwo/source/OnSkinOrnatedTwo_Thin_south.png
deleted file mode 100644
index 5c8811c..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedTwo/source/OnSkinOrnatedTwo_Thin_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedTwo/source/OnSkinOrnatedTwo_Thin_west.png b/Textures/Miho/Apparel/_Todo/OnSkinOrnatedTwo/source/OnSkinOrnatedTwo_Thin_west.png
deleted file mode 100644
index 2c27ff7..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinOrnatedTwo/source/OnSkinOrnatedTwo_Thin_west.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinPMC/source/OnSkinPMC_Female_east.png b/Textures/Miho/Apparel/_Todo/OnSkinPMC/source/OnSkinPMC_Female_east.png
deleted file mode 100644
index 0e02b2a..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinPMC/source/OnSkinPMC_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinPMC/source/OnSkinPMC_Female_north.png b/Textures/Miho/Apparel/_Todo/OnSkinPMC/source/OnSkinPMC_Female_north.png
deleted file mode 100644
index 08aa1e2..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinPMC/source/OnSkinPMC_Female_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinPMC/source/OnSkinPMC_Female_south.png b/Textures/Miho/Apparel/_Todo/OnSkinPMC/source/OnSkinPMC_Female_south.png
deleted file mode 100644
index d68bc6a..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinPMC/source/OnSkinPMC_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinPMC/source/OnSkinPMC_Thin_east.png b/Textures/Miho/Apparel/_Todo/OnSkinPMC/source/OnSkinPMC_Thin_east.png
deleted file mode 100644
index 61ae383..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinPMC/source/OnSkinPMC_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinPMC/source/OnSkinPMC_Thin_north.png b/Textures/Miho/Apparel/_Todo/OnSkinPMC/source/OnSkinPMC_Thin_north.png
deleted file mode 100644
index 08aa1e2..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinPMC/source/OnSkinPMC_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinPMC/source/OnSkinPMC_Thin_south.png b/Textures/Miho/Apparel/_Todo/OnSkinPMC/source/OnSkinPMC_Thin_south.png
deleted file mode 100644
index 462101c..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinPMC/source/OnSkinPMC_Thin_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinPariahSuit/source/OnSkinPariah_Female_east.png b/Textures/Miho/Apparel/_Todo/OnSkinPariahSuit/source/OnSkinPariah_Female_east.png
deleted file mode 100644
index 7b5b1a0..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinPariahSuit/source/OnSkinPariah_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinPariahSuit/source/OnSkinPariah_Female_north.png b/Textures/Miho/Apparel/_Todo/OnSkinPariahSuit/source/OnSkinPariah_Female_north.png
deleted file mode 100644
index 617671b..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinPariahSuit/source/OnSkinPariah_Female_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinPariahSuit/source/OnSkinPariah_Female_south.png b/Textures/Miho/Apparel/_Todo/OnSkinPariahSuit/source/OnSkinPariah_Female_south.png
deleted file mode 100644
index ad0ddad..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinPariahSuit/source/OnSkinPariah_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinPariahSuit/source/OnSkinPariah_Thin_east.png b/Textures/Miho/Apparel/_Todo/OnSkinPariahSuit/source/OnSkinPariah_Thin_east.png
deleted file mode 100644
index d23c3ae..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinPariahSuit/source/OnSkinPariah_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinPariahSuit/source/OnSkinPariah_Thin_north.png b/Textures/Miho/Apparel/_Todo/OnSkinPariahSuit/source/OnSkinPariah_Thin_north.png
deleted file mode 100644
index 617671b..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinPariahSuit/source/OnSkinPariah_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinPariahSuit/source/OnSkinPariah_Thin_south.png b/Textures/Miho/Apparel/_Todo/OnSkinPariahSuit/source/OnSkinPariah_Thin_south.png
deleted file mode 100644
index aabca0a..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinPariahSuit/source/OnSkinPariah_Thin_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinPariahSuitNew/source/OnSkinPariah_Female_east.png b/Textures/Miho/Apparel/_Todo/OnSkinPariahSuitNew/source/OnSkinPariah_Female_east.png
deleted file mode 100644
index 021cad9..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinPariahSuitNew/source/OnSkinPariah_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinPariahSuitNew/source/OnSkinPariah_Female_north.png b/Textures/Miho/Apparel/_Todo/OnSkinPariahSuitNew/source/OnSkinPariah_Female_north.png
deleted file mode 100644
index c27c904..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinPariahSuitNew/source/OnSkinPariah_Female_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinPariahSuitNew/source/OnSkinPariah_Female_south.png b/Textures/Miho/Apparel/_Todo/OnSkinPariahSuitNew/source/OnSkinPariah_Female_south.png
deleted file mode 100644
index 9d5b22e..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinPariahSuitNew/source/OnSkinPariah_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinPariahSuitNew/source/OnSkinPariah_Thin_east.png b/Textures/Miho/Apparel/_Todo/OnSkinPariahSuitNew/source/OnSkinPariah_Thin_east.png
deleted file mode 100644
index dd39847..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinPariahSuitNew/source/OnSkinPariah_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinPariahSuitNew/source/OnSkinPariah_Thin_north.png b/Textures/Miho/Apparel/_Todo/OnSkinPariahSuitNew/source/OnSkinPariah_Thin_north.png
deleted file mode 100644
index c27c904..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinPariahSuitNew/source/OnSkinPariah_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinPariahSuitNew/source/OnSkinPariah_Thin_south.png b/Textures/Miho/Apparel/_Todo/OnSkinPariahSuitNew/source/OnSkinPariah_Thin_south.png
deleted file mode 100644
index 95a45d9..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinPariahSuitNew/source/OnSkinPariah_Thin_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinRegular/source/OnSkinRegular_Female_east.png b/Textures/Miho/Apparel/_Todo/OnSkinRegular/source/OnSkinRegular_Female_east.png
deleted file mode 100644
index ef35283..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinRegular/source/OnSkinRegular_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinRegular/source/OnSkinRegular_Female_north.png b/Textures/Miho/Apparel/_Todo/OnSkinRegular/source/OnSkinRegular_Female_north.png
deleted file mode 100644
index 49d9082..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinRegular/source/OnSkinRegular_Female_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinRegular/source/OnSkinRegular_Female_south.png b/Textures/Miho/Apparel/_Todo/OnSkinRegular/source/OnSkinRegular_Female_south.png
deleted file mode 100644
index 71a44f2..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinRegular/source/OnSkinRegular_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinRegular/source/OnSkinRegular_Thin_east.png b/Textures/Miho/Apparel/_Todo/OnSkinRegular/source/OnSkinRegular_Thin_east.png
deleted file mode 100644
index 3414b58..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinRegular/source/OnSkinRegular_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinRegular/source/OnSkinRegular_Thin_north.png b/Textures/Miho/Apparel/_Todo/OnSkinRegular/source/OnSkinRegular_Thin_north.png
deleted file mode 100644
index 49d9082..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinRegular/source/OnSkinRegular_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinRegular/source/OnSkinRegular_Thin_south.png b/Textures/Miho/Apparel/_Todo/OnSkinRegular/source/OnSkinRegular_Thin_south.png
deleted file mode 100644
index 3ac934a..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinRegular/source/OnSkinRegular_Thin_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSailor/source/OnSkinSailor_Female_east.png b/Textures/Miho/Apparel/_Todo/OnSkinSailor/source/OnSkinSailor_Female_east.png
deleted file mode 100644
index fff4874..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSailor/source/OnSkinSailor_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSailor/source/OnSkinSailor_Female_north.png b/Textures/Miho/Apparel/_Todo/OnSkinSailor/source/OnSkinSailor_Female_north.png
deleted file mode 100644
index 86103ae..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSailor/source/OnSkinSailor_Female_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSailor/source/OnSkinSailor_Female_south.png b/Textures/Miho/Apparel/_Todo/OnSkinSailor/source/OnSkinSailor_Female_south.png
deleted file mode 100644
index 5c351fc..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSailor/source/OnSkinSailor_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSailor/source/OnSkinSailor_Thin_east.png b/Textures/Miho/Apparel/_Todo/OnSkinSailor/source/OnSkinSailor_Thin_east.png
deleted file mode 100644
index 150b80c..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSailor/source/OnSkinSailor_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSailor/source/OnSkinSailor_Thin_north.png b/Textures/Miho/Apparel/_Todo/OnSkinSailor/source/OnSkinSailor_Thin_north.png
deleted file mode 100644
index 4741931..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSailor/source/OnSkinSailor_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSailor/source/OnSkinSailor_Thin_south.png b/Textures/Miho/Apparel/_Todo/OnSkinSailor/source/OnSkinSailor_Thin_south.png
deleted file mode 100644
index 58a45a6..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSailor/source/OnSkinSailor_Thin_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Female_east.png b/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Female_east.png
deleted file mode 100644
index 810190b..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Female_eastm.png b/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Female_eastm.png
deleted file mode 100644
index eed6d8d..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Female_eastm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Female_north.png b/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Female_north.png
deleted file mode 100644
index fbe9e21..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Female_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Female_northm.png b/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Female_northm.png
deleted file mode 100644
index 4dd6031..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Female_northm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Female_south.png b/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Female_south.png
deleted file mode 100644
index 1b5ae61..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Female_southm.png b/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Female_southm.png
deleted file mode 100644
index aaf2e70..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Female_southm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Thin_east.png b/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Thin_east.png
deleted file mode 100644
index 070fc99..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Thin_eastm.png b/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Thin_eastm.png
deleted file mode 100644
index eed6d8d..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Thin_eastm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Thin_north.png b/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Thin_north.png
deleted file mode 100644
index fbe9e21..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Thin_northm.png b/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Thin_northm.png
deleted file mode 100644
index 4dd6031..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Thin_northm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Thin_south.png b/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Thin_south.png
deleted file mode 100644
index f0976ad..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Thin_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Thin_southm.png b/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Thin_southm.png
deleted file mode 100644
index aaf2e70..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimple/source/OnSkinSimple_Thin_southm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimpleNew/source/OnSkinSimple_Female_east.png b/Textures/Miho/Apparel/_Todo/OnSkinSimpleNew/source/OnSkinSimple_Female_east.png
deleted file mode 100644
index 9f001e6..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimpleNew/source/OnSkinSimple_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimpleNew/source/OnSkinSimple_Female_north.png b/Textures/Miho/Apparel/_Todo/OnSkinSimpleNew/source/OnSkinSimple_Female_north.png
deleted file mode 100644
index d88582e..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimpleNew/source/OnSkinSimple_Female_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimpleNew/source/OnSkinSimple_Female_south.png b/Textures/Miho/Apparel/_Todo/OnSkinSimpleNew/source/OnSkinSimple_Female_south.png
deleted file mode 100644
index 77a1c83..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimpleNew/source/OnSkinSimple_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimpleNew/source/OnSkinSimple_Thin_east.png b/Textures/Miho/Apparel/_Todo/OnSkinSimpleNew/source/OnSkinSimple_Thin_east.png
deleted file mode 100644
index b67b3b0..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimpleNew/source/OnSkinSimple_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimpleNew/source/OnSkinSimple_Thin_north.png b/Textures/Miho/Apparel/_Todo/OnSkinSimpleNew/source/OnSkinSimple_Thin_north.png
deleted file mode 100644
index d88582e..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimpleNew/source/OnSkinSimple_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimpleNew/source/OnSkinSimple_Thin_south.png b/Textures/Miho/Apparel/_Todo/OnSkinSimpleNew/source/OnSkinSimple_Thin_south.png
deleted file mode 100644
index 398d6f7..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimpleNew/source/OnSkinSimple_Thin_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Female_east.png b/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Female_east.png
deleted file mode 100644
index 9323aa6..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Female_eastm.png b/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Female_eastm.png
deleted file mode 100644
index 49300ee..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Female_eastm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Female_north.png b/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Female_north.png
deleted file mode 100644
index 507bd8e..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Female_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Female_northm.png b/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Female_northm.png
deleted file mode 100644
index fd52235..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Female_northm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Female_south.png b/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Female_south.png
deleted file mode 100644
index ecb1d0a..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Female_southm.png b/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Female_southm.png
deleted file mode 100644
index c8f9e49..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Female_southm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Thin_east.png b/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Thin_east.png
deleted file mode 100644
index 5c7e1a8..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Thin_eastm.png b/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Thin_eastm.png
deleted file mode 100644
index 49300ee..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Thin_eastm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Thin_north.png b/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Thin_north.png
deleted file mode 100644
index 507bd8e..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Thin_northm.png b/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Thin_northm.png
deleted file mode 100644
index fd52235..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Thin_northm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Thin_south.png b/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Thin_south.png
deleted file mode 100644
index 1e84326..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Thin_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Thin_southm.png b/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Thin_southm.png
deleted file mode 100644
index c8f9e49..0000000
Binary files a/Textures/Miho/Apparel/_Todo/OnSkinSimpleShort/source/OnSkinSimple_Thin_southm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellOrnatedOne/source/ShellOrnatedOne_Female_east.png b/Textures/Miho/Apparel/_Todo/ShellOrnatedOne/source/ShellOrnatedOne_Female_east.png
deleted file mode 100644
index 09c1ab3..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellOrnatedOne/source/ShellOrnatedOne_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellOrnatedOne/source/ShellOrnatedOne_Female_north.png b/Textures/Miho/Apparel/_Todo/ShellOrnatedOne/source/ShellOrnatedOne_Female_north.png
deleted file mode 100644
index 569a467..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellOrnatedOne/source/ShellOrnatedOne_Female_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellOrnatedOne/source/ShellOrnatedOne_Female_south.png b/Textures/Miho/Apparel/_Todo/ShellOrnatedOne/source/ShellOrnatedOne_Female_south.png
deleted file mode 100644
index 18f8563..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellOrnatedOne/source/ShellOrnatedOne_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellOrnatedOne/source/ShellOrnatedOne_Thin_east.png b/Textures/Miho/Apparel/_Todo/ShellOrnatedOne/source/ShellOrnatedOne_Thin_east.png
deleted file mode 100644
index 09c1ab3..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellOrnatedOne/source/ShellOrnatedOne_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellOrnatedOne/source/ShellOrnatedOne_Thin_north.png b/Textures/Miho/Apparel/_Todo/ShellOrnatedOne/source/ShellOrnatedOne_Thin_north.png
deleted file mode 100644
index 569a467..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellOrnatedOne/source/ShellOrnatedOne_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellOrnatedOne/source/ShellOrnatedOne_Thin_south.png b/Textures/Miho/Apparel/_Todo/ShellOrnatedOne/source/ShellOrnatedOne_Thin_south.png
deleted file mode 100644
index 18f8563..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellOrnatedOne/source/ShellOrnatedOne_Thin_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellPMC/source/ShellPMC_Female_east.png b/Textures/Miho/Apparel/_Todo/ShellPMC/source/ShellPMC_Female_east.png
deleted file mode 100644
index 5497cfa..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellPMC/source/ShellPMC_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellPMC/source/ShellPMC_Female_north.png b/Textures/Miho/Apparel/_Todo/ShellPMC/source/ShellPMC_Female_north.png
deleted file mode 100644
index 44f6369..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellPMC/source/ShellPMC_Female_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellPMC/source/ShellPMC_Female_south.png b/Textures/Miho/Apparel/_Todo/ShellPMC/source/ShellPMC_Female_south.png
deleted file mode 100644
index e1cf8af..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellPMC/source/ShellPMC_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellPMC/source/ShellPMC_Thin_east.png b/Textures/Miho/Apparel/_Todo/ShellPMC/source/ShellPMC_Thin_east.png
deleted file mode 100644
index 5497cfa..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellPMC/source/ShellPMC_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellPMC/source/ShellPMC_Thin_north.png b/Textures/Miho/Apparel/_Todo/ShellPMC/source/ShellPMC_Thin_north.png
deleted file mode 100644
index 44f6369..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellPMC/source/ShellPMC_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellPMC/source/ShellPMC_Thin_south.png b/Textures/Miho/Apparel/_Todo/ShellPMC/source/ShellPMC_Thin_south.png
deleted file mode 100644
index e1cf8af..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellPMC/source/ShellPMC_Thin_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Female_east.png b/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Female_east.png
deleted file mode 100644
index 25598a4..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Female_eastm.png b/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Female_eastm.png
deleted file mode 100644
index ab597f7..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Female_eastm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Female_north.png b/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Female_north.png
deleted file mode 100644
index b20ae8f..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Female_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Female_northm.png b/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Female_northm.png
deleted file mode 100644
index 374faf9..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Female_northm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Female_south.png b/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Female_south.png
deleted file mode 100644
index a26c515..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Female_southm.png b/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Female_southm.png
deleted file mode 100644
index 72a9a8a..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Female_southm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Thin_east.png b/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Thin_east.png
deleted file mode 100644
index 25598a4..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Thin_eastm.png b/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Thin_eastm.png
deleted file mode 100644
index ab597f7..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Thin_eastm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Thin_north.png b/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Thin_north.png
deleted file mode 100644
index b20ae8f..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Thin_northm.png b/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Thin_northm.png
deleted file mode 100644
index 374faf9..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Thin_northm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Thin_south.png b/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Thin_south.png
deleted file mode 100644
index a26c515..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Thin_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Thin_southm.png b/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Thin_southm.png
deleted file mode 100644
index 72a9a8a..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellPadding/source/ShellPadding_Thin_southm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellPaddingNew/source/ShellPadding_Female_east.png b/Textures/Miho/Apparel/_Todo/ShellPaddingNew/source/ShellPadding_Female_east.png
deleted file mode 100644
index 118bca5..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellPaddingNew/source/ShellPadding_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellPaddingNew/source/ShellPadding_Female_north.png b/Textures/Miho/Apparel/_Todo/ShellPaddingNew/source/ShellPadding_Female_north.png
deleted file mode 100644
index 3242f0d..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellPaddingNew/source/ShellPadding_Female_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellPaddingNew/source/ShellPadding_Female_south.png b/Textures/Miho/Apparel/_Todo/ShellPaddingNew/source/ShellPadding_Female_south.png
deleted file mode 100644
index 72ae0ea..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellPaddingNew/source/ShellPadding_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellPaddingNew/source/ShellPadding_Thin_east.png b/Textures/Miho/Apparel/_Todo/ShellPaddingNew/source/ShellPadding_Thin_east.png
deleted file mode 100644
index 34c2d4a..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellPaddingNew/source/ShellPadding_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellPaddingNew/source/ShellPadding_Thin_north.png b/Textures/Miho/Apparel/_Todo/ShellPaddingNew/source/ShellPadding_Thin_north.png
deleted file mode 100644
index 3242f0d..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellPaddingNew/source/ShellPadding_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellPaddingNew/source/ShellPadding_Thin_south.png b/Textures/Miho/Apparel/_Todo/ShellPaddingNew/source/ShellPadding_Thin_south.png
deleted file mode 100644
index 72ae0ea..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellPaddingNew/source/ShellPadding_Thin_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Female_east.png b/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Female_east.png
deleted file mode 100644
index 9f372d8..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Female_eastm.png b/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Female_eastm.png
deleted file mode 100644
index 486f334..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Female_eastm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Female_north.png b/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Female_north.png
deleted file mode 100644
index 0f36eef..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Female_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Female_northm.png b/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Female_northm.png
deleted file mode 100644
index ed05588..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Female_northm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Female_south.png b/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Female_south.png
deleted file mode 100644
index e26928a..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Female_southm.png b/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Female_southm.png
deleted file mode 100644
index 7860b16..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Female_southm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Thin_east.png b/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Thin_east.png
deleted file mode 100644
index 9f372d8..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Thin_eastm.png b/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Thin_eastm.png
deleted file mode 100644
index 486f334..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Thin_eastm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Thin_north.png b/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Thin_north.png
deleted file mode 100644
index 0f36eef..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Thin_northm.png b/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Thin_northm.png
deleted file mode 100644
index ed05588..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Thin_northm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Thin_south.png b/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Thin_south.png
deleted file mode 100644
index e26928a..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Thin_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Thin_southm.png b/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Thin_southm.png
deleted file mode 100644
index 7860b16..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellWinter/source/ShellWinter_Thin_southm.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellWinterNew/source/ShellWinter_Female_east.png b/Textures/Miho/Apparel/_Todo/ShellWinterNew/source/ShellWinter_Female_east.png
deleted file mode 100644
index ccc6057..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellWinterNew/source/ShellWinter_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellWinterNew/source/ShellWinter_Female_north.png b/Textures/Miho/Apparel/_Todo/ShellWinterNew/source/ShellWinter_Female_north.png
deleted file mode 100644
index 6a8b9fc..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellWinterNew/source/ShellWinter_Female_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellWinterNew/source/ShellWinter_Female_south.png b/Textures/Miho/Apparel/_Todo/ShellWinterNew/source/ShellWinter_Female_south.png
deleted file mode 100644
index b7d2b41..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellWinterNew/source/ShellWinter_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellWinterNew/source/ShellWinter_Thin_east.png b/Textures/Miho/Apparel/_Todo/ShellWinterNew/source/ShellWinter_Thin_east.png
deleted file mode 100644
index f6e4711..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellWinterNew/source/ShellWinter_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellWinterNew/source/ShellWinter_Thin_north.png b/Textures/Miho/Apparel/_Todo/ShellWinterNew/source/ShellWinter_Thin_north.png
deleted file mode 100644
index 6a8b9fc..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellWinterNew/source/ShellWinter_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/ShellWinterNew/source/ShellWinter_Thin_south.png b/Textures/Miho/Apparel/_Todo/ShellWinterNew/source/ShellWinter_Thin_south.png
deleted file mode 100644
index b7d2b41..0000000
Binary files a/Textures/Miho/Apparel/_Todo/ShellWinterNew/source/ShellWinter_Thin_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearArmor/source/UnderwearArmor_Female_east.png b/Textures/Miho/Apparel/_Todo/UnderwearArmor/source/UnderwearArmor_Female_east.png
deleted file mode 100644
index a18344d..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearArmor/source/UnderwearArmor_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearArmor/source/UnderwearArmor_Female_north.png b/Textures/Miho/Apparel/_Todo/UnderwearArmor/source/UnderwearArmor_Female_north.png
deleted file mode 100644
index fcdd1fa..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearArmor/source/UnderwearArmor_Female_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearArmor/source/UnderwearArmor_Female_south.png b/Textures/Miho/Apparel/_Todo/UnderwearArmor/source/UnderwearArmor_Female_south.png
deleted file mode 100644
index ce816fc..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearArmor/source/UnderwearArmor_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearArmor/source/UnderwearArmor_Thin_east.png b/Textures/Miho/Apparel/_Todo/UnderwearArmor/source/UnderwearArmor_Thin_east.png
deleted file mode 100644
index 4f33474..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearArmor/source/UnderwearArmor_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearArmor/source/UnderwearArmor_Thin_north.png b/Textures/Miho/Apparel/_Todo/UnderwearArmor/source/UnderwearArmor_Thin_north.png
deleted file mode 100644
index fcdd1fa..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearArmor/source/UnderwearArmor_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearArmor/source/UnderwearArmor_Thin_south.png b/Textures/Miho/Apparel/_Todo/UnderwearArmor/source/UnderwearArmor_Thin_south.png
deleted file mode 100644
index ed733c7..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearArmor/source/UnderwearArmor_Thin_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearAssassinSuitMelee/source/UnderwearAssassinSuitMelee_Female_east.png b/Textures/Miho/Apparel/_Todo/UnderwearAssassinSuitMelee/source/UnderwearAssassinSuitMelee_Female_east.png
deleted file mode 100644
index d2ab8f9..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearAssassinSuitMelee/source/UnderwearAssassinSuitMelee_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearAssassinSuitMelee/source/UnderwearAssassinSuitMelee_Female_north.png b/Textures/Miho/Apparel/_Todo/UnderwearAssassinSuitMelee/source/UnderwearAssassinSuitMelee_Female_north.png
deleted file mode 100644
index 1f4b77a..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearAssassinSuitMelee/source/UnderwearAssassinSuitMelee_Female_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearAssassinSuitMelee/source/UnderwearAssassinSuitMelee_Female_south.png b/Textures/Miho/Apparel/_Todo/UnderwearAssassinSuitMelee/source/UnderwearAssassinSuitMelee_Female_south.png
deleted file mode 100644
index 5e9d53a..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearAssassinSuitMelee/source/UnderwearAssassinSuitMelee_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearAssassinSuitMelee/source/UnderwearAssassinSuitMelee_Thin_east.png b/Textures/Miho/Apparel/_Todo/UnderwearAssassinSuitMelee/source/UnderwearAssassinSuitMelee_Thin_east.png
deleted file mode 100644
index d2ab8f9..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearAssassinSuitMelee/source/UnderwearAssassinSuitMelee_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearAssassinSuitMelee/source/UnderwearAssassinSuitMelee_Thin_north.png b/Textures/Miho/Apparel/_Todo/UnderwearAssassinSuitMelee/source/UnderwearAssassinSuitMelee_Thin_north.png
deleted file mode 100644
index 1f4b77a..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearAssassinSuitMelee/source/UnderwearAssassinSuitMelee_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearAssassinSuitMelee/source/UnderwearAssassinSuitMelee_Thin_south.png b/Textures/Miho/Apparel/_Todo/UnderwearAssassinSuitMelee/source/UnderwearAssassinSuitMelee_Thin_south.png
deleted file mode 100644
index 5e9d53a..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearAssassinSuitMelee/source/UnderwearAssassinSuitMelee_Thin_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearEltexOne/source/UnderwearEltexOne_Female_east.png b/Textures/Miho/Apparel/_Todo/UnderwearEltexOne/source/UnderwearEltexOne_Female_east.png
deleted file mode 100644
index 322700e..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearEltexOne/source/UnderwearEltexOne_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearEltexOne/source/UnderwearEltexOne_Female_north.png b/Textures/Miho/Apparel/_Todo/UnderwearEltexOne/source/UnderwearEltexOne_Female_north.png
deleted file mode 100644
index 332f281..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearEltexOne/source/UnderwearEltexOne_Female_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearEltexOne/source/UnderwearEltexOne_Female_south.png b/Textures/Miho/Apparel/_Todo/UnderwearEltexOne/source/UnderwearEltexOne_Female_south.png
deleted file mode 100644
index 4ee2878..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearEltexOne/source/UnderwearEltexOne_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearEltexOne/source/UnderwearEltexOne_Thin_east.png b/Textures/Miho/Apparel/_Todo/UnderwearEltexOne/source/UnderwearEltexOne_Thin_east.png
deleted file mode 100644
index bf41b3b..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearEltexOne/source/UnderwearEltexOne_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearEltexOne/source/UnderwearEltexOne_Thin_north.png b/Textures/Miho/Apparel/_Todo/UnderwearEltexOne/source/UnderwearEltexOne_Thin_north.png
deleted file mode 100644
index cd72a9b..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearEltexOne/source/UnderwearEltexOne_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearEltexOne/source/UnderwearEltexOne_Thin_south.png b/Textures/Miho/Apparel/_Todo/UnderwearEltexOne/source/UnderwearEltexOne_Thin_south.png
deleted file mode 100644
index 7dad388..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearEltexOne/source/UnderwearEltexOne_Thin_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearIndustrial/source/UnderwearIndustrial_Female_east.png b/Textures/Miho/Apparel/_Todo/UnderwearIndustrial/source/UnderwearIndustrial_Female_east.png
deleted file mode 100644
index c660002..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearIndustrial/source/UnderwearIndustrial_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearIndustrial/source/UnderwearIndustrial_Female_north.png b/Textures/Miho/Apparel/_Todo/UnderwearIndustrial/source/UnderwearIndustrial_Female_north.png
deleted file mode 100644
index 8765ee6..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearIndustrial/source/UnderwearIndustrial_Female_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearIndustrial/source/UnderwearIndustrial_Female_south.png b/Textures/Miho/Apparel/_Todo/UnderwearIndustrial/source/UnderwearIndustrial_Female_south.png
deleted file mode 100644
index 749a4a5..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearIndustrial/source/UnderwearIndustrial_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearIndustrial/source/UnderwearIndustrial_Thin_east.png b/Textures/Miho/Apparel/_Todo/UnderwearIndustrial/source/UnderwearIndustrial_Thin_east.png
deleted file mode 100644
index 5b52172..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearIndustrial/source/UnderwearIndustrial_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearIndustrial/source/UnderwearIndustrial_Thin_north.png b/Textures/Miho/Apparel/_Todo/UnderwearIndustrial/source/UnderwearIndustrial_Thin_north.png
deleted file mode 100644
index b3d28b3..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearIndustrial/source/UnderwearIndustrial_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearIndustrial/source/UnderwearIndustrial_Thin_south.png b/Textures/Miho/Apparel/_Todo/UnderwearIndustrial/source/UnderwearIndustrial_Thin_south.png
deleted file mode 100644
index ee59381..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearIndustrial/source/UnderwearIndustrial_Thin_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_0_east.png b/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_0_east.png
deleted file mode 100644
index 19e69d0..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_0_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_1_east.png b/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_1_east.png
deleted file mode 100644
index a9fe52b..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_1_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_2_east.png b/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_2_east.png
deleted file mode 100644
index ee02f64..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_2_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_3_east.png b/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_3_east.png
deleted file mode 100644
index a2e6a4b..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_3_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_3_north.png b/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_3_north.png
deleted file mode 100644
index d30ebc3..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_3_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_3_south.png b/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_3_south.png
deleted file mode 100644
index f1f4301..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_3_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_4_east.png b/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_4_east.png
deleted file mode 100644
index 4a6c65e..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_4_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_5_east.png b/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_5_east.png
deleted file mode 100644
index aa606d1..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_5_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_6_east.png b/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_6_east.png
deleted file mode 100644
index f68de87..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/UnderwearIndustrialBlack_Female_6_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/source/UnderwearIndustrialBlack_Thin_0_east.png b/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/source/UnderwearIndustrialBlack_Thin_0_east.png
deleted file mode 100644
index 47c299e..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/source/UnderwearIndustrialBlack_Thin_0_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/source/UnderwearIndustrialBlack_Thin_0_north.png b/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/source/UnderwearIndustrialBlack_Thin_0_north.png
deleted file mode 100644
index c0c2448..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/source/UnderwearIndustrialBlack_Thin_0_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/source/UnderwearIndustrialBlack_Thin_0_south.png b/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/source/UnderwearIndustrialBlack_Thin_0_south.png
deleted file mode 100644
index 82bc3ea..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearIndustrialBlack/source/UnderwearIndustrialBlack_Thin_0_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearTribal/source/UnderwearTribal_Female_east.png b/Textures/Miho/Apparel/_Todo/UnderwearTribal/source/UnderwearTribal_Female_east.png
deleted file mode 100644
index 9a63450..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearTribal/source/UnderwearTribal_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearTribal/source/UnderwearTribal_Female_north.png b/Textures/Miho/Apparel/_Todo/UnderwearTribal/source/UnderwearTribal_Female_north.png
deleted file mode 100644
index 2943e07..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearTribal/source/UnderwearTribal_Female_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearTribal/source/UnderwearTribal_Female_south.png b/Textures/Miho/Apparel/_Todo/UnderwearTribal/source/UnderwearTribal_Female_south.png
deleted file mode 100644
index 0230a8a..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearTribal/source/UnderwearTribal_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearTribal/source/UnderwearTribal_Female_west.png b/Textures/Miho/Apparel/_Todo/UnderwearTribal/source/UnderwearTribal_Female_west.png
deleted file mode 100644
index 8f49390..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearTribal/source/UnderwearTribal_Female_west.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearTribal/source/UnderwearTribal_Thin_east.png b/Textures/Miho/Apparel/_Todo/UnderwearTribal/source/UnderwearTribal_Thin_east.png
deleted file mode 100644
index c52f16f..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearTribal/source/UnderwearTribal_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearTribal/source/UnderwearTribal_Thin_north.png b/Textures/Miho/Apparel/_Todo/UnderwearTribal/source/UnderwearTribal_Thin_north.png
deleted file mode 100644
index 604ffde..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearTribal/source/UnderwearTribal_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearTribal/source/UnderwearTribal_Thin_south.png b/Textures/Miho/Apparel/_Todo/UnderwearTribal/source/UnderwearTribal_Thin_south.png
deleted file mode 100644
index 5a432af..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearTribal/source/UnderwearTribal_Thin_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearTribal/source/UnderwearTribal_Thin_west.png b/Textures/Miho/Apparel/_Todo/UnderwearTribal/source/UnderwearTribal_Thin_west.png
deleted file mode 100644
index bda4ed0..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearTribal/source/UnderwearTribal_Thin_west.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearTribalEltex/source/UnderwearTribalEltexOne_Female_ north.png b/Textures/Miho/Apparel/_Todo/UnderwearTribalEltex/source/UnderwearTribalEltexOne_Female_ north.png
deleted file mode 100644
index 7165530..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearTribalEltex/source/UnderwearTribalEltexOne_Female_ north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearTribalEltex/source/UnderwearTribalEltexOne_Female_east.png b/Textures/Miho/Apparel/_Todo/UnderwearTribalEltex/source/UnderwearTribalEltexOne_Female_east.png
deleted file mode 100644
index a968a61..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearTribalEltex/source/UnderwearTribalEltexOne_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearTribalEltex/source/UnderwearTribalEltexOne_Female_south.png b/Textures/Miho/Apparel/_Todo/UnderwearTribalEltex/source/UnderwearTribalEltexOne_Female_south.png
deleted file mode 100644
index 8186e54..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearTribalEltex/source/UnderwearTribalEltexOne_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearTribalEltex/source/UnderwearTribalEltexOne_Female_west.png b/Textures/Miho/Apparel/_Todo/UnderwearTribalEltex/source/UnderwearTribalEltexOne_Female_west.png
deleted file mode 100644
index 2d253eb..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearTribalEltex/source/UnderwearTribalEltexOne_Female_west.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearTribalEltex/source/UnderwearTribalEltexOne_Thin_east.png b/Textures/Miho/Apparel/_Todo/UnderwearTribalEltex/source/UnderwearTribalEltexOne_Thin_east.png
deleted file mode 100644
index 6b037e7..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearTribalEltex/source/UnderwearTribalEltexOne_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearTribalEltex/source/UnderwearTribalEltexOne_Thin_north.png b/Textures/Miho/Apparel/_Todo/UnderwearTribalEltex/source/UnderwearTribalEltexOne_Thin_north.png
deleted file mode 100644
index 47bd5dd..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearTribalEltex/source/UnderwearTribalEltexOne_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearTribalEltex/source/UnderwearTribalEltexOne_Thin_south.png b/Textures/Miho/Apparel/_Todo/UnderwearTribalEltex/source/UnderwearTribalEltexOne_Thin_south.png
deleted file mode 100644
index 801d3ec..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearTribalEltex/source/UnderwearTribalEltexOne_Thin_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearTribalEltex/source/UnderwearTribalEltexOne_Thin_west.png b/Textures/Miho/Apparel/_Todo/UnderwearTribalEltex/source/UnderwearTribalEltexOne_Thin_west.png
deleted file mode 100644
index 702158c..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearTribalEltex/source/UnderwearTribalEltexOne_Thin_west.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearTribalTwo/source/UnderwearTribalTwo_Female_east.png b/Textures/Miho/Apparel/_Todo/UnderwearTribalTwo/source/UnderwearTribalTwo_Female_east.png
deleted file mode 100644
index 3018038..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearTribalTwo/source/UnderwearTribalTwo_Female_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearTribalTwo/source/UnderwearTribalTwo_Female_north.png b/Textures/Miho/Apparel/_Todo/UnderwearTribalTwo/source/UnderwearTribalTwo_Female_north.png
deleted file mode 100644
index 7a6e472..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearTribalTwo/source/UnderwearTribalTwo_Female_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearTribalTwo/source/UnderwearTribalTwo_Female_south.png b/Textures/Miho/Apparel/_Todo/UnderwearTribalTwo/source/UnderwearTribalTwo_Female_south.png
deleted file mode 100644
index c9b0fc7..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearTribalTwo/source/UnderwearTribalTwo_Female_south.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearTribalTwo/source/UnderwearTribalTwo_Thin_east.png b/Textures/Miho/Apparel/_Todo/UnderwearTribalTwo/source/UnderwearTribalTwo_Thin_east.png
deleted file mode 100644
index 3018038..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearTribalTwo/source/UnderwearTribalTwo_Thin_east.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearTribalTwo/source/UnderwearTribalTwo_Thin_north.png b/Textures/Miho/Apparel/_Todo/UnderwearTribalTwo/source/UnderwearTribalTwo_Thin_north.png
deleted file mode 100644
index 7a6e472..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearTribalTwo/source/UnderwearTribalTwo_Thin_north.png and /dev/null differ
diff --git a/Textures/Miho/Apparel/_Todo/UnderwearTribalTwo/source/UnderwearTribalTwo_Thin_south.png b/Textures/Miho/Apparel/_Todo/UnderwearTribalTwo/source/UnderwearTribalTwo_Thin_south.png
deleted file mode 100644
index c9b0fc7..0000000
Binary files a/Textures/Miho/Apparel/_Todo/UnderwearTribalTwo/source/UnderwearTribalTwo_Thin_south.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Anus.zip b/Textures/SizedApparel/BodyParts/Human/Anus.zip
new file mode 100644
index 0000000..91d1283
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Anus.zip differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts (centered_Wip).zip b/Textures/SizedApparel/BodyParts/Human/Breasts (centered_Wip).zip
new file mode 100644
index 0000000..6ce3462
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts (centered_Wip).zip differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts.zip b/Textures/SizedApparel/BodyParts/Human/Breasts.zip
new file mode 100644
index 0000000..80f20de
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts.zip differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Female_5_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Female_5_east.png
deleted file mode 100644
index 53a359d..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Female_5_east.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_3_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_3_east.png
new file mode 100644
index 0000000..88b8685
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_3_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_3_north.png b/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_3_north.png
new file mode 100644
index 0000000..911726e
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_3_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_3_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_3_south.png
new file mode 100644
index 0000000..7717add
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_3_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_4_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_4_east.png
new file mode 100644
index 0000000..1a39818
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_4_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_4_north.png b/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_4_north.png
new file mode 100644
index 0000000..5ecb35b
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_4_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_4_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_4_south.png
new file mode 100644
index 0000000..03f5988
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_4_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_5_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_5_east.png
new file mode 100644
index 0000000..333428a
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_5_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_5_north.png b/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_5_north.png
new file mode 100644
index 0000000..742c3bf
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_5_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_5_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_5_south.png
new file mode 100644
index 0000000..32a2816
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_5_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_6_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_6_east.png
new file mode 100644
index 0000000..675cf6c
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_6_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_6_north.png b/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_6_north.png
new file mode 100644
index 0000000..6260494
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_6_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_6_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_6_south.png
new file mode 100644
index 0000000..716b5c0
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/128/Breasts_Thin_6_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_0_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_0_east.png
index de3a540..a1f49f2 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_0_east.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_0_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_0_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_0_south.png
index 7d320a9..f440c70 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_0_south.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_0_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_10_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_10_east.png
index 97c3325..dcdec0e 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_10_east.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_10_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_10_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_10_south.png
index 05e6a4e..850c198 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_10_south.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_10_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_1_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_1_east.png
index f003bf1..43ff4f9 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_1_east.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_1_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_1_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_1_south.png
index f0c7230..d6eb777 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_1_south.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_1_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_2_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_2_east.png
index d1dd60d..f7e4282 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_2_east.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_2_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_2_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_2_south.png
index 4883923..0ddaaba 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_2_south.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_2_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_3_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_3_east.png
index 22385ee..160bb20 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_3_east.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_3_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_3_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_3_south.png
index 259db4e..beeb220 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_3_south.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_3_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_4_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_4_east.png
index c46cccc..70c6707 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_4_east.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_4_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_4_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_4_south.png
index 56abd02..b4d3a9f 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_4_south.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_4_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_5_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_5_east.png
index fe7eb25..af9f690 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_5_east.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_5_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_5_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_5_south.png
index e70bfe4..89f9c0c 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_5_south.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_5_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_6_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_6_east.png
index 08b75b3..bdc4634 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_6_east.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_6_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_6_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_6_south.png
index 0dba4d9..9eb9e71 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_6_south.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_6_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_7_InvertedNipple_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_7_InvertedNipple_east.png
deleted file mode 100644
index e3e8097..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_7_InvertedNipple_east.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_7_InvertedNipple_north.png b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_7_InvertedNipple_north.png
deleted file mode 100644
index f2bc10d..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_7_InvertedNipple_north.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_7_InvertedNipple_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_7_InvertedNipple_south.png
deleted file mode 100644
index e1f8ac3..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_7_InvertedNipple_south.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_7_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_7_east.png
index 2e80d11..1529dd1 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_7_east.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_7_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_7_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_7_south.png
index cfdce29..1d106a6 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_7_south.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_7_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_8_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_8_east.png
index 4e8fc95..23bf398 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_8_east.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_8_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_8_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_8_south.png
index cd601f2..213a762 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_8_south.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_8_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_9_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_9_east.png
index 9a3c708..8548e1c 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_9_east.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_9_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_9_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_9_south.png
index 01ab259..b6a14f5 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_9_south.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/Breasts_Female_9_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_0_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_0_east.png
index de3a540..f440c70 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_0_east.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_0_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_0_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_0_south.png
index 7d320a9..f440c70 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_0_south.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_0_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_10_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_10_east.png
index cab1b83..c8da00c 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_10_east.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_10_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_10_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_10_south.png
index 42c23ab..f335aa4 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_10_south.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_10_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_1_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_1_east.png
index f7a7be4..bb81077 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_1_east.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_1_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_2_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_2_east.png
index 7c64d0c..741051c 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_2_east.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_2_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_2_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_2_south.png
index b4405ce..deb3010 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_2_south.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_2_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_3_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_3_east.png
index 711f5fb..8412c08 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_3_east.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_3_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_3_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_3_south.png
index 118a3fd..d80a802 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_3_south.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_3_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_4_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_4_east.png
index 408eaba..f296e96 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_4_east.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_4_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_4_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_4_south.png
index 6a71272..e066175 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_4_south.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_4_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_5_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_5_east.png
index e3ebf46..1b7bc7a 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_5_east.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_5_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_5_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_5_south.png
index feb710c..8d592cc 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_5_south.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_5_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_6_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_6_east.png
index 1c194ed..aea6e9f 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_6_east.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_6_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_6_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_6_south.png
index fde0308..b793e5a 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_6_south.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_6_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_7_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_7_east.png
index 25994ea..964f088 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_7_east.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_7_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_7_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_7_south.png
index 06e0760..cdc8fd4 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_7_south.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_7_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_8_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_8_east.png
index a6ca1c0..e6b60b3 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_8_east.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_8_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_8_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_8_south.png
index b96a013..2062d57 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_8_south.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_8_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_9_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_9_east.png
index d74efac..af7b988 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_9_east.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_9_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_9_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_9_south.png
index 503cae3..0f1c408 100644
Binary files a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_9_south.png and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/Breasts_Female_9_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_0_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_0_east.png
new file mode 100644
index 0000000..de3a540
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_0_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_0_north.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_0_north.png
similarity index 100%
rename from Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_0_north.png
rename to Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_0_north.png
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_0_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_0_south.png
new file mode 100644
index 0000000..7d320a9
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_0_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_10_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_10_east.png
new file mode 100644
index 0000000..cab1b83
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_10_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_10_north.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_10_north.png
new file mode 100644
index 0000000..aac9fd8
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_10_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_10_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_10_south.png
new file mode 100644
index 0000000..42c23ab
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_10_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_1_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_1_east.png
new file mode 100644
index 0000000..f7a7be4
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_1_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_1_north.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_1_north.png
similarity index 100%
rename from Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_1_north.png
rename to Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_1_north.png
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_1_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_1_south.png
new file mode 100644
index 0000000..65c526d
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_1_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_2_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_2_east.png
new file mode 100644
index 0000000..7c64d0c
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_2_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_2_north.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_2_north.png
new file mode 100644
index 0000000..7344a01
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_2_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_2_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_2_south.png
new file mode 100644
index 0000000..b4405ce
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_2_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_3_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_3_east.png
new file mode 100644
index 0000000..711f5fb
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_3_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_3_north.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_3_north.png
new file mode 100644
index 0000000..3a0fdaf
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_3_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_3_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_3_south.png
new file mode 100644
index 0000000..118a3fd
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_3_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_4_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_4_east.png
new file mode 100644
index 0000000..408eaba
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_4_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_4_north.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_4_north.png
new file mode 100644
index 0000000..cdcc59d
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_4_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_4_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_4_south.png
new file mode 100644
index 0000000..6a71272
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_4_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_5_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_5_east.png
new file mode 100644
index 0000000..e3ebf46
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_5_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_5_north.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_5_north.png
new file mode 100644
index 0000000..99464b6
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_5_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_5_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_5_south.png
new file mode 100644
index 0000000..feb710c
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_5_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_6_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_6_east.png
new file mode 100644
index 0000000..1c194ed
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_6_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_6_north.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_6_north.png
new file mode 100644
index 0000000..896226b
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_6_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_6_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_6_south.png
new file mode 100644
index 0000000..fde0308
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_6_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_7_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_7_east.png
new file mode 100644
index 0000000..25994ea
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_7_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_7_north.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_7_north.png
new file mode 100644
index 0000000..e9dbb34
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_7_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_7_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_7_south.png
new file mode 100644
index 0000000..06e0760
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_7_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_8_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_8_east.png
new file mode 100644
index 0000000..a6ca1c0
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_8_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_8_north.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_8_north.png
new file mode 100644
index 0000000..ebe3bbe
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_8_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_8_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_8_south.png
new file mode 100644
index 0000000..b96a013
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_8_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_9_east.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_9_east.png
new file mode 100644
index 0000000..d74efac
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_9_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_9_north.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_9_north.png
new file mode 100644
index 0000000..28f6e63
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_9_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_9_south.png b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_9_south.png
new file mode 100644
index 0000000..503cae3
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Breasts/CustomPose/JiggleUp/breasts with nipple (old)/Breasts_Female_9_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_0_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_0_east.png
similarity index 100%
rename from Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_0_east.png
rename to Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_0_east.png
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_0_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_0_north.png
new file mode 100644
index 0000000..ffa684c
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_0_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_0_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_0_south.png
similarity index 100%
rename from Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_0_south.png
rename to Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_0_south.png
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_10_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_10_east.png
new file mode 100644
index 0000000..e43dbb2
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_10_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_10_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_10_north.png
new file mode 100644
index 0000000..f440c70
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_10_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_10_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_10_south.png
new file mode 100644
index 0000000..cac542b
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_10_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_1_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_1_east.png
new file mode 100644
index 0000000..4ad6a19
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_1_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_1_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_1_north.png
new file mode 100644
index 0000000..f440c70
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_1_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_1_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_1_south.png
new file mode 100644
index 0000000..63e4eda
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_1_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_2_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_2_east.png
new file mode 100644
index 0000000..57ecba7
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_2_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_2_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_2_north.png
new file mode 100644
index 0000000..f440c70
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_2_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_2_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_2_south.png
new file mode 100644
index 0000000..9c8a435
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_2_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_3_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_3_east.png
new file mode 100644
index 0000000..dc43950
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_3_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_3_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_3_north.png
new file mode 100644
index 0000000..f440c70
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_3_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_3_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_3_south.png
new file mode 100644
index 0000000..01a5534
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_3_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_4_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_4_east.png
new file mode 100644
index 0000000..848a699
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_4_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_4_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_4_north.png
new file mode 100644
index 0000000..f440c70
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_4_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_4_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_4_south.png
new file mode 100644
index 0000000..bb671a5
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_4_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_5_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_5_east.png
new file mode 100644
index 0000000..f464e34
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_5_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_5_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_5_north.png
new file mode 100644
index 0000000..f440c70
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_5_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_5_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_5_south.png
new file mode 100644
index 0000000..df1b701
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_5_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_6_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_6_east.png
new file mode 100644
index 0000000..abd09d3
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_6_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_6_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_6_north.png
new file mode 100644
index 0000000..f440c70
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_6_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_6_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_6_south.png
new file mode 100644
index 0000000..b95a66b
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_6_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_7_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_7_east.png
new file mode 100644
index 0000000..afb9ee0
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_7_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_7_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_7_north.png
new file mode 100644
index 0000000..f440c70
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_7_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_7_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_7_south.png
new file mode 100644
index 0000000..30c1cf1
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_7_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_8_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_8_east.png
new file mode 100644
index 0000000..185632f
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_8_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_8_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_8_north.png
new file mode 100644
index 0000000..f440c70
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_8_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_8_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_8_south.png
new file mode 100644
index 0000000..a40a688
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_8_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_9_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_9_east.png
new file mode 100644
index 0000000..9a19662
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_9_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_9_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_9_north.png
new file mode 100644
index 0000000..f440c70
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_9_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_9_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_9_south.png
new file mode 100644
index 0000000..1f92d6c
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/Breasts_Thin_9_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_0_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_0_east.png
new file mode 100644
index 0000000..a429b49
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_0_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_0_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_0_north.png
new file mode 100644
index 0000000..ffa684c
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_0_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_0_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_0_south.png
new file mode 100644
index 0000000..20dce85
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_0_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_10_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_10_east.png
new file mode 100644
index 0000000..5c64752
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_10_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_10_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_10_north.png
new file mode 100644
index 0000000..f440c70
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_10_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_10_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_10_south.png
new file mode 100644
index 0000000..8e0ac01
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_10_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_1_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_1_east.png
new file mode 100644
index 0000000..5c3bfcc
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_1_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_1_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_1_north.png
new file mode 100644
index 0000000..f440c70
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_1_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_1_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_1_south.png
new file mode 100644
index 0000000..7905f50
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_1_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_2_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_2_east.png
new file mode 100644
index 0000000..5d645f5
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_2_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_2_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_2_north.png
new file mode 100644
index 0000000..f440c70
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_2_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_2_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_2_south.png
new file mode 100644
index 0000000..d6baea2
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_2_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_3_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_3_east.png
new file mode 100644
index 0000000..0e2469e
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_3_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_3_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_3_north.png
new file mode 100644
index 0000000..f440c70
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_3_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_3_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_3_south.png
new file mode 100644
index 0000000..b56d616
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_3_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_4_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_4_east.png
new file mode 100644
index 0000000..1cc8ce7
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_4_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_4_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_4_north.png
new file mode 100644
index 0000000..f440c70
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_4_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_4_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_4_south.png
new file mode 100644
index 0000000..3e7094f
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_4_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_5_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_5_east.png
new file mode 100644
index 0000000..c9cbe3b
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_5_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_5_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_5_north.png
new file mode 100644
index 0000000..f440c70
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_5_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_5_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_5_south.png
new file mode 100644
index 0000000..d80b833
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_5_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_6_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_6_east.png
new file mode 100644
index 0000000..2085ac8
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_6_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_6_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_6_north.png
new file mode 100644
index 0000000..f440c70
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_6_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_6_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_6_south.png
new file mode 100644
index 0000000..7aefa46
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_6_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_7_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_7_east.png
new file mode 100644
index 0000000..b9b316d
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_7_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_7_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_7_north.png
new file mode 100644
index 0000000..f440c70
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_7_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_7_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_7_south.png
new file mode 100644
index 0000000..6e44784
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_7_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_8_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_8_east.png
new file mode 100644
index 0000000..00fd28b
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_8_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_8_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_8_north.png
new file mode 100644
index 0000000..f440c70
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_8_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_8_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_8_south.png
new file mode 100644
index 0000000..4b4bbfa
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_8_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_9_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_9_east.png
new file mode 100644
index 0000000..d2902f0
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_9_east.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_9_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_9_north.png
new file mode 100644
index 0000000..f440c70
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_9_north.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_9_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_9_south.png
new file mode 100644
index 0000000..95cf626
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Nipples/CustomPose/JiggleUp/Breasts_Thin_9_south.png differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_10_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_10_east.png
deleted file mode 100644
index 910214f..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_10_east.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_10_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_10_north.png
deleted file mode 100644
index 8dd4426..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_10_north.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_10_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_10_south.png
deleted file mode 100644
index 746da54..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_10_south.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_1_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_1_east.png
deleted file mode 100644
index 3768bfb..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_1_east.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_1_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_1_south.png
deleted file mode 100644
index 55a8961..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_1_south.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_2_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_2_east.png
deleted file mode 100644
index 8b3a9e7..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_2_east.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_2_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_2_north.png
deleted file mode 100644
index 3edefb1..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_2_north.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_2_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_2_south.png
deleted file mode 100644
index 8e8a92d..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_2_south.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_3_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_3_east.png
deleted file mode 100644
index 2daabb8..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_3_east.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_3_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_3_north.png
deleted file mode 100644
index 62642c3..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_3_north.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_3_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_3_south.png
deleted file mode 100644
index 7dcf315..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_3_south.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_4_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_4_east.png
deleted file mode 100644
index aa2fc08..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_4_east.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_4_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_4_north.png
deleted file mode 100644
index 90c6c61..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_4_north.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_4_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_4_south.png
deleted file mode 100644
index 5073cb1..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_4_south.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_5_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_5_east.png
deleted file mode 100644
index 9cf27a0..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_5_east.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_5_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_5_north.png
deleted file mode 100644
index ac6beb2..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_5_north.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_5_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_5_south.png
deleted file mode 100644
index 5f7e2ec..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_5_south.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_6_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_6_east.png
deleted file mode 100644
index e01115d..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_6_east.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_6_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_6_north.png
deleted file mode 100644
index cff2d51..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_6_north.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_6_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_6_south.png
deleted file mode 100644
index 88ab566..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_6_south.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_7_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_7_east.png
deleted file mode 100644
index bfccc08..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_7_east.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_7_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_7_north.png
deleted file mode 100644
index b77e824..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_7_north.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_7_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_7_south.png
deleted file mode 100644
index c2dfd7e..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_7_south.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_8_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_8_east.png
deleted file mode 100644
index f60289a..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_8_east.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_8_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_8_north.png
deleted file mode 100644
index 829f0bd..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_8_north.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_8_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_8_south.png
deleted file mode 100644
index ea55a67..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_8_south.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_9_east.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_9_east.png
deleted file mode 100644
index a5cf5f3..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_9_east.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_9_north.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_9_north.png
deleted file mode 100644
index 36c26a8..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_9_north.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_9_south.png b/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_9_south.png
deleted file mode 100644
index aedebba..0000000
Binary files a/Textures/SizedApparel/BodyParts/Human/Nipples/tmp/Breasts_Thin_9_south.png and /dev/null differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Penis (2).zip b/Textures/SizedApparel/BodyParts/Human/Penis (2).zip
new file mode 100644
index 0000000..fc29daa
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Penis (2).zip differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Penis(AllBodyType).zip b/Textures/SizedApparel/BodyParts/Human/Penis(AllBodyType).zip
new file mode 100644
index 0000000..1e1b9e4
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Penis(AllBodyType).zip differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Penis.zip b/Textures/SizedApparel/BodyParts/Human/Penis.zip
new file mode 100644
index 0000000..56ece50
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Penis.zip differ
diff --git a/Textures/SizedApparel/BodyParts/Human/PubicHair.zip b/Textures/SizedApparel/BodyParts/Human/PubicHair.zip
new file mode 100644
index 0000000..91f4e36
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/PubicHair.zip differ
diff --git a/Textures/SizedApparel/BodyParts/Human/Vagina.zip b/Textures/SizedApparel/BodyParts/Human/Vagina.zip
new file mode 100644
index 0000000..3172e96
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/Vagina.zip differ
diff --git a/Textures/SizedApparel/BodyParts/Human/wip.zip b/Textures/SizedApparel/BodyParts/Human/wip.zip
new file mode 100644
index 0000000..90cb4fc
Binary files /dev/null and b/Textures/SizedApparel/BodyParts/Human/wip.zip differ
diff --git a/Textures/SizedApparel/BodyParts/_RacePreset/Breasts/About Breasts Size.txt b/Textures/SizedApparel/BodyParts/_RacePreset/Breasts/About Breasts Size.txt
new file mode 100644
index 0000000..179a43b
--- /dev/null
+++ b/Textures/SizedApparel/BodyParts/_RacePreset/Breasts/About Breasts Size.txt
@@ -0,0 +1,2 @@
+Breasts_3 is Average size of RJW.
+So, It's better to match breasts size to default female breasts size of original body texture.
\ No newline at end of file
diff --git a/Textures/Things/Apparel/Apron/source/Apron.png b/Textures/Things/Apparel/Apron/source/Apron.png
deleted file mode 100644
index f14cd70..0000000
Binary files a/Textures/Things/Apparel/Apron/source/Apron.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Apron/source/Apron_Fat_east.png b/Textures/Things/Apparel/Apron/source/Apron_Fat_east.png
deleted file mode 100644
index 64ce7ed..0000000
Binary files a/Textures/Things/Apparel/Apron/source/Apron_Fat_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Apron/source/Apron_Fat_north.png b/Textures/Things/Apparel/Apron/source/Apron_Fat_north.png
deleted file mode 100644
index 8f864e5..0000000
Binary files a/Textures/Things/Apparel/Apron/source/Apron_Fat_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Apron/source/Apron_Fat_south.png b/Textures/Things/Apparel/Apron/source/Apron_Fat_south.png
deleted file mode 100644
index d085270..0000000
Binary files a/Textures/Things/Apparel/Apron/source/Apron_Fat_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Apron/source/Apron_Female_east.png b/Textures/Things/Apparel/Apron/source/Apron_Female_east.png
deleted file mode 100644
index 1b3d635..0000000
Binary files a/Textures/Things/Apparel/Apron/source/Apron_Female_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Apron/source/Apron_Female_north.png b/Textures/Things/Apparel/Apron/source/Apron_Female_north.png
deleted file mode 100644
index 35dc25e..0000000
Binary files a/Textures/Things/Apparel/Apron/source/Apron_Female_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Apron/source/Apron_Female_south.png b/Textures/Things/Apparel/Apron/source/Apron_Female_south.png
deleted file mode 100644
index f0ab058..0000000
Binary files a/Textures/Things/Apparel/Apron/source/Apron_Female_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Apron/source/Apron_Hulk_east.png b/Textures/Things/Apparel/Apron/source/Apron_Hulk_east.png
deleted file mode 100644
index 80f1db2..0000000
Binary files a/Textures/Things/Apparel/Apron/source/Apron_Hulk_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Apron/source/Apron_Hulk_north.png b/Textures/Things/Apparel/Apron/source/Apron_Hulk_north.png
deleted file mode 100644
index 998760c..0000000
Binary files a/Textures/Things/Apparel/Apron/source/Apron_Hulk_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Apron/source/Apron_Hulk_south.png b/Textures/Things/Apparel/Apron/source/Apron_Hulk_south.png
deleted file mode 100644
index 56bc7ff..0000000
Binary files a/Textures/Things/Apparel/Apron/source/Apron_Hulk_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Apron/source/Apron_Male_east.png b/Textures/Things/Apparel/Apron/source/Apron_Male_east.png
deleted file mode 100644
index 0388f48..0000000
Binary files a/Textures/Things/Apparel/Apron/source/Apron_Male_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Apron/source/Apron_Male_north.png b/Textures/Things/Apparel/Apron/source/Apron_Male_north.png
deleted file mode 100644
index 9a85476..0000000
Binary files a/Textures/Things/Apparel/Apron/source/Apron_Male_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Apron/source/Apron_Male_south.png b/Textures/Things/Apparel/Apron/source/Apron_Male_south.png
deleted file mode 100644
index 1875e42..0000000
Binary files a/Textures/Things/Apparel/Apron/source/Apron_Male_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Apron/source/Apron_Thin_east.png b/Textures/Things/Apparel/Apron/source/Apron_Thin_east.png
deleted file mode 100644
index c75fc8e..0000000
Binary files a/Textures/Things/Apparel/Apron/source/Apron_Thin_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Apron/source/Apron_Thin_north.png b/Textures/Things/Apparel/Apron/source/Apron_Thin_north.png
deleted file mode 100644
index 624bf31..0000000
Binary files a/Textures/Things/Apparel/Apron/source/Apron_Thin_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Apron/source/Apron_Thin_south.png b/Textures/Things/Apparel/Apron/source/Apron_Thin_south.png
deleted file mode 100644
index 70dd315..0000000
Binary files a/Textures/Things/Apparel/Apron/source/Apron_Thin_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Blouse/source/Blouse.png b/Textures/Things/Apparel/Blouse/source/Blouse.png
deleted file mode 100644
index 07da9ed..0000000
Binary files a/Textures/Things/Apparel/Blouse/source/Blouse.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Blouse/source/Blouse_Fat_east.png b/Textures/Things/Apparel/Blouse/source/Blouse_Fat_east.png
deleted file mode 100644
index 168f616..0000000
Binary files a/Textures/Things/Apparel/Blouse/source/Blouse_Fat_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Blouse/source/Blouse_Fat_north.png b/Textures/Things/Apparel/Blouse/source/Blouse_Fat_north.png
deleted file mode 100644
index 20345d2..0000000
Binary files a/Textures/Things/Apparel/Blouse/source/Blouse_Fat_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Blouse/source/Blouse_Fat_south.png b/Textures/Things/Apparel/Blouse/source/Blouse_Fat_south.png
deleted file mode 100644
index 465bd18..0000000
Binary files a/Textures/Things/Apparel/Blouse/source/Blouse_Fat_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Blouse/source/Blouse_Female_east.png b/Textures/Things/Apparel/Blouse/source/Blouse_Female_east.png
deleted file mode 100644
index 2a1cc96..0000000
Binary files a/Textures/Things/Apparel/Blouse/source/Blouse_Female_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Blouse/source/Blouse_Female_north.png b/Textures/Things/Apparel/Blouse/source/Blouse_Female_north.png
deleted file mode 100644
index 1d52595..0000000
Binary files a/Textures/Things/Apparel/Blouse/source/Blouse_Female_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Blouse/source/Blouse_Female_south.png b/Textures/Things/Apparel/Blouse/source/Blouse_Female_south.png
deleted file mode 100644
index 6232a5c..0000000
Binary files a/Textures/Things/Apparel/Blouse/source/Blouse_Female_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Blouse/source/Blouse_Hulk_east.png b/Textures/Things/Apparel/Blouse/source/Blouse_Hulk_east.png
deleted file mode 100644
index 977cc21..0000000
Binary files a/Textures/Things/Apparel/Blouse/source/Blouse_Hulk_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Blouse/source/Blouse_Hulk_north.png b/Textures/Things/Apparel/Blouse/source/Blouse_Hulk_north.png
deleted file mode 100644
index c1c2871..0000000
Binary files a/Textures/Things/Apparel/Blouse/source/Blouse_Hulk_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Blouse/source/Blouse_Hulk_south.png b/Textures/Things/Apparel/Blouse/source/Blouse_Hulk_south.png
deleted file mode 100644
index 166b7f7..0000000
Binary files a/Textures/Things/Apparel/Blouse/source/Blouse_Hulk_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Blouse/source/Blouse_Male_east.png b/Textures/Things/Apparel/Blouse/source/Blouse_Male_east.png
deleted file mode 100644
index 8035898..0000000
Binary files a/Textures/Things/Apparel/Blouse/source/Blouse_Male_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Blouse/source/Blouse_Male_north.png b/Textures/Things/Apparel/Blouse/source/Blouse_Male_north.png
deleted file mode 100644
index 53a85eb..0000000
Binary files a/Textures/Things/Apparel/Blouse/source/Blouse_Male_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Blouse/source/Blouse_Male_south.png b/Textures/Things/Apparel/Blouse/source/Blouse_Male_south.png
deleted file mode 100644
index a8bdcc4..0000000
Binary files a/Textures/Things/Apparel/Blouse/source/Blouse_Male_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Blouse/source/Blouse_Thin_east.png b/Textures/Things/Apparel/Blouse/source/Blouse_Thin_east.png
deleted file mode 100644
index d7df226..0000000
Binary files a/Textures/Things/Apparel/Blouse/source/Blouse_Thin_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Blouse/source/Blouse_Thin_north.png b/Textures/Things/Apparel/Blouse/source/Blouse_Thin_north.png
deleted file mode 100644
index 1f60da8..0000000
Binary files a/Textures/Things/Apparel/Blouse/source/Blouse_Thin_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Blouse/source/Blouse_Thin_south.png b/Textures/Things/Apparel/Blouse/source/Blouse_Thin_south.png
deleted file mode 100644
index 5297b89..0000000
Binary files a/Textures/Things/Apparel/Blouse/source/Blouse_Thin_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket.png b/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket.png
deleted file mode 100644
index 1f03472..0000000
Binary files a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket.png and /dev/null differ
diff --git a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Fat_east.png b/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Fat_east.png
deleted file mode 100644
index 454755d..0000000
Binary files a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Fat_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Fat_north.png b/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Fat_north.png
deleted file mode 100644
index bd6e7c2..0000000
Binary files a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Fat_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Fat_south.png b/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Fat_south.png
deleted file mode 100644
index 34abe08..0000000
Binary files a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Fat_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Female_east.png b/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Female_east.png
deleted file mode 100644
index e6a1982..0000000
Binary files a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Female_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Female_north.png b/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Female_north.png
deleted file mode 100644
index 93447a5..0000000
Binary files a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Female_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Female_south.png b/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Female_south.png
deleted file mode 100644
index 63ecb82..0000000
Binary files a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Female_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Hulk_east.png b/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Hulk_east.png
deleted file mode 100644
index df9bc6d..0000000
Binary files a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Hulk_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Hulk_north.png b/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Hulk_north.png
deleted file mode 100644
index b8346df..0000000
Binary files a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Hulk_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Hulk_south.png b/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Hulk_south.png
deleted file mode 100644
index 8945e25..0000000
Binary files a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Hulk_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Male_east.png b/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Male_east.png
deleted file mode 100644
index 6a87094..0000000
Binary files a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Male_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Male_north.png b/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Male_north.png
deleted file mode 100644
index 3a63316..0000000
Binary files a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Male_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Male_south.png b/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Male_south.png
deleted file mode 100644
index c4f5100..0000000
Binary files a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Male_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Thin_east.png b/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Thin_east.png
deleted file mode 100644
index 51737e5..0000000
Binary files a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Thin_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Thin_north.png b/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Thin_north.png
deleted file mode 100644
index d8e05d8..0000000
Binary files a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Thin_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Thin_south.png b/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Thin_south.png
deleted file mode 100644
index 2bdf24f..0000000
Binary files a/Textures/Things/Apparel/BuildersJacket/source/BuildersJacket_Thin_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt.png b/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt.png
deleted file mode 100644
index bf2e4de..0000000
Binary files a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt.png and /dev/null differ
diff --git a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Fat_east.png b/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Fat_east.png
deleted file mode 100644
index b59a5cc..0000000
Binary files a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Fat_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Fat_north.png b/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Fat_north.png
deleted file mode 100644
index 8d7fdbb..0000000
Binary files a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Fat_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Fat_south.png b/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Fat_south.png
deleted file mode 100644
index 0c43e43..0000000
Binary files a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Fat_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Female_east.png b/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Female_east.png
deleted file mode 100644
index 4f76dba..0000000
Binary files a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Female_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Female_north.png b/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Female_north.png
deleted file mode 100644
index bbaa19e..0000000
Binary files a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Female_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Female_south.png b/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Female_south.png
deleted file mode 100644
index f3a15b1..0000000
Binary files a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Female_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Hulk_east.png b/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Hulk_east.png
deleted file mode 100644
index 1b6c67b..0000000
Binary files a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Hulk_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Hulk_north.png b/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Hulk_north.png
deleted file mode 100644
index 38b89c4..0000000
Binary files a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Hulk_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Hulk_south.png b/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Hulk_south.png
deleted file mode 100644
index 0781727..0000000
Binary files a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Hulk_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Male_east.png b/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Male_east.png
deleted file mode 100644
index e5c18ff..0000000
Binary files a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Male_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Male_north.png b/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Male_north.png
deleted file mode 100644
index 01e4982..0000000
Binary files a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Male_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Male_south.png b/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Male_south.png
deleted file mode 100644
index 4c5601b..0000000
Binary files a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Male_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Thin_east.png b/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Thin_east.png
deleted file mode 100644
index 3ea3041..0000000
Binary files a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Thin_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Thin_north.png b/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Thin_north.png
deleted file mode 100644
index d14ccee..0000000
Binary files a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Thin_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Thin_south.png b/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Thin_south.png
deleted file mode 100644
index cff71c7..0000000
Binary files a/Textures/Things/Apparel/CasualTShirt/source/CasualTShirt_Thin_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform.png b/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform.png
deleted file mode 100644
index 49fc930..0000000
Binary files a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Fat_east.png b/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Fat_east.png
deleted file mode 100644
index 1f09202..0000000
Binary files a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Fat_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Fat_north.png b/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Fat_north.png
deleted file mode 100644
index ce3231f..0000000
Binary files a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Fat_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Fat_south.png b/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Fat_south.png
deleted file mode 100644
index f361b1f..0000000
Binary files a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Fat_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Female_east.png b/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Female_east.png
deleted file mode 100644
index a67493a..0000000
Binary files a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Female_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Female_north.png b/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Female_north.png
deleted file mode 100644
index 850c8a3..0000000
Binary files a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Female_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Female_south.png b/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Female_south.png
deleted file mode 100644
index 51f210e..0000000
Binary files a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Female_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Hulk_east.png b/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Hulk_east.png
deleted file mode 100644
index 23ad9b3..0000000
Binary files a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Hulk_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Hulk_north.png b/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Hulk_north.png
deleted file mode 100644
index 3f6641f..0000000
Binary files a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Hulk_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Hulk_south.png b/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Hulk_south.png
deleted file mode 100644
index 6352cfb..0000000
Binary files a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Hulk_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Male_east.png b/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Male_east.png
deleted file mode 100644
index d873784..0000000
Binary files a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Male_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Male_north.png b/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Male_north.png
deleted file mode 100644
index 1d17634..0000000
Binary files a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Male_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Male_south.png b/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Male_south.png
deleted file mode 100644
index f4849bd..0000000
Binary files a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Male_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Thin_east.png b/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Thin_east.png
deleted file mode 100644
index ec3f830..0000000
Binary files a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Thin_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Thin_north.png b/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Thin_north.png
deleted file mode 100644
index 92aca60..0000000
Binary files a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Thin_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Thin_south.png b/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Thin_south.png
deleted file mode 100644
index de0bd04..0000000
Binary files a/Textures/Things/Apparel/ChefsUniform/source/ChefsUniform_Thin_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Hoodie/source/Hoodie.png b/Textures/Things/Apparel/Hoodie/source/Hoodie.png
deleted file mode 100644
index 96b5c98..0000000
Binary files a/Textures/Things/Apparel/Hoodie/source/Hoodie.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Hoodie/source/Hoodie_Fat_east.png b/Textures/Things/Apparel/Hoodie/source/Hoodie_Fat_east.png
deleted file mode 100644
index d7dbbca..0000000
Binary files a/Textures/Things/Apparel/Hoodie/source/Hoodie_Fat_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Hoodie/source/Hoodie_Fat_north.png b/Textures/Things/Apparel/Hoodie/source/Hoodie_Fat_north.png
deleted file mode 100644
index 3970918..0000000
Binary files a/Textures/Things/Apparel/Hoodie/source/Hoodie_Fat_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Hoodie/source/Hoodie_Fat_south.png b/Textures/Things/Apparel/Hoodie/source/Hoodie_Fat_south.png
deleted file mode 100644
index 0092e29..0000000
Binary files a/Textures/Things/Apparel/Hoodie/source/Hoodie_Fat_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Hoodie/source/Hoodie_Female_east.png b/Textures/Things/Apparel/Hoodie/source/Hoodie_Female_east.png
deleted file mode 100644
index 4d073a2..0000000
Binary files a/Textures/Things/Apparel/Hoodie/source/Hoodie_Female_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Hoodie/source/Hoodie_Female_north.png b/Textures/Things/Apparel/Hoodie/source/Hoodie_Female_north.png
deleted file mode 100644
index a8ce70d..0000000
Binary files a/Textures/Things/Apparel/Hoodie/source/Hoodie_Female_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Hoodie/source/Hoodie_Female_south.png b/Textures/Things/Apparel/Hoodie/source/Hoodie_Female_south.png
deleted file mode 100644
index 173fecd..0000000
Binary files a/Textures/Things/Apparel/Hoodie/source/Hoodie_Female_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Hoodie/source/Hoodie_Hulk_east.png b/Textures/Things/Apparel/Hoodie/source/Hoodie_Hulk_east.png
deleted file mode 100644
index b3fb284..0000000
Binary files a/Textures/Things/Apparel/Hoodie/source/Hoodie_Hulk_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Hoodie/source/Hoodie_Hulk_north.png b/Textures/Things/Apparel/Hoodie/source/Hoodie_Hulk_north.png
deleted file mode 100644
index 461389f..0000000
Binary files a/Textures/Things/Apparel/Hoodie/source/Hoodie_Hulk_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Hoodie/source/Hoodie_Hulk_south.png b/Textures/Things/Apparel/Hoodie/source/Hoodie_Hulk_south.png
deleted file mode 100644
index 7a6616d..0000000
Binary files a/Textures/Things/Apparel/Hoodie/source/Hoodie_Hulk_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Hoodie/source/Hoodie_Male_east.png b/Textures/Things/Apparel/Hoodie/source/Hoodie_Male_east.png
deleted file mode 100644
index ed0c5d9..0000000
Binary files a/Textures/Things/Apparel/Hoodie/source/Hoodie_Male_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Hoodie/source/Hoodie_Male_north.png b/Textures/Things/Apparel/Hoodie/source/Hoodie_Male_north.png
deleted file mode 100644
index b31c097..0000000
Binary files a/Textures/Things/Apparel/Hoodie/source/Hoodie_Male_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Hoodie/source/Hoodie_Male_south.png b/Textures/Things/Apparel/Hoodie/source/Hoodie_Male_south.png
deleted file mode 100644
index bcbe9b5..0000000
Binary files a/Textures/Things/Apparel/Hoodie/source/Hoodie_Male_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Hoodie/source/Hoodie_Thin_east.png b/Textures/Things/Apparel/Hoodie/source/Hoodie_Thin_east.png
deleted file mode 100644
index dae8ceb..0000000
Binary files a/Textures/Things/Apparel/Hoodie/source/Hoodie_Thin_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Hoodie/source/Hoodie_Thin_north.png b/Textures/Things/Apparel/Hoodie/source/Hoodie_Thin_north.png
deleted file mode 100644
index b0452d4..0000000
Binary files a/Textures/Things/Apparel/Hoodie/source/Hoodie_Thin_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Hoodie/source/Hoodie_Thin_south.png b/Textures/Things/Apparel/Hoodie/source/Hoodie_Thin_south.png
deleted file mode 100644
index 3b21000..0000000
Binary files a/Textures/Things/Apparel/Hoodie/source/Hoodie_Thin_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit.png b/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit.png
deleted file mode 100644
index 673b40d..0000000
Binary files a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Fat_east.png b/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Fat_east.png
deleted file mode 100644
index ef4ee2d..0000000
Binary files a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Fat_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Fat_north.png b/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Fat_north.png
deleted file mode 100644
index 66cf08b..0000000
Binary files a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Fat_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Fat_south.png b/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Fat_south.png
deleted file mode 100644
index 6bedcc8..0000000
Binary files a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Fat_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Female_east.png b/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Female_east.png
deleted file mode 100644
index da7762b..0000000
Binary files a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Female_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Female_north.png b/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Female_north.png
deleted file mode 100644
index d975f0d..0000000
Binary files a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Female_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Female_south.png b/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Female_south.png
deleted file mode 100644
index 5b5d5da..0000000
Binary files a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Female_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Hulk_east.png b/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Hulk_east.png
deleted file mode 100644
index 0b6376f..0000000
Binary files a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Hulk_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Hulk_north.png b/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Hulk_north.png
deleted file mode 100644
index ead53d1..0000000
Binary files a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Hulk_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Hulk_south.png b/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Hulk_south.png
deleted file mode 100644
index af0f957..0000000
Binary files a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Hulk_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Male_east.png b/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Male_east.png
deleted file mode 100644
index 9df4110..0000000
Binary files a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Male_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Male_north.png b/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Male_north.png
deleted file mode 100644
index 1e9a0e3..0000000
Binary files a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Male_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Male_south.png b/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Male_south.png
deleted file mode 100644
index a55add5..0000000
Binary files a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Male_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Thin_east.png b/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Thin_east.png
deleted file mode 100644
index 33ab41e..0000000
Binary files a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Thin_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Thin_north.png b/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Thin_north.png
deleted file mode 100644
index 8a99d74..0000000
Binary files a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Thin_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Thin_south.png b/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Thin_south.png
deleted file mode 100644
index 087827a..0000000
Binary files a/Textures/Things/Apparel/Jumpsuit/source/Jumpsuit_Thin_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/LabCoat/source/LabCoat.png b/Textures/Things/Apparel/LabCoat/source/LabCoat.png
deleted file mode 100644
index 48116eb..0000000
Binary files a/Textures/Things/Apparel/LabCoat/source/LabCoat.png and /dev/null differ
diff --git a/Textures/Things/Apparel/LabCoat/source/LabCoat_Fat_east.png b/Textures/Things/Apparel/LabCoat/source/LabCoat_Fat_east.png
deleted file mode 100644
index c1e23be..0000000
Binary files a/Textures/Things/Apparel/LabCoat/source/LabCoat_Fat_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/LabCoat/source/LabCoat_Fat_north.png b/Textures/Things/Apparel/LabCoat/source/LabCoat_Fat_north.png
deleted file mode 100644
index ca86c8c..0000000
Binary files a/Textures/Things/Apparel/LabCoat/source/LabCoat_Fat_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/LabCoat/source/LabCoat_Fat_south.png b/Textures/Things/Apparel/LabCoat/source/LabCoat_Fat_south.png
deleted file mode 100644
index 4479fd9..0000000
Binary files a/Textures/Things/Apparel/LabCoat/source/LabCoat_Fat_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/LabCoat/source/LabCoat_Female_east.png b/Textures/Things/Apparel/LabCoat/source/LabCoat_Female_east.png
deleted file mode 100644
index 09226df..0000000
Binary files a/Textures/Things/Apparel/LabCoat/source/LabCoat_Female_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/LabCoat/source/LabCoat_Female_north.png b/Textures/Things/Apparel/LabCoat/source/LabCoat_Female_north.png
deleted file mode 100644
index 0da1114..0000000
Binary files a/Textures/Things/Apparel/LabCoat/source/LabCoat_Female_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/LabCoat/source/LabCoat_Female_south.png b/Textures/Things/Apparel/LabCoat/source/LabCoat_Female_south.png
deleted file mode 100644
index 359e84b..0000000
Binary files a/Textures/Things/Apparel/LabCoat/source/LabCoat_Female_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/LabCoat/source/LabCoat_Hulk_east.png b/Textures/Things/Apparel/LabCoat/source/LabCoat_Hulk_east.png
deleted file mode 100644
index 548f9e5..0000000
Binary files a/Textures/Things/Apparel/LabCoat/source/LabCoat_Hulk_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/LabCoat/source/LabCoat_Hulk_north.png b/Textures/Things/Apparel/LabCoat/source/LabCoat_Hulk_north.png
deleted file mode 100644
index 08d461b..0000000
Binary files a/Textures/Things/Apparel/LabCoat/source/LabCoat_Hulk_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/LabCoat/source/LabCoat_Hulk_south.png b/Textures/Things/Apparel/LabCoat/source/LabCoat_Hulk_south.png
deleted file mode 100644
index 1e9965a..0000000
Binary files a/Textures/Things/Apparel/LabCoat/source/LabCoat_Hulk_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/LabCoat/source/LabCoat_Male_east.png b/Textures/Things/Apparel/LabCoat/source/LabCoat_Male_east.png
deleted file mode 100644
index 332a289..0000000
Binary files a/Textures/Things/Apparel/LabCoat/source/LabCoat_Male_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/LabCoat/source/LabCoat_Male_north.png b/Textures/Things/Apparel/LabCoat/source/LabCoat_Male_north.png
deleted file mode 100644
index a465d24..0000000
Binary files a/Textures/Things/Apparel/LabCoat/source/LabCoat_Male_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/LabCoat/source/LabCoat_Male_south.png b/Textures/Things/Apparel/LabCoat/source/LabCoat_Male_south.png
deleted file mode 100644
index e7600d3..0000000
Binary files a/Textures/Things/Apparel/LabCoat/source/LabCoat_Male_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/LabCoat/source/LabCoat_Thin_east.png b/Textures/Things/Apparel/LabCoat/source/LabCoat_Thin_east.png
deleted file mode 100644
index e7adcae..0000000
Binary files a/Textures/Things/Apparel/LabCoat/source/LabCoat_Thin_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/LabCoat/source/LabCoat_Thin_north.png b/Textures/Things/Apparel/LabCoat/source/LabCoat_Thin_north.png
deleted file mode 100644
index 19f1339..0000000
Binary files a/Textures/Things/Apparel/LabCoat/source/LabCoat_Thin_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/LabCoat/source/LabCoat_Thin_south.png b/Textures/Things/Apparel/LabCoat/source/LabCoat_Thin_south.png
deleted file mode 100644
index 96cb6ef..0000000
Binary files a/Textures/Things/Apparel/LabCoat/source/LabCoat_Thin_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket.png
deleted file mode 100644
index fad7b51..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Fat_east.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Fat_east.png
deleted file mode 100644
index 1352606..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Fat_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Fat_eastm.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Fat_eastm.png
deleted file mode 100644
index 7b02bd8..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Fat_eastm.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Fat_north.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Fat_north.png
deleted file mode 100644
index 8af346a..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Fat_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Fat_northm.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Fat_northm.png
deleted file mode 100644
index 5928eee..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Fat_northm.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Fat_south.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Fat_south.png
deleted file mode 100644
index 263a13b..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Fat_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Fat_southm.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Fat_southm.png
deleted file mode 100644
index f113a60..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Fat_southm.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Female_east.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Female_east.png
deleted file mode 100644
index 7c4e8a9..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Female_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Female_eastm.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Female_eastm.png
deleted file mode 100644
index dcff5cb..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Female_eastm.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Female_north.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Female_north.png
deleted file mode 100644
index 5b5569c..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Female_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Female_northm.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Female_northm.png
deleted file mode 100644
index f8c8b12..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Female_northm.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Female_south.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Female_south.png
deleted file mode 100644
index 1fcf64f..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Female_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Female_southm.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Female_southm.png
deleted file mode 100644
index 71d08df..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Female_southm.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Hulk_east.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Hulk_east.png
deleted file mode 100644
index 0045389..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Hulk_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Hulk_eastm.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Hulk_eastm.png
deleted file mode 100644
index a634854..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Hulk_eastm.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Hulk_north.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Hulk_north.png
deleted file mode 100644
index c64f620..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Hulk_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Hulk_northm.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Hulk_northm.png
deleted file mode 100644
index 669ec81..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Hulk_northm.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Hulk_south.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Hulk_south.png
deleted file mode 100644
index a17dc04..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Hulk_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Hulk_southm.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Hulk_southm.png
deleted file mode 100644
index 7a04369..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Hulk_southm.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Male_east.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Male_east.png
deleted file mode 100644
index 14e37bd..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Male_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Male_eastm.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Male_eastm.png
deleted file mode 100644
index 26ce096..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Male_eastm.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Male_north.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Male_north.png
deleted file mode 100644
index ecd486e..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Male_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Male_northm.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Male_northm.png
deleted file mode 100644
index 02e72dc..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Male_northm.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Male_south.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Male_south.png
deleted file mode 100644
index fcc9c47..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Male_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Male_southm.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Male_southm.png
deleted file mode 100644
index fa357ea..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Male_southm.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Thin_east.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Thin_east.png
deleted file mode 100644
index ec070f8..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Thin_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Thin_eastm.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Thin_eastm.png
deleted file mode 100644
index c1487cc..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Thin_eastm.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Thin_north.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Thin_north.png
deleted file mode 100644
index e645ed1..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Thin_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Thin_northm.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Thin_northm.png
deleted file mode 100644
index 35ea3eb..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Thin_northm.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Thin_south.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Thin_south.png
deleted file mode 100644
index 38a6480..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Thin_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Thin_southm.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Thin_southm.png
deleted file mode 100644
index 05d79f6..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_Thin_southm.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_m.png b/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_m.png
deleted file mode 100644
index 1454a74..0000000
Binary files a/Textures/Things/Apparel/MilitaryJacket/source/MilitaryJacket_m.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform.png b/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform.png
deleted file mode 100644
index d32b5be..0000000
Binary files a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Fat_east.png b/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Fat_east.png
deleted file mode 100644
index 0455492..0000000
Binary files a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Fat_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Fat_north.png b/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Fat_north.png
deleted file mode 100644
index 8031e8b..0000000
Binary files a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Fat_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Fat_south.png b/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Fat_south.png
deleted file mode 100644
index 3ee6fb9..0000000
Binary files a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Fat_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Female_east.png b/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Female_east.png
deleted file mode 100644
index 7510fdf..0000000
Binary files a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Female_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Female_north.png b/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Female_north.png
deleted file mode 100644
index ef128b7..0000000
Binary files a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Female_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Female_south.png b/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Female_south.png
deleted file mode 100644
index 88a37ba..0000000
Binary files a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Female_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Hulk_east.png b/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Hulk_east.png
deleted file mode 100644
index b8549d2..0000000
Binary files a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Hulk_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Hulk_north.png b/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Hulk_north.png
deleted file mode 100644
index e22a623..0000000
Binary files a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Hulk_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Hulk_south.png b/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Hulk_south.png
deleted file mode 100644
index 794588c..0000000
Binary files a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Hulk_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Male_east.png b/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Male_east.png
deleted file mode 100644
index b9a9e5a..0000000
Binary files a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Male_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Male_north.png b/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Male_north.png
deleted file mode 100644
index 56f4a30..0000000
Binary files a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Male_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Male_south.png b/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Male_south.png
deleted file mode 100644
index e71f373..0000000
Binary files a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Male_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Thin_east.png b/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Thin_east.png
deleted file mode 100644
index 11ddc73..0000000
Binary files a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Thin_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Thin_north.png b/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Thin_north.png
deleted file mode 100644
index 02e20a4..0000000
Binary files a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Thin_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Thin_south.png b/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Thin_south.png
deleted file mode 100644
index e66413f..0000000
Binary files a/Textures/Things/Apparel/MilitaryUniform/source/MilitaryUniform_Thin_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Overalls/source/Overalls.png b/Textures/Things/Apparel/Overalls/source/Overalls.png
deleted file mode 100644
index 06e7cf5..0000000
Binary files a/Textures/Things/Apparel/Overalls/source/Overalls.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Overalls/source/Overalls_Fat_east.png b/Textures/Things/Apparel/Overalls/source/Overalls_Fat_east.png
deleted file mode 100644
index a5270d9..0000000
Binary files a/Textures/Things/Apparel/Overalls/source/Overalls_Fat_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Overalls/source/Overalls_Fat_north.png b/Textures/Things/Apparel/Overalls/source/Overalls_Fat_north.png
deleted file mode 100644
index ec55d09..0000000
Binary files a/Textures/Things/Apparel/Overalls/source/Overalls_Fat_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Overalls/source/Overalls_Fat_south.png b/Textures/Things/Apparel/Overalls/source/Overalls_Fat_south.png
deleted file mode 100644
index d1b3a89..0000000
Binary files a/Textures/Things/Apparel/Overalls/source/Overalls_Fat_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Overalls/source/Overalls_Female_east.png b/Textures/Things/Apparel/Overalls/source/Overalls_Female_east.png
deleted file mode 100644
index e71f039..0000000
Binary files a/Textures/Things/Apparel/Overalls/source/Overalls_Female_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Overalls/source/Overalls_Female_north.png b/Textures/Things/Apparel/Overalls/source/Overalls_Female_north.png
deleted file mode 100644
index 464563c..0000000
Binary files a/Textures/Things/Apparel/Overalls/source/Overalls_Female_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Overalls/source/Overalls_Female_south.png b/Textures/Things/Apparel/Overalls/source/Overalls_Female_south.png
deleted file mode 100644
index e5159df..0000000
Binary files a/Textures/Things/Apparel/Overalls/source/Overalls_Female_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Overalls/source/Overalls_Hulk_east.png b/Textures/Things/Apparel/Overalls/source/Overalls_Hulk_east.png
deleted file mode 100644
index c23196e..0000000
Binary files a/Textures/Things/Apparel/Overalls/source/Overalls_Hulk_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Overalls/source/Overalls_Hulk_north.png b/Textures/Things/Apparel/Overalls/source/Overalls_Hulk_north.png
deleted file mode 100644
index 83d3aab..0000000
Binary files a/Textures/Things/Apparel/Overalls/source/Overalls_Hulk_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Overalls/source/Overalls_Hulk_south.png b/Textures/Things/Apparel/Overalls/source/Overalls_Hulk_south.png
deleted file mode 100644
index c737fc8..0000000
Binary files a/Textures/Things/Apparel/Overalls/source/Overalls_Hulk_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Overalls/source/Overalls_Male_east.png b/Textures/Things/Apparel/Overalls/source/Overalls_Male_east.png
deleted file mode 100644
index 1c43cc9..0000000
Binary files a/Textures/Things/Apparel/Overalls/source/Overalls_Male_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Overalls/source/Overalls_Male_north.png b/Textures/Things/Apparel/Overalls/source/Overalls_Male_north.png
deleted file mode 100644
index 00b9a23..0000000
Binary files a/Textures/Things/Apparel/Overalls/source/Overalls_Male_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Overalls/source/Overalls_Male_south.png b/Textures/Things/Apparel/Overalls/source/Overalls_Male_south.png
deleted file mode 100644
index e7dbf66..0000000
Binary files a/Textures/Things/Apparel/Overalls/source/Overalls_Male_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Overalls/source/Overalls_Thin_east.png b/Textures/Things/Apparel/Overalls/source/Overalls_Thin_east.png
deleted file mode 100644
index 201e6fa..0000000
Binary files a/Textures/Things/Apparel/Overalls/source/Overalls_Thin_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Overalls/source/Overalls_Thin_north.png b/Textures/Things/Apparel/Overalls/source/Overalls_Thin_north.png
deleted file mode 100644
index 6d6b99a..0000000
Binary files a/Textures/Things/Apparel/Overalls/source/Overalls_Thin_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Overalls/source/Overalls_Thin_south.png b/Textures/Things/Apparel/Overalls/source/Overalls_Thin_south.png
deleted file mode 100644
index 7284240..0000000
Binary files a/Textures/Things/Apparel/Overalls/source/Overalls_Thin_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/PeltCoat/source/PeltCoat.png b/Textures/Things/Apparel/PeltCoat/source/PeltCoat.png
deleted file mode 100644
index ef6eb27..0000000
Binary files a/Textures/Things/Apparel/PeltCoat/source/PeltCoat.png and /dev/null differ
diff --git a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Fat_east.png b/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Fat_east.png
deleted file mode 100644
index 2aad8be..0000000
Binary files a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Fat_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Fat_north.png b/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Fat_north.png
deleted file mode 100644
index 21e75f4..0000000
Binary files a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Fat_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Fat_south.png b/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Fat_south.png
deleted file mode 100644
index 481cbc6..0000000
Binary files a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Fat_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Female_east.png b/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Female_east.png
deleted file mode 100644
index 3b821cb..0000000
Binary files a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Female_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Female_north.png b/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Female_north.png
deleted file mode 100644
index 1eaa7a3..0000000
Binary files a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Female_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Female_south.png b/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Female_south.png
deleted file mode 100644
index 928effe..0000000
Binary files a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Female_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Hulk_east.png b/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Hulk_east.png
deleted file mode 100644
index 21b26ce..0000000
Binary files a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Hulk_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Hulk_north.png b/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Hulk_north.png
deleted file mode 100644
index 0c9be08..0000000
Binary files a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Hulk_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Hulk_south.png b/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Hulk_south.png
deleted file mode 100644
index 0c6e20e..0000000
Binary files a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Hulk_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Male_east.png b/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Male_east.png
deleted file mode 100644
index 5de3203..0000000
Binary files a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Male_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Male_north.png b/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Male_north.png
deleted file mode 100644
index 7340ef3..0000000
Binary files a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Male_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Male_south.png b/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Male_south.png
deleted file mode 100644
index 6b19dc6..0000000
Binary files a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Male_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Thin_east.png b/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Thin_east.png
deleted file mode 100644
index 187bcd8..0000000
Binary files a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Thin_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Thin_north.png b/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Thin_north.png
deleted file mode 100644
index 6f83c06..0000000
Binary files a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Thin_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Thin_south.png b/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Thin_south.png
deleted file mode 100644
index 6a863e1..0000000
Binary files a/Textures/Things/Apparel/PeltCoat/source/PeltCoat_Thin_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Scrubs/source/Scrubs.png b/Textures/Things/Apparel/Scrubs/source/Scrubs.png
deleted file mode 100644
index 5f5e011..0000000
Binary files a/Textures/Things/Apparel/Scrubs/source/Scrubs.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Scrubs/source/Scrubs_Fat_east.png b/Textures/Things/Apparel/Scrubs/source/Scrubs_Fat_east.png
deleted file mode 100644
index 5afccca..0000000
Binary files a/Textures/Things/Apparel/Scrubs/source/Scrubs_Fat_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Scrubs/source/Scrubs_Fat_north.png b/Textures/Things/Apparel/Scrubs/source/Scrubs_Fat_north.png
deleted file mode 100644
index be92eea..0000000
Binary files a/Textures/Things/Apparel/Scrubs/source/Scrubs_Fat_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Scrubs/source/Scrubs_Fat_south.png b/Textures/Things/Apparel/Scrubs/source/Scrubs_Fat_south.png
deleted file mode 100644
index aeacf6f..0000000
Binary files a/Textures/Things/Apparel/Scrubs/source/Scrubs_Fat_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Scrubs/source/Scrubs_Female_east.png b/Textures/Things/Apparel/Scrubs/source/Scrubs_Female_east.png
deleted file mode 100644
index c19c0e2..0000000
Binary files a/Textures/Things/Apparel/Scrubs/source/Scrubs_Female_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Scrubs/source/Scrubs_Female_north.png b/Textures/Things/Apparel/Scrubs/source/Scrubs_Female_north.png
deleted file mode 100644
index 4c27928..0000000
Binary files a/Textures/Things/Apparel/Scrubs/source/Scrubs_Female_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Scrubs/source/Scrubs_Female_south.png b/Textures/Things/Apparel/Scrubs/source/Scrubs_Female_south.png
deleted file mode 100644
index b2ddf57..0000000
Binary files a/Textures/Things/Apparel/Scrubs/source/Scrubs_Female_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Scrubs/source/Scrubs_Hulk_east.png b/Textures/Things/Apparel/Scrubs/source/Scrubs_Hulk_east.png
deleted file mode 100644
index 777d8ba..0000000
Binary files a/Textures/Things/Apparel/Scrubs/source/Scrubs_Hulk_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Scrubs/source/Scrubs_Hulk_north.png b/Textures/Things/Apparel/Scrubs/source/Scrubs_Hulk_north.png
deleted file mode 100644
index fa0ca77..0000000
Binary files a/Textures/Things/Apparel/Scrubs/source/Scrubs_Hulk_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Scrubs/source/Scrubs_Hulk_south.png b/Textures/Things/Apparel/Scrubs/source/Scrubs_Hulk_south.png
deleted file mode 100644
index 0fd7b9d..0000000
Binary files a/Textures/Things/Apparel/Scrubs/source/Scrubs_Hulk_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Scrubs/source/Scrubs_Male_east.png b/Textures/Things/Apparel/Scrubs/source/Scrubs_Male_east.png
deleted file mode 100644
index dfcefc1..0000000
Binary files a/Textures/Things/Apparel/Scrubs/source/Scrubs_Male_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Scrubs/source/Scrubs_Male_north.png b/Textures/Things/Apparel/Scrubs/source/Scrubs_Male_north.png
deleted file mode 100644
index 97e16e6..0000000
Binary files a/Textures/Things/Apparel/Scrubs/source/Scrubs_Male_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Scrubs/source/Scrubs_Male_south.png b/Textures/Things/Apparel/Scrubs/source/Scrubs_Male_south.png
deleted file mode 100644
index 04ecb43..0000000
Binary files a/Textures/Things/Apparel/Scrubs/source/Scrubs_Male_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Scrubs/source/Scrubs_Thin_east.png b/Textures/Things/Apparel/Scrubs/source/Scrubs_Thin_east.png
deleted file mode 100644
index f96f043..0000000
Binary files a/Textures/Things/Apparel/Scrubs/source/Scrubs_Thin_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Scrubs/source/Scrubs_Thin_north.png b/Textures/Things/Apparel/Scrubs/source/Scrubs_Thin_north.png
deleted file mode 100644
index 2aa0c73..0000000
Binary files a/Textures/Things/Apparel/Scrubs/source/Scrubs_Thin_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/Scrubs/source/Scrubs_Thin_south.png b/Textures/Things/Apparel/Scrubs/source/Scrubs_Thin_south.png
deleted file mode 100644
index 6f33bc6..0000000
Binary files a/Textures/Things/Apparel/Scrubs/source/Scrubs_Thin_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt.png b/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt.png
deleted file mode 100644
index a11b17c..0000000
Binary files a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Fat_east.png b/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Fat_east.png
deleted file mode 100644
index 4bf71a8..0000000
Binary files a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Fat_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Fat_north.png b/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Fat_north.png
deleted file mode 100644
index 8d01258..0000000
Binary files a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Fat_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Fat_south.png b/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Fat_south.png
deleted file mode 100644
index 8d37a31..0000000
Binary files a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Fat_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Female_east.png b/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Female_east.png
deleted file mode 100644
index c9ed4c9..0000000
Binary files a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Female_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Female_north.png b/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Female_north.png
deleted file mode 100644
index 2c76c91..0000000
Binary files a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Female_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Female_south.png b/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Female_south.png
deleted file mode 100644
index e3c8b12..0000000
Binary files a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Female_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Hulk_east.png b/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Hulk_east.png
deleted file mode 100644
index 5601157..0000000
Binary files a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Hulk_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Hulk_north.png b/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Hulk_north.png
deleted file mode 100644
index 3f6f759..0000000
Binary files a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Hulk_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Hulk_south.png b/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Hulk_south.png
deleted file mode 100644
index e303af8..0000000
Binary files a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Hulk_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Male_east.png b/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Male_east.png
deleted file mode 100644
index d6d4b15..0000000
Binary files a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Male_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Male_north.png b/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Male_north.png
deleted file mode 100644
index 6b85099..0000000
Binary files a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Male_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Male_south.png b/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Male_south.png
deleted file mode 100644
index 40e9a54..0000000
Binary files a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Male_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Thin_east.png b/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Thin_east.png
deleted file mode 100644
index d47face..0000000
Binary files a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Thin_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Thin_north.png b/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Thin_north.png
deleted file mode 100644
index 1355483..0000000
Binary files a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Thin_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Thin_south.png b/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Thin_south.png
deleted file mode 100644
index c93b526..0000000
Binary files a/Textures/Things/Apparel/SheriffShirt/source/SheriffShirt_Thin_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece.png b/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece.png
deleted file mode 100644
index 83c677c..0000000
Binary files a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Fat_east.png b/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Fat_east.png
deleted file mode 100644
index 14aefca..0000000
Binary files a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Fat_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Fat_north.png b/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Fat_north.png
deleted file mode 100644
index b2ab1bb..0000000
Binary files a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Fat_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Fat_south.png b/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Fat_south.png
deleted file mode 100644
index ddc8a31..0000000
Binary files a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Fat_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Female_east.png b/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Female_east.png
deleted file mode 100644
index 7d6c76b..0000000
Binary files a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Female_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Female_north.png b/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Female_north.png
deleted file mode 100644
index eecf665..0000000
Binary files a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Female_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Female_south.png b/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Female_south.png
deleted file mode 100644
index e3b74cc..0000000
Binary files a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Female_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Hulk_east.png b/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Hulk_east.png
deleted file mode 100644
index cd714e2..0000000
Binary files a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Hulk_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Hulk_north.png b/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Hulk_north.png
deleted file mode 100644
index 6934531..0000000
Binary files a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Hulk_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Hulk_south.png b/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Hulk_south.png
deleted file mode 100644
index 881dd92..0000000
Binary files a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Hulk_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Male_east.png b/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Male_east.png
deleted file mode 100644
index 38a2728..0000000
Binary files a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Male_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Male_north.png b/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Male_north.png
deleted file mode 100644
index b39b3ce..0000000
Binary files a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Male_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Male_south.png b/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Male_south.png
deleted file mode 100644
index 65c9403..0000000
Binary files a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Male_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Thin_east.png b/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Thin_east.png
deleted file mode 100644
index 31660a3..0000000
Binary files a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Thin_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Thin_north.png b/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Thin_north.png
deleted file mode 100644
index 5887991..0000000
Binary files a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Thin_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Thin_south.png b/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Thin_south.png
deleted file mode 100644
index 7c4f68e..0000000
Binary files a/Textures/Things/Apparel/ShirtFleece/source/ShirtFleece_Thin_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie.png b/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie.png
deleted file mode 100644
index 2eb23e8..0000000
Binary files a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Fat_east.png b/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Fat_east.png
deleted file mode 100644
index f9d1527..0000000
Binary files a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Fat_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Fat_north.png b/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Fat_north.png
deleted file mode 100644
index 25ae417..0000000
Binary files a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Fat_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Fat_south.png b/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Fat_south.png
deleted file mode 100644
index 3b7d42d..0000000
Binary files a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Fat_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Female_east.png b/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Female_east.png
deleted file mode 100644
index 431ec9b..0000000
Binary files a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Female_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Female_north.png b/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Female_north.png
deleted file mode 100644
index 6fcef0b..0000000
Binary files a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Female_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Female_south.png b/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Female_south.png
deleted file mode 100644
index 0d95ed1..0000000
Binary files a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Female_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Hulk_east.png b/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Hulk_east.png
deleted file mode 100644
index 80e613a..0000000
Binary files a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Hulk_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Hulk_north.png b/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Hulk_north.png
deleted file mode 100644
index 94aa5ba..0000000
Binary files a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Hulk_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Hulk_south.png b/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Hulk_south.png
deleted file mode 100644
index 737d89b..0000000
Binary files a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Hulk_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Male_east.png b/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Male_east.png
deleted file mode 100644
index 5a1fd5a..0000000
Binary files a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Male_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Male_north.png b/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Male_north.png
deleted file mode 100644
index 7584ae6..0000000
Binary files a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Male_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Male_south.png b/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Male_south.png
deleted file mode 100644
index 5302504..0000000
Binary files a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Male_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Thin_east.png b/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Thin_east.png
deleted file mode 100644
index 17e1d5c..0000000
Binary files a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Thin_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Thin_north.png b/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Thin_north.png
deleted file mode 100644
index d38851b..0000000
Binary files a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Thin_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Thin_south.png b/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Thin_south.png
deleted file mode 100644
index 69c3d08..0000000
Binary files a/Textures/Things/Apparel/ShirtandTie/source/ShirtandTie_Thin_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SuitJacket/source/SuitJacket.png b/Textures/Things/Apparel/SuitJacket/source/SuitJacket.png
deleted file mode 100644
index f382460..0000000
Binary files a/Textures/Things/Apparel/SuitJacket/source/SuitJacket.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Fat_east.png b/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Fat_east.png
deleted file mode 100644
index 177fc76..0000000
Binary files a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Fat_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Fat_north.png b/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Fat_north.png
deleted file mode 100644
index 982d13a..0000000
Binary files a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Fat_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Fat_south.png b/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Fat_south.png
deleted file mode 100644
index 65797c1..0000000
Binary files a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Fat_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Female_east.png b/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Female_east.png
deleted file mode 100644
index 834cb82..0000000
Binary files a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Female_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Female_north.png b/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Female_north.png
deleted file mode 100644
index 808e671..0000000
Binary files a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Female_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Female_south.png b/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Female_south.png
deleted file mode 100644
index 617afbb..0000000
Binary files a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Female_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Hulk_east.png b/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Hulk_east.png
deleted file mode 100644
index 5a45cd0..0000000
Binary files a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Hulk_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Hulk_north.png b/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Hulk_north.png
deleted file mode 100644
index 7b8757d..0000000
Binary files a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Hulk_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Hulk_south.png b/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Hulk_south.png
deleted file mode 100644
index aa9f1ca..0000000
Binary files a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Hulk_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Male_east.png b/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Male_east.png
deleted file mode 100644
index bf1163a..0000000
Binary files a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Male_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Male_north.png b/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Male_north.png
deleted file mode 100644
index a3ff363..0000000
Binary files a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Male_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Male_south.png b/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Male_south.png
deleted file mode 100644
index e2e0e44..0000000
Binary files a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Male_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Thin_east.png b/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Thin_east.png
deleted file mode 100644
index bea1645..0000000
Binary files a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Thin_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Thin_north.png b/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Thin_north.png
deleted file mode 100644
index 1346491..0000000
Binary files a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Thin_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Thin_south.png b/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Thin_south.png
deleted file mode 100644
index 45935a0..0000000
Binary files a/Textures/Things/Apparel/SuitJacket/source/SuitJacket_Thin_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/TankTop/source/TankTop.png b/Textures/Things/Apparel/TankTop/source/TankTop.png
deleted file mode 100644
index 3ce4395..0000000
Binary files a/Textures/Things/Apparel/TankTop/source/TankTop.png and /dev/null differ
diff --git a/Textures/Things/Apparel/TankTop/source/TankTop_Fat_east.png b/Textures/Things/Apparel/TankTop/source/TankTop_Fat_east.png
deleted file mode 100644
index a33b18d..0000000
Binary files a/Textures/Things/Apparel/TankTop/source/TankTop_Fat_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/TankTop/source/TankTop_Fat_north.png b/Textures/Things/Apparel/TankTop/source/TankTop_Fat_north.png
deleted file mode 100644
index 4b11faa..0000000
Binary files a/Textures/Things/Apparel/TankTop/source/TankTop_Fat_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/TankTop/source/TankTop_Fat_south.png b/Textures/Things/Apparel/TankTop/source/TankTop_Fat_south.png
deleted file mode 100644
index 2409088..0000000
Binary files a/Textures/Things/Apparel/TankTop/source/TankTop_Fat_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/TankTop/source/TankTop_Female_east.png b/Textures/Things/Apparel/TankTop/source/TankTop_Female_east.png
deleted file mode 100644
index e0377d5..0000000
Binary files a/Textures/Things/Apparel/TankTop/source/TankTop_Female_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/TankTop/source/TankTop_Female_north.png b/Textures/Things/Apparel/TankTop/source/TankTop_Female_north.png
deleted file mode 100644
index 7e53e34..0000000
Binary files a/Textures/Things/Apparel/TankTop/source/TankTop_Female_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/TankTop/source/TankTop_Female_south.png b/Textures/Things/Apparel/TankTop/source/TankTop_Female_south.png
deleted file mode 100644
index cbfead6..0000000
Binary files a/Textures/Things/Apparel/TankTop/source/TankTop_Female_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/TankTop/source/TankTop_Hulk_east.png b/Textures/Things/Apparel/TankTop/source/TankTop_Hulk_east.png
deleted file mode 100644
index 3e35af9..0000000
Binary files a/Textures/Things/Apparel/TankTop/source/TankTop_Hulk_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/TankTop/source/TankTop_Hulk_north.png b/Textures/Things/Apparel/TankTop/source/TankTop_Hulk_north.png
deleted file mode 100644
index 440b252..0000000
Binary files a/Textures/Things/Apparel/TankTop/source/TankTop_Hulk_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/TankTop/source/TankTop_Hulk_south.png b/Textures/Things/Apparel/TankTop/source/TankTop_Hulk_south.png
deleted file mode 100644
index 203259b..0000000
Binary files a/Textures/Things/Apparel/TankTop/source/TankTop_Hulk_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/TankTop/source/TankTop_Male_east.png b/Textures/Things/Apparel/TankTop/source/TankTop_Male_east.png
deleted file mode 100644
index ab9f49b..0000000
Binary files a/Textures/Things/Apparel/TankTop/source/TankTop_Male_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/TankTop/source/TankTop_Male_north.png b/Textures/Things/Apparel/TankTop/source/TankTop_Male_north.png
deleted file mode 100644
index 22d24f1..0000000
Binary files a/Textures/Things/Apparel/TankTop/source/TankTop_Male_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/TankTop/source/TankTop_Male_south.png b/Textures/Things/Apparel/TankTop/source/TankTop_Male_south.png
deleted file mode 100644
index d95deef..0000000
Binary files a/Textures/Things/Apparel/TankTop/source/TankTop_Male_south.png and /dev/null differ
diff --git a/Textures/Things/Apparel/TankTop/source/TankTop_Thin_east.png b/Textures/Things/Apparel/TankTop/source/TankTop_Thin_east.png
deleted file mode 100644
index f18042d..0000000
Binary files a/Textures/Things/Apparel/TankTop/source/TankTop_Thin_east.png and /dev/null differ
diff --git a/Textures/Things/Apparel/TankTop/source/TankTop_Thin_north.png b/Textures/Things/Apparel/TankTop/source/TankTop_Thin_north.png
deleted file mode 100644
index 47dddb4..0000000
Binary files a/Textures/Things/Apparel/TankTop/source/TankTop_Thin_north.png and /dev/null differ
diff --git a/Textures/Things/Apparel/TankTop/source/TankTop_Thin_south.png b/Textures/Things/Apparel/TankTop/source/TankTop_Thin_south.png
deleted file mode 100644
index bb45eee..0000000
Binary files a/Textures/Things/Apparel/TankTop/source/TankTop_Thin_south.png and /dev/null differ
diff --git a/Textures/Things/Pawn/Humanlike/Apparel/Human To _Human(don't run).py b/Textures/Things/Pawn/Humanlike/Apparel/Human To _Human(don't run).py
new file mode 100644
index 0000000..ea8a28f
--- /dev/null
+++ b/Textures/Things/Pawn/Humanlike/Apparel/Human To _Human(don't run).py
@@ -0,0 +1,6 @@
+import os
+
+for filename in os.listdir("."):
+ new_filename = filename.replace("Human", "_Human")
+
+ os.rename(filename, new_filename)
diff --git a/Textures/Things/Pawn/Humanlike/Apparel/SetAsHumanOnly(don't run).py b/Textures/Things/Pawn/Humanlike/Apparel/SetAsHumanOnly(don't run).py
new file mode 100644
index 0000000..c93252c
--- /dev/null
+++ b/Textures/Things/Pawn/Humanlike/Apparel/SetAsHumanOnly(don't run).py
@@ -0,0 +1,9 @@
+import os
+
+for filename in os.listdir("."):
+ new_filename = filename.replace("_Female", "Human_Female")
+ new_filename = new_filename.replace("_Thin", "Human_Thin")
+ new_filename = new_filename.replace("_Male", "Human_Male")
+ new_filename = new_filename.replace("_Fat", "Human_Fat")
+ new_filename = new_filename.replace("_Hulk", "Human_Hulk")
+ os.rename(filename, new_filename)
diff --git a/Textures/Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Female_3_east.png b/Textures/Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Female_3_east.png
new file mode 100644
index 0000000..3dbe996
Binary files /dev/null and b/Textures/Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Female_3_east.png differ
diff --git a/Textures/Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Female_3_north.png b/Textures/Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Female_3_north.png
new file mode 100644
index 0000000..2fb1275
Binary files /dev/null and b/Textures/Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Female_3_north.png differ
diff --git a/Textures/Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Female_3_south.png b/Textures/Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Female_3_south.png
new file mode 100644
index 0000000..0682150
Binary files /dev/null and b/Textures/Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Female_3_south.png differ
diff --git a/Textures/Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Female_5_east.png b/Textures/Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Female_5_east.png
new file mode 100644
index 0000000..21ef533
Binary files /dev/null and b/Textures/Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Female_5_east.png differ
diff --git a/Textures/Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Female_5_north.png b/Textures/Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Female_5_north.png
new file mode 100644
index 0000000..16979ce
Binary files /dev/null and b/Textures/Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Female_5_north.png differ
diff --git a/Textures/Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Female_5_south.png b/Textures/Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Female_5_south.png
new file mode 100644
index 0000000..4fa8798
Binary files /dev/null and b/Textures/Things/Pawn/Humanlike/ApparelStyles/JacketSpikecore/JacketSpikecore_Female_5_south.png differ
diff --git a/Textures/Things/Pawn/Humanlike/Bodies/backup/Naked_Female_BaseBody_south.png b/Textures/Things/Pawn/Humanlike/Bodies/backup/Naked_Female_BaseBody_south.png
deleted file mode 100644
index 088780d..0000000
Binary files a/Textures/Things/Pawn/Humanlike/Bodies/backup/Naked_Female_BaseBody_south.png and /dev/null differ
diff --git a/Tools/SizedApparelTool/.idea/.gitignore b/Tools/SizedApparelTool/.idea/.gitignore
deleted file mode 100644
index eaf91e2..0000000
--- a/Tools/SizedApparelTool/.idea/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
diff --git a/Tools/SizedApparelTool/.idea/SizedApparelTool.iml b/Tools/SizedApparelTool/.idea/SizedApparelTool.iml
deleted file mode 100644
index 920fc90..0000000
--- a/Tools/SizedApparelTool/.idea/SizedApparelTool.iml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Tools/SizedApparelTool/.idea/inspectionProfiles/profiles_settings.xml b/Tools/SizedApparelTool/.idea/inspectionProfiles/profiles_settings.xml
deleted file mode 100644
index 105ce2d..0000000
--- a/Tools/SizedApparelTool/.idea/inspectionProfiles/profiles_settings.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Tools/SizedApparelTool/.idea/misc.xml b/Tools/SizedApparelTool/.idea/misc.xml
deleted file mode 100644
index 8d93904..0000000
--- a/Tools/SizedApparelTool/.idea/misc.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/Tools/SizedApparelTool/.idea/modules.xml b/Tools/SizedApparelTool/.idea/modules.xml
deleted file mode 100644
index 92c6914..0000000
--- a/Tools/SizedApparelTool/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/source/SizedApparel/SizedApparelBodyPart.cs b/source/SizedApparel/SizedApparelBodyPart.cs
index e0696be..3a48899 100644
--- a/source/SizedApparel/SizedApparelBodyPart.cs
+++ b/source/SizedApparel/SizedApparelBodyPart.cs
@@ -143,7 +143,7 @@ namespace SizedApparel
public enum SizedApparelBodyPartOf
{
- All, Torso, Breasts, Crotch, Penis, Balls, Vagina, Anus, Belly, PubicHair, Udder, Hips, Thighs, hands, feet, None
+ All, Torso, Breasts, Nipples, Crotch, Penis, Balls, Vagina, Anus, Belly, PubicHair, Udder, Hips, Thighs, hands, feet, None
}
public static class SizedApparelBodyPartOfExtension
{
@@ -161,7 +161,11 @@ namespace SizedApparel
return false;
return true;
case SizedApparelBodyPartOf.Breasts:
- if (source == SizedApparelBodyPartOf.Breasts)
+ if (source == SizedApparelBodyPartOf.Breasts || source == SizedApparelBodyPartOf.Nipples)
+ return true;
+ return false;
+ case SizedApparelBodyPartOf.Nipples:
+ if (source == SizedApparelBodyPartOf.Nipples)
return true;
return false;
case SizedApparelBodyPartOf.Crotch:
@@ -396,7 +400,6 @@ namespace SizedApparel
public Color? variationColor;
public colorOverrideMode variationColorMode = colorOverrideMode.Default;
-
//TODO. age setting?
public int minDrawAge = -1;
public int maxDrawAge = -1;
@@ -505,10 +508,10 @@ namespace SizedApparel
positionOffsetEast = east;
positionOffsetWest = west;
}
- public Graphic GetBodyPartGraphics(bool isHorny, bool mustMatchSize = false, bool mustMatchBodytype = false, bool mustMatchRace = false, string poseOverride = null)
+ public Graphic GetBodyPartGraphics(bool isHorny, bool mustMatchSize = false, bool mustMatchBodytype = false, bool mustMatchRace = false, string poseOverride = null, string variationOverride = null)
{
SizedApparelTexturePointDef var;
- return GetBodyPartGraphics(isHorny, out var, mustMatchBodytype, mustMatchSize, mustMatchRace, poseOverride);
+ return GetBodyPartGraphics(isHorny, out var, mustMatchBodytype, mustMatchSize, mustMatchRace, poseOverride, variationOverride);
}
public Graphic GetBodyPartGraphics(bool isHorny, out SizedApparelTexturePointDef outPoints, bool mustMatchSize = false, bool mustMatchBodyType = false , bool mustMatchRace = false ,string poseOverride = null, string variationOverride = null)
diff --git a/source/SizedApparel/SizedApparelComp.cs b/source/SizedApparel/SizedApparelComp.cs
index 12111ec..c151950 100644
--- a/source/SizedApparel/SizedApparelComp.cs
+++ b/source/SizedApparel/SizedApparelComp.cs
@@ -1542,12 +1542,22 @@ namespace SizedApparel
foreach(var addon in bodyAddons)
{
- if(addon.bodyPartOf == SizedApparelBodyPartOf.Breasts)
+ if(addon.bodyPartOf == SizedApparelBodyPartOf.Breasts) //Include SizedApparelBodyPartOf.Nipples
{
addon.SetHediffData(breastHediff.def.defName, SizedApparelUtility.BreastSeverityInt(breastHediff.Severity), SizedApparelUtility.BreastSeverityInt(BreastSeverityCache), breastvar?.variation);
addon.SetBone(skeleton?.FindBone("Breasts"));
addon.UpdateGraphic();
}
+
+
+ if (SizedApparelPatch.MenstruationActive)
+ {
+ //Nipple Patch?
+
+
+
+
+ }
}
//bodyPartBreasts.SetHediffData(breastHediff.def.defName, SizedApparelUtility.BreastSeverityInt(breastHediff.Severity), SizedApparelUtility.BreastSeverityInt(breastSeverityCapped), breastvar?.variation);
//bodyPartBreasts.UpdateGraphic();
@@ -1563,6 +1573,10 @@ namespace SizedApparel
}
}
+
+
+
+
}
diff --git a/source/SizedApparel/SizedApparelSettingcs.cs b/source/SizedApparel/SizedApparelSettingcs.cs
index 155822d..db80bb4 100644
--- a/source/SizedApparel/SizedApparelSettingcs.cs
+++ b/source/SizedApparel/SizedApparelSettingcs.cs
@@ -17,6 +17,7 @@ namespace SizedApparel
public string raceName = null;
public bool overrideDef = false;
public bool asHuman = false;
+ public bool allowRaceNamedApparel = true;
public float drawMinAge = -1; //pawn's Biological age. -1 to ignore.
public AlienRaceSetting(string raceName)
@@ -33,6 +34,7 @@ namespace SizedApparel
Scribe_Values.Look(ref raceName, "raceName", null);
Scribe_Values.Look(ref overrideDef, "overrideDef", false);
Scribe_Values.Look(ref asHuman, "asHuman", false);
+ Scribe_Values.Look(ref allowRaceNamedApparel, "allowRaceNamedApparel", true);
Scribe_Values.Look(ref drawMinAge, "drawMinAge", -1);
}
@@ -561,6 +563,7 @@ namespace SizedApparel
}
if(raceName != "Human")
Race_ListingStandard.CheckboxLabeled("If Unsupported, As Human race", ref raceSetting.asHuman, "This Race will use Human race if it doesn't have own textures. useful for race that Unsupported but simillar to human");
+ Race_ListingStandard.CheckboxLabeled("Allow Race Named Apparel", ref raceSetting.allowRaceNamedApparel, "This Race Can use separated texture from common race. even same BodyType name. \n Default: True");
Race_ListingStandard.Label((raceSetting.drawMinAge <= 100 ? "" : "[overdrive]") + "SA BodyPart Draw Min Age: " + raceSetting.drawMinAge.ToString(), -1, "Lower than this age will not use Sized Apparel. Useful for BnC. -1 for disable");
raceSetting.drawMinAge = Mathf.Round(Race_ListingStandard.Slider(raceSetting.drawMinAge, raceSetting.drawMinAge <= 100 ? -1: 100, raceSetting.drawMinAge >= 100 ? 1000 : 100));
Race_ListingStandard.Gap();
diff --git a/source/SizedApparel/SizedApparelUtility.cs b/source/SizedApparel/SizedApparelUtility.cs
index b59bb02..7b69783 100644
--- a/source/SizedApparel/SizedApparelUtility.cs
+++ b/source/SizedApparel/SizedApparelUtility.cs
@@ -156,11 +156,9 @@ namespace SizedApparel
string path;
string extraPath = null;
- string raceExtraPath = null;
- string racePath = null;
-
-
+ //string raceExtraPath = null;
+ //string racePath = null;
//path = agr.sourceApparel.def.apparel.wornGraphicPath + "_" + __instance.pawn.story.bodyType.defName;
path = sourceGraphic.path;
@@ -185,12 +183,15 @@ namespace SizedApparel
path = path + genderSting;
if (wearerDefName != null)
- racePath = path + "_" + wearerDefName;
+ {
+ //racePath = path + "_" + wearerDefName;
+ path = path + "_" + wearerDefName;
+ }
if (breastHediffName != null)
{
extraPath = path + "_" + breastHediffName;
- if (wearerDefName != null)
- raceExtraPath = path + "_" + wearerDefName + "_" + breastHediffName;
+ //if (wearerDefName != null)
+ // raceExtraPath = path + "_" + wearerDefName + "_" + breastHediffName;
}
@@ -206,10 +207,12 @@ namespace SizedApparel
Graphic graphic = null;
bool findBigger = true; // if false : search smaller first
string pathString = "";
- while (offset < SizedApparelUtility.breastsSizeStrings.Length)
+
+ while (offset < SizedApparelUtility.breastsSizeStrings.Length) //Search Bigger
{
if (breastHediffName != null)
{
+ /*
if(raceExtraPath != null)
{
pathString = raceExtraPath + SizedApparelUtility.BreastSeverityString(breastSeverity, offset, findBigger, ref indexOut, ref severityOut);
@@ -224,7 +227,7 @@ namespace SizedApparel
//Log.Message(extraPath + BreastSeverityString(breastSeverity, offset, findBigger) + ":Extra Texture Found");
break;
}
- }
+ }*/
pathString = extraPath + SizedApparelUtility.BreastSeverityString(breastSeverity, offset, findBigger, ref indexOut, ref severityOut);
@@ -243,7 +246,7 @@ namespace SizedApparel
}
if (SizedApparelSettings.Debug && SizedApparelSettings.DetailLog)
Log.Message("[Sized Apparel] (" + pathString + ")apparel texture is missing");
-
+ /*
if(racePath != null)
{
pathString = racePath + SizedApparelUtility.BreastSeverityString(breastSeverity, offset, findBigger, ref indexOut, ref severityOut);
@@ -258,7 +261,7 @@ namespace SizedApparel
//Log.Message(path + BreastSeverityString(breastSeverity, offset, findBigger) + ":Texture Found");
break;
}
- }
+ }*/
pathString = path + SizedApparelUtility.BreastSeverityString(breastSeverity, offset, findBigger, ref indexOut, ref severityOut);
@@ -282,13 +285,16 @@ namespace SizedApparel
if (indexOut == -1)
break;
}
- if (validTexture == false)
+
+
+ if (validTexture == false) // Search Smaller
{
offset = 0;
while (offset < SizedApparelUtility.breastsSizeStrings.Length)
{
if (breastHediffName != null)
{
+ /*
if (raceExtraPath != null)
{
pathString = raceExtraPath + SizedApparelUtility.BreastSeverityString(breastSeverity, offset, !findBigger, ref indexOut, ref severityOut);
@@ -305,7 +311,7 @@ namespace SizedApparel
//Log.Message(extraPath + BreastSeverityString(breastSeverity, offset, !findBigger) + ":Extra Texture Found");
break;
}
- }
+ }*/
pathString = extraPath + SizedApparelUtility.BreastSeverityString(breastSeverity, offset, !findBigger, ref indexOut, ref severityOut);
if (ContentFinder.Get((pathString + "_south"), false) != null) // checking special texture like udder
@@ -325,7 +331,7 @@ namespace SizedApparel
//Log.Warning(extraPath + BreastSeverityString(breastSeverity, offset, !findBigger) + ":Extra Texture Not Found.");
}
-
+ /*
if(racePath != null)
{
pathString = racePath + SizedApparelUtility.BreastSeverityString(breastSeverity, offset, !findBigger, ref indexOut, ref severityOut);
@@ -341,7 +347,7 @@ namespace SizedApparel
//Log.Message(path + BreastSeverityString(breastSeverity, offset, !findBigger) + ":Texture Found");
break;
}
- }
+ }*/
pathString = path + SizedApparelUtility.BreastSeverityString(breastSeverity, offset, !findBigger, ref indexOut, ref severityOut);
if ((ContentFinder.Get((pathString + "_south"), false) != null))
@@ -388,11 +394,12 @@ namespace SizedApparel
result = validTexture;
+ /*
//Find Humanlike for Alien. ps. null for search defealt texturepath
if(result == false & wearerDefName != null)
{
GetSizedApparelGraphic(sourceGraphic, breastSeverity, null , breastHediffName, customPose);
- }
+ }*/
return graphic;
}
diff --git a/source/SizedApparel/SizedApparelsDatabase.cs b/source/SizedApparel/SizedApparelsDatabase.cs
index fd87e80..b586a85 100644
--- a/source/SizedApparel/SizedApparelsDatabase.cs
+++ b/source/SizedApparel/SizedApparelsDatabase.cs
@@ -273,7 +273,17 @@ namespace SizedApparel
else
targetRaceName = key.raceName;*/
+
+
+ AlienRaceSetting raceSetting;
+ raceSetting = SizedApparelSettings.alienRaceSettings.FirstOrDefault((AlienRaceSetting s) => s.raceName == key.raceName);
+
targetRaceName = key.raceName;
+ if(raceSetting != null && raceSetting.allowRaceNamedApparel == false)
+ {
+ targetRaceName = null;
+ }
+
Graphic graphic = null;
graphic = SizedApparelUtility.GetSizedApparelGraphic(sourceGraphic, SizedApparelUtility.BreastSizeIndexToSeverity(key.targetSize), out indexOut, out currentSeverityOut, out flag, out hediffResult, targetRaceName, key.hediffName, key.customPose, key.gender);//key.customPose
if(graphic == null && key.gender != Gender.None)
@@ -299,12 +309,43 @@ namespace SizedApparel
result = new PathAndSize(graphic.path, indexOut, false, customPose, hediffResult, key.bodyTypeName, key.raceName);
SupportedApparelResultPath.SetOrAdd(key, result);
SupportedApparelOriginalPath.SetOrAdd(result.pathWithSizeIndex, key.pathWithoutSizeIndex);
+ return result;
}
else
{
+ //Try Search Human Apparel. then null
+ if (key.raceName != "Human" && key.raceName != null) // null check for avoid infinite loop
+ {
+ if (raceSetting != null && raceSetting.asHuman)
+ {
+ var newKey = new SizedApparelDatabaseKey(key.pathWithoutSizeIndex, "Human", key.bodyTypeName, key.gender, key.hediffName, key.targetSize, key.isHorny, key.customPose, key.variation);
+ result = GetSupportedApparelSizedPath(newKey, out indexOut, out currentSeverityOut);
+ SupportedApparelResultPath.SetOrAdd(key, result);
+ SupportedApparelOriginalPath.SetOrAdd(key.pathWithoutSizeIndex, key.pathWithoutSizeIndex);
+ return result;
+ }
+ else
+ {
+ var newKey = new SizedApparelDatabaseKey(key.pathWithoutSizeIndex, null, key.bodyTypeName, key.gender, key.hediffName, key.targetSize, key.isHorny, key.customPose, key.variation);
+ result = GetSupportedApparelSizedPath(newKey, out indexOut, out currentSeverityOut);
+ SupportedApparelResultPath.SetOrAdd(key, result);
+ SupportedApparelOriginalPath.SetOrAdd(key.pathWithoutSizeIndex, key.pathWithoutSizeIndex);
+ return result;
+ }
+ }
+ if (key.raceName == "Human")
+ {
+ var newKey = new SizedApparelDatabaseKey(key.pathWithoutSizeIndex, null, key.bodyTypeName, key.gender, key.hediffName, key.targetSize, key.isHorny, key.customPose, key.variation);
+ result = GetSupportedApparelSizedPath(newKey, out indexOut, out currentSeverityOut);
+ SupportedApparelResultPath.SetOrAdd(key, result);
+ SupportedApparelOriginalPath.SetOrAdd(key.pathWithoutSizeIndex, key.pathWithoutSizeIndex);
+ return result;
+ }
+
result = new PathAndSize(null, -1);
SupportedApparelResultPath.SetOrAdd(key, result);
SupportedApparelOriginalPath.SetOrAdd(key.pathWithoutSizeIndex, key.pathWithoutSizeIndex);
+ return result;
}
return result;
}