Author Topic: Cutscene sexps  (Read 4964 times)

0 Members and 1 Guest are viewing this topic.

Offline CP5670

  • Dr. Evil
  • Global Moderator
  • 212
I can't seem to get the subtitle or fade sexps to work. The subtitles don't show up at all and the screen just changes to black instantly instead of having any fade effect. What units are the time parameters for the fade sexps and the positions for the subtitles measured in?

 

Offline Shade

  • 211
Microfortnights and Attoparsecs!
Report FS_Open bugs with Mantis  |  Find the latest FS_Open builds Here  |  Interested in FRED? Check out the Wiki's FRED Portal | Diaspora: Website / Forums
"Oooooooooooooooooooooooooooooooooooooooh ****ing great. 2200 references to entry->index and no idea which is the one that ****ed up" - Karajorma
"We are all agreed that your theory is crazy. The question that divides us is whether it is crazy enough to have a chance of being correct." - Niels Bohr
<Cobra|> You play this mission too intelligently.

 

Offline CP5670

  • Dr. Evil
  • Global Moderator
  • 212
uh, how do you convert those into seconds and pixels? :p

 

Offline Shade

  • 211
With great care.
Report FS_Open bugs with Mantis  |  Find the latest FS_Open builds Here  |  Interested in FRED? Check out the Wiki's FRED Portal | Diaspora: Website / Forums
"Oooooooooooooooooooooooooooooooooooooooh ****ing great. 2200 references to entry->index and no idea which is the one that ****ed up" - Karajorma
"We are all agreed that your theory is crazy. The question that divides us is whether it is crazy enough to have a chance of being correct." - Niels Bohr
<Cobra|> You play this mission too intelligently.

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
From a quick look at the code Fade in is in milliseconds not seconds.
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

 

Offline Axem

  • 211
Most, if not all, of the cutscene sexps are timed in milliseconds, so just multiply all your times by 1000 to get what you're probably expecting.

The subtitle sexps is confusing for myself as well. Just quickly glancing at a mission where I used them once... I still don't know. I think you do it by expecting it to be on a 1024x768 screen. The centered horizontally/vertically doesn't do anything, atleast they didn't when I tried, so you have to offset it yourself if you want it centered.

 

Offline Nuclear1

  • 211
I've had issues with the fade SEXPs, but I concluded that they only work when the fighter's HUD is visible, which is a real bugger.

Subtitles have been difficult as well, though I usually just use good ol' training-msg for the same effect.
Spoon - I stand in awe by your flawless fredding. Truely, never before have I witnessed such magnificant display of beamz.
Axem -  I don't know what I'll do with my life now. Maybe I'll become a Nun, or take up Macrame. But where ever I go... I will remember you!
Axem - Sorry to post again when I said I was leaving for good, but something was nagging me. I don't want to say it in a way that shames the campaign but I think we can all agree it is actually.. incomplete. It is missing... Voice Acting.
Quanto - I for one would love to lend my beautiful singing voice into this wholesome project.
Nuclear1 - I want a duet.
AndrewofDoom - Make it a trio!

 

Offline WMCoolmon

  • Purveyor of space crack
  • 213
If these are still problems with latest CVS, mantis them & assign to me. I was thinking of taking a look at some of the camera and FOV SEXP stuff anyway.
-C

 

Offline CP5670

  • Dr. Evil
  • Global Moderator
  • 212
Quote
Most, if not all, of the cutscene sexps are timed in milliseconds, so just multiply all your times by 1000 to get what you're probably expecting.

Thanks, that was the problem. I was putting in single digit numbers into the parameter thinking they were seconds.

The fade sexps are working fine for me without the HUD. However, it looks like the subtitle text's position and size is dependent on the resolution and doesn't scale like it should (it looks microscopic for me), which makes the feature pretty useless. Does that qualify as a bug?

Also, it would be nice to be able to display a message as a subtitle. At the moment you can't put more than a few words into a subtitle before you run into the limit for the size of a string variable.
« Last Edit: February 18, 2006, 01:27:56 am by CP5670 »

  

Offline WMCoolmon

  • Purveyor of space crack
  • 213
Scaling I may be able to do something about. Mantis mantis mantis. ;)

I don't know about the string variable thing, though.
-C

 

Offline Petrarch of the VBB

  • Koala-monkey
  • 211
I can't seem to get the subtitles to work either.

Some indication of what the X and Y positions were measured in might be helpful.

Using training messages don't seem to work, either. Dunno if they only appear if you're viewing from the player ship w/ HUD on.

 

Offline Nuclear1

  • 211
Training messages don't work without the HUD on. When using subtitles, I've always found that setting this:
Code: [Select]
X: -350
Y: -350

...would set the text to be reasonably center and high (I use 640x480 though; don't know how much a difference it would make).
Spoon - I stand in awe by your flawless fredding. Truely, never before have I witnessed such magnificant display of beamz.
Axem -  I don't know what I'll do with my life now. Maybe I'll become a Nun, or take up Macrame. But where ever I go... I will remember you!
Axem - Sorry to post again when I said I was leaving for good, but something was nagging me. I don't want to say it in a way that shames the campaign but I think we can all agree it is actually.. incomplete. It is missing... Voice Acting.
Quanto - I for one would love to lend my beautiful singing voice into this wholesome project.
Nuclear1 - I want a duet.
AndrewofDoom - Make it a trio!

 

Offline CP5670

  • Dr. Evil
  • Global Moderator
  • 212
It seems that the subtitles aren't showing up at all for me in the latest builds, regardless of the position. They only work in an older one I have. Which build are you using?

 

Offline Nuclear1

  • 211
I'm using January 9th.
Spoon - I stand in awe by your flawless fredding. Truely, never before have I witnessed such magnificant display of beamz.
Axem -  I don't know what I'll do with my life now. Maybe I'll become a Nun, or take up Macrame. But where ever I go... I will remember you!
Axem - Sorry to post again when I said I was leaving for good, but something was nagging me. I don't want to say it in a way that shames the campaign but I think we can all agree it is actually.. incomplete. It is missing... Voice Acting.
Quanto - I for one would love to lend my beautiful singing voice into this wholesome project.
Nuclear1 - I want a duet.
AndrewofDoom - Make it a trio!

 

Offline CP5670

  • Dr. Evil
  • Global Moderator
  • 212
Can you get them to show up in the latest 3/06 build?

Looks like this should go on Mantis.

 

Offline Petrarch of the VBB

  • Koala-monkey
  • 211
Wahey. They work like a charm now.

 

Offline CP5670

  • Dr. Evil
  • Global Moderator
  • 212
They are showing up again now, but they're still barely readable. :doubt:

 

Offline Petrarch of the VBB

  • Koala-monkey
  • 211
What resolution are you running at?

 

Offline CP5670

  • Dr. Evil
  • Global Moderator
  • 212
2048x1536. The subtitles look really tiny compared to all the other text.

It looks like you can include an image in the sexp. It's a long shot, but if that image gets scaled correctly, I could just make the subtitles into images and get around it that way.

 

Offline Petrarch of the VBB

  • Koala-monkey
  • 211
Well, run it at a more sensible resolution then. :p