Skip to content

Commit 8adbf24

Browse files
committed
Add ReClass.Net
1 parent 949b44b commit 8adbf24

File tree

5 files changed

+28
-32
lines changed

5 files changed

+28
-32
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "UE3Plugin/UE3Plugin/dep/ReClass.NET"]
2+
path = UE3Plugin/UE3Plugin/dep/ReClass.NET
3+
url = https://github.com/ReClassNET/ReClass.NET.git

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Currently Supports:
2-
* Rocket League [x64]
1+
# Currently only supports x64 UE3 games:
2+
* Rocket League
33
* Killing Floor 2
44

55
![Preview](https://i.imgur.com/N0QwJUG.png)

UE3Plugin/UE3Plugin.sln

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,26 @@ VisualStudioVersion = 16.0.30011.22
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UE3Plugin", "UE3Plugin\UE3Plugin.csproj", "{3A0749FF-6D1D-4550-AC4D-AA775C00EED1}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReClass.NET", "..\..\..\Desktop\ReClass.NET-master\ReClass.NET\ReClass.NET.csproj", "{BFB8917D-E9B4-463F-A6E8-612C35728C78}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReClass.NET", "UE3Plugin\dep\ReClass.NET\ReClass.NET\ReClass.NET.csproj", "{BFB8917D-E9B4-463F-A6E8-612C35728C78}"
99
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12-
Debug|Any CPU = Debug|Any CPU
1312
Debug|x64 = Debug|x64
1413
Debug|x86 = Debug|x86
15-
Release|Any CPU = Release|Any CPU
1614
Release|x64 = Release|x64
1715
Release|x86 = Release|x86
1816
EndGlobalSection
1917
GlobalSection(ProjectConfigurationPlatforms) = postSolution
20-
{3A0749FF-6D1D-4550-AC4D-AA775C00EED1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{3A0749FF-6D1D-4550-AC4D-AA775C00EED1}.Debug|Any CPU.Build.0 = Debug|Any CPU
22-
{3A0749FF-6D1D-4550-AC4D-AA775C00EED1}.Debug|x64.ActiveCfg = Debug|Any CPU
23-
{3A0749FF-6D1D-4550-AC4D-AA775C00EED1}.Debug|x64.Build.0 = Debug|Any CPU
24-
{3A0749FF-6D1D-4550-AC4D-AA775C00EED1}.Debug|x86.ActiveCfg = Debug|Any CPU
25-
{3A0749FF-6D1D-4550-AC4D-AA775C00EED1}.Debug|x86.Build.0 = Debug|Any CPU
26-
{3A0749FF-6D1D-4550-AC4D-AA775C00EED1}.Release|Any CPU.ActiveCfg = Release|Any CPU
27-
{3A0749FF-6D1D-4550-AC4D-AA775C00EED1}.Release|Any CPU.Build.0 = Release|Any CPU
28-
{3A0749FF-6D1D-4550-AC4D-AA775C00EED1}.Release|x64.ActiveCfg = Release|Any CPU
29-
{3A0749FF-6D1D-4550-AC4D-AA775C00EED1}.Release|x64.Build.0 = Release|Any CPU
30-
{3A0749FF-6D1D-4550-AC4D-AA775C00EED1}.Release|x86.ActiveCfg = Release|Any CPU
31-
{3A0749FF-6D1D-4550-AC4D-AA775C00EED1}.Release|x86.Build.0 = Release|Any CPU
32-
{BFB8917D-E9B4-463F-A6E8-612C35728C78}.Debug|Any CPU.ActiveCfg = Debug|x86
18+
{3A0749FF-6D1D-4550-AC4D-AA775C00EED1}.Debug|x64.ActiveCfg = Debug|x64
19+
{3A0749FF-6D1D-4550-AC4D-AA775C00EED1}.Debug|x64.Build.0 = Debug|x64
20+
{3A0749FF-6D1D-4550-AC4D-AA775C00EED1}.Debug|x86.ActiveCfg = Debug|x64
21+
{3A0749FF-6D1D-4550-AC4D-AA775C00EED1}.Release|x64.ActiveCfg = Release|x64
22+
{3A0749FF-6D1D-4550-AC4D-AA775C00EED1}.Release|x64.Build.0 = Release|x64
23+
{3A0749FF-6D1D-4550-AC4D-AA775C00EED1}.Release|x86.ActiveCfg = Release|x64
3324
{BFB8917D-E9B4-463F-A6E8-612C35728C78}.Debug|x64.ActiveCfg = Debug|x64
3425
{BFB8917D-E9B4-463F-A6E8-612C35728C78}.Debug|x64.Build.0 = Debug|x64
3526
{BFB8917D-E9B4-463F-A6E8-612C35728C78}.Debug|x86.ActiveCfg = Debug|x86
3627
{BFB8917D-E9B4-463F-A6E8-612C35728C78}.Debug|x86.Build.0 = Debug|x86
37-
{BFB8917D-E9B4-463F-A6E8-612C35728C78}.Release|Any CPU.ActiveCfg = Release|x86
3828
{BFB8917D-E9B4-463F-A6E8-612C35728C78}.Release|x64.ActiveCfg = Release|x64
3929
{BFB8917D-E9B4-463F-A6E8-612C35728C78}.Release|x64.Build.0 = Release|x64
4030
{BFB8917D-E9B4-463F-A6E8-612C35728C78}.Release|x86.ActiveCfg = Release|x86

UE3Plugin/UE3Plugin/UE3Plugin.csproj

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,25 @@
1414
<Deterministic>true</Deterministic>
1515
<TargetFrameworkProfile />
1616
</PropertyGroup>
17-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
1818
<DebugSymbols>true</DebugSymbols>
19-
<DebugType>full</DebugType>
20-
<Optimize>false</Optimize>
21-
<OutputPath>bin\Debug\</OutputPath>
19+
<OutputPath>bin\x64\Debug\</OutputPath>
2220
<DefineConstants>DEBUG;TRACE</DefineConstants>
21+
<DebugType>full</DebugType>
22+
<PlatformTarget>x64</PlatformTarget>
23+
<LangVersion>7.3</LangVersion>
2324
<ErrorReport>prompt</ErrorReport>
24-
<WarningLevel>4</WarningLevel>
25+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
2526
</PropertyGroup>
26-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27-
<DebugType>pdbonly</DebugType>
28-
<Optimize>true</Optimize>
29-
<OutputPath>bin\Release\</OutputPath>
27+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
28+
<OutputPath>bin\x64\Release\</OutputPath>
3029
<DefineConstants>TRACE</DefineConstants>
30+
<Optimize>true</Optimize>
31+
<DebugType>pdbonly</DebugType>
32+
<PlatformTarget>x64</PlatformTarget>
33+
<LangVersion>7.3</LangVersion>
3134
<ErrorReport>prompt</ErrorReport>
32-
<WarningLevel>4</WarningLevel>
35+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
3336
</PropertyGroup>
3437
<ItemGroup>
3538
<Reference Include="System" />
@@ -51,11 +54,10 @@
5154
<Compile Include="Utils\PatternScanner.cs" />
5255
</ItemGroup>
5356
<ItemGroup>
54-
<ProjectReference Include="..\..\..\..\Desktop\ReClass.NET-master\ReClass.NET\ReClass.NET.csproj">
55-
<Project>{BFB8917D-E9B4-463F-A6E8-612C35728C78}</Project>
57+
<ProjectReference Include="dep\ReClass.NET\ReClass.NET\ReClass.NET.csproj">
58+
<Project>{bfb8917d-e9b4-463f-a6e8-612c35728c78}</Project>
5659
<Name>ReClass.NET</Name>
5760
</ProjectReference>
5861
</ItemGroup>
59-
<ItemGroup />
6062
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6163
</Project>
Submodule ReClass.NET added at 534b684

0 commit comments

Comments
 (0)