Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 28f6ded9f343ebc6e49bb03caf4e591586c9c0fe (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
;
; particles/engine_exhaust_tsukhan.ini
; tsukhan engine exhaust particles
;

[particles]

	[sprites]
	texture=fx/flare01
	lifespan=5000
	interval=10
	radius=2 32 1
	;64 256 16
	spawnradius=1.5
	alpha=1 0.5 0
	offset=0
	speed=32
	cone=0
	color=0.0f 0.0f 0.0f
	thrust=true
	impulse=true
	attached=true
	engine=true
	colorsecond=0.3f 0.0f 0.4f
	
	; impulse fire effect
	[sprites]
	texture=fx/flare03
	lifespan=3000
	interval=50
	radius=64 148 2
	;64 256 16
	spawnradius=1.5
	alpha=.25 0.5 0
	offset=0
	speed=18
	cone=16
	color=1.0f 1.0f 0.9f
	; only eject particles when impulse is active
	thrust=false
	impulse=true
	attached=true
	
	engine=true
	colorsecond=1.0 1.0 1.0
	
	[trail]
	; texture
	texture=fx/engine_trail_tsukhan
	; lifespan of a particle, in milliseconds
	lifespan=4000
	; ejection interval, in milliseconds
	interval=150
	; radius begin middle end
	radius= 2 8 2
	; alpha begin middle end
	alpha=0.0 0.5 0.0
	; middle point offset [0-1}, default 0.5
	offset=0.1
	; particle color
	color=255 255 255
	; particle speed
	speed=32	
	; ejection cone size, in degrees
	cone=0
	; only eject particles when thruster is active
	thrust=true
	impulse=true