mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Update Skynet to 2.4.0.
Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1713
This commit is contained in:
parent
a23e7fe83d
commit
7f57180da4
@ -36,7 +36,7 @@ Saves from 4.x are not compatible with 5.0.
|
||||
* **[Modding]** Campaigns can now define a default start date.
|
||||
* **[Modding]** Campaigns now specify the squadrons that are present in the campaign, their roles, and their starting bases. Players can customize this at game start but the campaign will choose the defaults.
|
||||
* **[New Game Wizard]** Can now customize the player's air wing before campaign start to disable, relocate, or rename squadrons.
|
||||
* **[Plugins]** Updated SkynetIADS to 2.3.0 (adds SA-5 support).
|
||||
* **[Plugins]** Updated SkynetIADS to 2.4.0 (adds SA-5 support).
|
||||
* **[UI]** Sell Button for aircraft will be disabled if there are no units available to be sold or all are already assigned to a mission
|
||||
* **[UI]** Enemy aircraft inventory now viewable in the air wing menu.
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
env.info("--- SKYNET VERSION: 2.3.0 | BUILD TIME: 18.10.2021 1046Z ---")
|
||||
env.info("--- SKYNET VERSION: 2.4.0 | BUILD TIME: 05.11.2021 1737Z ---")
|
||||
do
|
||||
--this file contains the required units per sam type
|
||||
samTypesDB = {
|
||||
@ -11,6 +11,11 @@ samTypesDB = {
|
||||
['NATO'] = 'Tin Shield',
|
||||
},
|
||||
},
|
||||
['p-19 s-125 sr'] = {
|
||||
['name'] = {
|
||||
['NATO'] = 'Flat Face',
|
||||
},
|
||||
},
|
||||
},
|
||||
['EWR P-37 BAR LOCK'] = {
|
||||
['Name'] = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user