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
This commit is contained in:
spencershepard
2023-02-11 20:54:37 -08:00
committed by GitHub
parent be89639e6d
commit bca47d63d6
7 changed files with 153 additions and 53 deletions

View File

@@ -593,6 +593,7 @@ class Window(QMainWindow, Ui_MainWindow):
"blue_cap": self.scenario.getConfigValue("blue_cap", default=True),
"rotorops_server": self.scenario.getConfigValue("rotorops_server", default=False),
"perks": self.perks_checkBox.isChecked(),
"easy_comms": self.scenario.getConfigValue("easy_comms", default=True)
}
logger.info("Generating mission with options:")