-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
205 changed files
with
2,594 additions
and
2,366 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
Patch_FacialAnimation/1.5/Patches/FacialAnimationPatch.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
<!-- Patches facial animation mod to use the melee attack animation during duels and executions --> | ||
<Patch> | ||
|
||
<!-- Note: this assumes that all animations are melee animations. This should probably be fixed --> | ||
<Operation Class="PatchOperationAdd"> | ||
<xpath>/Defs/FacialAnimation.FaceAnimationDef[defName="AttackMelee"]/targetJobs</xpath> | ||
<value> | ||
<li>AM_InAnimation</li> | ||
<li>AM_GrapplePawn</li> | ||
</value> | ||
</Operation> | ||
</Patch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,29 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net472</TargetFramework> | ||
<OutputType>Library</OutputType> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
<NoStdLib>false</NoStdLib> | ||
<LangVersion>11</LangVersion> | ||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> | ||
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath> | ||
<RootNamespace>AM.Retexture</RootNamespace> | ||
<Configurations>v1.4</Configurations> | ||
<Nullable>disable</Nullable> | ||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||
<DebugType>none</DebugType> | ||
</PropertyGroup> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Krafs.Publicizer" Version="2.2.1"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.5.4063" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<!-- Ungodly hack to access rimworld private properties & methods --> | ||
<Publicize Include="Assembly-CSharp" /> | ||
</ItemGroup> | ||
|
||
<!-- _____ 1.4 _____ --> | ||
<ItemGroup Condition="'$(Configuration)'=='v1.4'"> | ||
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.4.3901" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,42 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net48</TargetFramework> | ||
<PropertyGroup> | ||
<OutputType>Library</OutputType> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
<NoStdLib>false</NoStdLib> | ||
<LangVersion>preview</LangVersion> | ||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> | ||
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath> | ||
<Configurations>v1.4</Configurations> | ||
<AssemblyName>AM.AlienRacesPatch</AssemblyName> | ||
<RootNamespace>AM.AlienRacesPatch</RootNamespace> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\ThingGenerator\AnimationMod.csproj"> | ||
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.5.4063" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\AnimationMod\AnimationMod.csproj"> | ||
<CopyLocal>False</CopyLocal> | ||
<Private>False</Private> | ||
<ExcludeAssets>all</ExcludeAssets> | ||
</ProjectReference> | ||
</ItemGroup> | ||
|
||
<!-- _____ 1.4 _____ --> | ||
<ItemGroup Condition="'$(Configuration)'=='v1.4'"> | ||
<Reference Include="AlienRace"> | ||
<HintPath>refs/1.4/AlienRace14.dll</HintPath> | ||
<CopyLocal>False</CopyLocal> | ||
<Private>False</Private> | ||
</Reference> | ||
<PackageReference Include="Krafs.Rimworld.Ref"> | ||
<Version>1.4.3901</Version> | ||
</PackageReference> | ||
<ItemGroup> | ||
<Reference Include="AlienRace"> | ||
<HintPath>refs\AlienRace.dll</HintPath> | ||
<CopyLocal>False</CopyLocal> | ||
<Private>False</Private> | ||
<ExcludeAssets>runtime</ExcludeAssets> | ||
</Reference> | ||
</ItemGroup> | ||
|
||
<PropertyGroup Condition="'$(Configuration)'=='v1.4'"> | ||
<DebugType>none</DebugType> | ||
<OutputPath>..\..\Patch_AlienRaces\1.4\Assemblies\</OutputPath> | ||
<Optimize>true</Optimize> | ||
<DefineConstants>TRACE;V14</DefineConstants> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<DebugType>none</DebugType> | ||
<OutputPath>..\..\Patch_AlienRaces\$(RimworldVersion)\Assemblies\</OutputPath> | ||
<Optimize>true</Optimize> | ||
<DefineConstants>TRACE</DefineConstants> | ||
</PropertyGroup> | ||
|
||
</Project> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.