mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Update Anti Air and Naval Layouts
- Break down the remaining Anti Air Layouts. Now each layout.miz only contains 1 layout - Added a python script which can fix the orientation of a layout - Fix layout orientation. Now all aa layouts are oriented to the north. - Add small change so that whole carrier group will be rotated correctly with the BRC closes #2215
This commit is contained in:
@@ -417,7 +417,8 @@ class GenericCarrierGenerator(GroundObjectGenerator):
|
||||
if self.game.theater.is_in_sea(point):
|
||||
group.points[0].speed = carrier_speed.meters_per_second
|
||||
group.add_waypoint(point, carrier_speed.kph)
|
||||
return brc
|
||||
# Rotate the whole ground object to the new course
|
||||
self.ground_object.rotate(brc)
|
||||
return None
|
||||
|
||||
def tacan_callsign(self) -> str:
|
||||
|
||||
Reference in New Issue
Block a user