Overview.html: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Sectioned off, rearranged some of the text.)
Line 1: Line 1:
[[Category:Editing: Flashpoint]]
[[Category:Editing: Flashpoint]]


When you click on a single mission, on the right, you see the overview, which is mostly comprised of a picture and one or two lines of text. Tutorials on how to make an overview can be found on OFPEC. Alternatively, you could un-PBO an existing mission and use its overview as a template.
===Introduction===


Many people have trouble creating a good overview picture. Here is some support.


Pictures must be in the following sizes.
An overview is optional. It appears on the notebook before you start a mission or campaign. Optional simply means the game wont crash without it, but, it adds polish to your creative efforts. When you click on a single mission or in campaign mode, on the right, you see an overview, which is mostly comprised of a picture and one or two lines of text. Alternatively, you could un-PBO an existing mission and use its '''overview.html''' as a template.


64x64<br>
Overviews apply to
128x128<br>
256x256<br>
512x512<br>


And so on.  
    * single missions,
    * a campaign, and
    * individual  missions of a campaign.


The overview of a mission within a campaign is not visible until after you have played that mission. The intent of all overviews is to simply provide a brief  'idea' of what the campaign/mission is. The keyword is brief, because real estate on that notepad is at a premium.


'''Note:''' Very large pictures will not fit on the page.


For an added touch of professionalism, centre your text by adding the following above your main body of description.
Version numbers and mission author details should really be kept to the ReadMe.txt file.
 
 
===Details===
 
Many people have trouble creating a good overview picture.  Pictures must be in the following sizes keep in mind that very large pictures will not fit on the page.
 
64x64
128x128
256x256
512x512
1024x1024
 
 
Many simple html tags will work in the [[Briefing.html|briefing.html]] or '''overview.html'''. For an added touch of professionalism, centre your text by adding the following above your main body of description.


  < p align="center" >
  < p align="center" >


Version numbers and mission author details shouldn't really be put on the Overview screen. This type of information should be left in the ReadMe.
===Resources===
 
[http://www.flashpoint1985.com/index2.html BI] has a few tools to get you started.
 
[http://www.ofpec.com OFPEC] hosts a variety of tutorials on building a better briefing.

Revision as of 19:02, 30 May 2006


Introduction

An overview is optional. It appears on the notebook before you start a mission or campaign. Optional simply means the game wont crash without it, but, it adds polish to your creative efforts. When you click on a single mission or in campaign mode, on the right, you see an overview, which is mostly comprised of a picture and one or two lines of text. Alternatively, you could un-PBO an existing mission and use its overview.html as a template.

Overviews apply to

   * single missions,
   * a campaign, and
   * individual  missions of a campaign.

The overview of a mission within a campaign is not visible until after you have played that mission. The intent of all overviews is to simply provide a brief 'idea' of what the campaign/mission is. The keyword is brief, because real estate on that notepad is at a premium.


Version numbers and mission author details should really be kept to the ReadMe.txt file.


Details

Many people have trouble creating a good overview picture. Pictures must be in the following sizes keep in mind that very large pictures will not fit on the page.

64x64
128x128
256x256
512x512
1024x1024


Many simple html tags will work in the briefing.html or overview.html. For an added touch of professionalism, centre your text by adding the following above your main body of description.

< p align="center" >

Resources

BI has a few tools to get you started.

OFPEC hosts a variety of tutorials on building a better briefing.