; *********************************************
; * InFeRnO demoengine script for The LifeWay *
; *********************************************

; ****************
; * general vars *
; ****************

demoname The LifeWay
fps 0
timing 0
debug 0
packeddata 0
demostart 0
demoend 222

; ******************
; * gl driver vars *
; ******************

gl_fullscreen 1
gl_panoramic 1
gl_info 0
gl_extensions 0

; screen attributes
gl_width 800
gl_height 600
gl_bpp 32
gl_zbuffer 16

;render to texture dimensions
gl_rttWidth 512
gl_rttHeight 512

; *********************
; * sound driver vars *
; *********************

snd_enable 1
snd_mp3file data/music/summerdream.ogg

; *****************
; * demo sections *
; *****************

[loading]
string data/loader/textures/loadingback.jpg
string data/loader/textures/loadingfront.jpg

;Progress bar RGBA parameters
param 0.6
param 0.4
param 0.4
param 0.4

; *****************************************************************************************
; * particletitle sections ****************************************************************
; *****************************************************************************************

[genParticletex]
start 0
end 12
layer 100
syncs 0

; *** The texture start ***
;title texture
string data/particletitle/titles/lifewaySmall.jpg

;texture scale
param 1
; **** The texture end ****

; *** The particles start ***
;particle texture
string data/particletitle/flares/grayflare.jpg

;particle size
param 1

;particle max dispersion
param 200
; **** The particles end ****

;Translate to (x,y,z)
param 0
param 0
param 0

;alpha (start->end) from 0 to 1
param 0
param 1

; *****************************

[genCamera]
start 0.0
end 12.0
layer 1
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;trajectory
spline data/particletitle/paths/circle.txt


; *****************************

[genCamera]
start 12.0
end 16.0
layer 1
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

spline data/particletitle/paths/closer.txt

; *****************************

[particletitle]
start 12
end 16
layer 100
syncs 1

sync 0

;particle size
param 0.3

;title texture
string data/particletitle/titles/lifeway.jpg

;splines for both sections (rotating and zooming)
spline data/particletitle/paths/circle.txt 12
spline data/particletitle/paths/closer.txt 5

; *****************

[efxRadialBlur]
start 12.0
end 16.0
layer 1010
syncs 0
;n iterations (2^n)
param 10

;initial alpha and separation
param 0.2
param 0.001

;final alpha and separation
param 0.0
param 0.005

;initial position (x,y) from 0 to 1
param 0.5
param 1.0

;final position (x,y) from 0 to 1
param 0.5
param 0.0

; ******************

[efxFader]
start 12
end 13
layer 1100
syncs 0

;RGBA init colors and alpha
param 1
param 1
param 1
param 1

;RGBA end colors and alpha
param 1
param 1
param 1
param 0

; ******************

[efxRenderMesh]
start 0
end 12
layer 1050
syncs 0

; deform type
param 1

; Alpha (start -> end) from 0 to 1
param 0.45
param 0.45

; Leave trails (1 = yes, 0 = no)
param 1

; ******************

[efxRenderMesh]
start 12.0
end 16.0
layer 1001
syncs 0

; deform type
param 5

; Alpha (start -> end) from 0 to 1
param 0.4
param 0.4

; Leave trails (1 = yes, 0 = no)
param 1

; *****************************************************************************************
; * pathway sections **********************************************************************
; *****************************************************************************************

[efxRenderMesh]
start 15.75
end 17.0
layer 1000
syncs 0

; deform type
param 5

; Alpha (start -> end) from 0 to 1
param 1.0
param 0

; Leave trails (1 = yes, 0 = no)
param 1

; **********************

[genCamera]
start 16.0
end 32.0
layer 1
syncs 0

;Field of Vision (in degrees)
param 150

;Znear and Zfar falloff
param 0.05
param 3000

;path to follow
spline data/pathway/paths/camera.pth

; ********************

[genMacroBox]
start 16
end 32
layer 10
syncs 0

;The texture
string data/quadexplosion/environments/chrome.jpg

; ***********************

[genPathway]
start 16.0
end 32.0
layer 110
syncs 0

;number of particles per second
param 250

;particle size
param 1

;particle modulated color (R,G,B) from 0 to 1
param 0.03
param 0.03
param 0.03

;particle texture
string data/particletitle/flares/grayflare.jpg

;path to follow
spline data/pathway/paths/spiral.pth

; ***********************

[genPathway]
start 16.0
end 32.0
layer 110
syncs 0

;number of particles per second
param 250

;particle size
param 1

;particle modulated color (R,G,B) from 0 to 1
param 0.1
param 0.05
param 0.025

;particle texture
string data/particletitle/flares/grayflare.jpg

;path to follow
spline data/pathway/paths/bucle.pth

; ***********************

[genPathway]
start 16.0
end 32.0
layer 110
syncs 0

;number of particles per second
param 250

;particle size
param 1

;particle modulated color (R,G,B) from 0 to 1
param 0.025
param 0.05
param 0.1

;particle texture
string data/particletitle/flares/grayflare.jpg

;path to follow
spline data/pathway/paths/closer.pth

[genPathway]
start 16.0
end 32.0
layer 110
syncs 0

;number of particles per second
param 250

;particle size
param 1

;particle modulated color (R,G,B) from 0 to 1
param 0.05
param 0.025
param 0.025

;particle texture
string data/particletitle/flares/grayflare.jpg

;path to follow
spline data/pathway/paths/one.pth

[genPathway]
start 16.0
end 32.0
layer 110
syncs 0

;number of particles per second
param 250

;particle size
param 1

;particle modulated color (R,G,B) from 0 to 1
param 0.025
param 0.1
param 0.025

;particle texture
string data/particletitle/flares/grayflare.jpg

;path to follow
spline data/pathway/paths/two.pth

; *****************************************************************************************
; * gear sections *************************************************************************
; *****************************************************************************************

[gears]
start 32
end 48.1
layer 100
syncs 0

spline data/gears/paths/path1.txt

[gears]
start 32
end 48.1
layer 2000
syncs 0

spline data/gears/paths/path1.txt

[genMacroBox]
start 32
end 48
layer 10
syncs 0

;The texture
string data/quadexplosion/environments/chrome.jpg

[efxRenderMesh]
start 32.0
end 48.0
layer 200
syncs 0

; deform type
param 4

; Alpha (start -> end) from 0 to 1
param 0.6
param 0.6

; Leave trails (1 = yes, 0 = no)
param 1

; *****************************************************************************************
; * redsun sections *************************************************************************
; *****************************************************************************************

[genCamera]
start 48
end 64
layer 1
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;spline data/particletitle/paths/closer.txt

; ***********************+

[genWireframe]
start 48
end 64
layer 50
syncs 0

;** LineWidth
param 3

;** Color handling ********** START **********
;R1 + R2 * sin( R3 * t )        from 0 to 1
;G1 + G2 * sin( G3 * t )        from 0 to 1
;B1 + B2 * sin( B3 * t )        from 0 to 1
;A1 +  random ( 0 to A2 )       from 0 to 1

;R1
param 0.4
;R2
param 0.0
;R3
param 10

;G1
param 0.4
;G2
param 0.0
;G3
param 30

;B1
param 0.8
;B2
param 0.2
;B3
param 200

;A1
param 0.5
;A2
param 0.5
;** Color handling *********** END ***********

;** Hidden Lines
; 0 = hidden lines OFF
; 1 = hidden lines ON
param 0

string data/redsun/models/
string spheretesselated.3d

; *************************

[efxFader]
start 48
end 64
layer 100
syncs 0

;RGBA init colors and alpha
param 0
param 0
param 0
param 0.98

;RGBA end colors and alpha
param 0
param 0
param 0
param 0.98

; ******************

[redsun]
start 48
end 64
layer 200
syncs 0

;** not Used ********** START **********
param 4
;** not Used *********** END ***********

;** Color handling ********** START **********
;R1 + R2 * sin( R3 * t )        from 0 to 1
;G1 + G2 * sin( G3 * t )        from 0 to 1
;B1 + B2 * sin( B3 * t )        from 0 to 1
;A1 +  random ( 0 to A2 )       from 0 to 1

;R1
param 0.6
;R2
param 0.2
;R3
param 25

;G1
param 0.3
;G2
param 0.0
;G3
param 30

;B1
param 0.1
;B2
param 0.0
;B3
param 20

;A1
param 0.05
;A2
param 0.05

spline data/redsun/paths/path.pth

;***************************

[efxRenderMesh]
start 48
end 64
layer 1000
syncs 0

; deform type
param 5

; alpha
param 0.6
param 0.6

; Leave trails (1 = yes, 0 = no)
param 1

; ********************************

[genEnvironment]
start 48
end 64
layer 400
syncs 0

;The model
string data/quadexplosion/models/
string quadexplosion.3ds

;The texture
string data/quadexplosion/environments/chrome.jpg

; *****************************************************************************************
; * bluesky sections **********************************************************************
; *****************************************************************************************

[efxFader]
start 64
end 65
layer 3000
syncs 0

;RGBA init colors and alpha
param 1
param 1
param 1
param 1

;RGBA end colors and alpha
param 1
param 1
param 1
param 0

[genCamera]
start 64.0
end 80.0
layer 1
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;path to follow
spline data/bluesky/paths/maincamera.pth

; *********************************

;the background
[gen3Dimage]
start 64
end 80
layer 100
syncs 0

;The texture
string data/bluesky/textures/sky.jpg

;The Scale factor (bigger = bigger) (horizontal and vertical)
param 0.85
param 0.6

;translate to x,y,z
param 0
param 0
param 0

;alpha (start->end)
param 1
param 1

; *********************************

[genPathway]
start 64.0
end 80.0
layer 150
syncs 0

;number of particles per second
param 300

;particle size
param 2.5

;particle modulated color (R,G,B) from 0 to 1
param 0.015
param 0.015
param 0.015

;particle texture
string data/particletitle/flares/grayflare.jpg

; path to follow for particles
spline data/bluesky/paths/airplane.pth

; **********************************

[genCamera]
start 64.0
end 80.0
layer 199
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;path to follow
spline data/bluesky/paths/maincameratitles.pth


[genCamera]
start 64.0
end 80.0
layer 4999
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;path to follow
spline data/bluesky/paths/maincameratitles.pth

[efxFader]
start 76
end 77
layer 3000
syncs 0

;RGBA init colors and alpha
param 1
param 1
param 1
param 0.5

;RGBA end colors and alpha
param 1
param 1
param 1
param 0

; ***** title number 1 ***********************************

[genParticletex]
start 64
end 76
layer 5000
syncs 0

; *** The texture start ***
;title texture
string data/bluesky/text.jpg

;texture scale
param 0.6
; **** The texture end ****

; *** The particles start ***
;particle texture
string data/particletitle/flares/grayflare.jpg

;particle size
param 0.75

;particle max dispersion
param 200
; **** The particles end ****

;Translate to (x,y,z)
param -50
param -40
param 0

;alpha (start->end) from 0 to 1
param 0
param 0.75

; *****

[gen3Dimage]
start 76
end 80
layer 5000
syncs 0

;The texture
string data/bluesky/text.jpg

;The Scale factor (bigger = bigger) (horizontal and vertical)
param 0.6
param 0.6

;translate to x,y,z
param -50
param -40
param 0

;alpha (start->end)
param 1
param 0


; *****************************************************************************************
; * meditation sections *******************************************************************
; *****************************************************************************************

[meditation]
start 80
end 112
layer 100
syncs 2

sync 6
sync 7

; ******************

[efxRenderMesh]
start 80
end 112.0
layer 1000
syncs 0

; deform type
param 1

; Alpha (start -> end) from 0 to 1
param 0.6
param 0.6

; Leave trails (1 = yes, 0 = no)
param 1

; ******************

[efxFader]
start 80
end 112
layer 150
syncs 0

;RGBA init colors and alpha
param 0
param 0
param 0
param 0.97

;RGBA end colors and alpha
param 0
param 0
param 0
param 0.97

[efxFader]
start 88
end 89
layer 3000
syncs 0

;RGBA init colors and alpha
param 0
param 0
param 0
param 1

;RGBA end colors and alpha
param 0
param 0
param 0
param 0

[efxFader]
start 96
end 97
layer 3000
syncs 0

;RGBA init colors and alpha
param 0
param 0
param 0
param 1

;RGBA end colors and alpha
param 0
param 0
param 0
param 0

[efxFader]
start 104
end 105
layer 3000
syncs 0

;RGBA init colors and alpha
param 0
param 0
param 0
param 1

;RGBA end colors and alpha
param 0
param 0
param 0
param 0

[efxFader]
start 110
end 111
layer 3000
syncs 0

;RGBA init colors and alpha
param 0
param 0
param 0
param 1

;RGBA end colors and alpha
param 0
param 0
param 0
param 0

; **********************************

[genCamera]
start 80.0
end 112.0
layer 4999
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;path to follow
spline data/bluesky/paths/maincameratitles.pth

; ***** title number 1 ***********************************

[genParticletex]
start 80
end 88
layer 5000
syncs 0

; *** The texture start ***
;title texture
string data/meditation/titles/title1.jpg

;texture scale
param 0.5
; **** The texture end ****

; *** The particles start ***
;particle texture
string data/particletitle/flares/grayflare.jpg

;particle size
param 0.75

;particle max dispersion
param 200
; **** The particles end ****

;Translate to (x,y,z)
param -40
param -20
param 0

;alpha (start->end) from 0 to 1
param 0
param 0.75

; *****

[gen3Dimage]
start 88
end 90
layer 5000
syncs 0

;The texture
string data/meditation/titles/title1.jpg

;The Scale factor (bigger = bigger) (horizontal and vertical)
param 0.5
param 0.5

;translate to x,y,z
param -40
param -20
param 0

;alpha (start->end)
param 1
param 0

; ***** title number 2 ***********************************

[genParticletex]
start 88
end 96
layer 5000
syncs 0

; *** The texture start ***
;title texture
string data/meditation/titles/title2.jpg

;texture scale
param 0.5
; **** The texture end ****

; *** The particles start ***
;particle texture
string data/particletitle/flares/grayflare.jpg

;particle size
param 0.75

;particle max dispersion
param 200
; **** The particles end ****

;Translate to (x,y,z)
param 40
param 20
param 0

;alpha (start->end) from 0 to 1
param 0
param 0.75

; *****

[gen3Dimage]
start 96
end 98
layer 5000
syncs 0

;The texture
string data/meditation/titles/title2.jpg

;The Scale factor (bigger = bigger) (horizontal and vertical)
param 0.5
param 0.5

;translate to x,y,z
param 40
param 20
param 0

;alpha (start->end)
param 1
param 0

; ***** title number 3 ***********************************

[genParticletex]
start 96
end 104
layer 5000
syncs 0

; *** The texture start ***
;title texture
string data/meditation/titles/title3.jpg

;texture scale
param 0.5
; **** The texture end ****

; *** The particles start ***
;particle texture
string data/particletitle/flares/grayflare.jpg

;particle size
param 0.75

;particle max dispersion
param 200
; **** The particles end ****

;Translate to (x,y,z)
param -40
param 20
param 0

;alpha (start->end) from 0 to 1
param 0
param 0.75

; *****

[gen3Dimage]
start 104
end 106
layer 5000
syncs 0

;The texture
string data/meditation/titles/title3.jpg

;The Scale factor (bigger = bigger) (horizontal and vertical)
param 0.5
param 0.5

;translate to x,y,z
param -40
param 20
param 0

;alpha (start->end)
param 1
param 0

; ***** title number 4 ***********************************

[genParticletex]
start 104
end 110
layer 5000
syncs 0

; *** The texture start ***
;title texture
string data/meditation/titles/title4.jpg

;texture scale
param 0.5
; **** The texture end ****

; *** The particles start ***
;particle texture
string data/particletitle/flares/grayflare.jpg

;particle size
param 0.75

;particle max dispersion
param 200
; **** The particles end ****

;Translate to (x,y,z)
param 40
param -20
param 0

;alpha (start->end) from 0 to 1
param 0
param 0.75

; *****

[gen3Dimage]
start 110
end 112
layer 5000
syncs 0

;The texture
string data/meditation/titles/title4.jpg

;The Scale factor (bigger = bigger) (horizontal and vertical)
param 0.5
param 0.5

;translate to x,y,z
param 40
param -20
param 0

;alpha (start->end)
param 1
param 0

; *****************************************************************************************
; * the Lake sections *********************************************************************
; *****************************************************************************************

[efxFader]
start 112
end 113
layer 3000
syncs 0

;RGBA init colors and alpha
param 1
param 1
param 1
param 1

;RGBA end colors and alpha
param 1
param 1
param 1
param 0

[thelake]
start 112
end 144
layer 100
syncs 0

;number of particles per second
param 200

;particle size
param 3

;particle modulated color (R,G,B) from 0 to 1
param 0.015
param 0.015
param 0.015

;particle texture
string data/particletitle/flares/grayflare.jpg

; path to follow for particles
spline data/thelake/paths/blue.pth

; *****************************************************************************************
; * pulp sections *************************************************************************
; *****************************************************************************************

[efxRenderMesh]
start 144
end 150
layer 1050
syncs 0

; deform type
param 6

; Alpha (start -> end) from 0 to 1
param 0.2
param 0.2

; Leave trails (1 = yes, 0 = no)
param 1

[efxRenderMesh]
start 144
end 150
layer 1100
syncs 0

; deform type
param 4

; Alpha (start -> end) from 0 to 1
param 0.2
param 0.2

; Leave trails (1 = yes, 0 = no)
param 1

[genCamera]
start 144.0
end 150.0
layer 1
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;trajectory
spline data/pulp/paths/camera.pth

; ************************

[genMacroBox]
start 144
end 150
layer 20
syncs 0

;The texture
string data/stuff/9.jpg

; ***********************

[genEnvironment]
start 144
end 150
layer 200
syncs 0

;The model
string data/pulp/
string pulp.3ds

;The texture
string data/stuff/glass.jpg

; *****************************************************************************************
; * greetings sections ********************************************************************
; *****************************************************************************************

; *** BOAH ************************

[genCamera]
start 150
end 152.1
layer 9
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.01
param 2000

;Movement
spline data/greetings/paths/up.pth

[genCamera]
start 152
end 155
layer 9
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/far.pth

[genParticletex]
start 150
end 151
layer 10
syncs 0

; *** The texture start ***
;title texture
string data/greetings/textures/BOAH.jpg

;texture scale
param 0.25
; **** The texture end ****

; *** The particles start ***
;particle texture
string data/greetings/flares/SmallBubble.jpg

;particle size
param 0.5

;particle max dispersion
param 50
; **** The particles end ****

;Translate to (x,y,z)
param 0
param 0
param 0

;alpha (start->end) from 0 to 1
param 0
param 1

[gen3Dimage]
start 151
end 153
layer 10
syncs 0

;The texture
string data/greetings/textures/BOAH.jpg

;The Scale factor (bigger = bigger) (horizontal and vertical)
param 0.25
param 0.25

;translate to x,y,z
param 0
param 0
param 0

;alpha (start->end)
param 1
param 0

; *** BREEZE ********************************************

[genCamera]
start 151
end 153.1
layer 19
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/left.pth

[genCamera]
start 153
end 156
layer 19
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/far.pth

[genParticletex]
start 151
end 152
layer 20
syncs 0

; *** The texture start ***
;title texture
string data/greetings/textures/BREEZE.jpg

;texture scale
param 0.2
; **** The texture end ****

; *** The particles start ***
;particle texture
string data/greetings/flares/SmallBubble.jpg

;particle size
param 0.5

;particle max dispersion
param 50
; **** The particles end ****

;Translate to (x,y,z)
param 0
param 0
param 0

;alpha (start->end) from 0 to 1
param 0
param 1

[gen3Dimage]
start 152
end 154
layer 20
syncs 0

;The texture
string data/greetings/textures/BREEZE.jpg

;The Scale factor (bigger = bigger) (horizontal and vertical)
param 0.2
param 0.2

;translate to x,y,z
param 0
param 0
param 0

;alpha (start->end)
param 1
param 0

; *** COLLAPSE ********************************************

[genCamera]
start 152
end 154.1
layer 29
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/down.pth

[genCamera]
start 154
end 157
layer 29
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/far.pth

[genParticletex]
start 152
end 153
layer 30
syncs 0

; *** The texture start ***
;title texture
string data/greetings/textures/COLLAPSE.jpg

;texture scale
param 0.2
; **** The texture end ****

; *** The particles start ***
;particle texture
string data/greetings/flares/SmallBubble.jpg

;particle size
param 0.5

;particle max dispersion
param 50
; **** The particles end ****

;Translate to (x,y,z)
param 0
param 0
param 0

;alpha (start->end) from 0 to 1
param 0
param 1

[gen3Dimage]
start 153
end 155
layer 30
syncs 0

;The texture
string data/greetings/textures/COLLAPSE.jpg

;The Scale factor (bigger = bigger) (horizontal and vertical)
param 0.2
param 0.2

;translate to x,y,z
param 0
param 0
param 0

;alpha (start->end)
param 1
param 0

; *** CONCEPT ********************************************

[genCamera]
start 153
end 155.1
layer 39
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/right.pth

[genCamera]
start 158
end 161
layer 39
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/far.pth

[genParticletex]
start 153
end 154
layer 40
syncs 0

; *** The texture start ***
;title texture
string data/greetings/textures/CONCEPT.jpg

;texture scale
param 0.2
; **** The texture end ****

; *** The particles start ***
;particle texture
string data/greetings/flares/SmallBubble.jpg

;particle size
param 0.5

;particle max dispersion
param 50
; **** The particles end ****

;Translate to (x,y,z)
param 0
param 0
param 0

;alpha (start->end) from 0 to 1
param 0
param 1

[gen3Dimage]
start 154
end 156
layer 40
syncs 0

;The texture
string data/greetings/textures/CONCEPT.jpg

;The Scale factor (bigger = bigger) (horizontal and vertical)
param 0.2
param 0.2

;translate to x,y,z
param 0
param 0
param 0

;alpha (start->end)
param 1
param 0

; *** DOGCOW ********************************************

[genCamera]
start 154
end 156.1
layer 49
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/up.pth

[genCamera]
start 156
end 159
layer 49
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/far.pth

[genParticletex]
start 154
end 155
layer 50
syncs 0

; *** The texture start ***
;title texture
string data/greetings/textures/DOGCOW.jpg

;texture scale
param 0.2
; **** The texture end ****

; *** The particles start ***
;particle texture
string data/greetings/flares/SmallBubble.jpg

;particle size
param 0.5

;particle max dispersion
param 50
; **** The particles end ****

;Translate to (x,y,z)
param 0
param 0
param 0

;alpha (start->end) from 0 to 1
param 0
param 1

[gen3Dimage]
start 155
end 157
layer 50
syncs 0

;The texture
string data/greetings/textures/DOGCOW.jpg

;The Scale factor (bigger = bigger) (horizontal and vertical)
param 0.2
param 0.2

;translate to x,y,z
param 0
param 0
param 0

;alpha (start->end)
param 1
param 0

; *** FAQMAC ********************************************

[genCamera]
start 155
end 157.1
layer 59
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/left.pth

[genCamera]
start 157
end 160
layer 59
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/far.pth

[genParticletex]
start 155
end 156
layer 60
syncs 0

; *** The texture start ***
;title texture
string data/greetings/textures/FAQMAC.jpg

;texture scale
param 0.2
; **** The texture end ****

; *** The particles start ***
;particle texture
string data/greetings/flares/SmallBubble.jpg

;particle size
param 0.5

;particle max dispersion
param 50
; **** The particles end ****

;Translate to (x,y,z)
param 0
param 0
param 0

;alpha (start->end) from 0 to 1
param 0
param 1

[gen3Dimage]
start 156
end 158
layer 60
syncs 0

;The texture
string data/greetings/textures/FAQMAC.jpg

;The Scale factor (bigger = bigger) (horizontal and vertical)
param 0.2
param 0.2

;translate to x,y,z
param 0
param 0
param 0

;alpha (start->end)
param 1
param 0

; *** FUZZION ********************************************

[genCamera]
start 156
end 158.1
layer 69
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/down.pth

[genCamera]
start 158
end 161
layer 69
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/far.pth

[genParticletex]
start 156
end 157
layer 70
syncs 0

; *** The texture start ***
;title texture
string data/greetings/textures/FUZZION.jpg

;texture scale
param 0.2
; **** The texture end ****

; *** The particles start ***
;particle texture
string data/greetings/flares/SmallBubble.jpg

;particle size
param 0.5

;particle max dispersion
param 50
; **** The particles end ****

;Translate to (x,y,z)
param 0
param 0
param 0

;alpha (start->end) from 0 to 1
param 0
param 1

[gen3Dimage]
start 157
end 159
layer 70
syncs 0

;The texture
string data/greetings/textures/FUZZION.jpg

;The Scale factor (bigger = bigger) (horizontal and vertical)
param 0.2
param 0.2

;translate to x,y,z
param 0
param 0
param 0

;alpha (start->end)
param 1
param 0

; *** HANSA ********************************************

[genCamera]
start 157
end 159.1
layer 79
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/right.pth

[genCamera]
start 159
end 162
layer 79
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/far.pth

[genParticletex]
start 157
end 158
layer 80
syncs 0

; *** The texture start ***
;title texture
string data/greetings/textures/HANSA.jpg

;texture scale
param 0.2
; **** The texture end ****

; *** The particles start ***
;particle texture
string data/greetings/flares/SmallBubble.jpg

;particle size
param 0.5

;particle max dispersion
param 50
; **** The particles end ****

;Translate to (x,y,z)
param 0
param 0
param 0

;alpha (start->end) from 0 to 1
param 0
param 1

[gen3Dimage]
start 158
end 160
layer 80
syncs 0

;The texture
string data/greetings/textures/HANSA.jpg

;The Scale factor (bigger = bigger) (horizontal and vertical)
param 0.2
param 0.2

;translate to x,y,z
param 0
param 0
param 0

;alpha (start->end)
param 1
param 0

; *** RGBA ********************************************

[genCamera]
start 158
end 160.1
layer 89
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/up.pth

[genCamera]
start 160
end 163
layer 89
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/far.pth

[genParticletex]
start 158
end 159
layer 90
syncs 0

; *** The texture start ***
;title texture
string data/greetings/textures/RGBA.jpg

;texture scale
param 0.2
; **** The texture end ****

; *** The particles start ***
;particle texture
string data/greetings/flares/SmallBubble.jpg

;particle size
param 0.5

;particle max dispersion
param 50
; **** The particles end ****

;Translate to (x,y,z)
param 0
param 0
param 0

;alpha (start->end) from 0 to 1
param 0
param 1

[gen3Dimage]
start 159
end 161
layer 90
syncs 0

;The texture
string data/greetings/textures/RGBA.jpg

;The Scale factor (bigger = bigger) (horizontal and vertical)
param 0.2
param 0.2

;translate to x,y,z
param 0
param 0
param 0

;alpha (start->end)
param 1
param 0

; *** STRAVAGANZA ********************************************

[genCamera]
start 159
end 161.1
layer 99
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/left.pth

[genCamera]
start 161
end 164
layer 99
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/far.pth

[genParticletex]
start 159
end 160
layer 100
syncs 0

; *** The texture start ***
;title texture
string data/greetings/textures/STRAVAGANZA.jpg

;texture scale
param 0.2
; **** The texture end ****

; *** The particles start ***
;particle texture
string data/greetings/flares/SmallBubble.jpg

;particle size
param 0.5

;particle max dispersion
param 50
; **** The particles end ****

;Translate to (x,y,z)
param 0
param 0
param 0

;alpha (start->end) from 0 to 1
param 0
param 1

[gen3Dimage]
start 160
end 162
layer 100
syncs 0

;The texture
string data/greetings/textures/STRAVAGANZA.jpg

;The Scale factor (bigger = bigger) (horizontal and vertical)
param 0.2
param 0.2

;translate to x,y,z
param 0
param 0
param 0

;alpha (start->end)
param 1
param 0

; *** TLOTB ********************************************

[genCamera]
start 160
end 162.1
layer 109
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/down.pth

[genCamera]
start 162
end 165
layer 109
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/far.pth

[genParticletex]
start 160
end 161
layer 110
syncs 0

; *** The texture start ***
;title texture
string data/greetings/textures/TLOTB.jpg

;texture scale
param 0.2
; **** The texture end ****

; *** The particles start ***
;particle texture
string data/greetings/flares/SmallBubble.jpg

;particle size
param 0.5

;particle max dispersion
param 50
; **** The particles end ****

;Translate to (x,y,z)
param 0
param 0
param 0

;alpha (start->end) from 0 to 1
param 0
param 1

[gen3Dimage]
start 161
end 163
layer 110
syncs 0

;The texture
string data/greetings/textures/TLOTB.jpg

;The Scale factor (bigger = bigger) (horizontal and vertical)
param 0.2
param 0.2

;translate to x,y,z
param 0
param 0
param 0

;alpha (start->end)
param 1
param 0

; *** TPM ********************************************

[genCamera]
start 161
end 163.1
layer 119
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/right.pth

[genCamera]
start 163
end 166
layer 119
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/far.pth

[genParticletex]
start 161
end 162
layer 120
syncs 0

; *** The texture start ***
;title texture
string data/greetings/textures/TPM.jpg

;texture scale
param 0.2
; **** The texture end ****

; *** The particles start ***
;particle texture
string data/greetings/flares/SmallBubble.jpg

;particle size
param 0.5

;particle max dispersion
param 50
; **** The particles end ****

;Translate to (x,y,z)
param 0
param 0
param 0

;alpha (start->end) from 0 to 1
param 0
param 1

[gen3Dimage]
start 162
end 164
layer 120
syncs 0

;The texture
string data/greetings/textures/TPM.jpg

;The Scale factor (bigger = bigger) (horizontal and vertical)
param 0.2
param 0.2

;translate to x,y,z
param 0
param 0
param 0

;alpha (start->end)
param 1
param 0

; *** UNIQUE ********************************************

[genCamera]
start 162
end 164.1
layer 129
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/up.pth

[genCamera]
start 164
end 167
layer 129
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/far.pth

[genParticletex]
start 162
end 163
layer 130
syncs 0

; *** The texture start ***
;title texture
string data/greetings/textures/UNIQUE.jpg

;texture scale
param 0.2
; **** The texture end ****

; *** The particles start ***
;particle texture
string data/greetings/flares/SmallBubble.jpg

;particle size
param 0.5

;particle max dispersion
param 50
; **** The particles end ****

;Translate to (x,y,z)
param 0
param 0
param 0

;alpha (start->end) from 0 to 1
param 0
param 1

[gen3Dimage]
start 163
end 165
layer 130
syncs 0

;The texture
string data/greetings/textures/UNIQUE.jpg

;The Scale factor (bigger = bigger) (horizontal and vertical)
param 0.2
param 0.2

;translate to x,y,z
param 0
param 0
param 0

;alpha (start->end)
param 1
param 0

; *** UNKNOWN ********************************************

[genCamera]
start 163
end 165.1
layer 139
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/left.pth

[genCamera]
start 165
end 168
layer 139
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/far.pth

[genParticletex]
start 163
end 164
layer 140
syncs 0

; *** The texture start ***
;title texture
string data/greetings/textures/UNKNOWN.jpg

;texture scale
param 0.2
; **** The texture end ****

; *** The particles start ***
;particle texture
string data/greetings/flares/SmallBubble.jpg

;particle size
param 0.5

;particle max dispersion
param 50
; **** The particles end ****

;Translate to (x,y,z)
param 0
param 0
param 0

;alpha (start->end) from 0 to 1
param 0
param 1

[gen3Dimage]
start 164
end 166
layer 140
syncs 0

;The texture
string data/greetings/textures/UNKNOWN.jpg

;The Scale factor (bigger = bigger) (horizontal and vertical)
param 0.2
param 0.2

;translate to x,y,z
param 0
param 0
param 0

;alpha (start->end)
param 1
param 0

; *** THREEPIXELS ********************************************

[genCamera]
start 164
end 166.1
layer 149
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/down.pth

[genCamera]
start 166
end 169
layer 149
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/far.pth

[genParticletex]
start 164
end 165
layer 150
syncs 0

; *** The texture start ***
;title texture
string data/greetings/textures/THREEPIXELS.jpg

;texture scale
param 0.2
; **** The texture end ****

; *** The particles start ***
;particle texture
string data/greetings/flares/SmallBubble.jpg

;particle size
param 0.5

;particle max dispersion
param 50
; **** The particles end ****

;Translate to (x,y,z)
param 0
param 0
param 0

;alpha (start->end) from 0 to 1
param 0
param 1

[gen3Dimage]
start 165
end 167
layer 150
syncs 0

;The texture
string data/greetings/textures/THREEPIXELS.jpg

;The Scale factor (bigger = bigger) (horizontal and vertical)
param 0.2
param 0.2

;translate to x,y,z
param 0
param 0
param 0

;alpha (start->end)
param 1
param 0

; *** XPLSV ********************************************

[genCamera]
start 165
end 167.1
layer 159
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/right.pth

[genCamera]
start 167
end 170
layer 159
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/far.pth

[genParticletex]
start 165
end 166
layer 160
syncs 0

; *** The texture start ***
;title texture
string data/greetings/textures/XPLSV.jpg

;texture scale
param 0.2
; **** The texture end ****

; *** The particles start ***
;particle texture
string data/greetings/flares/SmallBubble.jpg

;particle size
param 0.5

;particle max dispersion
param 50
; **** The particles end ****

;Translate to (x,y,z)
param 0
param 0
param 0

;alpha (start->end) from 0 to 1
param 0
param 1

[gen3Dimage]
start 166
end 168
layer 160
syncs 0

;The texture
string data/greetings/textures/XPLSV.jpg

;The Scale factor (bigger = bigger) (horizontal and vertical)
param 0.2
param 0.2

;translate to x,y,z
param 0
param 0
param 0

;alpha (start->end)
param 1
param 0

; *** ZONAN ********************************************

[genCamera]
start 166
end 168.1
layer 169
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/up.pth

[genCamera]
start 168
end 171
layer 169
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;Movement
spline data/greetings/paths/far.pth

[genParticletex]
start 166
end 167
layer 170
syncs 0

; *** The texture start ***
;title texture
string data/greetings/textures/ZONAN.jpg

;texture scale
param 0.2
; **** The texture end ****

; *** The particles start ***
;particle texture
string data/greetings/flares/SmallBubble.jpg

;particle size
param 0.5

;particle max dispersion
param 50
; **** The particles end ****

;Translate to (x,y,z)
param 0
param 0
param 0

;alpha (start->end) from 0 to 1
param 0
param 1

[gen3Dimage]
start 167
end 169
layer 170
syncs 0

;The texture
string data/greetings/textures/ZONAN.jpg

;The Scale factor (bigger = bigger) (horizontal and vertical)
param 0.2
param 0.2

;translate to x,y,z
param 0
param 0
param 0

;alpha (start->end)
param 1
param 0

; *** SOME EFFECTS ******************************************

[genCamera]
start 150.0
end 168.0
layer 1
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;trajectory
spline data/particletitle/paths/circle.txt

[genMacroBox]
start 150
end 168
layer 10
syncs 0

;The texture
string data/stuff/7.jpg

; *****************************************************************************************
; * sphera sections *************************************************************************
; *****************************************************************************************

[gen3DS]
start 168
end 192
layer 10
syncs 0

;The model
string data/macrosphere/models/
string 1.3ds
string 2.3ds
string 3.3ds
string 4.3ds

; ************************

[genCamera]
start 168.0
end 192
layer 1
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 1000

;Spline
spline data/macrosphere/paths/sphere.pth 

; **************************

[genMacroBox]
start 168
end 192
layer 20
syncs 0

;The texture
string data/stuff/13.jpg

; **************************

[efxRenderMesh]
start 168
end 192
layer 2000
syncs 0

; deform type
param 4

; Alpha (start -> end) from 0 to 1
param 0.3
param 0.3

; Leave trails (1 = yes, 0 = no)
param 1

; **************************

[efxRadialBlur]
start 168.0
end 192.0
layer 1010
syncs 0
;n iterations (2^n)
param 20

;initial alpha and separation
param 0.01
param 0.01

;final alpha and separation
param 0.01
param 0.01

;initial position (x,y) from 0 to 1
param 0.5
param 1.0

;final position (x,y) from 0 to 1
param 0.5
param 0.0

; *****************************************************************************************
; * logo sections *************************************************************************
; *****************************************************************************************

[genCamera]
start 184.0
end 240.0
layer 4999
syncs 0

;Field of Vision (in degrees)
param 100

;Znear and Zfar falloff
param 0.05
param 3000

;path to follow
spline data/bluesky/paths/maincameratitles.pth

; *******************************

[genParticletex]
start 184
end 213
layer 5000
syncs 0

; *** The texture start ***
;title texture
string data/spontz.jpg

;texture scale
param 0.5
; **** The texture end ****

; *** The particles start ***
;particle texture
string data/particletitle/flares/grayflare.jpg

;particle size
param 0.5

;particle max dispersion
param 200
; **** The particles end ****

;Translate to (x,y,z)
param 0
param 0
param 0

;alpha (start->end) from 0 to 1
param 0
param 0.75

; *****

[gen3Dimage]
start 213
end 220
layer 5000
syncs 0

;The texture
string data/spontz.jpg

;The Scale factor (bigger = bigger) (horizontal and vertical)
param 0.5
param 0.5

;translate to x,y,z
param 0
param 0
param 0

;alpha (start->end)
param 1
param 0

; *****************************************************************************************

[EOF]


; script = (variable value)* ([section] (local_variable value)*)+ [EOF]
; comments started by ';'

; demo sections = start time(f) + end time(f) + layer(i) + [syncs(i) + (sync(f))*]
; layer value -> smaller - first painted, bigger - last painted
