_Hekler_ 0 Posted April 21, 2002 I've got my picture but it needs to be a .paa file How do I make it a .paa file? Thanx for any help Share this post Link to post Share on other sites
=BFP=Cheetah 0 Posted April 21, 2002 you can also use a .jpg file I use this code: <p align="center"><img src="GOD.jpg" width="xxx" height="xxx"></p> replace xxx with number Share this post Link to post Share on other sites
<COPPERHEAD) => 0 Posted April 21, 2002 WHen I try it, it keeps saying that it can't load the picture when I click on it in the single levels. Share this post Link to post Share on other sites
_Hekler_ 0 Posted April 22, 2002 Where do you put that code? Share this post Link to post Share on other sites
_Hekler_ 0 Posted April 22, 2002 Someone must know... Share this post Link to post Share on other sites
kuzmich 0 Posted April 22, 2002 There is a tutorial, but it took me time to get a result, because all the trick is in the picture size. So: 1.There should be the following line in "Overview.html" <p align="center"><img src="Overview.jpg" width="138" height="55"></p> where: Overview.jpg is the picture you want to show(any name is good ) and width="138" height="55"are the picture size that you will see in the game. BUT Overview.jpg itself must be of a definite size - each side is a power of 2. This one for instance is 256 X 128. And the last: Overview.jpg is in the mission(.sqm) directory, but you can give the full path in <img src=...>. Hope I helped. Share this post Link to post Share on other sites
_Hekler_ 0 Posted April 23, 2002 Thanx I'll check it out Share this post Link to post Share on other sites
Wadi 0 Posted April 23, 2002 I have this problem, I have the .jpg pic I want to use in my mission folder, I put it into the overview with img src etc. When I load the mission on single player it just acts as if I didn't even put in the pic in the first place. (and yes, I did save it.) Share this post Link to post Share on other sites