Jump to content

Recommended Posts

Posted

Wondering If is possible to navalize the BlackShark of BS1 so it can take off from ships, I know you can land, but taking off at the start of the missions will be a nice addition too.

Thanks.

I don't understand anything in russian except Davai Davai!

Posted (edited)

Yes it is possible to take off from carrier but you have to edit a file by notepad++

 

 

Ka-50\Scripts\Database\helicopters\ah-1w.lua

 

Find Code:

 

       LandRWCategories = 
       {
           [1] = 
           {
               CLSID = "{05708AED-329E-41c3-9C51-9CCE4AA09380}",
               Name = "Carrier",
           }, -- end of [1]
       }, -- end of LandRWCategories

and

 

       TakeOffRWCategories = 
       {
           [1] = 
           {
               CLSID = "{05708AED-329E-41c3-9C51-9CCE4AA09380}",
               Name = "Carrier",
           }, -- end of [1]
           [2] = 
           {
               CLSID = "{62BA70C0-33E4-4cdb-89D8-9AB1D30ABF5D}",
               Name = "HelicopterCarrier",
           }, -- end of [2]
       }, -- end of TakeOffRWCategories

Copy the code and paste it to the correct place in the Ka-50 file.

 

Ka-50\Scripts\Database\helicopters\ka-50.lua

 

 

eturn helicopter("{3457BB1E-523F-4C24-BBEA-58D028623F05}", "Ka-50", _("Ka-50"),
   {
       Cannon = "yes",
       EmptyWeight = "8030",
       HumanCockpit = "yes",
       LandRWCategories = 
       {
           [1] = 
           {
               CLSID = "{05708AED-329E-41c3-9C51-9CCE4AA09380}",
               Name = "Carrier",
           }, -- end of [1]
       }, -- end of LandRWCategories
       MaxFuelWeight = "1450",
       MaxHeight = "6600",
       MaxSpeed = "300",
       MaxTakeOffWeight = "11900",
       Picture = "Ka-50.png",
       Rate = "50",
       Shape = "KA-50",
       TakeOffRWCategories = 
       {
           [1] = 
           {
               CLSID = "{05708AED-329E-41c3-9C51-9CCE4AA09380}",
               Name = "Carrier",
           }, -- end of [1]
           [2] = 
           {
               CLSID = "{62BA70C0-33E4-4cdb-89D8-9AB1D30ABF5D}",
               Name = "HelicopterCarrier",
           }, -- end of [2]
       }, -- end of TakeOffRWCategories
       WorldID = 155,

ATTENTION!

 

There is only on start position! If you use it for MP the clients will join into each other.

By the way: If you use it for MP, the change is stored in the missionfile. The clients don't need to edit their files.

 

 

 

 

Edit: As I remember right in BS2 it is implemented by default.

Edited by =STP= Dragon
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...