ofp:missions:overview.html
Differences
This shows you the differences between two versions of the page.
Previous revision | |||
— | ofp:missions:overview.html [2024/07/31 15:05] (current) – links added. snakeman | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== OFP Overview html ====== | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | **Operation Flashpoint (OFP)** aka ArmA: Cold War Assault (CWA) | ||
+ | |||
+ | The // | ||
+ | |||
+ | The overview applies 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 provide a brief idea of what the mission is about. The keyword is ' | ||
+ | |||
+ | Version numbers and mission author details should really be kept to the // | ||
+ | |||
+ | |||
+ | ====== | ||
+ | |||
+ | <code html> | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < h2 align=" | ||
+ | < p align=" | ||
+ | < p>a single sentence description< | ||
+ | < p> | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | The three displayed elements of this html are | ||
+ | |||
+ | * A centered title | ||
+ | * A centered picture | ||
+ | * One or more sentence descriptions | ||
+ | |||
+ | Alter colored content to whatever you desire. | ||
+ | |||
+ | **Centered Title** | ||
+ | |||
+ | __CAMPAIGN ONLY__ Do not use this for missions | ||
+ | |||
+ | Using this in missions has no ill effect, however the title is already displayed as part of the mission content and you are losing valuable space to repeat the same thing. h2 tags can be used to make the font bold. | ||
+ | |||
+ | **Note:** Other document sources indicate this should be a header tag "// | ||
+ | |||
+ | **Default Title** | ||
+ | |||
+ | Centered default titles occur unconditionally for all missions. They do not appear for campaign overviews. | ||
+ | |||
+ | The title of the overview (not the html < | ||
+ | |||
+ | * The file name of the mission folder will be displayed. Eg Apples.Pbo.Cain OR | ||
+ | * The briefingName= contained in the // | ||
+ | |||
+ | <code cpp> | ||
+ | class Intel | ||
+ | { | ||
+ | breifingName= "One Big Pineapple"; | ||
+ | </ | ||
+ | |||
+ | It would be rare for you to want the mission file name to be displayed. In order to work ' | ||
+ | |||
+ | * the briefingName= must exist | ||
+ | * the briefingName= must be different to the file name. | ||
+ | |||
+ | There is a " | ||
+ | |||
+ | **Example: | ||
+ | |||
+ | <code cpp> | ||
+ | | ||
+ | </ | ||
+ | |||
+ | <code cpp> | ||
+ | | ||
+ | </ | ||
+ | |||
+ | Or, the name of the folder containing the mission has underlines or some other device to make it different. | ||
+ | |||
+ | **Note:** File name title is also displayed as a diagnostic aid if you use cheat sequence -campaign. | ||
+ | |||
+ | **Pictures** | ||
+ | |||
+ | Many people have trouble creating a good overview picture. | ||
+ | |||
+ | < | ||
+ | 32 | ||
+ | 64 | ||
+ | 128 | ||
+ | 256 | ||
+ | 512 | ||
+ | 1024 | ||
+ | </ | ||
+ | |||
+ | Many simple HTML tags will work in the [[ofp: | ||
+ | |||
+ | <code html> | ||
+ | < p align=" | ||
+ | </ | ||
+ | |||
+ | A tutorial for creating mission pictures is available Overview Picture. | ||
+ | |||
+ | |||
+ | ====== See Also ====== | ||
+ | |||
+ | [[ofp: | ||