home *** CD-ROM | disk | FTP | other *** search
- ; NOTE: TABs are correctly shown with tab size of 4. Please do not
- ; reformat these files because of lousy text editor!!!
- ;
- ;
- ; General appearance controlling interface
- ; ========================================
- ;
- ; Times given here are in seconds to support properly
- ; different refresh rates. Usually we draw 30-60 frames
- ; per second.
- ;
- ; All numerical values can be floating point values.
- ;
- ; The order of these elements is absolutely crucial!
- ;
-
- ;beginning fader times
- ;=====================
- InitializeFadeOut 0.75 ;seconds
- ;time is resetted here!
-
- IntroCOEEStart 8.4 ;seconds ;4.0
- IntroCOEEFadeIn 0.3 ;seconds ;1.0
- IntroCOEEStay 14.0 ;seconds ;8.0
- IntroCOEEFadeOut 0.5 ;seconds ;1 ;10
- IntroMMStart 1.0 ;seconds ;0
- IntroMMFadeIn 1.0 ;seconds ;0.5
- IntroMMStay 4.0 ;seconds ;3.0
- IntroMMFadeOut 1.5 ;seconds ;0.5 ;4
- IntroEngineStart 19.8 ;seconds ;14.0
- IntroEngineFadeIn 0.2 ;seconds ;3.0
- IntroFlicStart 23 ;seconds ;12.0
- IntroFlicFadeIn 0.5 ;seconds ;2.0
- IntroMenuStart 23 ;seconds ;17.0
- IntroMenuFadeIn 0.5 ;seconds ;2.0
- IntroCarStart 25.0 ;seconds ;19.0
- IntroCarFadeIn 1.6 ;seconds ;2.0
-
- TimeWhenDoneSoFar 27.0 ;seconds ;21.0
- IntroInterruptTime 0.6 ;seconds ;1.0
-
-
- ;menu screen outlook
- ;===================
- MenuFogColorRed 00 ;[0-255]
- MenuFogColorGreen 00 ;[0-255]
- MenuFogColorBlue 00 ;[0-255]
- MenuBackgroundColorRed 00 ;[0-255]
- MenuBackgroundColorGreen 00 ;[0-255]
- MenuBackgroundColorBlue 00 ;[0-255]
- FogStartInMenu 50 ;meters [0,HowLongYouCanSeeInMenu]
- HowLongYouCanSeeInMenu 165 ;meters
- FieldOfViewInMenu 110 ;110 degrees
- DrivingSpeedInMenu 200 ;km/h
- NonSelectedItemDimming 60 ;precents of highlighted
- NonSelectableItemDimming 98 ;precents of highlighted
- ShimmeringOfMenuItems 0 ;percents maximum (random)
-
- ;menu screen action times
- ;========================
- CrossFadeTimeBetweenCars 0.94 ;seconds
- CrossFadeOverlapBetweenCars 0.50 ;[0.0-1.0] 0=none, 1=full
- CrossFadeTimeBetweenMenus 0.25 ;seconds
- CrossFadeOverlapBetweenMenus 0.25 ;[0.0-1.0] 0=none, 1=full
- CarAutoShowTime 1.0 ;seconds
- TrackAutoShowTime 0.6 ;seconds
- AutomaticRaceStartTime 20 ;seconds
-
- ;transition between menu & race
- ;==============================
- TransitionTime 3.5 ;seconds countdown overlaps with this
- MenuFadeOutTime 0.3 ;seconds <TransitionTime
- FlashFadeIn 0.2 ;seconds <=MenuFadeOutTime
- FlashStay 0.2 ;seconds mask out swapping
- FlashFadeOut 0.5 ;seconds
- InitialRacerPosition -50 ;meters
- CountdownStartBeforeRace 2.0 ;seconds <CountdownLength AND <(TransitionTime-MenuFadeOutTime)
- CountdownLength 3.5 ;seconds
- CountdownStayAfterRaceStart 0.5 ;seconds
-
- ; Notes: end of fade in is aligned automatically to MenuFadeOutTime
-
- ;transition between race & menu
- ;==============================
- TransitionTime 1.5 ;seconds should be quite short
- MenuItemFadeInDelay 0.3 ;seconds
- FlashFadeIn 0.1 ;seconds
- FlashStay 0.2 ;seconds
- FlashFadeOut 0.5 ;seconds
-
- ;credits part
- ;==============================
- CreditsShowTime 20.0 ;seconds
- CreditsFadeInTime 3.0 ;seconds
- CreditsFadeOutTime 2.0 ;seconds
- CreditsMenuFadeOutTime 1.5 ;seconds
- CreditsEngineFadeOutTime 15.0 ;seconds
- CreditsStartFromY 480.0 ;pixels
- CreditsStopToY 0.0 ;pixels
-
- ;game lard
- ;==============================
- WrongWayLimit 120.0 ;degrees
-
- ;make no modifications to this
- ;=============================
- CHECKSUM 2072260293
-
-