Hard Light Productions Forums

Modding, Mission Design, and Coding => The FRED Workshop => Topic started by: Akalabeth Angel on August 07, 2009, 04:14:05 pm

Title: Cutscene Questions
Post by: Akalabeth Angel on August 07, 2009, 04:14:05 pm
Okay so I'm trying to do a cutscene so questions will go here:

#1 I'm trying to centre text for a cutscene. I know that show subtitle gives centre vertically and horizontally in argument 7 and 8 but when I add the subtitle it doesn't let me add data past option 6 (fade in time). I'm using fred open 3.6.10. I'm not sure if argument 7+ it dependent upon there being an image. At this point, an image might be the best thing since the text is SOOOO small on the highest resolution I can do (1280x1024) and most people seem to be running even higher resolutions than I am.


More questions may follow but this is my main problem for now.
Title: Re: Cutscene Questions
Post by: FUBAR-BDHR on August 07, 2009, 07:06:12 pm
Did you try add operator->logical-true?  Seems to be a boolean operator. 
Title: Re: Cutscene Questions
Post by: Akalabeth Angel on August 07, 2009, 07:32:45 pm
Did you try add operator->logical-true?  Seems to be a boolean operator. 

Ah okay, that makes sense. I thought it would be like 1 or 0 (true or false) sort of thing. Probably because I haven't touched FRED in a year or something.

Thanks

Title: Re: Cutscene Questions
Post by: Snail on August 07, 2009, 08:14:28 pm
Oh, so that's how it works.

/me is a dumbass
Title: Re: Cutscene Questions
Post by: Akalabeth Angel on August 07, 2009, 08:42:52 pm
Though I tried to make an image and it still doesn't show up on my screen so I dunno. Tried both .tga and .bmp (though I think .bmp wouldn't work in the first place). Trashman used a .tga for his CotS so I'm pretty sure it should have worked.
Title: Re: Cutscene Questions
Post by: Akalabeth Angel on August 22, 2009, 01:18:19 pm
SOOOOOO . . . is it possible to start with a black screen and then "fade in" from there? Rather than start in mission, fade out and then fade in?? Because cinematically, fade ins from black at the start is pretty common.

The only way I could figure to do this, is to create a black "colour card" we call them (in the industry). Basically a big black (or white) jpeg, certain it on the screen using subtitles and then fade it out. Hopefully in mission it is centred, and covers the entire screen or else it'll look supremely bad.
Title: Re: Cutscene Questions
Post by: General Battuta on August 22, 2009, 01:19:10 pm
 :wtf:

Why not just fade-out with a duration of 0 at mission start, then fade in?

That's what I've done, works fine.
Title: Re: Cutscene Questions
Post by: Akalabeth Angel on August 22, 2009, 01:21:34 pm
:wtf:

Why not just fade-out with a duration of 0 at mission start, then fade in?

That's what I've done, works fine.

Oh yeah I guess that would work too. I think in my brain I'm always expecting an option to "start in state X" rather than "move to state X in no time at all", that's something about FRED I have to keep in mind.