hey guys, i am trying to learn how to make a cutscene. i v been through dhalo's cutscene tutorial and i am using his script(slightly modified) but he neglected to explain how to get the script into the map. is there a spot in guerrilla to attach scripts to or something?
also, the result of his tutorial had the camera migrating through the level and i want to jump from camera to camera instantly. this will be my first attempt at scripting so if anyone knows halo scripting theory i am all ears.
cutscene camera movement. (inexperienced scripter alert)
- InvaderVeex
- Posts: 483
- Joined: Tue Jul 25, 2006 2:57 pm
- Location: LandO'Palooza!
- Contact:
Go to your data directory and go into the map's folder you are modifying. If the data folder doesn't have that, add it the same way it is in tags folder.
Once in the data folder create a new folder called scripts. You must put the saved .hsc file (script) in that folder.
Then go into Sapien, and go file>compile scripts
Once in the data folder create a new folder called scripts. You must put the saved .hsc file (script) in that folder.
Then go into Sapien, and go file>compile scripts
- Cryticfarm
- Posts: 3611
- Joined: Sat Dec 09, 2006 7:23 pm
- Location: canada
- Contact:
actually i need to revise my discoveries a bit. to do what i wanted i would have to change the (camera_set *camera name* 100) command to (camera_set *camera name* 0) the 100 is the amount of time it takes to move from camera to another. the (sleep 50) creates a delay between the execution of commands, thanks for the insights guys