The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.24 (Linux)
|
Airstrike bug? - Printable Version +- Renegade Projects Network Forums (https://forums.renegadeprojects.com) +-- Forum: Modding (https://forums.renegadeprojects.com/forumdisplay.php?fid=3) +--- Forum: Red Alert 2 & Yuri's Revenge Editing (https://forums.renegadeprojects.com/forumdisplay.php?fid=8) +--- Thread: Airstrike bug? (/showthread.php?tid=138) |
- Tratos - 10.12.2005 I have set up a new airstrike to run perfectly fine, that bit was easy. However, i wanted the plane to fire more than a single missile. I tried adding burst=3 to the weapon code but it did nothing. I looked in the help file and it states that an aircraft can only attack once before it flies out. It seems it can literally only fire once. Can this be fixed in the next release? - eva-251 - 11.12.2005 Ok. Do you want it to fire missiles that are like a Harriers or a Hornets? Give it [NormalBomb] as its projectile. That will make it fire in a 5 or something round burst. If not.. well, I can't help. - Awrethien - 11.12.2005 If I remember correctly PD made the air strike out of a modified SpyPlain weapon. A superweapon cant fire a burst... Have you througt about as shrapnel weapon? - eva-251 - 11.12.2005 Well an aircraft in general can't fire a burst. If you set it to burst, it acts as a multiplier of damage. It looks like it fires one missile, but it fires the number specified by the burst,(one weapon makes a report tho) [NormalBomb] and [Cannon2] work as bomb projectiles. [Cannon2] Image=(insert image) That is way I have done all my bombers. - Tratos - 11.12.2005 eva-251;date=Dec 11 2005, 01:29 PM;post=2122 Wrote:Well an aircraft in general can't fire a burst. If you set it to burst, it acts as a multiplier of damage. It looks like it fires one missile, but it fires the number specified by the burst,(one weapon makes a report tho) That's not true at all, in fact the Soviet Mig has Burst=2 making it fire 2 rockets. - eva-251 - 12.12.2005 Oh really? Weird, would it deal with FLH? I think Flyby= and that Fly(insert missing part here)= might affect the weapons burst, because my previous past was true with my SS Fighter, whose ini coding was copied from the Harrier weapon and all. Its elite-weapon had Burst=2 and this made the plane fire a single missile that did double damage to the intended target. Lol, I haven't played normal YR in so long I forgot the MIGs missiles... - Bobingabout - 12.12.2005 wouldn't it probably have been better for PD to make an airstrike out of the boris airstike than the spyplane? - genosource - 15.12.2005 well if boris airstrike will do,it will find buildings near unless PD remove that redglowing thing - Bobingabout - 16.12.2005 unfortunatly, its not a superweapon ATM... special tags are placed on a unit, and its called by a warhead containing Airstrike=yes it will likely have a type and action, those are just hidden and hardcoded to be used by a weapon holding that tag. the red effect is purely part of the weapon, any weapon should be able to use that effect. on weapon MigAttackCursor=yes IsLine=true IsHouseColor=true on warhead Airstrike=yes you should be able to target infantry and units too, its just that the versus of the warhead is set to only allow you to target buildings. with an apropriate action, you should also be able to target ground, assuming you give the units an apropriate weapon, like a kirov bomb. - eva-251 - 16.12.2005 Quote:you should be able to target infantry and units too, its just that the versus of the warhead is set to only allow you to target buildings. with an apropriate action, you should also be able to target ground, assuming you give the units an apropriate weapon, like a kirov bomb. That would be awesome. I always wanted my Delta Force OP to call in a airstrike on ships... - Renegade - 17.12.2005 Tratos: Decrease ROF-value. - Beowulf - 18.12.2005 Don't true aircraft rely more on the Ammo= statement in the unit section? I used Ammo=4 on an Airstrike plane and it worked fine. - eva-251 - 21.12.2005 Ammo Supply does weird things to bombers, like bomb-swings. But, ammo may be a determining factor aswell. - Bobingabout - 05.01.2006 IIRC, burst=2 actually takes 2 Ammo... - CNCM_BLITZ - 29.01.2006 Will that cause the plane to fire 2 shots with 1 swoop? |