ferstaberinde / F3

ArmA 3 mission development framework
http://www.ferstaberinde.com/f3/en/
59 stars 36 forks source link

[Briefing] Improving readability #540

Closed Sniperhid closed 9 years ago

Sniperhid commented 9 years ago

For many missions the briefing can just look like a wall of text. One improvement that one of our mission makers (Bear) did was to make the the titles bigger and this looks really neat!

screenshot -> http://i.imgur.com/luLBela.jpg

Here is a snippet from the above

_exe = player createDiaryRecord ["diary", ["Execution","
<font size='18'>COMMANDERS INTENT</font>
<br/>
Prohibition through superior firepower.
<br/><br/>
<font size='18'>MOVEMENT PLAN</font>
<br/>
You will head south-west out of the city of Vorkuta and strike the three distillery compounds A, B and C in rapid succession.
<br/><br/>
<font size='18'>FIRE SUPPORT PLAN</font>
<br/>
1x Puma IFV will assist the infantry units in their struggle.
<br/><br/>
<font size='18'>SPECIAL TASKS</font>
<br/>
Secure the compounds and provide protection for the German engineers as they obliterate the distillery machinery located inside.
"]];
Wolfenswan commented 9 years ago

I like it.

Wolfenswan commented 9 years ago

@Sniperhid : Can either Bear or you make a PR for that?

ferstaberinde commented 9 years ago

WebTools now updated to reflect this change.