
pakar45
Joined: Sep 21, 2008
Hi
|
Posted: Feb 10, 2009 06:51 PM
Msg. 1 of 3
I would like to know how to create cutscenes that are not recorded and are not polar bears tutorial because that was not helpful to me so can someone please teach me how. I really also need to know how to make new effects/particle effects for weapons such as mythrils plasma grenade explosion effects. I would like to know also how to create contrail and new effects and particle effects tags please help.
EDIT: I really really also need to know how to switch skies/wen you teleport/switch BSPs the sky is what sky you want it to be i already assigned/directed the scenarios first sky and it is the clear night and i want different skies in the same scenario without having to do more massive material editing lol. Edited by pakar45 on Feb 10, 2009 at 06:54 PM
|

Gamma927
Joined: Jun 12, 2008
Steam: gamma927
|
Posted: Feb 10, 2009 07:16 PM
Msg. 2 of 3
(script startup cutscene (begin (player_enable_input 0) (camera_control 1) (fade_in 0 0 0 90) (show_hud false) (cinematic_show_letterbox true) (camera_set cam1 200) (sleep 50) [repeat as necessary] (camera_control 0) (cinematic_show_letterbox false) (show_hud true) (player_enable_input 1) ) )
Add AI, and use command lists to guide them to do whatever you want. This is just the script to move the camera around and everything. Edited by Gamma927 on Feb 10, 2009 at 07:16 PM
|