| topspins |
Posted 30th Aug 2005 5:05am |
L4Y Member Post 8 / 102
 |
Does anybody have a little rfl file
demonstrating how cutscenes work so
I can see how it's set up. This is
what I did...
I loaded in my level and I put in my green camera
then my cutscene event. I then hit build to get
rid of all the lightmaps, then opened the cutscene
event properties window up.
Then I inserted in 5 camera path nodes, and selected
them all, then clicked EDIT PATH and named the path
"CUT1" then exited that window and in the main
cutscene properties this is what I entered:
Shot|CAM UID|Pre Wait|Path Time|Post Wait||Path Name|Look UID|TRIG UID|
1 13977 0.000 6.00 0 cut1 13973 13964
2 13977 0.000 4.00 0 cut1 13973 13964
3 13977 0.000 3.00 0 cut1 13973 13964
4 13977 0.000 3.00 0 cut1 13973 13964
5 13977 0.000 2.00 0 cut1 13973 13964
The CAM UID 13977 was my green camera Object.
The Look UID was the Particle emitter I wanted the camera to point at
while traveling along the path and the TRIG UID was the door trigger I had on the floor. (I didn't know what I was supposed to put in for the last one). I didn't link any triggers to any camera objects whatsoever, so thought all you had to do was just enter in the trigger uid number to trigger it for you so the door trigger on the floor should've triggered off the cutscene event.
Well when I tested the level, all I got was a blank screen when loading the level and the game exited back to Red, no error messages or anything, just crashed. So hopefully someone has a file I can look at to see how those properties are set up |