Jump to content
Sign in to follow this  
PSYKO_nz

mission image ingame

Recommended Posts

hi there, im want to have an image come on screen when the player is loaded in. not the loading screen pic ive done that. what im looking for is having a image come up in the centre of the screen when a player first comes int 1st person, king of like the thing that you can do with words in the init...

titleText ["Put words here", "Black IN", 10];'

just instead of words I want a picture. ive been looking every where and I cant find a how to on it, maybe I missed something? if not is anybody able to shed some light on this??

I remember doing it in A2 years ago but ive completely forgotten

thanks a tonne in advance hope you can point me in the right direction

cheers!

psyko

Share this post


Link to post
Share on other sites

thanks a tonne in advance hope you can point me in the right direction

cheers!

psyko

I achieved similar by defining a custom Display in my addon config and then showed it on screen using:

https://community.bistudio.com/wiki/cutRsc

It was my first attempt at scripting and I learned loads from Killzone Kid's GUI Tutorial (easy to google for).

It's pretty straight forward once you understand the basic principle.

Depending on your particular approach, it might be easier to use something like the below to show the image:

https://community.bistudio.com/wiki/Structured_Text

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  

×