Updated RotorOps: Mission Creator Guide (markdown)

spencershepard
2022-05-08 09:52:46 -07:00
parent 3c78bc4a6c
commit 1cadbd1b1a

@@ -135,7 +135,8 @@ For scenario missions, this can control mission options and set or disable missi
An example scenario config file shown below:
```author: GRIMM
```
author: GRIMM
version: 2
type: Scenario
name: 'Persian Gulf - Nighthawks (AH-64D)'
@@ -169,14 +170,14 @@ radiobuttons: farp_never,
disable_radiobuttons:
farp_always, farp_gunits
red_forces: "RED Default Trucks & Infantry (EASY)"
blue_forces: "BLUE Default US Armor"```
blue_forces: "BLUE Default US Armor"
```
The red_forces / blue_forces value is the filename of the desired template, without the .miz extension.
You can find the names of the UI elements in this source file: https://github.com/spencershepard/RotorOps/blob/develop/Generator/MissionGeneratorUI.ui
# How the script works
In a generated mission, you will find a DO SCRIPT trigger action similar to this:
```