Jump to content
Sign in to follow this  
_qor

Overview doesnt work

Recommended Posts

I want an overview for my mission! So I created an "Overview.html" within my mission folder, and added these lines:

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">

<meta name="GENERATOR" content="VB">

<title>Overview</title>

</head>

<body bgcolor="#FFFFFF">

<p align="center"><img src="screen.jpg" width="512" height="512"></p>

<p>

When the BLUFOR started to spread over the whole country and eliminated people in Takistan, it was time to create an opposing force against those injustice. Today it is time to proof the potency of our alliance!

<br>

</p>

</body>

</html>

I have got this from a Briefing Guide. The screenshot I made has 512x512 pixel and is also located in the mission folder. But in Scenarios there is no picture and no text when I click on my mission.

What s the thing I forget about? ".html -files" execute automatically right? I dont need to add them to init.sqf...

Share this post


Link to post
Share on other sites

You could try it with a smaller picture, then it probably works. :rolleyes:

<html>
 <head>
   <title>Overview</title>
 </head>
 <body>
   <p align="center"><img src="screen.jpg" width="256" height="256"></p>
   <p>When the BLUFOR started to spread over the whole country and eliminated people in Takistan, it was time to create an opposing force against those injustice. Today it is time to proof the potency of our alliance!</p>
 </body>
</html>[

The image in this case has a dimension of 256x256 px. Less impressive, yes but in return the picture plus text is shown in the mission selection screen.

Share this post


Link to post
Share on other sites

ah, at least I see a small part of the picture ;)

But there is still no text because the picture is still too large. Even when I set it to 64x64 px...

Share this post


Link to post
Share on other sites

If you use my overview code and have your image in 256x256 px resolution it must work because here both the image and the text is shown.

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  

×