-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
94 additions
and
62 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
[MAIN] | ||
; Enables pink debug texture. Useful for debugging. | ||
DebugTexture = 0 | ||
; Enables contrails. Currently they're buggy. Use at your own risk. | ||
; Enables contrails | ||
Contrails = 1 | ||
; Enables contrails in NIS | ||
NISContrails = 0 | ||
; Controls the activation speed of contrails (in m/s) | ||
ContrailSpeed = 44.0 | ||
; Controls the state of the contrail rate limiter | ||
LimitContrailRate = 1 | ||
; Controls the state of the spark rate limiter | ||
LimitSparkRate = 1 | ||
|
||
; Target framerate for the effects | ||
; Min = 0, Max = target game FPS (by default it's 60, this is the same value as SimRate in Widescreen Fix) | ||
; Closer the value is to 0, the effects will have less density | ||
[Limits] | ||
ContrailTargetFPS = 30 | ||
SparkTargetFPS = 30 |
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