13 Commits

Author SHA1 Message Date
Spencer Shepard
d6b33da411
bugfix: UH-1H frequencies (#62) 2023-09-04 20:35:36 -07:00
Spencer Shepard
580064b939
pydcs update including Falklands fix (#61) 2023-08-13 20:29:21 -07:00
Spencer Shepard
d91b283d0a
Sinai and Normandy 2 support (#60) 2023-06-17 19:06:56 -07:00
Spencer Shepard
b4ba63253d
v1.5.3 (#59)
* Update MissionGenerator.py

* remove case-sensitivity for tag names

* Update RotorOpsMission.py

* 1.5.3
2023-05-21 09:44:38 -07:00
Spencer Shepard
fb7f124539
5.1.2 (#58) 2023-05-20 23:14:51 -07:00
Spencer Shepard
756dfd5269
disable pydcs using savedgames directory (#57) 2023-05-20 16:29:17 -07:00
Spencer Shepard
f5dfcf0448
5.0 - pydcs library update - does not use DCS install (#56)
Prevent pydcs library from using DCS installation directory
2023-05-20 15:14:59 -07:00
Spencer Shepard
16d67473b0
Feature/more zones (#55) 2023-05-18 22:25:32 -07:00
spencershepard
bca47d63d6
BHD2 and infantry update (#48)
* BHD2 and infantry update

- default to easy comms
- modify ctld for better infantry models
- cleaner logging
- warn user if no resources for fat cow FARPs
- condition for fat cow added; not available if enemies too close

* Update README.md
2023-02-11 20:54:37 -08:00
spencershepard
be89639e6d
Player fatcow (#46)
* Update RotorOpsPerks.lua

- added player fatcow
- added menu conditions
- added action conditions
- added a table for tracking farp resources and supporting functions
- added flare perk
- change menu display to be more compact
- changes to points
- ignore events if e.initiator is not a unit
- fixed monitorFarps
- isExist wasn't working when calling on farp objects in farp table (appeared dead)
- don't deduct points unless perk action is successful

* Update RotorOps.lua
- changes to infantry spawns
2023-02-07 21:02:38 -08:00
spencershepard
c8ce026243
Added JTAC Drone perk (#44)
* Added JTAC Drone perk

Update RotorOpsPerks.lua
2023-01-31 19:59:21 -08:00
spencershepard
76e2858c7b
1.4.1 (#42)
* RotorOpsPerks, mist change, ice halo fix

* Update RotorOpsPerks.lua
- added new points conditions, revised cas bonus
- allow perks to be defined dynamically
- option to silence point scoring messages
- added red coalition support
- multicrew support!

Update MissionGenerator.exe for release
2023-01-28 15:52:20 -08:00
spencershepard
f382a2e3cc
Develop (#40)
For users:
-Added KA-50 III and AV8BNA Harrier to slot selection
-Changed message in mission generated success dialog
-Zone protect SAMs now part of 'Advanced Defenses' feature
-Late activated friendly/enemy CAP units are placed in mission as a template for Deployed CAP fighters (ie will not be active unless using Advanced Defenses or 'DEPLOY_FIGHTERS' name for radar ground unit)
-improve idle troop behavior at bases/FARPs

For Mission creators:
-Updated pydcs library supports new units such as technicals
-Updated pydcs library supports Falklands map
-allow troop pickup from HELO_CARRIER
-enemy units with radar can be designated to deploy intercept fighters on detection (see RotorOps.fighter options in RotorOps.lua for details) with options for min detection altitude and distance (min detection altitude allows helis to fly 'under the radar')
-Insert RotorOpsServer.lua script and trigger actions if option set in scenario config: rotorops_server: true
-scenario template triggers should now be 'untouched' after mission generation, allowing previously unsupported triggers and actions to be used, along with color coding
-block adding player helicopters if slots locked in scenario config
-Added RotorOps.draw_conflict_zones setting to give users the ability to disable or enable displaying of zones on the map.
-allow disabling spinboxes in scenario config
-mission ends 10 mins after mission success/fail
-copy helicopter start type from templates

Internal:
-github actions workflow to automatically deploy to update server
-Startup version check will ignore micro version
-bypassing triggers and merging before save (to preserve unsupported triggers in pydcs). Our goal is to leave the trigrules and trig from the source mission untouched
-if using random weather, set ice halo to auto and crystals to none
-dont put planes at airports without ILS (to avoid putting planes at helicopter airports ie. Syria)
-improved guardPosition task
-refactored 'coalition' variables to 'coal' to help prevent introducing errors in RotorOps.lua
2023-01-03 12:05:18 -08:00