Lex's Aircraft

by lexsus

Your attention is presented to the futuristic VTOL aircraft that are well suited to the style of the game. The mod includes aircraft: transport, light combat, heavy combat.

Content
11 months ago
1.1
31.5K
Transportation Combat

i Integration with 'SchallTransportGroup'

2 years ago
(updated 2 years ago)

Let this mod use the 'SchallTransportGroup' subgroup!

I made this locally just adding this in the top of "items.lua":


local subgroup_aircraft = "transport"
if mods["SchallTransportGroup"] then
data:extend({
{
type = "item-subgroup",
name = "aircrafts",
group = "transport",
order = "d-4"
}
})

subgroup_aircraft = "aircrafts"
end


And use 'subgroup_aircraft' on the subgroups of all aircrafts!

Thanks.

2 years ago

ok

2 years ago

Thanks!

New response