Skip to content

Commit

Permalink
v4.0.0.1337
Browse files Browse the repository at this point in the history
+ Added Freeze Camera hotkey.
+ Added Auto Drive.
* Moved UnfreezeKO into ShowMoreRaceOptions.
* Moved ShowMorePaintTypes into ShowMoreCustomizationOptions.
+ Added an option to show Debug Event ID on Quick Race Track Select screen.
+ Added an option to allow longer profile names.
* Fixed disambiguation between "Headlights" and "HeadLights".
* Restored Hood Decals and Cabin Neon options. (Enable ShowMoreCustomizationOptions)
+ Added an option to skip movies.
+ Added an option to let users execute multiple instances of the game at the same time.
* Unlock Regional Cars option now checks if the PEUGOT106 and CORSA exists.
  • Loading branch information
nlgxzef committed Sep 24, 2019
1 parent ef1ae3b commit 8bd4bc9
Show file tree
Hide file tree
Showing 4 changed files with 296 additions and 44 deletions.
Binary file modified NFSU2ExtraOptions/NFSU2ExtraOptions.rc
Binary file not shown.
6 changes: 3 additions & 3 deletions NFSU2ExtraOptions/NFSU2ExtraOptions.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
<Keyword>Win32Proj</Keyword>
<RootNamespace>NFSU2ExtraOptions</RootNamespace>
<ProjectName>NFSU2ExtraOptions</ProjectName>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
Expand Down
Loading

0 comments on commit 8bd4bc9

Please sign in to comment.