Applevangelist
a49bd23a2a
#ATC_GROUND
2025-02-17 08:35:30 +01:00
Thomas
cea2f18228
Merge pull request #2255 from leka1986/patch-1
...
Update CTLD.lua
2025-02-17 07:00:18 +01:00
leka1986
fd2d8a5119
Update CTLD.lua
...
Now in the listcargo, (cargo onboard) I will display CargoName and a number / number instead of listing each crate, 5 lines for 5 crates.
Now 1 line for each CargoName and 2/2 or 3/3, etc.
"Rescan" have been moved to only show up if it detects lesser then what it's needed when loading.
2025-02-16 17:16:05 +01:00
Thomas
fa4e0447dd
Merge pull request #2253 from leka1986/patch-1
...
Update CTLD.lua
2025-02-14 06:11:49 +01:00
leka1986
31aa604fc4
Update CTLD.lua
...
Added _LoadSingleCrateSet Function
Added _refreshLoadCratesMenu Function
Added Event for Takeoff, Land.
Changes to the RefreshF10menus function
the menus does not gets deleted, and rebuild, but only what is inside them.
So they will remain at the same position.
tested multiple times
2025-02-14 00:20:23 +01:00
Applevangelist
f44db27565
#ATC_GROUND_UNIVERSAL
...
* Correct usage of airbase names if given
* Exclude FARPs and Ships
2025-02-10 18:02:42 +01:00
Thomas
9b1abab73a
Merge pull request #2250 from leka1986/master
...
Update CTLD.lua
2025-02-10 06:01:30 +01:00
leka1986
cad8f15b61
Update CTLD.lua
...
Reworked the logic of the menu.
Now it will Show be shown :
1. Ammo truck
2. Humvee
3. Ammo truck 1/2 -- 1/2 due to incomplete set.
And for the troops
Squad 8 (2) -- 2 set of squad 8, Selecting this will only deploy 1 set.
Squad 16
Changed so when loading troops, it will state
Squad 8 boarded. same for the extraction.
I have tested it and it works
Heart8reaker also tested it and no issues so far.
2025-02-09 23:41:16 +01:00
Applevangelist
1d08bcf2e0
#CTLD docu
2025-02-09 12:24:16 +01:00
Applevangelist
9487a5ae91
#CTLD
2025-02-09 12:05:18 +01:00
Applevangelist
96337cc5df
#CTLD
2025-02-09 11:48:22 +01:00
Thomas
bc9eee22b7
Merge pull request #2245 from FlightControl-Master/Applevangelist-patch-1
...
Update CTLD.lua
2025-02-08 14:29:59 +01:00
Thomas
f74d25b31c
Update CTLD.lua
...
Option to unload single cargo items by @lekaa
2025-02-08 14:29:35 +01:00
Thomas
1156971d94
Merge pull request #2243 from shaji-Dev/master
...
[ADDED] `UNIT:IsEWR()`
2025-02-06 12:22:18 +01:00
Shafik
c79b5c37c4
[ADDED] UNIT:IsEWR()
2025-02-06 13:16:03 +02:00
Thomas
a2b650a9e3
Merge pull request #2241 from shaji-Dev/master
...
[FIXED] attempt to index field (a nil value)
2025-02-03 12:03:04 +01:00
Shafik
905b442e9b
[FIXED] attempt to index field (a nil value)
2025-02-03 09:03:43 +02:00
Thomas
18fe3112bd
Merge pull request #2238 from shaji-Dev/master
...
[ADDED] Set AI On/Off for units
2025-02-02 12:53:37 +01:00
Shafik
cc057744ba
[ADDED] UNIT:IsSAM() and UNIT:IsAAA() to use used in their respective GROUP functions.
2025-02-02 12:46:55 +02:00
Shafik
db1779e1db
[ADDED] Set AI On/Off for units
2025-02-02 11:42:40 +02:00
Applevangelist
d25a723fc7
#MESSAGE - add parameter for SRS Backend
2025-02-01 18:39:51 +01:00
Applevangelist
f0fe1b431d
#SPAWN - Add optional waiting time to InitRepeatOnLanding
2025-01-31 14:26:32 +01:00
Thomas
8e286edd25
Merge pull request #2237 from shaji-Dev/master
...
[FIXED] attempt to index a nil value
2025-01-31 10:04:01 +01:00
Shafik
74520b1359
[FIXED] attempt to index a nil value (AWACS:_CheckAwacsStatus -> OPSGROUP:GetCallsignName -> GROUP:IsPlayer)
2025-01-31 10:30:18 +02:00
Applevangelist
d06e44d37b
#CTLD small additions
2025-01-30 18:32:39 +01:00
Applevangelist
35348d9b81
#UTILS - Added UTILS.Weather for fog stuff
2025-01-30 18:32:25 +01:00
Applevangelist
4b16e94eaf
#CTLD - Added function for the game designer to get an overview of stock and alive groups, if they want to manage the stock: CTLD:_CountStockPlusInHeloPlusAliveGroups()
2025-01-30 13:19:11 +01:00
Thomas
d983676330
Merge pull request #2236 from Fedge7/fedge/enums-weapons
...
Fixes AH-64D FCR enum value, adds APKWS.
2025-01-30 06:56:44 +01:00
Fedge
03c30f3cce
Adds the 2 primary APKWS rockets as entries in the ENUMS.Storage.weapons.missiles table.
...
I added them to `missiles`, rather than `nurs` because that's where they appear in the mission editor's storage window.
2025-01-29 18:48:34 -07:00
Fedge
99b93266ad
Fixes the AH-64D's FCR enum weapon definition.
2025-01-29 18:47:44 -07:00
Thomas
e307b57e67
Merge pull request #2234 from shaji-Dev/master
...
nil fixes
2025-01-29 13:58:42 +01:00
Shafik
5ef9bb2acd
[FIXED] attempt to get length of local 'parking' (a nil value)
2025-01-29 14:44:31 +02:00
Shafik
4aacdc1567
[FIXED] attempt to index local 'CleanUpUnit' (a nil value)
2025-01-29 14:43:43 +02:00
Thomas
57552f4300
Merge pull request #2233 from FlightControl-Master/Applevangelist-patch-3
...
Update CTLD.lua
2025-01-29 13:24:45 +01:00
Thomas
09d53f7d8c
Update CTLD.lua
...
#CTLD - Added HelicopterLost Event
2025-01-29 13:24:04 +01:00
Frank
d9948d1a19
Update Group.lua
2025-01-28 20:29:35 +01:00
Frank
5f7a4f2bbb
Update Group.lua
...
- Added way to get the coordinate of the group
2025-01-28 20:22:45 +01:00
Thomas
1b6945e0b0
Merge pull request #2230 from FlightControl-Master/Applevangelist-patch-2
...
Update Scenery.lua
2025-01-28 08:31:33 +01:00
Thomas
4fd55b1bd6
Update Scenery.lua
...
#SCENERY
2025-01-28 08:31:17 +01:00
Thomas
20b8deb6de
Merge pull request #2228 from FlightControl-Master/Applevangelist-patch-2
...
Update CTLD.lua
2025-01-27 18:46:07 +01:00
Thomas
6af836c118
Update CTLD.lua
2025-01-27 18:45:39 +01:00
Thomas
f87b8a2c2a
Merge pull request #2229 from FlightControl-Master/Applevangelist-patch-3
...
Update Base.lua
2025-01-27 18:44:50 +01:00
Thomas
daffd7412a
Update Base.lua
2025-01-27 18:44:35 +01:00
Thomas
bfb60b318e
Update CTLD.lua
...
update
2025-01-27 13:27:13 +01:00
Thomas
a55959dfbb
Update Base.lua
...
Added property functions
2025-01-27 12:00:25 +01:00
Thomas
4d24eb82be
Update CTLD.lua
...
#CTLD - Add the group name of the extracted group to TroopsExtracted FSM event
2025-01-27 08:51:17 +01:00
Applevangelist
e26caa2f74
smaller fixes
2025-01-26 17:34:22 +01:00
Applevangelist
b75fff60c8
xx
2025-01-26 14:54:19 +01:00
Applevangelist
4ac57fce7a
#CTLD - Added CTLD:GetGenericCargoObjectFromGroupName(GroupName) to get the generic CTLD_CARGO entry from a group name.
2025-01-26 13:54:28 +01:00
Applevangelist
25a9a0120a
#CTLD
...
- If stock is set, show stock number in menu entries
- Corrected table build for GetStockCrates/Troops/Statics
2025-01-26 13:29:18 +01:00