arma2:editor_modules:som
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| arma2:editor_modules:som [2009/06/03 17:26] – added som data. snakeman | arma2:editor_modules:som [2024/08/01 21:02] (current) – links added. snakeman | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== SOM ====== | + | ====== |
| - | **Secondary Operations Module** | + | [[https:// |
| - | Its what generates the little side missions in the campaign, but of course, if you run it on an empty map you essentially have a random mission generator. To use it, place the module then synchronize it with the player. | + | **Secondary Operations Manager** |
| - | If you have played | + | Its what generates the little side missions in the campaign, but of course, if you run it on an empty map you essentially have a random mission generator. |
| - | To create a civilian population, place a Location Module of your choice (City, Camp etc) in a town, then place a Civilian Ambient Module in the same town, synchronize the two GameLogic' | + | Usage:\\ |
| + | Place the SOM gamelogic on the map, then synchronize | ||
| - | There is quite a lot you can configure for the SOM, including adding fully new SecOps. A random mission generator is exactly what the SOM is There will be more information soon, but some initial global settings: | + | SOM randomly creates mission and objectives and enemies depending on where you are on the map. |
| + | |||
| + | There is quite a lot you can configure for the SOM, including adding fully new SecOps. A random mission generator is exactly what the SOM is. Some initial global settings: | ||
| You can override certain SOM settings by setting a " | You can override certain SOM settings by setting a " | ||
| Line 51: | Line 54: | ||
| ((myFirstSOM getVariable " | ((myFirstSOM getVariable " | ||
| </ | </ | ||
| + | |||
| + | Misc notes | ||
| + | |||
| + | What is already possible: without modifying the core SOM scripts (not recommended), | ||
| + | |||
| + | To get support: | ||
| + | |||
| + | Try to execute in a script after the SOM has started: | ||
| + | <code cpp> | ||
| + | //Gives one: | ||
| + | [" | ||
| + | |||
| + | //Gives one of each: | ||
| + | [[" | ||
| + | |||
| + | //Gives 2 random supports: | ||
| + | [2, player] call BIS_SOM_addSupportRequestFunc; | ||
| + | </ | ||
| + | |||
arma2/editor_modules/som.1244049995.txt.gz · Last modified: 2009/06/03 17:26 (external edit)
