Battlefield Modding Tutorials BFMODS https://battlefieldmodding.com/ssm/phpBB3/ |
|
making planes heal faster over either healing hangers https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=3&t=3950 |
Page 1 of 2 |
Author: | convict0 [ Mon Mar 24, 2008 12:14 am ] |
Post subject: | making planes heal faster over either healing hangers |
i added this code but it doesnt work i want both hangers to heal either iraqi or usa planes ObjectTemplate.create ObjectSpawner FighterSpawner ObjectTemplate.setObjectTemplate 2 F-15c ObjectTemplate.setObjectTemplate 1 Mig29 ObjectTemplate.setObjectTemplate 3 AirplaneRepairpoint ObjectTemplate.MinSpawnDelay 10 ObjectTemplate.MaxSpawnDelay 10 ObjectTemplate.SpawnDelayAtStart 0 ObjectTemplate.TimeToLive 45 ObjectTemplate.Distance 40 ObjectTemplate.DamageWhenLost 10 rem*** repairs all air vehicles *** Object.create AirplaneRepairpoint Object.absolutePosition 331.912/52.9394/1351.0 Object.rotation 0/0/0 |
Author: | hardrock [ Mon Mar 24, 2008 1:22 am ] |
Post subject: | Re: making planes heal faster over either healing hangers |
con, look again, in the objects.con file, there is a setting to increase not only healing, but ammo too.... |
Author: | convict0 [ Mon Mar 24, 2008 1:42 am ] |
Post subject: | Re: making planes heal faster over either healing hangers |
ok i figured it out how to make planes get repair on both hangers now i need to know how can i heal fast as im driving over a hanger |
Author: | tekk [ Mon Mar 24, 2008 6:52 am ] |
Post subject: | Re: making planes heal faster over either healing hangers |
Author: | convict0 [ Mon Mar 24, 2008 3:36 pm ] |
Post subject: | Re: making planes heal faster over either healing hangers |
tekk can u heal and get more ammo at both hangers thats what i need i have a f16 n the iraqi hanger when i go to us hanger it doesnt give me ammo or heal thats the [pproblem im having its for dc final im modding ok i tryed it whats happeing is that the planes n the us hanger will get ammo and heal fast just at the us hanger i need planes to get ammo and heal at iraqi hanger also rem * ************************************************ rem * Airplane Supply Depots rem * ************************************************ ObjectTemplate.Active AlliedAirplaneSupplyDepot ObjectTemplate.radius 35 ObjectTemplate.setHealth 0 2 0 ObjectTemplate.addAmmoType 10 -1 100 0 ObjectTemplate.addAmmoType 9 -1 4 0 ObjectTemplate.addAmmoType 8 -1 100 0 ObjectTemplate.addAmmoType 7 -1 4 0 ObjectTemplate.addVehicleType Mirage -1 100 0 ObjectTemplate.addVehicleType Mig29 -1 100 0 ObjectTemplate.addVehicleType F16 -1 100 0 ObjectTemplate.addVehicleType AV-8C -1 100 0 ObjectTemplate.addVehicleType F-15C -1 100 0 ObjectTemplate.addVehicleType su-25 -1 100 0 ObjectTemplate.addVehicleType A10_C -1 100 0 ObjectTemplate.Active AxisAirplaneSupplyDepot ObjectTemplate.radius 35 ObjectTemplate.setHealth 0 2 0 ObjectTemplate.addAmmoType 10 -1 100 0 ObjectTemplate.addAmmoType 9 -1 4 0 ObjectTemplate.addAmmoType 8 -1 100 0 ObjectTemplate.addAmmoType 7 -1 4 0 ObjectTemplate.addVehicleType Mirage -1 100 0 ObjectTemplate.addVehicleType Mig29 -1 100 0 ObjectTemplate.addVehicleType F16 -1 100 0 ObjectTemplate.addVehicleType AV-8C -1 100 0 ObjectTemplate.addVehicleType F-15C -1 100 0 ObjectTemplate.addVehicleType su-25 -1 100 0 ObjectTemplate.addVehicleType A10_C -1 100 0 |
Author: | tekk [ Mon Mar 24, 2008 6:08 pm ] |
Post subject: | Re: making planes heal faster over either healing hangers |
Author: | hardrock [ Mon Mar 24, 2008 6:34 pm ] |
Post subject: | Re: making planes heal faster over either healing hangers |
what i did was open up gazala in battlecraft, pinpointed the healing and ammo, and just increased the radius i think? anyway, i didnt do it for all maps, just a couple, my planes get ammo and heal as they fly over the airfield further away from the hangar, NYG has it where it seems to heal faster, as for one team not healing, i think somewhere, just like the vehicles, the hangars can be made team specific, like team 1, etc. ![]() |
Author: | convict0 [ Mon Mar 24, 2008 8:55 pm ] |
Post subject: | Re: making planes heal faster over either healing hangers |
ObjectTemplate.create ObjectSpawner AirplaneRepairpointSpawner ObjectTemplate.setObjectTemplate 2 Lada ObjectTemplate.setObjectTemplate 1 Lada ObjectTemplate.setObjectTemplate 4 AirplaneRepairpoint ObjectTemplate.setObjectTemplate 11 AirplaneRepairpoin ObjectTemplate.MinSpawnDelay 20 tObjectTemplate.MaxSpawnDelay 35 ObjectTemplate.SpawnDelayAtStart 0 ObjectTemplate.TimeToLive 45 ObjectTemplate.Distance 40 ObjectTemplate.DamageWhenLost 10 rem rem *** *** rem rem *** repairs all air vehicles *** Object.create AirplaneRepairpoint Object.absolutePosition 1500.76/53.090/805.892 Object.rotation 0/0/0 Object.setTeam 11 rem rem *** *** rem rem *** repairs all air vehicles *** Object.create AirplaneRepairpoint Object.absolutePosition 331.912/52.9394/1351.0 Object.rotation 0/0/0 Object.setTeam 4 this is a exzample i donre that but the healing is slow |
Page 1 of 2 | All times are UTC |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |