Stratos Posted December 15, 2011 Posted December 15, 2011 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!
STP Dragon Posted December 15, 2011 Posted December 15, 2011 (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 December 15, 2011 by =STP= Dragon Homepage: Spare-Time-Pilots DCS:BlackShark v1.0.2: BLINDSPOTs EditorMod DRAGONs ArmA2-Sounds DRAGONs BS1 TRAININGPACK DRAGONs MISSIONPACK [bS & FC2] DCS:World: TM WARTHOG PROFIL FOR BS2 DRAGONs BS2_TRAININGPACK DRAGONs TRAININGPACK DRAGONs MISSIONPACK
Stratos Posted December 15, 2011 Author Posted December 15, 2011 Don't worry, want it only for single player. I don't understand anything in russian except Davai Davai!
Recommended Posts