Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/weaponFS15/data/particle/FieldExplosion.particle @ 10435

Last change on this file since 10435 was 10435, checked in by meggiman, 9 years ago

Added new models and fixed dammage bug. Bomb now fully working.

File size: 1.7 KB
RevLine 
[10435]1particle_system Orxonox/FieldExplosion
2
3{
4
5        material PE/lensflare
6
7        particle_width 152.940002441406
8
9        particle_height 154.119995117188
10
11        quota 2000
12
13        cull_each false
14
15        sorted false
16
17        local_space false
18
19        iteration_interval 0.0
20
21        nonvisible_update_timeout 0.0
22
23        billboard_type point
24
25        billboard_origin center
26
27        billboard_rotation_type texcoord
28
29        point_rendering false
30
31        accurate_facing false
32
33
34
35        emitter Point
36
37        {
38
39                position 0.0 0.0 0.0
40
41                direction 1.0 0.0 0.0
42
43                angle 0.0
44
45                emission_rate 200.0
46
47                velocity_min -1000.0
48
49                velocity_max 1000.0
50
51                time_to_live_min 2.0
52
53                time_to_live_max 4.0
54
55                duration_min 0.0
56
57                duration_max 0.0
58
59                repeat_delay_min 0.0
60
61                repeat_delay_max 0.0
62
63                colour_range_start 1 1 1 1
64
65                colour_range_end 0.666667 0 0 1
66
67        }
68
69
70
71        emitter Point
72
73        {
74
75                position 0.0 0.0 0.0
76
77                direction 0.0 0.0 1.0
78
79                angle 0.0
80
81                emission_rate 200.0
82
83                velocity_min -1000.0
84
85                velocity_max 1000.0
86
87                time_to_live_min 2.0
88
89                time_to_live_max 4.0
90
91                duration_min 0.0
92
93                duration_max 0.0
94
95                repeat_delay_min 0.0
96
97                repeat_delay_max 0.0
98
99                colour_range_start 1 1 1 1
100
101                colour_range_end 0.333333 0 1 1
102
103        }
104
105
106
107        emitter Point
108
109        {
110
111                position 0.0 0.0 0.0
112
113                direction 0.0 1.0 0.0
114
115                angle 0.0
116
117                emission_rate 200.0
118
119                velocity_min -1000.0
120
121                velocity_max 1000.0
122
123                time_to_live_min 2.0
124
125                time_to_live_max 4.0
126
127                duration_min 0.0
128
129                duration_max 0.0
130
131                repeat_delay_min 0.0
132
133                repeat_delay_max 0.0
134
135                colour_range_start 1 1 1 1
136
137                colour_range_end 0 1 0.498039 1
138
139        }
140
141
142
143        affector LinearForce
144
145        {
146
147                force_vector 0.0 -45.62 0.0
148
149                force_application add
150
151        }
152
153
154
155        affector Scaler
156
157        {
158
159                rate 16.47
160
161        }
162       
163
164}
165
Note: See TracBrowser for help on using the repository browser.