Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: a75041c9b3e33ac6e7f7a8c9688870cd51890c9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
;
; model particles
;

; engine exhaust effects
[particles]
label=engine_exhaust
type=jet
texture=fx/engine_exhaust
timeout=1.0
eject=0.01
radius=32
alpha=0.5

[particles]
label=engine_exhaust_tsukhan
type=jet
texture=fx/engine_exhaust_tsukhan
timeout=1.0
eject=0.01
radius=32
alpha=0.5

; engine trail effects
[particles]
label=engine_trail
type=trail
texture=fx/engine_trail
timeout=4.0
eject=0.15
radius=12
alpha=0.5

[particles]
label=engine_trail_tsukhan
type=trail
texture=fx/engine_trail_tsukhan
timeout=4.0
eject=0.15
radius=12
alpha=1.0

; engine smoke effects
[particles]
label=engine_smoke
type=jet
texture=fx/engine_smoke
timeout=3.0
eject=0.1
radius=32
alpha=0.8

[particles]
label=engine_smoke_tsukhan
type=jet
texture=fx/engine_smoke_tsukhan
timeout=3.0
eject=0.1
radius=64
alpha=0.8