Skip to content

Commit

Permalink
v9.0.0.1337
Browse files Browse the repository at this point in the history
+ Added an option to change tire steering angle in menus.
+ Added an option to change NOS Trail Repeat Count.
+ Added an option to allow longer profile names.
+ Added an option to fix an issue when the user is forced to play DDay (prologue) events even if they have done so.
- Removed LAN race fixes. (From now on, they will be available in NFSMW Race Fixes.)
* Thread (hotkey detection and other stuff) is moved to the main loop of the game.
* ShowMoreCustomizationOptions is now disabled by default.
  • Loading branch information
nlgxzef committed May 2, 2020
1 parent 91a59d6 commit 57b4249
Show file tree
Hide file tree
Showing 4 changed files with 446 additions and 643 deletions.
Binary file modified NFSMWExtraOptions/NFSMWExtraOptions.rc
Binary file not shown.
6 changes: 3 additions & 3 deletions NFSMWExtraOptions/NFSMWExtraOptions.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
<Keyword>Win32Proj</Keyword>
<RootNamespace>QRHiddenOptions</RootNamespace>
<ProjectName>NFSMWExtraOptions</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

1 comment on commit 57b4249

@Delicieuxz
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to add a setting for the potential duration or rain, such as in minutes? Maybe a minimum and maximum length. Also, the chance of it raining.

If it was possible to set how long various weather changes lasted, that would be cool. The game looks awesome when it's totally overcast with grey clouds. But it seems to last only a short while. Rain seems to last only a few seconds.

I know there's currently the option to set it to always rain, but that's too much. Being able to set periods of rain to last 3 - 8 minutes would be awesome.

Please sign in to comment.