-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed number of gears value. Fixed multimonitor/virtual desktop issue…
… (preview image was not drawn in the correct place. Maybe it now works. Cannot test this myself). Fixed bug in preview image generation if FixUp.VSyncActive=0 was set. Fixed bug showing "car1/car2/car3/etc" name if the RBRCIT installed car was actually one of the original car models (ie. without NGP description file). Fixed a bug if there was a dot in a car model name (the plugin showed the car name wrong). Added new options: ScreenshotFileType=PNG | BMP. ScreenshotAPIType=0 | 1 (0=DirectX framebuffer data in a screenshot, 1=GDI screen data in a screenshot). Some Win7 PCs seemed to have issues with DX screenshots (wrong background colors). Added NGPCarMenu\CustomCarSpecs.ini file to support original car models and any other non-NGP related custom car model.
- Loading branch information
Showing
12 changed files
with
852 additions
and
250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
; | ||
; NGPCarMenu - Car specs of the original RBR cars. | ||
; | ||
; If RBRCIT/NGP is used to install original car models then Physics\<carFolder>\ folder doesn't have a model description file. | ||
; In that case this plugin use this file to look for custom spec information for those cars (or any other custom non-NGP car model). | ||
; | ||
; By default here are the origial RBR cars, but you can add any custom car here if NGP model doesn't have a car spec information for the car. | ||
; Well, to be exact. NGP carList.ini file does have this information for the original cars EXCEPT the cat FIA Category information. This file adds the FIA category information, | ||
; but at the same time this can be used to add this information for other non-NGP custom car model names. | ||
; | ||
|
||
[Car_1] | ||
name=Citroen Xsara | ||
cat=WRC 2.0 | ||
year=2004 | ||
weight=1400 | ||
power=300@5500 | ||
trans=4WD | ||
|
||
|
||
[Car_2] | ||
name=Hyundai Accent | ||
cat=WRC 2.0 | ||
year=2004 | ||
weight=1400 | ||
power=300@5300 | ||
trans=4WD | ||
|
||
|
||
[Car_3] | ||
name=MG ZR Super 1600 | ||
cat=Super 1600 | ||
year=2004 | ||
weight=1150 | ||
power=215@8450 | ||
trans=2WD | ||
|
||
|
||
[Car_4] | ||
name=Mitsubishi Lancer Evo VII | ||
cat=WRC 2.0 | ||
year=2004 | ||
weight=1400 | ||
power=300@5500 | ||
trans=4WD | ||
|
||
|
||
[Car_5] | ||
name=Peugeot 206 | ||
cat=WRC 2.0 | ||
year=2004 | ||
weight=1400 | ||
power=300@5250 | ||
trans=4WD | ||
|
||
|
||
[Car_6] | ||
name=Subaru Impreza 2003 | ||
cat=WRC 2.0 | ||
year=2004 | ||
weight=1400 | ||
power=300@5500 | ||
trans=4WD | ||
|
||
|
||
[Car_7] | ||
name=Toyota Corolla | ||
cat=WRC 2.0 | ||
year=2004 | ||
weight=1400 | ||
power=300@5250 | ||
trans=4WD | ||
|
||
|
||
[Car_8] | ||
name=Subaru Impreza 2000 | ||
cat=WRC 2.0 | ||
year=2004 | ||
weight=1400 | ||
power=280@6400 | ||
trans=4WD | ||
|
Oops, something went wrong.