Skip to content

Commit ea67573

Browse files
committed
modified: project/AlphaYellowWidescreenFixes.sln
new file: project/WorldChampionshipRugbyFOVFix.vcxproj new file: project/WorldChampionshipRugbyFOVFix.vcxproj.filters modified: source/fixes/KISSPsychoCircusTheNightmareChildFOVFix/dllmain.cpp new file: source/fixes/WorldChampionshipRugbyFOVFix/dllmain.cpp
1 parent f82d968 commit ea67573

5 files changed

Lines changed: 615 additions & 147 deletions

File tree

project/AlphaYellowWidescreenFixes.sln

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,6 +1109,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ElementsOfDestructionFOVFix
11091109
EndProject
11101110
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FormulaChallengeFOVFix", "FormulaChallengeFOVFix.vcxproj", "{7D3B26C6-5E31-47D5-AD97-EE6CF4747582}"
11111111
EndProject
1112+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WorldChampionshipRugbyFOVFix", "WorldChampionshipRugbyFOVFix.vcxproj", "{1658D864-061E-4DF0-937D-3B2E8BC3A27A}"
1113+
EndProject
11121114
Global
11131115
GlobalSection(SolutionConfigurationPlatforms) = preSolution
11141116
Debug|x64 = Debug|x64
@@ -5525,6 +5527,14 @@ Global
55255527
{7D3B26C6-5E31-47D5-AD97-EE6CF4747582}.Release|x64.Build.0 = Release|x64
55265528
{7D3B26C6-5E31-47D5-AD97-EE6CF4747582}.Release|x86.ActiveCfg = Release|Win32
55275529
{7D3B26C6-5E31-47D5-AD97-EE6CF4747582}.Release|x86.Build.0 = Release|Win32
5530+
{1658D864-061E-4DF0-937D-3B2E8BC3A27A}.Debug|x64.ActiveCfg = Debug|x64
5531+
{1658D864-061E-4DF0-937D-3B2E8BC3A27A}.Debug|x64.Build.0 = Debug|x64
5532+
{1658D864-061E-4DF0-937D-3B2E8BC3A27A}.Debug|x86.ActiveCfg = Debug|Win32
5533+
{1658D864-061E-4DF0-937D-3B2E8BC3A27A}.Debug|x86.Build.0 = Debug|Win32
5534+
{1658D864-061E-4DF0-937D-3B2E8BC3A27A}.Release|x64.ActiveCfg = Release|x64
5535+
{1658D864-061E-4DF0-937D-3B2E8BC3A27A}.Release|x64.Build.0 = Release|x64
5536+
{1658D864-061E-4DF0-937D-3B2E8BC3A27A}.Release|x86.ActiveCfg = Release|Win32
5537+
{1658D864-061E-4DF0-937D-3B2E8BC3A27A}.Release|x86.Build.0 = Release|Win32
55285538
EndGlobalSection
55295539
GlobalSection(SolutionProperties) = preSolution
55305540
HideSolutionNode = FALSE
@@ -6081,6 +6091,7 @@ Global
60816091
{8D9D28B8-A390-472C-997B-07392EA23C8E} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
60826092
{1B4EDB91-3268-4D15-99E8-F281EE422E49} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
60836093
{7D3B26C6-5E31-47D5-AD97-EE6CF4747582} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
6094+
{1658D864-061E-4DF0-937D-3B2E8BC3A27A} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
60846095
EndGlobalSection
60856096
GlobalSection(ExtensibilityGlobals) = postSolution
60866097
SolutionGuid = {819F2548-FBC0-4875-B742-3F9EC500E03C}
Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup Label="ProjectConfigurations">
4+
<ProjectConfiguration Include="Debug|Win32">
5+
<Configuration>Debug</Configuration>
6+
<Platform>Win32</Platform>
7+
</ProjectConfiguration>
8+
<ProjectConfiguration Include="Release|Win32">
9+
<Configuration>Release</Configuration>
10+
<Platform>Win32</Platform>
11+
</ProjectConfiguration>
12+
<ProjectConfiguration Include="Debug|x64">
13+
<Configuration>Debug</Configuration>
14+
<Platform>x64</Platform>
15+
</ProjectConfiguration>
16+
<ProjectConfiguration Include="Release|x64">
17+
<Configuration>Release</Configuration>
18+
<Platform>x64</Platform>
19+
</ProjectConfiguration>
20+
</ItemGroup>
21+
<PropertyGroup Label="Globals">
22+
<VCProjectVersion>18.0</VCProjectVersion>
23+
<Keyword>Win32Proj</Keyword>
24+
<ProjectGuid>{1658d864-061e-4df0-937d-3b2e8bc3a27a}</ProjectGuid>
25+
<RootNamespace>WorldChampionshipRugbyFOVFix</RootNamespace>
26+
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
27+
</PropertyGroup>
28+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
30+
<ConfigurationType>Application</ConfigurationType>
31+
<UseDebugLibraries>true</UseDebugLibraries>
32+
<PlatformToolset>v145</PlatformToolset>
33+
<CharacterSet>Unicode</CharacterSet>
34+
</PropertyGroup>
35+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
36+
<ConfigurationType>DynamicLibrary</ConfigurationType>
37+
<UseDebugLibraries>false</UseDebugLibraries>
38+
<PlatformToolset>v145</PlatformToolset>
39+
<WholeProgramOptimization>true</WholeProgramOptimization>
40+
<CharacterSet>Unicode</CharacterSet>
41+
<VCToolsVersion>14.50.35717</VCToolsVersion>
42+
</PropertyGroup>
43+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
44+
<ConfigurationType>Application</ConfigurationType>
45+
<UseDebugLibraries>true</UseDebugLibraries>
46+
<PlatformToolset>v145</PlatformToolset>
47+
<CharacterSet>Unicode</CharacterSet>
48+
</PropertyGroup>
49+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
50+
<ConfigurationType>Application</ConfigurationType>
51+
<UseDebugLibraries>false</UseDebugLibraries>
52+
<PlatformToolset>v145</PlatformToolset>
53+
<WholeProgramOptimization>true</WholeProgramOptimization>
54+
<CharacterSet>Unicode</CharacterSet>
55+
</PropertyGroup>
56+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
57+
<ImportGroup Label="ExtensionSettings">
58+
</ImportGroup>
59+
<ImportGroup Label="Shared">
60+
</ImportGroup>
61+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
62+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63+
</ImportGroup>
64+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
65+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66+
</ImportGroup>
67+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
68+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
69+
</ImportGroup>
70+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
71+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
72+
</ImportGroup>
73+
<PropertyGroup Label="UserMacros" />
74+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
75+
<TargetExt>.asi</TargetExt>
76+
<IncludePath>..\external\inipp;..\external\safetyhook;..\external\spdlog\include;..\includes;$(IncludePath)</IncludePath>
77+
</PropertyGroup>
78+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
79+
<ClCompile>
80+
<WarningLevel>Level3</WarningLevel>
81+
<SDLCheck>true</SDLCheck>
82+
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
83+
<ConformanceMode>true</ConformanceMode>
84+
<LanguageStandard>stdcpp20</LanguageStandard>
85+
</ClCompile>
86+
<Link>
87+
<SubSystem>Console</SubSystem>
88+
<GenerateDebugInformation>true</GenerateDebugInformation>
89+
</Link>
90+
</ItemDefinitionGroup>
91+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
92+
<ClCompile>
93+
<WarningLevel>Level3</WarningLevel>
94+
<FunctionLevelLinking>true</FunctionLevelLinking>
95+
<IntrinsicFunctions>true</IntrinsicFunctions>
96+
<SDLCheck>true</SDLCheck>
97+
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
98+
<ConformanceMode>true</ConformanceMode>
99+
<LanguageStandard>stdcpplatest</LanguageStandard>
100+
<LanguageStandard_C>stdclatest</LanguageStandard_C>
101+
<DebugInformationFormat>None</DebugInformationFormat>
102+
<Optimization>Disabled</Optimization>
103+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
104+
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
105+
</ClCompile>
106+
<Link>
107+
<SubSystem>Console</SubSystem>
108+
<GenerateDebugInformation>false</GenerateDebugInformation>
109+
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
110+
</Link>
111+
</ItemDefinitionGroup>
112+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
113+
<ClCompile>
114+
<WarningLevel>Level3</WarningLevel>
115+
<SDLCheck>true</SDLCheck>
116+
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
117+
<ConformanceMode>true</ConformanceMode>
118+
<LanguageStandard>stdcpp20</LanguageStandard>
119+
</ClCompile>
120+
<Link>
121+
<SubSystem>Console</SubSystem>
122+
<GenerateDebugInformation>true</GenerateDebugInformation>
123+
</Link>
124+
</ItemDefinitionGroup>
125+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
126+
<ClCompile>
127+
<WarningLevel>Level3</WarningLevel>
128+
<FunctionLevelLinking>true</FunctionLevelLinking>
129+
<IntrinsicFunctions>true</IntrinsicFunctions>
130+
<SDLCheck>true</SDLCheck>
131+
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
132+
<ConformanceMode>true</ConformanceMode>
133+
<LanguageStandard>stdcpp20</LanguageStandard>
134+
</ClCompile>
135+
<Link>
136+
<SubSystem>Console</SubSystem>
137+
<GenerateDebugInformation>true</GenerateDebugInformation>
138+
</Link>
139+
</ItemDefinitionGroup>
140+
<ItemGroup>
141+
<ClCompile Include="..\external\safetyhook\safetyhook.cpp" />
142+
<ClCompile Include="..\external\safetyhook\Zydis.c" />
143+
<ClCompile Include="..\source\fixes\WorldChampionshipRugbyFOVFix\dllmain.cpp" />
144+
</ItemGroup>
145+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
146+
<ImportGroup Label="ExtensionTargets">
147+
</ImportGroup>
148+
</Project>
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<Filter Include="Arquivos de Origem">
5+
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
6+
<Extensions>cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
7+
</Filter>
8+
<Filter Include="Arquivos de Cabeçalho">
9+
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
10+
<Extensions>h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd</Extensions>
11+
</Filter>
12+
<Filter Include="Arquivos de Recurso">
13+
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
14+
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
15+
</Filter>
16+
</ItemGroup>
17+
<ItemGroup>
18+
<MASM Include="$(MSBuildThisFileDirectory)..\includes\fpu_ops_x86.asm">
19+
<Filter>Arquivos de Origem</Filter>
20+
</MASM>
21+
</ItemGroup>
22+
<ItemGroup>
23+
<ClCompile Include="..\source\fixes\WorldChampionshipRugbyFOVFix\dllmain.cpp">
24+
<Filter>Arquivos de Recurso</Filter>
25+
</ClCompile>
26+
<ClCompile Include="..\external\safetyhook\Zydis.c">
27+
<Filter>Arquivos de Recurso</Filter>
28+
</ClCompile>
29+
<ClCompile Include="..\external\safetyhook\safetyhook.cpp">
30+
<Filter>Arquivos de Recurso</Filter>
31+
</ClCompile>
32+
</ItemGroup>
33+
</Project>

0 commit comments

Comments
 (0)