Update pydcs.

Added ice halo generation.
This commit is contained in:
SnappyComebacks 2022-11-20 17:17:48 -07:00 committed by Raffson
parent 6ec248dfbf
commit b2cce52b34
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99
2 changed files with 2 additions and 1 deletions

View File

@ -56,6 +56,7 @@ Saves from 5.x are not compatible with 6.0.
* **[Mission Generation]** Added performance option to not cull IADS when culling would affect how mission is played at target area. * **[Mission Generation]** Added performance option to not cull IADS when culling would affect how mission is played at target area.
* **[Mission Generation]** Reworked the ground object generation which now uses a new layout system * **[Mission Generation]** Reworked the ground object generation which now uses a new layout system
* **[Mission Generation]** Added information about the modulation (AM/FM) of the assigned frequencies to the kneeboard and assign AM modulation instead of FM for JTAC. * **[Mission Generation]** Added information about the modulation (AM/FM) of the assigned frequencies to the kneeboard and assign AM modulation instead of FM for JTAC.
* **[Mission Generation]** Added ice halos.
* **[Mission Generation]** Adjusted wind speeds. Wind speeds at high altitude are generally higher now. * **[Mission Generation]** Adjusted wind speeds. Wind speeds at high altitude are generally higher now.
* **[Mission Generation]** Added turbulence. Higher in Summer and Winter, also higher at day time than at nighttime. * **[Mission Generation]** Added turbulence. Higher in Summer and Winter, also higher at day time than at nighttime.
* **[Modding]** Updated UH-60L mod version support to 1.3.1 * **[Modding]** Updated UH-60L mod version support to 1.3.1

View File

@ -32,7 +32,7 @@ pluggy==1.0.0
pre-commit==2.20.0 pre-commit==2.20.0
py==1.11.0 py==1.11.0
pydantic==1.10.2 pydantic==1.10.2
-e git+https://github.com/pydcs/dcs@324e4471eb32af69eee8c103ad5260fe1ba13ba9#egg=pydcs -e git+https://github.com/pydcs/dcs@f12d70ea844076f95c74ffab92ec3dc9fdee32e4#egg=pydcs
pyinstaller==5.6.2 pyinstaller==5.6.2
pyinstaller-hooks-contrib==2022.13 pyinstaller-hooks-contrib==2022.13
pyparsing==3.0.9 pyparsing==3.0.9