Posted by: Turret Wars Line - Monday, January 12, 2009 1:42:29 AM
This Tutorial shows how to make a Movie/Intro
Make a folder called Intro or something similar than do these scripts.
[color=black]
"Set UP"
*** IF ***
True.
*** THEN ***
Disable mouse and keyboard input.
Start letterbox mode (hide UI, add border).
Position camera at Waypoint 'Camera1', zoom = 0.60(0.0 to 1.0), pitch = 0.60(1.0==default), looking towards Waypoint 'CameraView'.
Set timer 'Movement1' to expire in 0.50 seconds.
"First Movement"
*** IF ***
Timer 'Movement1' has expired.
*** THEN ***
Move camera to Waypoint 'Camera2' in 10.00 seconds, camera shutter 0.00 seconds, ease-in 0.00 seconds, ease-out 0.00 seconds.
Set timer 'Movement2' to expire in 0.50 seconds.
[/color]
Then repeat the same second script and add any other things if you want to.
If your pitch is too low, then also put the script "START SKYBOX MODE"
to show a Sky Background (Don't do this when your camera is near the border, or else the
black parts will turn into sky and may result in weird picturing. Best mostly for mountain or building views)
[color=green][/color]
Posted by: MicScoTho - Saturday, January 24, 2009 8:32:21 AM
Is this tutorial for Generals/Zero Hour?
Posted by: Turret Wars Line - Sunday, January 25, 2009 2:35:29 AM
I aim it at Zero Hour, because in Generals you have to look at every line.