====== Convert OFP / ArmA briefing.html to ArmA 2 briefing.sqf ====== Convert OFP / ArmA briefing.html to ArmA 2 briefing.sqf script file. Use Powergrep to do the initial converting the html code to ArmA 2 compatible sqf script. With delimited regular expressions use this: (.*?)===\2 If you must do it manually, do it like this: replaced with: '> replaced with: With that change your markers are compatible. Next you need to manually copy paste the relevant text from the html into your new sqf script, yes there is no automated one click method to magically convert a briefing, some manual work is required. **Update:** First run [[https://github.com/firefly2442/ArmaBriefingConversion|Firefly's briefing.html to briefing.sqf python script]] Then use PowerGrep delimited regular expressions search and replace lines for the new briefing.sqf files you created: War Situation===War Situation

===

===
===
===

===

===
===

===

=== === === === === (.*?)===\2 === Back to plan===
Please note that the MySection and plan are unique searches in our case, your mission briefings may be different.