Skip to content

Commit

Permalink
v6.0.3.1338 (Build 6; Rev.03)
Browse files Browse the repository at this point in the history
* Fixed an issue with Cops option for Speedtrap races.
* Reverted back to old compilation settings. (Increased ASI size again) (That should fix DLL issues, sorry Xan.)
  • Loading branch information
nlgxzef committed Jul 19, 2017
1 parent 7989a3f commit e73e522
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file modified NFSMWExtraOptions/NFSMWExtraOptions.rc
Binary file not shown.
8 changes: 4 additions & 4 deletions NFSMWExtraOptions/NFSMWExtraOptions.vcxproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
Expand All @@ -21,13 +21,13 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
Expand Down Expand Up @@ -72,7 +72,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down
2 changes: 1 addition & 1 deletion NFSMWExtraOptions/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ void Init()
// Add the hidden, not working Track Direction option to menu
injector::MakeNOP(0x7acb21, 2, true); // Sprint
injector::MakeNOP(0x7acea1, 2, true); // Lap Knockout
//injector::MakeNOP(0x7ad141, 2, true); // Tollbooth
injector::MakeNOP(0x7ad141, 2, true); // Tollbooth
injector::MakeNOP(0x7ad359, 2, true); // Speedtrap
injector::MakeNOP(0x7ac901, 2, true); // Circuit & Challenge

Expand Down
2 changes: 1 addition & 1 deletion NFSMWExtraOptionsSettings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ MinimumHeatLevel = 1 // Minimum heat level when HeatLevelOverride
MaximumHeatLevel = 10 // Maximum heat level when HeatLevelOverride option is enabled. (Default = 10)
HelicopterBountyFix = 1 // Fixes very low bounty reward and lack of screen message for Helicopter. (0 = False, 1 = True (Default))
ZeroBountyFix = 1 // Fixes 0 bounty reward for x10 and higher heat levels. (0 = False, 1 = True (Default))
PursuitActionMode = 0 // Makes Quick Race pursuits harder with Roadblocks and support units. (0 = False (Default), 1 = True)
PursuitActionMode = 0 // Makes In-Race pursuits harder with Roadblocks and support units. (0 = False (Default), 1 = True)

[VisualTreatment]
EnableVisualTreatmentOverride = 0 // Enables all visual treatment tweaks in this section. (0 = False (Default), 1 = True)
Expand Down

0 comments on commit e73e522

Please sign in to comment.