Fortran
Jul 16 2009, 03:54
Got a 5 part question, big thank you to anybody that can help out:
1: The GBU12 (LGB) is supposed to be laser guided but I don't see where in the config the laser targeting part occurs ?
class Bo_GBU12_LGB : LaserBombCore {
hit = 5000;
indirectHit = 1100;
indirectHitRange = 12;
soundHit[] = {"Ca\sounds\Weapons\explosions\explosion_large1", db29, 1, 1900};
model = "\ca\air\gbu12fly";
proxyShape = "\ca\air\gbu12_proxy";
trackOversteer = 1;
trackLead = 0.95;
maneuvrability = 20;
CraterEffects = "BombCrater";
explosionEffects = "BombExplosion";
explosionTime = 2;
fuseDistance = 35;
whistleDist = 24;
};
Other missile types have the locking or tracking code here but the GBU12 doesn't seem to have it although it is able to track a laser target ?
2: The explosion effect for the GBU12 is "BombExplosion" where are these effects defined and can I edit them or simply scale them?
3: If I wanted a larger splash damage for the bomb, would it just be a matter of increasing the indirectHit and indirectHitRange values to get a kill in a larger radius ?
4: A slightly unrelated question, but is it possible to trigger an animation in a missile/bomb once it has been fired ? For example I am working on a GBU-27 PavewayIII for the F-117A and the GBU-27's guidance fin's flip out from the body once the bomb has dropped away from the aircraft. Is there any way to mimic this behaviour ? I thought either via the firing of it or by it reaching a certain speed maybe ?
5: If I wanted to implement a downward looking camera to mimic the F-117A's downward FLIR cam, is it possible for the pilot to have multiple cameras ? I know its obviously possible for the gunner (eg the AH-1Z and others) but is this accessible by the driver/pilot of a vehicle ? And if so, what happens to the vehicle whilst this camera is implemented ? Would it be as though there was no pilot ? Or would the vehicle still respond to control from the pilot ? Or would it just continue on it's flight path but control could be restricted ? Also would it be possible to fire off a weapon from this view (as the pilot)? Any links to reading material on this area would be appreciated.
Thanks to anybody that can help with these questions.
1: The GBU12 (LGB) is supposed to be laser guided but I don't see where in the config the laser targeting part occurs ?
class Bo_GBU12_LGB : LaserBombCore {
hit = 5000;
indirectHit = 1100;
indirectHitRange = 12;
soundHit[] = {"Ca\sounds\Weapons\explosions\explosion_large1", db29, 1, 1900};
model = "\ca\air\gbu12fly";
proxyShape = "\ca\air\gbu12_proxy";
trackOversteer = 1;
trackLead = 0.95;
maneuvrability = 20;
CraterEffects = "BombCrater";
explosionEffects = "BombExplosion";
explosionTime = 2;
fuseDistance = 35;
whistleDist = 24;
};
Other missile types have the locking or tracking code here but the GBU12 doesn't seem to have it although it is able to track a laser target ?
2: The explosion effect for the GBU12 is "BombExplosion" where are these effects defined and can I edit them or simply scale them?
3: If I wanted a larger splash damage for the bomb, would it just be a matter of increasing the indirectHit and indirectHitRange values to get a kill in a larger radius ?
4: A slightly unrelated question, but is it possible to trigger an animation in a missile/bomb once it has been fired ? For example I am working on a GBU-27 PavewayIII for the F-117A and the GBU-27's guidance fin's flip out from the body once the bomb has dropped away from the aircraft. Is there any way to mimic this behaviour ? I thought either via the firing of it or by it reaching a certain speed maybe ?
5: If I wanted to implement a downward looking camera to mimic the F-117A's downward FLIR cam, is it possible for the pilot to have multiple cameras ? I know its obviously possible for the gunner (eg the AH-1Z and others) but is this accessible by the driver/pilot of a vehicle ? And if so, what happens to the vehicle whilst this camera is implemented ? Would it be as though there was no pilot ? Or would the vehicle still respond to control from the pilot ? Or would it just continue on it's flight path but control could be restricted ? Also would it be possible to fire off a weapon from this view (as the pilot)? Any links to reading material on this area would be appreciated.
Thanks to anybody that can help with these questions.