Jump to content

Letterbox effect in scripted cutscenes?


Go to solution Solved by redsaurus,

Recommended Posts

Hi.

First post (topic), but already a problematic one.

I wish to understand how to remove the aforementioned letterbox in Icarus scripting.

I looked into some of the scripts supplied with SDK and most of them start with camera fade command. My guess that's the letterbox, but sadly, removing it, saving and recompling the script does not make an difference in-game (of course I put it into .pk3 file with all the folder structure)

Is it already pre-arranged like that in JKA when invoking camera commands all scripted cutscenes must have this letterbox or am I missing something?

v3xel5v1aw9y.jpg

I don't presume I can script cutescenes or such. I merely need to remove those black bars for some video editing (machinima) I plan to do. I need to recompile all scripted cutscenes.

Help me out buddies.

 

Link to comment

I think the letter black bars on top and down of movie are pretty hardcoded into the code and this require code hack. the fade simply create dissolvance effect of the camera (transition effect by total black screen to normal video screen... fade it's used for making dissolveces inside the cinematics ) , no affecting that.

Link to comment

If you set cg_draw2D to 0 then the letterbox bars don't get drawn.

That did it. Thanks frien'.

On the side note: so it seems letterbox bars must be a texture after all, since it can be removed by that command... which removes all 2D things (not only HUD but also saber flares etc.). Just a simple black texture, hmmm.... whatever.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...