RKSL-Rock
Feb 13 2007, 18:56
OK got an odd problem that quite honestly is bugging the crap out of me.
I can load wepeaon onto the aircraft and they display properly. I fire the weapon and it deploys BUT the model doesnt no switch to the right model. (IE GBU with the fins deployed)
I have the model and proxy shade defined in the CFGAMMO:
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> class rksl_gbu1000 : laserguidedbomb
{
hit=8000;indirecthit=5000;indirecthitrange=25;
minrange=600; minrangeprobab=0.9;
midrange=1800; midrangeprobab=0.95;
maxrange=3500; maxrangeprobab=0.8;
sideairfriction = 0.1;
irlock = true;
laserlock =true;
maneuvrability=45.0;
maxspeed=917;
cost =500;
model="\rksl-harrier\w\rksl_paveway2_w";
proxyShape = "\rksl-harrier\w\rksl_paveway2";
};[/QUOTE]
And the proxy setup in the Config:
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class CfgNonAIVehicles
{
class ProxyWeapon {};
class Proxyrksl_1000gp : ProxyWeapon {model = "\rksl-harrier\w\rksl_1000gp_w"; simulation = "maverickweapon";}
class Proxyrksl_gbu1000 : ProxyWeapon {model = "\rksl-harrier\w\rksl_paveway2_w"; simulation = "maverickweapon";}
};[/QUOTE]
Anyone any ideas?
I can load wepeaon onto the aircraft and they display properly. I fire the weapon and it deploys BUT the model doesnt no switch to the right model. (IE GBU with the fins deployed)
I have the model and proxy shade defined in the CFGAMMO:
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> class rksl_gbu1000 : laserguidedbomb
{
hit=8000;indirecthit=5000;indirecthitrange=25;
minrange=600; minrangeprobab=0.9;
midrange=1800; midrangeprobab=0.95;
maxrange=3500; maxrangeprobab=0.8;
sideairfriction = 0.1;
irlock = true;
laserlock =true;
maneuvrability=45.0;
maxspeed=917;
cost =500;
model="\rksl-harrier\w\rksl_paveway2_w";
proxyShape = "\rksl-harrier\w\rksl_paveway2";
};[/QUOTE]
And the proxy setup in the Config:
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class CfgNonAIVehicles
{
class ProxyWeapon {};
class Proxyrksl_1000gp : ProxyWeapon {model = "\rksl-harrier\w\rksl_1000gp_w"; simulation = "maverickweapon";}
class Proxyrksl_gbu1000 : ProxyWeapon {model = "\rksl-harrier\w\rksl_paveway2_w"; simulation = "maverickweapon";}
};[/QUOTE]
Anyone any ideas?