
Killeryoshi
Joined: Jan 22, 2009
Captain Yoshi on duty!
|
Posted: Aug 27, 2009 07:38 PM
Msg. 1 of 16
Ok I did pretty much everything the cutscene video said to do but it didn't work when I compiled the script and if you want to know what it looks like it looks like this and (After each parentheses I hit enter each time): (script startup cutscene (begin (cinematic_start) (camera_control 1) (camera_set cut1 100) (sleep 50) camera_set cut2 100) (sleep 50) (camera_set cut3 100) (sleep 50) (camera_set cut4 100) (sleep 50) (camera_set cut5 100) (sleep 50) (camera_set cut6 100) (sleep 50) (camera_set cut7 100) (sleep 50) (camera_set cut8 100) (sleep 50) (camera_set cut9 100) (sleep 50) (camera_set cut10 100) (sleep 50) (camera_set cut11 100) (sleep 50) (camera_control 0) (cinematic_set_title rpg adventure 6) (sleep 275) (cinematic_stop) ) )
What am I doing wrong?
|
|
|

chrisk123999
Joined: Aug 10, 2008
=CE= Chris [Captain] [=]
|
Posted: Aug 27, 2009 08:03 PM
Msg. 2 of 16
Shouldn't camera_control 1 be after it sets the first camera point? That way it's at the camera and doesn't just fly to it and starts their instead?
|
|
|

Killeryoshi
Joined: Jan 22, 2009
Captain Yoshi on duty!
|
Posted: Aug 27, 2009 08:18 PM
Msg. 3 of 16
Well in this video that wasn't the case.
|
|
|

Gamma927
Joined: Jun 12, 2008
Steam: gamma927
|
Posted: Aug 27, 2009 09:14 PM
Msg. 4 of 16
You haven't said what doesn't work... You just said it doesn't work. You didn't say how. Does it like, ignore the entire script?
|
|
|

Dennis

Joined: Jan 27, 2005
"We are made of starstuff.” ― Carl Sagan
|
Posted: Aug 27, 2009 09:16 PM
Msg. 5 of 16
It looks as if you have 1 too many parentheses ")" Edited by Dennis on Aug 27, 2009 at 09:16 PM
|
|
|

Killeryoshi
Joined: Jan 22, 2009
Captain Yoshi on duty!
|
Posted: Aug 27, 2009 09:16 PM
Msg. 6 of 16
Well it says something like: This parentheses is unmatched or something like that. Quote: It looks as if you have 1 too many parentheses What do I need to do to fix this error? Edited by Killeryoshi on Aug 27, 2009 at 09:17 PMLike how much and what parentheses do I have to remove? Edited by Killeryoshi on Aug 27, 2009 at 09:18 PM
|
|
|

Gamma927
Joined: Jun 12, 2008
Steam: gamma927
|
Posted: Aug 27, 2009 09:22 PM
Msg. 7 of 16
Quote: --- Original message by: Killeryoshi (script startup cutscene (begin (cinematic_start) (camera_control 1) (camera_set cut1 100) (sleep 50) camera_set cut2 100) (sleep 50) (camera_set cut3 100) (sleep 50) (camera_set cut4 100) (sleep 50) (camera_set cut5 100) (sleep 50) (camera_set cut6 100) (sleep 50) (camera_set cut7 100) (sleep 50) (camera_set cut8 100) (sleep 50) (camera_set cut9 100) (sleep 50) (camera_set cut10 100) (sleep 50) (camera_set cut11 100) (sleep 50) (camera_control 0) (cinematic_set_title rpg adventure 6) (sleep 275) (cinematic_stop) ) )
Formatted it for you. And you don't have an extra one. You're MISSING one. Edit: Oh what. Tabs don't count anymore as spaces. Edited by Gamma927 on Aug 27, 2009 at 09:23 PM
|
|
|

Killeryoshi
Joined: Jan 22, 2009
Captain Yoshi on duty!
|
Posted: Aug 27, 2009 09:26 PM
Msg. 8 of 16
Ok I fixed that problem, I added the missing parentheses but even now it still doesn't work so now what do I have to do now? Like do I have to space between the parentheses including the script startup command in the script?
|
|
|

Headhunter09
Joined: May 6, 2008
This is the truth.
|
Posted: Aug 27, 2009 09:26 PM
Msg. 9 of 16
Quote: --- Original message by: Dennis
It looks as if you have 1 too many parentheses ")" Edited by Dennis on Aug 27, 2009 at 09:16 PM no the first line is invisible at first glance.
|
|
|

Killeryoshi
Joined: Jan 22, 2009
Captain Yoshi on duty!
|
Posted: Aug 27, 2009 09:28 PM
Msg. 10 of 16
So I don't have to put a space for the script startup part then tell me what I need to do next then please. Edited by Killeryoshi on Aug 27, 2009 at 09:28 PM Can someone please give me the script only correct or tell me what I am doing wrong? Edited by Killeryoshi on Aug 27, 2009 at 09:48 PM
|
|
|

Gamma927
Joined: Jun 12, 2008
Steam: gamma927
|
Posted: Aug 27, 2009 10:05 PM
Msg. 11 of 16
If it's the same script error, paste the fixed script you have. If the cutscene doesn't execute, paste your entire script.
|
|
|

Killeryoshi
Joined: Jan 22, 2009
Captain Yoshi on duty!
|
Posted: Aug 27, 2009 10:15 PM
Msg. 12 of 16
Ok here Quote: (script startup cutscene (begin (cinematic_start) (camera_control 1) (camera_set cut1 100) (sleep 50) (camera_set cut2 100) (sleep 50) (camera_set cut3 100) (sleep 50) (camera_set cut4 100) (sleep 50) (camera_set cut5 100) (sleep 50) (camera_set cut6 100) (sleep 50) (camera_set cut7 100) (sleep 50) (camera_set cut8 100) (sleep 50) (camera_set cut9 100) (sleep 50) (camera_set cut10 100) (sleep 50) (camera_set cut11 100) (sleep 50) (camera_control 0) (cinematic_set_title rpg adventure 6) (sleep 275) (cinematic_stop) ) ) Edited by Killeryoshi on Aug 27, 2009 at 10:16 PMI tried compiling it with sapien but still nothing. Edited by Killeryoshi on Aug 27, 2009 at 10:17 PMPlease put a copy of what the script is supposed to look like. Edited by Killeryoshi on Aug 27, 2009 at 10:17 PM
|
|
|

FtDSpartn
Joined: May 1, 2009
Verified AI.
|
Posted: Aug 27, 2009 10:22 PM
Msg. 13 of 16
Quote: --- Original message by: Killeryoshi(script startup cutscene (begin (cinematic_start) (camera_control 1) (camera_set cut1 100) (sleep 50) camera_set cut2 100) (sleep 50) (camera_set cut3 100) (sleep 50) (camera_set cut4 100) (sleep 50) (camera_set cut5 100) (sleep 50) (camera_set cut6 100) (sleep 50) (camera_set cut7 100) (sleep 50) (camera_set cut8 100) (sleep 50) (camera_set cut9 100) (sleep 50) (camera_set cut10 100) (sleep 50) (camera_set cut11 100) (sleep 50) (camera_control 0) (cinematic_set_title rpg adventure 6) (sleep 275) (cinematic_stop) ) ) Last one is unneeded?
|
|
|

Killeryoshi
Joined: Jan 22, 2009
Captain Yoshi on duty!
|
Posted: Aug 27, 2009 10:27 PM
Msg. 14 of 16
But in the video the person used that last one at the bottom.
|
|
|

Gamma927
Joined: Jun 12, 2008
Steam: gamma927
|
Posted: Aug 27, 2009 10:40 PM
Msg. 15 of 16
The one on the bottom is required. Try compiling this: (script startup cutscene (begin (camera_control 1) (camera_set cut1 100) (sleep 50) (camera_set cut2 100) (sleep 50) (camera_set cut3 100) (sleep 50) (camera_set cut4 100) (sleep 50) (camera_set cut5 100) (sleep 50) (camera_set cut6 100) (sleep 50) (camera_set cut7 100) (sleep 50) (camera_set cut8 100) (sleep 50) (camera_set cut9 100) (sleep 50) (camera_set cut10 100) (sleep 50) (camera_set cut11 100) (sleep 50) (camera_control 0) ) )
YES I KNOW that it isn't word from word from the video. I took out several other portions that may cause problems. If this compiles, then I believe I know your problem.
|
|
|

Killeryoshi
Joined: Jan 22, 2009
Captain Yoshi on duty!
|
Posted: Aug 27, 2009 11:10 PM
Msg. 16 of 16
It said the script compiled correctly. Now with the one you sent me. Edited by Killeryoshi on Aug 27, 2009 at 11:10 PM Ummm the camera moves fast even through walls and objects at some points and also I want their to be a cinematic like you cannot control your character until the camera stops moving. Edited by Killeryoshi on Aug 28, 2009 at 06:25 PM
|
|
|