
Georgespartan01
Joined: Nov 1, 2010
|
Posted: Dec 9, 2010 09:05 PM
Msg. 1 of 17
Ok... I was creating my single player map, and at the begining of the game a cutscene starts, the problem is that theres no camera movement. This is my scritpt
(script startup cutscenes (player_enable_input 0) (camera_control 1) (cinematic_start) (cinematic_show_letterbox 1) (sleep 60) (cinematic_start) (cinematic_show_letterbox 1) (camera_set cut1 200) (sleep 200) (camera_set cut2 200) (sleep 150) (camera_set cut3 200) (sleep 150) (camera_set cut4 200) (sleep 150) (camera_control 0) (cinematic_stop) )
Cameras: Cut1, cut2, cut3, cut4
|
|
|

Head Noob
Joined: Oct 3, 2010
This difficulty is for noobs! Mythic is for pros
|
Posted: Dec 9, 2010 11:47 PM
Msg. 2 of 17
(script startup cutscenes (fade_out 1 1 1 30) (player_enable_input 0) (camera_control 1) (cinematic_start) (cinematic_show_letterbox true) (camera_set cut1 0) (fade_in 1 1 1 30) (sleep 200) (camera_set cut2 100) (sleep 150) (camera_set cut3 100) (sleep 150) (camera_set cut4 100) (sleep 150) (fade_out 1 1 1 30) (cinematic_show_letterbox false) (cinematic_stop) (camera_control 0) (player_enble_input 1) (fade_in 1 1 1 30) ) Edited by Head Noob on Dec 9, 2010 at 11:48 PM
|
|
|

Muscl3r
Joined: May 22, 2010
dont pray 4 easy lives...pray to be STRONGER MEN
|
Posted: Dec 10, 2010 02:22 AM
Msg. 3 of 17
(script startup cutscenes (fade_out 1 1 1 0)
Is a better way to start the script
|
|
|

Head Noob
Joined: Oct 3, 2010
This difficulty is for noobs! Mythic is for pros
|
Posted: Dec 10, 2010 04:32 AM
Msg. 4 of 17
Does that make it fade_out black?
|
|
|

Muscl3r
Joined: May 22, 2010
dont pray 4 easy lives...pray to be STRONGER MEN
|
Posted: Dec 10, 2010 05:04 AM
Msg. 5 of 17
No it just starts faded out instead of taking 1 second to fade out. I think black would be (fade_out 0 0 0 30)
I dunno
|
|
|

MoooseGuy
Joined: Aug 10, 2008
I Approve This Message.
|
Posted: Dec 10, 2010 05:08 AM
Msg. 6 of 17
I don't like white fades. I reccomend using 0 0 0 30 for the in and out fades.
|
|
|

Muscl3r
Joined: May 22, 2010
dont pray 4 easy lives...pray to be STRONGER MEN
|
Posted: Dec 10, 2010 05:13 AM
Msg. 7 of 17
I perfer white.
|
|
|

MoooseGuy
Joined: Aug 10, 2008
I Approve This Message.
|
Posted: Dec 10, 2010 05:17 AM
Msg. 8 of 17
dicks. jk.
|
|
|

Muscl3r
Joined: May 22, 2010
dont pray 4 easy lives...pray to be STRONGER MEN
|
Posted: Dec 10, 2010 05:19 AM
Msg. 9 of 17
no no not white di- actually, i probly shouldn't say that
|
|
|

Head Noob
Joined: Oct 3, 2010
This difficulty is for noobs! Mythic is for pros
|
Posted: Dec 10, 2010 05:37 AM
Msg. 10 of 17
Oh dear. Muscl3r. This is likely to be LOCKED now.
|
|
|

Muscl3r
Joined: May 22, 2010
dont pray 4 easy lives...pray to be STRONGER MEN
|
Posted: Dec 10, 2010 05:38 AM
Msg. 11 of 17
hey i didn't say (type) anything bad. Mooseguy said di- actually, i probly shouldn't say that Edited by Muscl3r on Dec 10, 2010 at 05:38 AM
|
|
|

Head Noob
Joined: Oct 3, 2010
This difficulty is for noobs! Mythic is for pros
|
Posted: Dec 10, 2010 06:08 AM
Msg. 12 of 17
Stop i say stop stop muscl3r
|
|
|

Muscl3r
Joined: May 22, 2010
dont pray 4 easy lives...pray to be STRONGER MEN
|
Posted: Dec 10, 2010 06:11 AM
Msg. 13 of 17
ur staring anothing fight headnoob... jk 
|
|
|

Head Noob
Joined: Oct 3, 2010
This difficulty is for noobs! Mythic is for pros
|
Posted: Dec 10, 2010 06:14 AM
Msg. 14 of 17
I cant figure out how to do smile faces. jk 
|
|
|

MoooseGuy
Joined: Aug 10, 2008
I Approve This Message.
|
Posted: Dec 10, 2010 09:10 AM
Msg. 15 of 17
Damn it, I threw a topic off. Sorry. Back on topic now please. 
|
|
|

Head Noob
Joined: Oct 3, 2010
This difficulty is for noobs! Mythic is for pros
|
Posted: Dec 10, 2010 05:39 PM
Msg. 16 of 17
(script startup cutscenes (fade_out 1 1 1 0) (player_enable_input 0) (camera_control 1) (cinematic_start) (cinematic_show_letterbox true) (camera_set cut1 0) (fade_in 1 1 1 0) (sleep 200) (camera_set cut2 100) (sleep 150) (camera_set cut3 100) (sleep 150) (camera_set cut4 100) (sleep 150) (fade_out 1 1 1 0) (cinematic_show_letterbox false) (cinematic_stop) (camera_control 0) (player_enble_input 1) (fade_in 1 1 1 0) )
Happy. This should work.
|
|
|

Georgespartan01
Joined: Nov 1, 2010
|
Posted: Dec 10, 2010 06:09 PM
Msg. 17 of 17
Thanks that works perfectly
|
|
|