MetalStormGhost
|
d890ef0808
|
Implemented generating player slots in the Pretense campaign.
|
2024-02-06 10:58:36 +02:00 |
|
Raffson
|
087a38d105
|
imports
|
2024-02-06 10:58:35 +02:00 |
|
MetalStormGhost
|
94c1455249
|
Now generates air units for both sides at airfields.
|
2024-02-06 10:58:34 +02:00 |
|
MetalStormGhost
|
c7ec3283bd
|
Added configuration constants for flights generated for Pretense. Fixed a bug which caused only one squadron per CP to be generated. Will now not generate Pretense cargo flights from Retribution off-map spawns, but instead will generate own air spawn points for them. Added a helper function initialize_pretense_data_structures().
|
2024-02-06 10:58:33 +02:00 |
|
MetalStormGhost
|
3809e28a6a
|
Fixed conflicting types for cp in generate_mid_mission().
|
2024-02-06 10:58:32 +02:00 |
|
MetalStormGhost
|
46e7f89da9
|
PretenseFlightGroupSpawner method for spawning mid-mission flights and setting the appropriate Pretense names to them.
|
2024-02-06 10:58:29 +02:00 |
|
MetalStormGhost
|
5687c15c21
|
Fixed missing return statement with isinstance(cp, OffMapSpawn).
|
2024-02-06 10:58:27 +02:00 |
|
MetalStormGhost
|
73f7d94bda
|
Dynamically generate Pretense air groups (pretense/pretenseluagenerator.py)
|
2024-02-06 10:58:26 +02:00 |
|
MetalStormGhost
|
84c20e8d81
|
ntentionally don't spawn anything at OffMapSpawns in Pretense
|
2024-02-06 10:58:24 +02:00 |
|
MetalStormGhost
|
676e4dcebf
|
Implemented generating trigger zones for supply routes, theater ground objects and helicopter supply points. Implemented name generator for Pretense air units.
|
2024-02-06 10:58:20 +02:00 |
|
MetalStormGhost
|
d6ab4e9891
|
Copied flightgroupspawner.py as a template/inheritance for generating Pretense campaigns from Retribution campaigns.
|
2024-02-06 10:58:20 +02:00 |
|