Skip to content

Commit e73e522

Browse files
committed
v6.0.3.1338 (Build 6; Rev.03)
* 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.)
1 parent 7989a3f commit e73e522

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
0 Bytes
Binary file not shown.

NFSMWExtraOptions/NFSMWExtraOptions.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -21,13 +21,13 @@
2121
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2222
<ConfigurationType>DynamicLibrary</ConfigurationType>
2323
<UseDebugLibraries>true</UseDebugLibraries>
24-
<PlatformToolset>v140</PlatformToolset>
24+
<PlatformToolset>v141</PlatformToolset>
2525
<CharacterSet>MultiByte</CharacterSet>
2626
</PropertyGroup>
2727
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
2828
<ConfigurationType>DynamicLibrary</ConfigurationType>
2929
<UseDebugLibraries>false</UseDebugLibraries>
30-
<PlatformToolset>v140</PlatformToolset>
30+
<PlatformToolset>v141</PlatformToolset>
3131
<WholeProgramOptimization>true</WholeProgramOptimization>
3232
<CharacterSet>MultiByte</CharacterSet>
3333
</PropertyGroup>
@@ -72,7 +72,7 @@
7272
<FunctionLevelLinking>true</FunctionLevelLinking>
7373
<IntrinsicFunctions>true</IntrinsicFunctions>
7474
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
75-
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
75+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
7676
</ClCompile>
7777
<Link>
7878
<SubSystem>Windows</SubSystem>

NFSMWExtraOptions/dllmain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ void Init()
987987
// Add the hidden, not working Track Direction option to menu
988988
injector::MakeNOP(0x7acb21, 2, true); // Sprint
989989
injector::MakeNOP(0x7acea1, 2, true); // Lap Knockout
990-
//injector::MakeNOP(0x7ad141, 2, true); // Tollbooth
990+
injector::MakeNOP(0x7ad141, 2, true); // Tollbooth
991991
injector::MakeNOP(0x7ad359, 2, true); // Speedtrap
992992
injector::MakeNOP(0x7ac901, 2, true); // Circuit & Challenge
993993

NFSMWExtraOptionsSettings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ MinimumHeatLevel = 1 // Minimum heat level when HeatLevelOverride
7676
MaximumHeatLevel = 10 // Maximum heat level when HeatLevelOverride option is enabled. (Default = 10)
7777
HelicopterBountyFix = 1 // Fixes very low bounty reward and lack of screen message for Helicopter. (0 = False, 1 = True (Default))
7878
ZeroBountyFix = 1 // Fixes 0 bounty reward for x10 and higher heat levels. (0 = False, 1 = True (Default))
79-
PursuitActionMode = 0 // Makes Quick Race pursuits harder with Roadblocks and support units. (0 = False (Default), 1 = True)
79+
PursuitActionMode = 0 // Makes In-Race pursuits harder with Roadblocks and support units. (0 = False (Default), 1 = True)
8080

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

0 commit comments

Comments
 (0)