One Doomed Bunny Posted July 1, 2019 Basically, I am making a cutscene in which the camera just moves forward for a few seconds and it goes forward but it shows the back side instead of the front. How does one change that? Any help would be appreciated. 0 Quote Share this post Link to post
0 One Doomed Bunny Posted July 3, 2019 Okay so I fixed it. You must have thing tagged by number 5 for example and then you must select tag 5 in moving camera for Target thing tag. Thank you everyone! 0 Quote Share this post Link to post
0 Simomarchi Posted July 1, 2019 Can you please show the way you are moving your camera, give us a screen and eventually copy here your ACS code, if there is one? In this situations, where the problem is not totally clear, these things can be useful to help you. For the moment I can only say to check if the direction where your camera is pointing at is also the direction where your point of view will move 1 Quote Share this post Link to post
0 One Doomed Bunny Posted July 2, 2019 (edited) 14 hours ago, Simomarchi said: Can you please show the way you are moving your camera, give us a screen and eventually copy here your ACS code, if there is one? In this situations, where the problem is not totally clear, these things can be useful to help you. For the moment I can only say to check if the direction where your camera is pointing at is also the direction where your point of view will move Yes it has the same direction. sorry if it looks messy btw. ACS: #include "zcommon.acs" script 1 OPEN { FadeTo(0,0,0,1.0,0.0); SetMusic(""); SetPlayerProperty(1, 1, PROP_TOTALLYFROZEN); } script 2 (void) //INTRO CUTSCENE { Delay(105); Thing_Activate(1); ChangeCamera (1, 0, 0); FadeTo(0,0,0,0.0,4.0); } 1. 2. 3. Edited July 2, 2019 by One Doomed Bunny 0 Quote Share this post Link to post
0 One Doomed Bunny Posted July 3, 2019 Is there even a way to change it? I have been tooling with this and no success. Anyone? 0 Quote Share this post Link to post
Question
One Doomed Bunny
Basically, I am making a cutscene in which the camera just moves forward for a few seconds and it goes forward but it shows the back side instead of the front.
How does one change that?
Any help would be appreciated.
Share this post
Link to post
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.