I managed to get my opening cutscene to function, but the title will not display. What I mean by title is the white text that appears on the bottom right-hand corner of the screen (for example, on the opening of The Maw: ...and the horse you rode on. That's what I mean).
Quote: --- Original message by: Halo CE script
(script startup cutscene
(player_enable_input 0)
(camera_control 1)
(cinematic_start)
(cinematic_show_letterbox 1)
(sleep 60)
(cinematic_start)
(cinematic_show_letterbox 1)
(cinematic_set_title 1)
(camera_set cam1 200)
(sleep 200)
(camera_set cam2 200)
(sleep 100)
(camera_set cam3 200)
(camera_set cam4 200)
(sleep 100)
(camera_control 0)
(cinematic_stop)
)
That's the script I'm using.
Does anyone know what to do?