晴寿 发表于 2014-2-12 18:46

修改后求解~出问题了~初始母舰修改成功后没装备~ 给数据求指导~~

本帖最后由 晴寿 于 2014-2-12 19:42 编辑



      --爨珏瘌栾 桡痤赅

      mothership = CreateCarcass("Mothership_arba",Vector3(0, 0, 0), Vector3(0,0,1));

      MothershipPilot=CreatePilot("BasePilot");
      AddPilotToPlayer(MothershipPilot);
      mothership:AssignPilot(MothershipPilot);
      MothershipFlight=PlayerGroup:CreateFlight(PLAYER_MOTHERSHIP);
      MothershipFlight:AddShip(mothership);
      mothership:AddModuleToInventory("BS_ShAmp4", 6);
      mothership:AddModuleToInventory("GunAmp2", 20);
      mothership:AddModuleToInventory("ECM4", 20);
      mothership:AddModuleToInventory("TVC3a", 20);

母舰修改成功了。。但是修改的装备没出来啊。。。怎么破~~~我只改了这一段~

页: [1]
查看完整版本: 修改后求解~出问题了~初始母舰修改成功后没装备~ 给数据求指导~~