#11
|
|||
|
|||
so, did you solve the problem with subtitles to cutscene 8?
|
#12
|
||||
|
||||
ATM unfortunately not. I skipped this problem. I will care about it later,
when the other things are done. Perhaps you know somebody who can help me out? )
__________________
|
#13
|
||||
|
||||
Current state of work @ 19th October 2009
Current state of work @ 19th October 2009
Level 2: King's Riddle
PS: What is meant with "White head"?
__________________
Last edited by AHO; 10-19-2009 at 10:12 PM. |
#14
|
|||
|
|||
Quote:
then you must use : CutScene.LoadSubTitles( house, "Levels\\Rolik_Addon\\rolik_8.shad" ); |
#15
|
||||
|
||||
Quote:
Hi OSS, Unfortunately it did not work. In which function and exactly where do I have to add this line? Is'nt the handle name of the last cutscene "final"? --- I need sub titles in rolik#1 Where Strogov reads the certificate and #8 where Strogov reads the letter...
__________________
|
#16
|
||||
|
||||
Current state of work @ 20th October 2009
Current state of work @ 20th October 2009
Level 3: White head
...
__________________
|
#17
|
|||
|
|||
Quote:
handle name is house (local house = Level.NewCutScene( 'house' , 3547.0, 4450.0 ) also check that in subtitles you must define time when they appear.. first cutscene goes from 1.0 to 3500.0 last one from 3547.0 to 4450.0. try to test in first cutscene like this : 1.0 3500.0 "- Something, something..." |
#18
|
||||
|
||||
Quote:
Thanks I will try this now! Edit:// CutScene #1 Works fine CutScene #8 Does not work!!! I dunno why PS: The times in each SHAD file start from 0 to last frame... of each cutscene.
__________________
Last edited by AHO; 10-27-2009 at 12:53 PM. |
#19
|
||||
|
||||
Current state of work
21st October 2009 Level 4: Dora
...
__________________
|
#20
|
|||
|
|||
So.. did cutscene#1 work or not work?
or u mean cutscene#8 not working? Quote:
cutscene 8 defined from 3547.0 to 4450.0 frame. so begining time for subtitles will be: start_time = 3547.0 / 30.0; so put in subtitles for cutscene 8 this line: 118.5 148.0 " - Something, something..." must work now.. |
|
|