Jump to content
Sign in to follow this  
_Hekler_

Overview

Recommended Posts

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 smile.gif

Share this post


Link to post
Share on other sites

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×