bmp image to fill screen

Topics regarding Scripting with Reality Factory
Post Reply
rgdyman
Posts: 84
Joined: Tue Jul 05, 2005 7:05 am

bmp image to fill screen

Post by rgdyman »

Hey all,
I may just be tired.. But I thought there was a command that would have a .bmp image appear on the screen.

Am I jst nuts? :)
rgdyman
User avatar
jonas
Posts: 779
Joined: Tue Jul 05, 2005 5:43 pm
Location: Texas, USA
Contact:

Post by jonas »

Yes there is. The scripting demo that came with 075 demonstrates it.
So it is for sure possible with a conversations.
They showed images in the scripting_conv.s with

Code: Select all

SoundCustomReplyBackground("menubackground.bmp", 200, 200, 10, 10);

and in the scripting_reply.s they used

Code: Select all

ShowHudPicture(0, true, "", 0, 0, 0);
to show the custom hud images.
Jonas

Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren't sure which way to do something, do it both ways and see which works better. - John Carmack
rgdyman
Posts: 84
Joined: Tue Jul 05, 2005 7:05 am

Post by rgdyman »

Thank you much Jonas.. :D :D :D
Post Reply