Skip to content

Commit 36e3839

Browse files
committed
v3.0.1.1338
* Fixed an issue with Drift Race Collision Threshold option. * Edited comments of some features in .ini file.
1 parent fec1d0d commit 36e3839

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

NFSCExtraOptions/dllmain.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,9 @@ void Init()
579579
injector::WriteMemory<unsigned char>(0x6ab943, MaximumMultiplierCanyon, true);
580580
injector::WriteMemory<unsigned char>(0x6ab945, MaximumMultiplierCanyon, true);
581581

582+
// Drift Race Collision Threshold
583+
injector::WriteMemory<float>(0xA62F10, DriftRaceCollisionThreshold, true);
584+
582585
// Heat Level Overrides EnableHeatLevelOverride
583586
injector::MakeNOP(0x449a7c, HeatLevelsCodeCaveExit - 0x449a7c, true); // Clean the unused code
584587
injector::MakeJMP(0x449a7c, HeatLevelsCodeCave, true); // Prepare the game for advanced force heat level hack

NFSCExtraOptionsSettings.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ToggleCops = 145 // Toggles Cops on/off. Use with Ultimate Fo
55
CopLights = 79 // Toggles Cop Lights on/off. Use a cop car for best results. (Default = 79 = O key)
66
Headlights = 72 // Toggles Headlights on/off. (Default = 72 = H key)
77
FreezeCamera = 19 // Freezes/unfreezes camera when pressed. (Default = 19 = Pause/Break key)
8-
UnlockAllThings = 116 // Unlocks everything in game and lets you play hidden tracks. (Default = 116 = F5 key)
8+
UnlockAllThings = 116 // Unlocks everything in game. (Default = 116 = F5 key)
99
AutoDrive = 117 // Enables Auto Drive (Drunk Driver) hack. (Default = 117 = F6 key)
1010
PhysSwitch = 75 // Toggles between normal and Drift physics. (Default = 75 = K key)
1111
EnableSaveLoadHotPos = 0 // Lets you save (LShift + 1/5) or load (LCtrl + 1/5) your position on the world. (0 = False (Default), 1 = True)
@@ -66,7 +66,7 @@ ForceCollectorsEdition = 1 // Force enables Collector's Edition mode by
6666
ShowAllCarsInFE = 0 // (ONLY FOR EXPERTS) Makes any car available in Car Lot for NEW save games. It DOESN'T affect existing ones. (0 = False (Default), 1 = True)
6767
NoCatchUp = 0 // (EXPERIMENTAL) Attempts to remove the catch up. (0 = False (Default), 1 = True)
6868
NoRevLimiter = 0 // Removes rev limiter and lets you achieve better top speeds. (0 = False (Default), 1 = True)
69-
SelectableMarkerCount = 2 // Lets you select more or less markers when you beat a Blacklist rival. (Default = 2) (1/6)
69+
SelectableMarkerCount = 2 // Lets you select more or less markers when you beat a crew leader. (Default = 2) (1/6)
7070
SBRechargeTime = 25 // Recharge time (in seconds) for Speedbreaker. (Default = 25.0)
7171
SBRechargeSpeedLimit = 80 // Speed limit (mph) for Speedbreaker to refill. (Default = 80.0)
7272
SBMassMultiplier = 2 // Car mass multipiler for Speedbreaker. (Default = 2.0)

0 commit comments

Comments
 (0)