Dan Albert
b65d178cf1
Move develop to 2.6.
2021-04-18 15:57:18 -07:00
Dan Albert
38f632097e
Add support for DCS 2.7 weather generation.
...
https://github.com/Khopa/dcs_liberation/issues/981
2021-04-17 15:06:17 -07:00
Khopa
c2ce3a6992
Fixed Lint issue
2021-04-17 13:11:26 +02:00
Khopa
b61d15fdf4
Unit support : Added support for the PLZ-05, new artillery unit from the Chinese Asset Pack
2021-04-17 11:28:36 +02:00
Khopa
ad5cc83fb3
Unit support : now using the new unit S-60 57mm AA Gun units.
2021-04-17 11:23:00 +02:00
Ronny Röhricht
2f53edd775
Add plugin for exporting RED and BLUE threat circles to LotATC.
...
Implemented as a plugin because LotATC needs actual lat/lon, and the only APIs for those are in lua.
Fixes https://github.com/Khopa/dcs_liberation/issues/956 .
2021-04-17 00:55:06 -07:00
Khopa
a30d9276b8
Merge remote-tracking branch 'khopa/develop' into develop
2021-04-17 02:22:56 +02:00
Khopa
8091051bb4
Fixed weapons names in pdcs extensions, removed deprecated rafale mod, fixed many other compilation issues with pydcs 2.7+
2021-04-17 02:13:52 +02:00
Khopa
1e468cd3e0
Fixed weapons fallback db names with new pydcs version
2021-04-17 01:23:08 +02:00
Khopa
15d2a5bb2b
Updated units name in liberation
2021-04-16 23:33:22 +02:00
SnappyComebacks
52ce1a5959
Add support for additional EWR sites in campaigns.
...
* A Bluefor EWR 55GS in the campaign miz defines an optional EWR site. There is no distinction between how close or far it is to a base, so it's possible that there will be many EWRs within an airbase.
* A Redfor EWR 1L13 in the campaign miz defines a required EWR site.
It would be a good future idea to limit the amount of EWRs within a certain distance from an airbase. That way there's no chance of 5 EWRs all at the same airbase. Even better if there were something preventing any two EWRs from being right next to each other.
No campaigns take advantage of this yet.
Fixes https://github.com/Khopa/dcs_liberation/issues/524
2021-04-15 21:23:27 -07:00
Khopa
7ce05762f5
Possible to add additional helipad to any control point in campaign file. (WIP)
2021-04-14 00:00:25 +02:00
Dan Albert
8ca68b3d7a
Set win/loss status for functioning airfields.
...
"Fixes" https://github.com/Khopa/dcs_liberation/issues/833 . The crash is
still present, but we're at least telling the player that the game is
over so they shouldn't try to play. The UX for this sucks
(https://github.com/Khopa/dcs_liberation/issues/978 ), but it's the same
as other end-game states.
2021-04-10 15:44:57 -07:00
Dan Albert
ab746b5195
Fix date given to the conditions generator.
...
`Game.date` is actually the start date, not the current date. Not renaming to
avoid breaking save compat.
This fix won't have any effect on existing saves until they pass the turn
because this is encoded into the conditions generated at the start of the turn,
but it will fix on the next turn.
Fixes https://github.com/Khopa/dcs_liberation/issues/973
2021-04-10 15:20:54 -07:00
Khopa
f363d66aac
F_86F Sabre payloads can now be customized.
2021-03-31 00:17:21 +02:00
Khopa
2b44b2fc0b
Ran formatter to fix lint issue
2021-03-29 23:53:09 +02:00
C. Perreau
25986aa15c
Merge pull request #928 from Mustang-25/patch-1
...
Add GAR-8 restriction date and fallback info
2021-03-29 23:51:21 +02:00
GvonH
49e729e9ec
Add dark kneeboard option for night missions ( #951 )
2021-03-22 19:41:54 -07:00
Khopa
5bd4c00257
Merge branch 'develop_2_4_x' into develop
...
# Conflicts:
# changelog.md
# game/db.py
# game/navmesh.py
# game/operation/operation.py
# game/theater/conflicttheater.py
# game/theater/controlpoint.py
# game/theater/start_generator.py
# game/theater/theatergroundobject.py
# game/threatzones.py
# game/version.py
# gen/aircraft.py
# gen/airsupportgen.py
# gen/fleet/carrier_group.py
# gen/flights/ai_flight_planner.py
# gen/flights/ai_flight_planner_db.py
# gen/flights/flightplan.py
# gen/flights/waypointbuilder.py
# gen/groundobjectsgen.py
# gen/kneeboard.py
# pydcs
# pydcs_extensions/f22a/f22a.py
# qt_ui/uiconstants.py
# qt_ui/widgets/combos/QAircraftTypeSelector.py
# qt_ui/widgets/map/QLiberationMap.py
# qt_ui/windows/QUnitInfoWindow.py
# qt_ui/windows/mission/flight/payload/QPylonEditor.py
# qt_ui/windows/settings/QSettingsWindow.py
2021-03-21 18:50:50 +01:00
Simon Krüger
260358c5fb
AEW&C kneeboard + actually do AEW&C ( #922 )
...
* AEW&C will now do AEW&C
* AEW&C gets a frequency
* AEW&C is added to kneeboard (Frequency, Depature, Depature Time, Arrival Time)
2021-03-13 14:07:19 -08:00
Dan Albert
0f07b2c095
Increase size of navmesh to avoid planning issues.
...
The tradeoff is that any flights that might have previously routed
_around_ a threat near the edge of the map may no longer do so as the
zones at the edge are significantly larger now.
Fixes https://github.com/Khopa/dcs_liberation/issues/903
2021-03-13 13:41:57 -08:00
Dan Albert
fb49d9e6ae
Project threat zone from front lines.
...
Fixes https://github.com/Khopa/dcs_liberation/issues/940
2021-03-13 12:53:10 -08:00
Mustang-25
de18ce3e7b
Add GAR-8 restriction date and fallback info
2021-02-27 15:22:26 -08:00
Khopa
f11918fc41
Fixed F-22A invalid radio frequency issues for player flights (F-22 mod only allow 100-156Mhz frequency range)
...
Added F-22A icon and banner.
2021-02-27 00:10:06 +01:00
Khopa
60af2ad0a4
Preparing 2.4.4
2021-02-26 23:12:59 +01:00
Khopa
523ef08697
Ran black reformater on 2.4x branch
2021-02-22 20:55:51 +01:00
Khopa
c2310453d8
Updated version String to 2.4.3
2021-02-22 20:51:53 +01:00
Dan Albert
a47bef1f13
Blacken.
2021-02-12 20:10:45 -08:00
Dan Albert
1bc994c102
Fix version number of the release.
2021-02-12 16:18:01 -08:00
Mustang-25
3b58c571b3
Add a mid-90s campaign date option
...
1995 is a good date to pick if you want to date restrict all GPS weapons but still have all the laser guided options.
(cherry picked from commit 27829a024a08203d1cd54141d7cfd7d906707206)
2021-02-12 16:16:35 -08:00
Mustang-25
e0430cf607
Adjust HARM Weapon Restriction Date
...
Official Navy docs have the 88A's IOC date in 1983. Also left a note on the B and C IOC dates if DCS ever adds the older models.
(cherry picked from commit a0fda2552fb809519686b6af593eb18a2a9e1339)
2021-02-12 16:16:31 -08:00
Mustang-25
27829a024a
Add a mid-90s campaign date option
...
1995 is a good date to pick if you want to date restrict all GPS weapons but still have all the laser guided options.
2021-02-12 16:15:20 -08:00
Mustang-25
a0fda2552f
Adjust HARM Weapon Restriction Date
...
Official Navy docs have the 88A's IOC date in 1983. Also left a note on the B and C IOC dates if DCS ever adds the older models.
2021-02-12 16:14:54 -08:00
Simon Krüger
65c185ebd2
Add an option for disabling the legacy AEW&C aircraft.
...
Using the legacy AEW&C aircraft is still the default until
https://github.com/Khopa/dcs_liberation/issues/844 is fixed.
2021-02-12 14:20:26 -08:00
Brandon Danyluk
4b7ef46f82
Add weapon era restrictions for USA/Russia/UK/France ( #860 )
...
(cherry picked from commit 61f1e11a48edb4d1599d288c4f5bf5f1a72a6ca1)
2021-02-12 13:49:40 -08:00
Dan Albert
0ae6575087
Transfer pending purchases forward along capture.
...
Fixes https://github.com/Khopa/dcs_liberation/issues/828 .
(cherry picked from commit d8c94f5ecee6b136706d40f00c13f752dccac6e1)
2021-02-12 13:46:08 -08:00
Dan Albert
d8c94f5ece
Transfer pending purchases forward along capture.
...
Fixes https://github.com/Khopa/dcs_liberation/issues/828 .
2021-02-12 13:45:01 -08:00
Brandon Danyluk
61f1e11a48
Add weapon era restrictions for USA/Russia/UK/France ( #860 )
2021-02-10 22:30:56 -08:00
Simon Krüger
8e51b7fc1d
Carrier strike group ( #863 )
...
Generate a Carrier Group which comes close the the real Carrier Strike Group 8.
Under carrier_names in the faction simply add "Carrier Strike Group 8" as the first and only entry and enable super carrier.
* TRU as TACAN name
* Harry S. Truman CV
* 4x Arleigh Burke
* 1x Ticonderoga
* CV in the middle, Ticonderoga in a radius of 2 miles, Arleigh Burkes forming a rectangle
2021-02-09 14:17:46 -08:00
Simon Krüger
e0501e46e3
Initial implementation of AEW&C missions.
...
Still a work in progress (the missions don't actually perform their task, just orbit). Currently:
* AEW&C aircraft can be bought.
* AEW&C missions can be planned at any control point and at front lines.
* AEW&C will return after 4H or Bingo.
2021-02-07 11:39:22 +00:00
Khopa
4a0ccc4c2f
Fixed error detected by mypy
2021-02-07 11:39:21 +00:00
Khopa
6a74c3faeb
Added coastal defenses sites generator for Iran and China.
2021-02-07 11:39:21 +00:00
Dan Albert
2e9ab0a9d7
Move develop to 2.5.
2021-02-07 11:39:20 +00:00
Simon Clark
6a0e18c0e9
Change the logic for culling missile sites.
...
Missile sites now generate a 2.5km culling circle around themselves, rather than using the standard full culling zone size.
Fixes #850 .
2021-02-06 22:20:02 +00:00
Dan Albert
3d0b47a181
Fix exception in building debrief.
...
There are always a bunch of integer dead ground units. Not sure what
they are.
2021-01-30 18:24:25 -08:00
Dan Albert
34d4ecd4e6
Add an option for default start type.
...
Changing this completely breaks OCA/Aircraft missions, but if the player
doesn't care about those this can reduce airfield congestion. The UI
warns about this.
This also makes the AI start type selectable in the flight UI.
Fixes https://github.com/Khopa/dcs_liberation/issues/387
Fixes https://github.com/Khopa/dcs_liberation/issues/729
2021-01-30 15:04:23 -08:00
Simon Clark
768d239840
Adds missile sites to the do-not-cull list.
...
Contributes-to: #700
2021-01-30 18:34:57 +00:00
Simon Clark
9a41217a59
Removes control point name dash->space replace.
...
This was breaking runway destruction. This seems to have been a legacy change from 1c67a2e4cf (diff-4c34a7844594e282145481e501ff81d198e869aad558b3589fbc1e140625ea03R20)
Fixes #741
2021-01-30 15:50:13 +00:00
Simon Clark
cc3cd95e2d
Test for unit_name + " object" in the debrief.
...
This is because all building objects have " object" appended to the end in the unit map, but not in the state.json. Therefore, we should now find destroyed building objects in the unit map.
Should fix #793 .
2021-01-30 15:00:40 +00:00
Khopa
225325cc29
High Digit SAM mod support added with an example factions (Russia 2010 High Digit SAM)
2021-01-30 01:28:47 +01:00