Turret Wars Line
17 years ago
This Tutorial shows how to make a Movie/Intro

Make a folder called Intro or something similar than do these scripts.


"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.

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)






UserPostedImage
Sponsor
MicScoTho
17 years ago
Is this tutorial for Generals/Zero Hour?
UserPostedImage 
Turret Wars Line
17 years ago
I aim it at Zero Hour, because in Generals you have to look at every line.
UserPostedImage