CTLD Docu updates

This commit is contained in:
Applevangelist 2022-01-31 11:36:20 +01:00
parent bb787aa9ca
commit 7bd7071ec5

View File

@ -570,11 +570,12 @@ do
-- * Additional events to tailor your mission. -- * Additional events to tailor your mission.
-- * ANY late activated group can serve as cargo, either as troops, crates, which have to be build on-location, or static like ammo chests. -- * ANY late activated group can serve as cargo, either as troops, crates, which have to be build on-location, or static like ammo chests.
-- * Option to persist (save&load) your dropped troops, crates and vehicles. -- * Option to persist (save&load) your dropped troops, crates and vehicles.
-- * Weight checks on loaded cargo.
-- --
-- ## 0. Prerequisites -- ## 0. Prerequisites
-- --
-- You need to load an .ogg soundfile for the pilot\'s beacons into the mission, e.g. "beacon.ogg", use a once trigger, "sound to country" for that. -- You need to load an .ogg soundfile for the pilot\'s beacons into the mission, e.g. "beacon.ogg", use a once trigger, "sound to country" for that.
-- Create the late-activated troops, vehicles (no statics at this point!) that will make up your deployable forces. -- Create the late-activated troops, vehicles, that will make up your deployable forces.
-- --
-- ## 1. Basic Setup -- ## 1. Basic Setup
-- --