This website requires JavaScript.
Explore
Help
Register
Sign In
weyne
/
dcs-retribution
Watch
1
Star
0
Fork
0
You've already forked dcs-retribution
mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced
2025-11-10 15:41:24 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dcs-retribution
/
game
/
pretense
History
MetalStormGhost
4e4eeff9ec
Split the Pretense zone definition generation into separate methods: generate_pretense_zone_land() for land control points and generate_pretense_zone_sea() for carriers/LHAs.
2024-02-25 12:39:39 +02:00
..
pretenseaircraftgenerator.py
Fixed FlightType.AEWC and FlightType.REFUELING handling in generate_pretense_aircraft().
2024-02-25 12:39:39 +02:00
pretenseflightgroupspawner.py
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-25 12:39:39 +02:00
pretenseluagenerator.py
Split the Pretense zone definition generation into separate methods: generate_pretense_zone_land() for land control points and generate_pretense_zone_sea() for carriers/LHAs.
2024-02-25 12:39:39 +02:00
pretensemissiongenerator.py
Calling the constructor of MissionGenerator in PretenseMissionGenerator in unnecessary, so leaving it out.
2024-02-25 12:39:37 +02:00
pretensetgogenerator.py
Now splits the generated Pretense group role properly in create_vehicle_group().
2024-02-25 12:39:39 +02:00
pretensetriggergenerator.py
Also connect carrier and LHA control points to adjacent friendly points in Pretense. Enlarged the carrier trigger zones.
2024-02-25 12:39:35 +02:00