Skip to content

Commit

Permalink
git commit from PowerShell in C#Star Wars - The Force New stat factor…
Browse files Browse the repository at this point in the history
…s set properly by Xen.
  • Loading branch information
jecrell committed Sep 22, 2018
1 parent 1001e25 commit 53389c7
Show file tree
Hide file tree
Showing 15 changed files with 42 additions and 35 deletions.
17 changes: 8 additions & 9 deletions About/About.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>

<ModMetaData>
<name>Star Wars - The Force</name>
<author>Jecrell and Xen</author>
<targetVersion>0.19.0</targetVersion>
<description>Version 1.1.0.0
<name>Star Wars - The Force</name>
<author>Jecrell and Xen</author>
<targetVersion>0.19.0</targetVersion>
<description>1.19.0.2

Thanks to Jedi Master Ailan for his direction and inspiration in the creation of this mod. Without his help and support this would have never happened.

Programming by Jecrell.
Assets and XML by Xen.
C# Programming by Jecrell.
C# Fixes, Assets and XML by Xen.
Logo/Art designed by Harrison Gaushell (harrisongaushell.com)

Contributors:
Nackblad (Art)
Cpt. Ohu (Code - Ability Verb)

Patreon Patrons:
Jedi Master Ailan, Shane Malley, Michin, TheDayDude, Dakota Pohlman, Falloutmonk, Legless, Slick Liquid, Don Butterblume, Karol Rybak, Mathias Broxvall, Nemuri Hime, Hannah Forster, Christian Hermansen, NiNe Bottles of Rum, Populous25, Steven James, Marcus Sireanu, Michael Lauder, Thom Black\n\n(Star Wars - The Force)</description>
</ModMetaData>
Jedi Master Ailan, Shane Malley, Michin, TheDayDude, Dakota Pohlman, Falloutmonk, Legless, Slick Liquid, Don Butterblume, Karol Rybak, Mathias Broxvall, Nemuri Hime, Hannah Forster, Christian Hermansen, NiNe Bottles of Rum, Populous25, Steven James, Marcus Sireanu, Michael Lauder, Thom Black</description>
</ModMetaData>
12 changes: 12 additions & 0 deletions About/Description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Thanks to Jedi Master Ailan for his direction and inspiration in the creation of this mod. Without his help and support this would have never happened.

C# Programming by Jecrell.
C# Fixes, Assets and XML by Xen.
Logo/Art designed by Harrison Gaushell (harrisongaushell.com)

Contributors:
Nackblad (Art)
Cpt. Ohu (Code - Ability Verb)

Patreon Patrons:
Jedi Master Ailan, Shane Malley, Michin, TheDayDude, Dakota Pohlman, Falloutmonk, Legless, Slick Liquid, Don Butterblume, Karol Rybak, Mathias Broxvall, Nemuri Hime, Hannah Forster, Christian Hermansen, NiNe Bottles of Rum, Populous25, Steven James, Marcus Sireanu, Michael Lauder, Thom Black
1 change: 1 addition & 0 deletions About/Version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.19.0.2
Binary file modified Assemblies/0Harmony.dll
Binary file not shown.
Binary file modified Assemblies/ProjectJedi.dll
Binary file not shown.
8 changes: 5 additions & 3 deletions Source/.idea/.idea.ProjectJedi/.idea/contentModel.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Source/.idea/.idea.ProjectJedi/.idea/indexLayout.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Source/.idea/.idea.ProjectJedi/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 5 additions & 22 deletions Source/ProjectJedi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,62 +37,45 @@
<ItemGroup>
<Reference Include="0Harmony, Version=1.0.9.1, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Harmony1091\0Harmony.dll</HintPath>
<HintPath>..\..\JecsTools\Assemblies\0Harmony.dll</HintPath>
</Reference>
<Reference Include="AbilityUser">
<HintPath>..\..\JecsTools\Assemblies\AbilityUser.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="AbilityUser, Version=1.18.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\JecsTools-master\Assemblies\AbilityUser.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\RimWorldWin_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\JecsTools\Assemblies\AbilityUser.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Assembly-CSharp, Version=0.19.6814.14609, Culture=neutral, PublicKeyToken=null">
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="CompActivatableEffect">
<HintPath>..\..\JecsTools\Assemblies\CompActivatableEffect.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="CompActivatableEffect, Version=1.18.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\JecsTools-master\Assemblies\CompActivatableEffect.dll</HintPath>
</Reference>
<Reference Include="CompDeflector">
<HintPath>..\..\JecsTools\Assemblies\CompDeflector.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="CompDeflector, Version=1.18.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\JecsTools-master\Assemblies\CompDeflector.dll</HintPath>
</Reference>
<Reference Include="CompOversizedWeapon">
<HintPath>..\..\JecsTools\Assemblies\CompOversizedWeapon.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="CompOversizedWeapon, Version=1.18.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\JecsTools-master\Assemblies\CompOversizedWeapon.dll</HintPath>
</Reference>
<Reference Include="CompSlotLoadable">
<HintPath>..\..\JecsTools\Assemblies\CompSlotLoadable.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="CompSlotLoadable, Version=1.18.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\JecsTools-master\Assemblies\CompSlotLoadable.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine">
<HintPath>..\..\..\RimWorldWin_Data\Managed\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\..\RimWorldWin64_Data\Managed\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0629ab30de7cae7d3713cd6f177fd9963cfd9585
4 changes: 3 additions & 1 deletion Source/obj/Debug/ProjectJedi.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ D:\SteamLibrary\steamapps\common\RimWorld\ModsWorkspace\Star-Wars---The-Force\As
D:\SteamLibrary\steamapps\common\RimWorld\ModsWorkspace\Star-Wars---The-Force\Source\obj\Debug\ProjectJedi.csprojResolveAssemblyReference.cache
D:\SteamLibrary\steamapps\common\RimWorld\ModsWorkspace\Star-Wars---The-Force\Source\obj\Debug\ProjectJedi.dll
C:\Program Files (x86)\Steam\steamapps\common\RimWorld\ModsWorkspace\Star-Wars---The-Force\Assemblies\ProjectJedi.dll
C:\Program Files (x86)\Steam\steamapps\common\RimWorld\ModsWorkspace\Star-Wars---The-Force\Source\obj\Debug\ProjectJedi.csprojResolveAssemblyReference.cache
C:\Program Files (x86)\Steam\steamapps\common\RimWorld\ModsWorkspace\Star-Wars---The-Force\Source\obj\Debug\ProjectJedi.dll
C:\Program Files (x86)\Steam\steamapps\common\RimWorld\ModsWorkspace\Star-Wars---The-Force\Source\obj\Debug\ProjectJedi.csprojAssemblyReference.cache
C:\Program Files (x86)\Steam\steamapps\common\RimWorld\ModsWorkspace\Star-Wars---The-Force\Source\obj\Debug\ProjectJedi.csproj.CoreCompileInputs.cache
C:\Program Files (x86)\Steam\steamapps\common\RimWorld\ModsWorkspace\Star-Wars---The-Force\Source\obj\Debug\ProjectJedi.csproj.CopyComplete
Binary file modified Source/obj/Debug/ProjectJedi.csprojAssemblyReference.cache
Binary file not shown.
Binary file not shown.
Binary file modified Source/obj/Debug/ProjectJedi.dll
Binary file not shown.

0 comments on commit 53389c7

Please sign in to comment.