Jump to content
Sign in to follow this  
kfine

Positioning cutscene titles

Recommended Posts

How can one position a cutscene's title at the buttom center of the screen instead of having it show up smack in the middle of the page. I tried the following yet it did not work:

; fade in from black over 2 seconds.

cutrsc ["default","PLAIN DOWN",0]

titlecut ["Surrounded! Surrender not an option.","BLACK IN",2]

Is there something I am doing wrong?

:(

Share this post


Link to post
Share on other sites

add "\n" because it = an enter!

so to get it to the bottom of the screen keep adding this to move it to the bottom!

e.g.

titlecut ["\n\n\n\n\nSurrounded! Surrender not an option.","BLACK IN",2]

keep adding more to get it in the right position

wink.gif

Share this post


Link to post
Share on other sites

You can use titletext instead of titlecut, eg:

titletext ["Your text here","plain down"]

Cheers

Share this post


Link to post
Share on other sites

there the same so i dont see the point in proving something

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
Sign in to follow this  

×