Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
arma_editing:missions:mission_naming [2017/04/20 12:38] thendash initial edit |
arma_editing:missions:mission_naming [2017/11/22 14:57] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| ~~Title: Mission Naming Conventions~~ | ~~Title: Mission Naming Conventions~~ | ||
| + | ====== Key ====== | ||
| [WIP]xx##(##) Name (modifier)(modifier) | [WIP]xx##(##) Name (modifier)(modifier) | ||
| - | [WIP] - Work In Progress tag. | + | **[WIP]** |
| + | Work In Progress tag. | ||
| Only to be used for unfinished missions. Include [ ] for sorting reasons. | Only to be used for unfinished missions. Include [ ] for sorting reasons. | ||
| - | * xx - Mission type identifier | + | **xx** |
| + | Mission type identifier | ||
| * ap - ALiVE persistent | * ap - ALiVE persistent | ||
| * co - Coop | * co - Coop | ||
| Line 13: | Line 16: | ||
| * misc- None of the above | * misc- None of the above | ||
| - | ## - Maximum number of players | + | **##** |
| + | Maximum number of players | ||
| - | (##) - (Optional) Minimum number of players | + | **(##)** |
| + | (Optional) Minimum number of players | ||
| - | name - Mission name | + | **name** |
| - | Use _ instead of spaces | + | Mission name |
| - | If using “Operation” at the start of a mission name, truncate to “Op” | + | * Use _ instead of spaces. |
| + | * If using “Operation” at the start of a mission name, truncate to “Op” | ||
| - | (modifier) - (Optional) Modifiers | + | |
| - | Provide more information about mission requirements | + | **(modifier)** |
| - | * gm - Missions meant to have a player GM, generally AI will be sparse so it can be scaled | + | (Optional) Modifiers |
| - | * nhc - Headless Client not supported | + | Provide more information about mission requirements |
| + | * gm - Missions meant to have a player GM, generally AI will be sparse so it can be scaled | ||
| + | * nhc - Headless Client not supported | ||
| All missions are assumed to use Headless client unless noted. | All missions are assumed to use Headless client unless noted. | ||
| - | * hpc - High player count variant | + | * hpc - High player count variant |
| - | * lpc - Low player count variant | + | * lpc - Low player count variant |
| - | *Filenames* | + | ====== Filenames ====== |
| Mission .pbo filename. | Mission .pbo filename. | ||
| Line 36: | Line 44: | ||
| Example: co32-the_folly_of_icarus-(hpc).Chernarus.pbo | Example: co32-the_folly_of_icarus-(hpc).Chernarus.pbo | ||
| - | *Mission name* | + | **Mission name** |
| Please do not enter a mission name on the Intel box. Leave it blank to display the filename on the mission select screen. | Please do not enter a mission name on the Intel box. Leave it blank to display the filename on the mission select screen. | ||