Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 4b8f7284967c98cc55c7c8d00f8136157aedad33 (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
;
; model particles
;


;
; SMALL

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

[particles]
label=engine_exhaust
type=flame
texture=fx/flame00
timeout=0.25
eject=0.05
radius=24
alpha=0.5
offset=0.25

;
; LARGE

[particles]
label=engine_trail_large
type=trail
texture=fx/engine_trail
timeout=8.0
eject=0.5
radius=24
alpha=0.5

[particles]
label=engine_exhaust_large
type=flame
texture=fx/flame00
timeout=1.0
eject=0.05
radius=128
alpha=0.75
offset=0.25

[particles]
label=engine_smoke_large
type=jet
texture=fx/engine_smoke
timeout=7.0
eject=0.25
radius=128
alpha=0.7
offset=0.2

;
; TSU'KHAN SHIPS
;

[particles]
label=engine_exhaust_tsukhan
type=flame
texture=fx/engine_exhaust_tsukhan
timeout=1.0
eject=0.01
radius=32
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

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

[particles]
label=engine_exhaust_large_tsukhan
type=flame
texture=fx/flame00
timeout=2.5
eject=0.20
radius=256
alpha=0.5
offset=0.25