Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| tmf:artillerymodule [2016/09/10 09:37] – created head | tmf:artillerymodule [2025/08/03 14:24] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Artillery module ===== | ===== Artillery module ===== | ||
| - | [[{{: | + | {{: |
| Is a module to handle firing artillery onto one or more areas. | Is a module to handle firing artillery onto one or more areas. | ||
| Line 19: | Line 19: | ||
| Number of seconds before firing another salvo | Number of seconds before firing another salvo | ||
| - | ==== Total salvos | + | === Total salvos === |
| Number of salvos to execute | Number of salvos to execute | ||
| Line 25: | Line 25: | ||
| === Rounds per salvo === | === Rounds per salvo === | ||
| - | How many rounds **each **artillery will fire. | + | How many rounds **each **artillery |
| - | === Magazine | + | === Magazine === |
| - | The round to fire. | + | The type of magazine (rounds) |
| - | If the string itself doesn' | + | If the string itself doesn' |
| - | ===== Setup ===== | + | <code c++> |
| + | copyToClipboard str (magazines vehicle player) | ||
| + | </ | ||
| + | |||
| + | in the debug console to copy a list of the available magazines to your clipboard. | ||
| + | |||
| + | ==== Setup ==== | ||
| A minimal setup consists of 1x TMF [[: | A minimal setup consists of 1x TMF [[: | ||
| Line 38: | Line 44: | ||
| The [[: | The [[: | ||
| - | {{http:// | + | {{http:// |
| + | |||
| + | ===== Additional Notes ===== | ||
| + | |||
| + | If module is linked to multiple vehicles and multiple TMF areas, the units will pick one of the areas to fire at each salvo. | ||