rfdazzle
f6e673c2bb
Fixed ATIS TTS readouts for wind direction & TACAN ( #1739 )
...
Added a substitution that takes effect when self.useSRS which converts wind direction into aviation-speak, e.g. "Zero Seven One" instead of the previous behaviour which was "Zero Seventy-One".
Updated TACAN TTS string to include the 'Ray' in 'X-Ray' when SRS is in use
2022-07-07 08:41:56 +02:00
Applevangelist
f50c374d04
CSAR - hand back descriptive name as 3rd parameter on event Boarded()
2022-06-25 17:24:56 +02:00
Applevangelist
b83f478294
CSAR - fix for oncrash
2022-06-16 15:42:02 +02:00
Applevangelist
d5636f4a19
CSAR - added event "Landed" (at a friendly/neutral AFB), fix for AFB rescue
2022-06-16 13:41:44 +02:00
Applevangelist
6025339b46
CSAR - some fixes for latest open beta
2022-06-14 12:39:17 +02:00
Applevangelist
708c076885
CSAR - Put wounded group back into status green, so they run to the chopper
2022-06-12 12:47:23 +02:00
Applevangelist
f0e0b918af
CTLD - More docu
2022-06-09 12:12:29 +02:00
Applevangelist
e45f5e1122
CTLD - further documentation
2022-06-09 11:46:29 +02:00
Applevangelist
932015668b
Added documentation for CTLD_HERCULES
2022-06-09 10:56:20 +02:00
Applevangelist
1dcccdc434
CSAR - added a couple of more lines to go out via TTS
2022-06-07 08:56:13 +02:00
Applevangelist
3380ed9360
CSAR - added options to use Google TTS
2022-06-07 08:13:19 +02:00
Frank
7df3946189
Update Airboss.lua
...
- Wind is calculated at 15 m (not 50 m)
2022-05-20 20:16:45 +02:00
Applevangelist
5065d3b068
UTILS - added FiFo
...
CTLD - correct imperial hover check messages
2022-04-13 16:13:39 +02:00
Applevangelist
0ce1c31e1c
CSAR - added SRS port option
2022-04-10 09:29:22 +02:00
Penecruz
7b907df816
Airboss V/STOL Case III and grading ( #1708 )
...
* Update Airboss.lua
* Fix syntax error
C
2022-04-08 07:16:23 +02:00
Applevangelist
5ed43a3190
CTLD - build object at the 1st crate location not randomly around helo
2022-04-04 11:31:35 +02:00
Applevangelist
fb2031d7ca
docu nicefy
2022-03-29 12:01:28 +02:00
Applevangelist
4a42571925
CTLD - corrected error in setting Hercules min and max drop height, added documentation
2022-03-29 08:52:33 +02:00
Frank
2d544b7a98
Merge pull request #1698 from gavinedwards/airboss.hermes.include
...
Added Hermes section to Airboss. Will require tuning.
2022-03-26 23:34:54 +01:00
Lt Cdr Gavin Edwards
b1e5e1840e
Adding leading lines that I accidentally truncated.
2022-03-26 15:23:38 -07:00
Lt Cdr Gavin Edwards
e6f9b4a125
Added Hermes section to Airboss. Will require tuning.
2022-03-26 11:54:53 -07:00
Applevangelist
a1f5c0ab9b
CSAR/CTLD - added type to script
2022-03-22 10:38:20 +01:00
Applevangelist
4df1e310a3
CSAR - remove timer check for "open the door" message to make behaviour more realistic
2022-03-14 09:12:24 +01:00
Applevangelist
26b1fd3487
Update CTLD.lua ( #1692 )
...
minor nil check
2022-03-09 10:26:16 +01:00
Applevangelist
ae7a363012
CTLD - small extra nil check in _GetUnitCargoMass(Unit)
2022-03-03 12:34:43 +01:00
Applevangelist
473362af45
CTLD - small fix for finding crates when using engineers
2022-03-03 11:02:25 +01:00
Applevangelist
cde0d09f0a
CSAR - remove double class
2022-02-21 19:36:22 +01:00
Applevangelist
84f231ea08
CSAR - added wet feet check if also using csarUsePara (no landing event triggered)
2022-02-18 08:22:47 +01:00
Applevangelist
3d9bb14713
CSAR - added "wet feet" option for a 2nd template to be used over water
2022-02-17 17:41:32 +01:00
Applevangelist
6c6cdcf763
CTLD - fix list/build side effect from adding weight limits to helos
2022-02-16 10:06:04 +01:00
Applevangelist
00c8690e61
CTLD - corrected default weight limits when using CTLD:UnitCapabilities() - was setting loadable weight to zero
2022-02-15 18:07:26 +01:00
Applevangelist
ba5ccc1021
CTLD:SetTroopDropZoneRadius(Radius)
2022-02-13 12:08:23 +01:00
Applevangelist
a4163017d5
CSAR - CSAR:SpawnCSARAtZone(Zone ...) - Zone can now be a ZONE object as well as a string
2022-02-08 07:49:04 +01:00
Applevangelist
7f4a5c48ec
CTLD - add subcategory option, added CTLD:AddCTLDZoneFromAirbase(AirbaseName, Type, Color, Active, HasBeacon)
2022-02-08 07:47:48 +01:00
Applevangelist
28eb7a678c
CTLD - Added Hercules support for crates, troops & vehicles loaded with the help of the ground crew and dropped from the plane. Added weight checks for loaded crates.
2022-02-03 10:00:19 +01:00
Applevangelist
8ac06979f0
CTLD added color options for smoke drops, droppable beacons w/ timer
2022-01-23 11:42:16 +01:00
Applevangelist
41c9c15ae5
CTLD, CSAR - added support for UH-60L
2022-01-16 11:39:19 +01:00
Applevangelist
964831becf
CTLD - make container shape configureable
2022-01-15 11:34:23 +01:00
TommyC81
00d1aec210
General fixes ( #1673 )
...
* General minor
Code formatting and minor typo/document fixes.
* Update Marker.lua
Code formatting and minor typo/document fixes. Note specifically the correction of "self.tocoaliton" to "self.tocoalition".
2021-12-28 11:01:05 +01:00
TommyC81
607c52c0b7
Update CSAR.lua ( #1665 )
...
Code formatting and general typo/documentation fixes.
2021-12-17 09:07:32 +01:00
TommyC81
2694321256
Update CTLD.lua ( #1666 )
...
Code formatting. Minor typos and text fixes.
2021-12-17 09:07:24 +01:00
Applevangelist
9c5561921b
Noise reducing measures
2021-12-15 13:46:07 +01:00
Applevangelist
78fab9ab0c
CSAR - make beacon length configureable
2021-12-14 09:50:34 +01:00
Applevangelist
f29da39dff
CSAR - override suppressmessages for menu driven information
2021-12-12 19:48:36 +01:00
Applevangelist
624a7c70c9
CTLD - corrected landheight of dropped smoke
2021-12-12 19:30:33 +01:00
TommyC81
0447ee2d9e
Update Airboss.lua ( #1664 )
...
Code formatting. Typo fixing.
2021-12-12 19:15:30 +01:00
Applevangelist
ef4dc48ea1
CTLD - added option for smoke/flare at position
2021-12-11 14:14:44 +01:00
Applevangelist
2138a33292
CSAR fixed KM message
2021-12-10 12:02:50 +01:00
TommyC81
a59343b987
Code formatting, spelling and documentation fixes. ( #1661 )
...
* Update Point.lua
Minor code formatting fix.
* Update Airboss.lua
Minor code formatting and documentation fixes.
* Update Set.lua
Code formatting, spelling and documentation fixes.
* Update ATIS.lua
Code formatting, spelling and documentation fixes.
* Update Task_A2A_Dispatcher.lua
Minor code formatting and documentation fixes. Added TODO re. possible unused variables.
2021-12-09 17:51:38 +01:00
TommyC81
a4ca4bdc99
Code and documentation fixes ( #1659 )
...
* Update .lua-format
Adjust for observed coding standards.
* Update ATIS.lua
Correct measurement units and spelling (also changed in Utils.lua).
* Update Utils.lua
Format the file, fix typos, adjust minor text. Rename "celcius" to "celsius". Rename "farenheit" to "fahrenheit".
* Update Warehouse.lua
Adjust measurement unit text.
* Update STTS.lua
Adjust formatting, minor typos, and fix error in documentation (missing blank rows) introduced in previous update.
* Update Range.lua
Adjust minor typos and code formatting. Adjust for celsius/fahrenheit typo correction.
* Update PseudoATC.lua
Adjust for celsius/fahrenheit typo correction in utils.lua.
* Update Point.lua
Code formatting, fix minor typos, adjust for celsius/fahrenheit corrrection in utils.lua.
* Update Range.lua
Minor documentation fix.
2021-12-08 19:52:29 +01:00