|
Tiberian Technologies Scripts Reference Revision: 9000
|
Apocalypse Rising Game Controller. More...
#include <dp88_ar.h>
The game controller script for Apocalypse Rising, this should be attached to an editor only object on every map. It is currently responsible for the following functionality;
In future the country selection code will have additional logic to spawn country-specific objects such as the French Grand Cannon at predetermined markers on the map or enable country specific units for purchase. Currently the country selection has no actual effect on the game.
| enableCountry_Russia | Determines if the controller can select Russia as the Soviet country on this map. 1 to enable, 0 to disable. |
| enableCountry_Cuba | Determines if the controller can select Cuba as the Soviet country on this map. 1 to enable, 0 to disable. |
| enableCountry_Iraq | Determines if the controller can select Iraq as the Soviet country on this map. 1 to enable, 0 to disable. |
| enableCountry_Libya | Determines if the controller can select Libya as the Soviet country on this map. 1 to enable, 0 to disable. |
| enableCountry_America | Determines if the controller can select America as the Allied country on this map. 1 to enable, 0 to disable. |
| enableCountry_France | Determines if the controller can select France as the Allied country on this map. 1 to enable, 0 to disable. |
| enableCountry_Germany | Determines if the controller can select Germany as the Allied country on this map. 1 to enable, 0 to disable. |
| enableCountry_GreatBritain | Determines if the controller can select Great Britain as the Allied country on this map. 1 to enable, 0 to disable. |
| enableCountry_Korea | Determines if the controller can select Korea as the Allied country on this map. 1 to enable, 0 to disable. |
| MirageTank_disguisePreset_1 | The name of the first disguise preset for the Mirage Tank on this map. |
| MirageTank_disguisePreset_2 | Optional. The name of the second disguise preset for the Mirage Tank on this map. |
| MirageTank_disguisePreset_3 | Optional. The name of the third disguise preset for the Mirage Tank on this map. |
| Camouflage | The ID of the camouflage variant to use for this map |