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
2 months ago
1.1 - 2.0
56.5K
Transportation Combat

i Integration with 'SchallTransportGroup'

3 years ago
(updated 3 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.

3 years ago

ok

3 years ago

Thanks!

New response