zOrg Posted May 27, 2016 Posted May 27, 2016 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?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.
Asgarath83 Posted May 27, 2016 Posted May 27, 2016 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.
Solution redsaurus Posted May 27, 2016 Solution Posted May 27, 2016 If you set cg_draw2D to 0 then the letterbox bars don't get drawn. zOrg likes this
zOrg Posted May 28, 2016 Author Posted May 28, 2016 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.
ensiform Posted May 28, 2016 Posted May 28, 2016 The saber flares and the black texture are drawn via the function that renders the HUD so it applies.
zOrg Posted June 2, 2016 Author Posted June 2, 2016 What do you think? This is the first episode. I'm planning to film the whole story (and maybe beyond too). https://www.youtube.com/watch?v=k4_QACpQOq4
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now