Jump to content
Sign in to follow this  
swatsniper13

this may be a dumb question but...

Recommended Posts

hi,

im kinda new at this so i was wondering hwo you end the intro? besides pressing esc. i am making it in the mission editor and not scripted.........

Share this post


Link to post
Share on other sites

Make a trigger and set it activation and other settings. Then at the "Type" in the trigger, choose "End". smile.gif

Share this post


Link to post
Share on other sites

Yep. Maybe you must count how long your Intro is and set the countdowntimer for the trigger to the number of seconds it takes in both 3 squares. then select by 'type': End#1

Share this post


Link to post
Share on other sites

I never liked making intro's end with count timer. I done it on my first mission, and the intro came out a little funky.

Scripted cutscenes give good control over the intros and outro's. Once you get the hang of it, they are very simple to do, and you can also add animations, text, effects, and commands to the script, so you don't have to do anything in the editor except give WP's.

I usually use commands and conditions in the script to end cutscenes, for example, when the scrip comes to the end, i type a statement:

end_scene=true

in the script, and in the editor, place a trigger set to END 1, with:

end_scene

in the condition field. This way the scene ends nice a neatly smile.gif

Also if you start an intro with a trigger, it waits a second or two before going to the camera views. If you call up a script in the init field of a unit, the camera views start immediately.

Share this post


Link to post
Share on other sites

thanx, i got it working now.yea, i would like to use scripts but im still working on the basics smile.gif also, for the briefing, i kknow i write it in html but where do i save it? do i save in my ofp/users/mission/mission? and do i save it as briefing html?

Share this post


Link to post
Share on other sites

call it briefing.html and overview.html and it should be in the same folder as the mission.sqm file

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×