Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions NFSMWExtraOptionsSettings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ DisableTakeover = 0 // Removes "Extra Options by ExOpts Team" te

[Gameplay]
EnableHiddenCameraModes = 0 // Enables hidden camera modes and fixes the names. (0 = False (Default), 1 = True)
EnableDebugCamera = 0 // Enables vanilla debug world camera function. Press Backspace to toggle. (0 = False (Default), 1 = True)
EnableDebugCamera = 1 // Enables vanilla debug world camera function. Press Backspace to toggle. (0 = False (Default), 1 = True)
ShowHUDOnLookBack = 0 // Prevents the HUD from disappearing when looked back, like in NFSU2. (0 = False (Default), 1 = True)
GameSpeed = 1 // (FOR FUN) Speed modifier for races. (Default = 1.0)
WorldAnimationSpeed = 45 // Speed modifier for animations (like waving trees) on the world. (Default = 45.0)
Expand All @@ -70,7 +70,7 @@ StartingCash = 0 // Starts the game with specified amount of
AwardedCash = 10000 // Awards (or penalties if you set a negative value) the player with specified amount of cash for having NFSU2 save on their PC. (Default = 10000)
WorldMapAnywhere = 1 // Enables the World Map (M) hotkey on race and pursuit events. (0 = False, 1 = True (Default))
SkipTrackAnywhere = 1 // (EXPERIMENTAL) Enables the Skip Track (T) hotkey in the game world. (0 = False, 1 = True (Default))
UnlockAllThings = 0 // Current status of UnlockAllThings hack. (0 = False (Default), 1 = True)
UnlockAllThings = 1 // Current status of UnlockAllThings hack. (0 = False (Default), 1 = True)
ForceBlackEdition = 1 // Force enables Black Edition mode by skipping INGAMEC.BUN file check. (0 = False, 1 = True (Default))
UnlockBurgerKingChallenge = 0 // Unlocks Burger King challenge without using cheat code. (0 = False (Default), 1 = True)
EnableMaxPerformanceOnShop = 1 // Lets you install maximum available parts to your car with one key on Career Performance Shop. (0 = False, 1 = True (Default))
Expand Down