Jump to content

Recommended Posts

Ok so I'm working on a very hush hush campaign and the first mission is almost done, but I feel like it needs a quote at the start. The problem is I don't know how to do this.
I know how to do all the .ogv stuff and how to actually implement it. But apparently to make a quote for the intro you need something like photoshop.
If you've got any experience with stuff like this can you inform me on how to do this.
Other than that I'm good
Thx
^_^

Share this post


Link to post
Share on other sites

You don't have to photoshop anything really, You can just use the BIS_fnc_dynamicText function.

With this function you can show text on the screen for a selected amount of time.

 

["<t align='left' size = '1.5'>The two most powerful warriors are patience and time.</t><br /><t align='right' size = '1.5'>-Leo Tolstoy</t>",0,0.25,15,1] spawn BIS_fnc_dynamicText;

Share this post


Link to post
Share on other sites

Thx guys I figured it out, I just mixed some things together with a bit of text and put it into an ogv file.
The problem is that the file is 400mb. I hope there is a way to compress this.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×