29 lines
829 B
Plaintext
29 lines
829 B
Plaintext
|
|
; The file suffix ".old" ensures that this file is not loaded by the game.
|
|
; To reactivate it simply delete ".old" from the file name.
|
|
|
|
; This file provides a simple example for custom shader param settings including
|
|
; custom color values. "lens_blue" and "scope_green" have been declared as
|
|
; custom scope/reticle colors. Note that lens colors consist of three values whereas
|
|
; reticle colors constist of four values.
|
|
|
|
;--------------------------------------------------------------------------------------
|
|
|
|
![s3ds_colors]
|
|
lens_blue = 0.79, 1, 1
|
|
|
|
|
|
![markswitch_colors]
|
|
scope_green = 0.14, 0.81, 0.25, 1
|
|
|
|
|
|
![wpn_m24]
|
|
s3ds_chroma_power = 0.02
|
|
s3ds_dirt_intensity = 2.8
|
|
s3ds_lens_color = lens_blue
|
|
|
|
![wpn_m82]
|
|
ms_colors = scope_black, scope_green
|
|
ms_count = 2
|
|
s3ds_reticle_type = 1
|
|
|