first commit for 1.4

This commit is contained in:
c0ffee 2022-10-24 10:55:44 -07:00
parent eb8817c75c
commit 21b69742e8
4 changed files with 101 additions and 59 deletions

View File

@ -16,13 +16,13 @@
<li IfModActive="c0ffee.SexToysMasturbation">Patch_SexToysMasturbation</li>
<li IfModActive="c0ffee.SexToysMasturbation">Patch_SexToysMasturbation/1.3</li>
</v1.3>
<v1.3>
<v1.4>
<li>/</li>
<li>1.4</li>
<li IfModActive="velc.HatsDisplaySelection">Patch_HatsDisplaySelection/1.2</li>
<li IfModActive="c0ffee.SexToysMasturbation">Patch_SexToysMasturbation</li>
<li IfModActive="c0ffee.SexToysMasturbation">Patch_SexToysMasturbation/1.3</li>
</v1.3>
</v1.4>
</loadFolders>

View File

@ -46,11 +46,11 @@
<Private>False</Private>
</Reference>
<Reference Include="RJW">
<HintPath>..\..\rjw-master\1.3\Assemblies\RJW.dll</HintPath>
<HintPath>..\..\rjw\1.4\Assemblies\RJW.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RJW-ToysAndMasturbation">
<HintPath>..\..\rjw-toys-and-masturbation-master\Assemblies\RJW-ToysAndMasturbation.dll</HintPath>
<HintPath>..\..\rjw-toys-and-masturbation\Assemblies\RJW-ToysAndMasturbation.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />

View File

@ -17,7 +17,7 @@
<DebugSymbols>false</DebugSymbols>
<DebugType>none</DebugType>
<Optimize>false</Optimize>
<OutputPath>1.3\Assemblies\</OutputPath>
<OutputPath>1.4\Assemblies\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
@ -44,11 +44,11 @@
<Private>False</Private>
</Reference>
<Reference Include="RJW">
<HintPath>..\rjw-master\1.3\Assemblies\RJW.dll</HintPath>
<HintPath>..\rjw\1.4\Assemblies\RJW.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RJW-ToysAndMasturbation">
<HintPath>..\rjw-toys-and-masturbation-master\Assemblies\RJW-ToysAndMasturbation.dll</HintPath>
<HintPath>..\rjw-toys-and-masturbation\Assemblies\RJW-ToysAndMasturbation.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
@ -69,62 +69,102 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="1.3\Source\Extensions\PawnWoundDrawerExtension.cs" />
<Compile Include="1.3\Source\Patches\RimworldPatches\HarmonyPatch_Thing.cs" />
<Compile Include="1.3\Source\Utilities\PatchOperationAddOrReplace.cs" />
<Compile Include="1.4\Source\Actors\Actor.cs" />
<Compile Include="1.4\Source\Actors\AlienRaceOffset.cs" />
<Compile Include="1.4\Source\Actors\BodyTypeOffset.cs" />
<Compile Include="1.4\Source\Animations\AnimationStage.cs" />
<Compile Include="1.4\Source\Animations\Clips\BaseAnimationClip.cs" />
<Compile Include="1.4\Source\Animations\Clips\PawnAnimationClip.cs" />
<Compile Include="1.4\Source\Animations\Clips\ThingAnimationClip.cs" />
<Compile Include="1.4\Source\Animations\Keyframes\Keyframe.cs" />
<Compile Include="1.4\Source\Animations\Keyframes\PawnKeyframe.cs" />
<Compile Include="1.4\Source\Animations\Keyframes\ThingKeyframe.cs" />
<Compile Include="1.4\Source\Comps\CompBodyAnimator.cs" />
<Compile Include="1.4\Source\Comps\CompProperties_BodyAnimator.cs" />
<Compile Include="1.4\Source\Comps\CompProperties_ThingAnimator.cs" />
<Compile Include="1.4\Source\Comps\CompThingAnimator.cs" />
<Compile Include="1.4\Source\Defs\AnimationDef.cs" />
<Compile Include="1.4\Source\Extensions\PawnWoundDrawerExtension.cs" />
<Compile Include="1.4\Source\MainTabWindows\MainTabWindow_OffsetConfigure.cs" />
<Compile Include="1.4\Source\MainTabWindows\OffsetMainButtonDefOf.cs" />
<Compile Include="1.4\Source\MainTabWindows\WorldComponent_UpdateMainTab.cs" />
<Compile Include="1.4\Source\Patches\Harmony_PatchAll.cs" />
<Compile Include="1.4\Source\Patches\OtherModPatches\HarmonyPatch_AlienRace.cs" />
<Compile Include="1.4\Source\Patches\OtherModPatches\HarmonyPatch_CSL.cs" />
<Compile Include="1.4\Source\Patches\OtherModPatches\HarmonyPatch_DontShaveYourHead.cs" />
<Compile Include="1.4\Source\Patches\OtherModPatches\HarmonyPatch_FacialAnimation.cs" />
<Compile Include="1.4\Source\Patches\OtherModPatches\HarmonyPatch_HatsDisplaySelection.cs" />
<Compile Include="1.4\Source\Patches\OtherModPatches\HarmonyPatch_ShowHairWithHats.cs" />
<Compile Include="1.4\Source\Patches\RimworldPatches\HarmonyPatch_HeadHair.cs" />
<Compile Include="1.4\Source\Patches\RimworldPatches\HarmonyPatch_PawnRenderer.cs" />
<Compile Include="1.4\Source\Patches\RimworldPatches\HarmonyPatch_PawnRotation.cs" />
<Compile Include="1.4\Source\Patches\RimworldPatches\HarmonyPatch_Pawn_DrawTracker.cs" />
<Compile Include="1.4\Source\Patches\RimworldPatches\HarmonyPatch_SetPawnAnimatable.cs" />
<Compile Include="1.4\Source\Patches\RimworldPatches\HarmonyPatch_Thing.cs" />
<Compile Include="1.4\Source\Patches\RJWPatches\HarmonyPatch_PlaySexSounds.cs" />
<Compile Include="1.4\Source\Patches\RJWPatches\HarmonyPatch_SexTick.cs" />
<Compile Include="1.4\Source\Patches\RJWPatches\HarmonyPatch_WorkGiverSex.cs" />
<Compile Include="1.4\Source\Patches\RJWPatches\JobDrivers\HarmonyPatch_JobDriver_JoinInBed.cs" />
<Compile Include="1.4\Source\Patches\RJWPatches\JobDrivers\HarmonyPatch_JobDriver_SexBaseInitiator.cs" />
<Compile Include="1.4\Source\Patches\RJWPatches\JobDrivers\HarmonyPatch_JobDriver_SexBaseReceiverLoved.cs" />
<Compile Include="1.4\Source\Settings\AnimationSettings.cs" />
<Compile Include="1.4\Source\Utilities\AnimationUtility.cs" />
<Compile Include="1.4\Source\Utilities\PatchOperationAddOrReplace.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="1.3\Source\Actors\Actor.cs" />
<Compile Include="1.3\Source\Actors\AlienRaceOffset.cs" />
<Compile Include="1.3\Source\Actors\BodyTypeOffset.cs" />
<Compile Include="1.3\Source\Animations\AnimationStage.cs" />
<Compile Include="1.3\Source\Animations\Clips\BaseAnimationClip.cs" />
<Compile Include="1.3\Source\Animations\Clips\PawnAnimationClip.cs" />
<Compile Include="1.3\Source\Animations\Clips\ThingAnimationClip.cs" />
<Compile Include="1.3\Source\Animations\Keyframes\Keyframe.cs" />
<Compile Include="1.3\Source\Animations\Keyframes\PawnKeyframe.cs" />
<Compile Include="1.3\Source\Animations\Keyframes\ThingKeyframe.cs" />
<Compile Include="1.3\Source\Utilities\AnimationUtility.cs" />
<Compile Include="1.3\Source\Comps\CompBodyAnimator.cs" />
<Compile Include="1.3\Source\Comps\CompProperties_BodyAnimator.cs" />
<Compile Include="1.3\Source\Comps\CompProperties_ThingAnimator.cs" />
<Compile Include="1.3\Source\Comps\CompThingAnimator.cs" />
<Compile Include="1.3\Source\Defs\AnimationDef.cs" />
<Compile Include="1.3\Source\MainTabWindows\WorldComponent_UpdateMainTab.cs" />
<Compile Include="1.3\Source\MainTabWindows\MainTabWindow_OffsetConfigure.cs" />
<Compile Include="1.3\Source\MainTabWindows\OffsetMainButtonDefOf.cs" />
<Compile Include="1.3\Source\Patches\OtherModPatches\HarmonyPatch_AlienRace.cs" />
<Compile Include="1.3\Source\Patches\OtherModPatches\HarmonyPatch_CSL.cs" />
<Compile Include="1.3\Source\Patches\OtherModPatches\HarmonyPatch_DontShaveYourHead.cs" />
<Compile Include="1.3\Source\Patches\OtherModPatches\HarmonyPatch_FacialAnimation.cs" />
<Compile Include="1.3\Source\Patches\OtherModPatches\HarmonyPatch_HatsDisplaySelection.cs" />
<Compile Include="1.3\Source\Patches\OtherModPatches\HarmonyPatch_ShowHairWithHats.cs" />
<Compile Include="1.3\Source\Patches\RimworldPatches\HarmonyPatch_HeadHair.cs" />
<Compile Include="1.3\Source\Patches\RimworldPatches\HarmonyPatch_PawnRenderer.cs" />
<Compile Include="1.3\Source\Patches\RimworldPatches\HarmonyPatch_PawnRotation.cs" />
<Compile Include="1.3\Source\Patches\RimworldPatches\HarmonyPatch_Pawn_DrawTracker.cs" />
<Compile Include="1.3\Source\Patches\RimworldPatches\HarmonyPatch_SetPawnAnimatable.cs" />
<Compile Include="1.3\Source\Patches\Harmony_PatchAll.cs" />
<Compile Include="1.3\Source\Patches\RJWPatches\JobDrivers\HarmonyPatch_JobDriver_JoinInBed.cs" />
<Compile Include="1.3\Source\Patches\RJWPatches\JobDrivers\HarmonyPatch_JobDriver_SexBaseInitiator.cs" />
<Compile Include="1.3\Source\Patches\RJWPatches\HarmonyPatch_PlaySexSounds.cs" />
<Compile Include="1.3\Source\Patches\RJWPatches\HarmonyPatch_SexTick.cs" />
<Compile Include="1.3\Source\Patches\RJWPatches\HarmonyPatch_WorkGiverSex.cs" />
<Compile Include="1.3\Source\Patches\RJWPatches\JobDrivers\HarmonyPatch_JobDriver_SexBaseReceiverLoved.cs" />
<Compile Include="1.3\Source\Settings\AnimationSettings.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="1.1\Assemblies\Rimworld-Animations.dll" />
<Content Include="1.3\Assemblies\Rimworld-Animations.dll" />
<Content Include="1.4\Assemblies\Rimworld-Animations.dll" />
<Content Include="1.4\Defs\AnimationDefs\Animations_Beast.xml" />
<Content Include="1.4\Defs\AnimationDefs\Animations_Lesbian.xml" />
<Content Include="1.4\Defs\AnimationDefs\Animations_Masturbate.xml" />
<Content Include="1.4\Defs\AnimationDefs\Animations_Multi.xml" />
<Content Include="1.4\Defs\AnimationDefs\Animations_SexToys.xml" />
<Content Include="1.4\Defs\AnimationDefs\Animations_vanilla.xml" />
<Content Include="1.4\Defs\AnimationDefs\Animations_Vanilla2.xml" />
<Content Include="1.4\Defs\AnimationDefs\TemplateAnimation.xml" />
<Content Include="1.4\Defs\MainTabDefs\MainButtonDef.xml" />
<Content Include="1.4\Defs\SoundDefs\Sounds_Sex.xml" />
<Content Include="1.4\Patches\AnimationPatchHSK.xml" />
<Content Include="1.4\Patches\AnimationPatch_CompBodyAnimator.xml" />
<Content Include="1.4\Patches\CompatibilityPatch_FacialAnimation.xml" />
<Content Include="1.4\Patches\CompatibilityPatch_HCSK.xml" />
<Content Include="1.4\Patches\CompPatches\AutoCleaner.xml" />
<Content Include="1.4\Patches\CompPatches\CombatExtended.xml" />
<Content Include="1.4\Patches\CompPatches\ZombieLand.xml" />
<Content Include="1.4\Patches\RacePatches\Epona race Renaissance.xml" />
<Content Include="1.4\Patches\RacePatches\Nyaron.xml" />
<Content Include="1.4\Sounds\Sex\Clap_1.wav" />
<Content Include="1.4\Sounds\Sex\Clap_2.wav" />
<Content Include="1.4\Sounds\Sex\Clap_3.wav" />
<Content Include="1.4\Sounds\Sex\Clap_4.wav" />
<Content Include="1.4\Sounds\Sex\Clap_5.wav" />
<Content Include="1.4\Sounds\Sex\Clap_6.wav" />
<Content Include="1.4\Sounds\Sex\Clap_7.wav" />
<Content Include="1.4\Sounds\Sex\Clap_8.wav" />
<Content Include="1.4\Sounds\Sex\cum.wav" />
<Content Include="1.4\Sounds\Sex\kucyu04.wav" />
<Content Include="1.4\Sounds\Sex\Slime\Slimy1.wav" />
<Content Include="1.4\Sounds\Sex\Slime\Slimy2.wav" />
<Content Include="1.4\Sounds\Sex\Slime\Slimy3.wav" />
<Content Include="1.4\Sounds\Sex\Slime\Slimy4.wav" />
<Content Include="1.4\Sounds\Sex\Slime\Slimy5.wav" />
<Content Include="1.4\Sounds\Sex\Suck\Suck_1.wav" />
<Content Include="1.4\Sounds\Sex\Suck\Suck_10.wav" />
<Content Include="1.4\Sounds\Sex\Suck\suck_2.wav" />
<Content Include="1.4\Sounds\Sex\Suck\Suck_3.wav" />
<Content Include="1.4\Sounds\Sex\Suck\Suck_4.wav" />
<Content Include="1.4\Sounds\Sex\Suck\Suck_5.wav" />
<Content Include="1.4\Sounds\Sex\Suck\Suck_6.wav" />
<Content Include="1.4\Sounds\Sex\Suck\Suck_7.wav" />
<Content Include="1.4\Sounds\Sex\Suck\Suck_8.wav" />
<Content Include="1.4\Sounds\Sex\Suck\Suck_9.wav" />
<Content Include="1.4\Sounds\Sex\Suck\Swallow_1.wav" />
<Content Include="1.4\Sounds\Sex\Suck\Swallow_2.wav" />
<Content Include="1.4\Sounds\Sex\Suck\Swallow_3.wav" />
<Content Include="1.4\Textures\UI\MainTab.png" />
<Content Include="About\About.xml" />
<Content Include="About\Manifest.xml" />
<Content Include="1.3\Defs\AnimationDefs\Animations_Beast.xml" />
<Content Include="1.3\Defs\AnimationDefs\Animations_Lesbian.xml" />
<Content Include="1.3\Defs\AnimationDefs\Animations_Masturbate.xml" />
<Content Include="1.3\Defs\AnimationDefs\Animations_Multi.xml" />
<Content Include="1.3\Defs\AnimationDefs\Animations_vanilla.xml" />
<Content Include="1.3\Defs\AnimationDefs\Animations_Vanilla2.xml" />
<Content Include="1.3\Defs\MainTabDefs\MainButtonDef.xml" />
<Content Include="1.3\Defs\SoundDefs\Sounds_Sex.xml" />
<Content Include="Languages\PortugueseBrazilian\DefInjected\MainButtonDef\MainButtonDef.xml" />
<Content Include="Languages\PortugueseBrazilian\DefInjected\Rimworld_Animations.AnimationDef\Animations_Beast.xml" />
<Content Include="Languages\PortugueseBrazilian\DefInjected\Rimworld_Animations.AnimationDef\Animations_Lesbian.xml" />
@ -134,8 +174,10 @@
</ItemGroup>
<ItemGroup>
<Folder Include="1.2\" />
<Folder Include="1.3\Defs\JobDefs\" />
<Folder Include="1.3\Source\JobDrivers\" />
</ItemGroup>
<ItemGroup>
<None Include="1.4\Defs\AnimationDefs\AnimationDefs.rar" />
<None Include="1.4\Patch_HatsDisplaySelection\Patch_HatsDisplaySelection.csproj" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>