faviou, open the file DCS World/CoreMods/AJS37/Entry/AJS37.lua and add these lines after the line with AJS37 = {
LandRWCategories =
{
[1] =
{
Name = "HelicopterCarrier",
},
[2] =
{
Name = "AircraftCarrier",
},
[3] =
{
Name = "AircraftCarrier With Catapult",
},
[4] =
{
Name = "AircraftCarrier With Tramplin",
},
},
TakeOffRWCategories =
{
[1] =
{
Name = "HelicopterCarrier",
},
[2] =
{
Name = "AircraftCarrier",
},
[3] =
{
Name = "AircraftCarrier With Catapult",
},
[4] =
{
Name = "AircraftCarrier With Tramplin",
},
},
Let me know if it works!