Page 1 of 1

bmp image to fill screen

Posted: Fri Dec 22, 2006 2:31 am
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

Posted: Wed Jan 03, 2007 5:30 pm
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.

Posted: Thu Jan 04, 2007 8:47 pm
by rgdyman
Thank you much Jonas.. :D :D :D