;_________________________________________ ; ; Available Cinematic Script Commands ; ; time/frame Create_Object, id (slot), preset_name, x, y, z, facing, animation ; id can be -1 to mean do not store this object, and do not destroy ; 0 Create_Object, 0, .44 Magnum, 0, 0, 0, 180, "Human.jump" ; ; time/frame Destroy_Object, id (slot) ; 0 Destroy_Object, 0 ; ; time/frame Play_Animation, id (slot), animation_name, looping, sub_obj_name ; 0 Play_Animation, 0, "Human.Jump", false ; ; time/frame Control_Camera, id ( slot ) ; use id -1 for disabling control; ; note this will also disable star control and disbale the hud ; 0 Control_Camera, 0 ; ;_________________________________________ ;******************* CHEAT SHEET ****************************** ;Start frame create_object slot number model x,y,z,facing animation name( model*hierarchy*.anim ) ;Start frame Play_Animation slot number anim name ( model*hierarchy*.anim ) looping Sub Object ;Start frame Play_Audio wave filename slot number bone name ; * no slot # / bone name = 2D Audio ;0= NO LOOP ( kills object when finshed ) 1= LOOP ;Start_Frame sniper_control 0=off, 1=on 0-1.0 for zoom amount ; ********************************* This CInematic has had all the important stuff taken out ****************************** ; ****************************** camera -0 Create_Object, 0, "level9ccamera", 0, 0, 0, 0, -0 Play_Animation, 0, "level9ccamera.level9ccamera", 0 -0 Control_Camera, 0 -400 Control_Camera, -1 -1000 destroy_object, 0 ; ****************************** camera 2 (Sniper 1) -50 sniper_control, 1, .0 -55 sniper_control, 1, .1 -60 sniper_control, 1, .2 -65 sniper_control, 1, .3 -70 sniper_control, 1, .4 -75 sniper_control, 1, .5 -80 sniper_control, 1, .6 -85 sniper_control, 1, .7 -90 sniper_control, 1, .8 -95 sniper_control, 1, .9 -100 sniper_control, 1, 1 -110 sniper_control, 1, .0 ; ****************************** camera 3 (Sniper 2) -200 sniper_control, 1, .0 -205 sniper_control, 1, .1 -210 sniper_control, 1, .2 -215 sniper_control, 1, .3 -220 sniper_control, 1, .4 -225 sniper_control, 1, .5 -230 sniper_control, 1, .6 -235 sniper_control, 1, .7 -240 sniper_control, 1, .8 -245 sniper_control, 1, .9 -250 sniper_control, 1, 0 -255 sniper_control, 0, 0 ; ******************************* Cinematic Screen Effects ***************** -0 Enable_Letterbox, 1, 1 -0 Set_Screen_Fade_Color, 0,0,0,0 -0 Set_Screen_Fade_Opacity, 1,0 -0 Set_Screen_Fade_Opacity, 0,2 -345 Set_Screen_Fade_Color, 0,0,0,0 -345 Set_Screen_Fade_Opacity, 1,1 -400 Set_Screen_Fade_Opacity, 0,0 -345 Enable_Letterbox, 0, 1 ; ****************************** Screen Flash (Sniper Shoots) -100 Set_Screen_Fade_Color, 1,1,0,0 -100 Set_Screen_Fade_Opacity, 1.00 -103 Set_Screen_Fade_Opacity, 0.50 -105 Set_Screen_Fade_Color, 0,0,0,0 -105 Set_Screen_Fade_Opacity, 0.0 -250 Set_Screen_Fade_Color, 1,1,0,0 -250 Set_Screen_Fade_Opacity, 1.00 -253 Set_Screen_Fade_Opacity, 0.50 -255 Set_Screen_Fade_Color, 0,0,0,0 -255 Set_Screen_Fade_Opacity, 0.0