Overview Picture – Operation Flashpoint

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "[[category" to "[[Category")
m (Text replacement - "\[\[[Cc]ategory:[ _]?Operation Flashpoint:[ _]?(.*)(\|.*)?\]\]" to "{{GameCategory|ofp|$1}}")
Line 58: Line 58:
[[Description.ext]]  
[[Description.ext]]  


[[Category:Operation Flashpoint: Editing]]
{{GameCategory|ofp| Editing}}
[[Category:ArmA: Mission Editing]]
[[Category:ArmA: Mission Editing]]

Revision as of 00:16, 5 January 2021

Creating a picture for mission overviews

Images to be used in the mission preview have to meet certain criteria to have the right position and size.

Here's a quick walkthrough to creating a proper image.

Take a relevant snapshot while in the mission

OFP (as well as ArmA & VBS) don't have built-in screenshot-taking capabilities, so you will need a third-party program to do this. There are many different ones available, but the most popular ones in the gaming community are FRAPS or Game Cam, which also have several other game-related features, like movie capturing and FPS (frames/sec) display.

You can also take a single screenshot by using the [Print Screen / SysRq] button. This will put an image into the clipboard, which you can then paste into an image editing program.

original, undistorted image (512x315px)

Crop it to size

Once you have an appropriate image, crop it to a proportion of 1:1.625 (height:width). So - an image 315 pixels high should be 512 pixels wide.

You can use different proportions, but these are the ones that fill out the menu frame in the mission preview the best.

formatted (distorted) image (512x256px)

Reformat it to the right proportions

Images used in overview.html must have specific edge sizes (i.e. the size must be 2^x). The most common sizes are 128, 256 or 512. So, you could have an image that's 256x256 or 512x256, but you couldn't have one that's 500x300!

Once you resize your image to the proper proportions it will most likely look distorted. This is ok, as later in the game it will be resized again to the correct proportions. When you do distort the image it is normally better to make it bigger, rather than smaller to meet the next allowed edge size (e.g. if your image is 300x487 make it 512x512, rather than 256x256).

Save the picture in .JPG format.

image visible in game menu (overview size:155x95px)

Define the overview.html

In your overview.html you need to call the image via an HTML tag:

<html>
<head><title>Mission Title</title></head>
<body>
<br>
<p align="center"><img src="lost.jpg" width="155" height="95"></p>
</body>
</html>

The size to use if you want to fill out the predefined image frame is 155x95.

If you used different proportions for your original picture, you will have to adjust the sizes here too.

Compile your mission

Use any of the many tools available to create your PBO files.

See Also

Briefing.html

Overview.html

Description.ext