Project Perfect Mod Forums
:: Home :: Get Hosted :: PPM FAQ :: Forum FAQ :: Privacy Policy :: Search :: Memberlist :: Usergroups :: Register :: Profile :: Log in to check your private messages :: Log in ::


The time now is Mon Aug 04, 2025 9:05 pm
All times are UTC + 0
Bomber problem.
Moderators: Global Moderators, Red Alert 2 Moderators
Post new topic   Reply to topic Page 1 of 1 [6 Posts] Mark the topic unread ::  View previous topic :: View next topic
Author Message
Bugsey827
Rocket Infantry


Joined: 15 Apr 2008

PostPosted: Sun Aug 16, 2009 9:29 am    Post subject:  Bomber problem.
Subject description: Uhh... yeah...
Reply with quote  Mark this post and the followings unread

Ok... I've got (Thanks to MadHQ) the Harbinger Gunship from RA3 for my mod, as the Allied Alternative for a Kirov.
But, although the Damage is only 25 (cut down because of this problem. But the problem hasn't gone away) it's destroy a Construction yard, after dropping what looks like 1 bomb. But the noise it makes while dropping makes it seem like it's dropping 107,000,000,000,000 bomb all at the same time. I don't know why. After that, if the target isn't destroyed (like for some reason a power plant) it'll drop the rest of the bombs, and do the 25 damage. And the Warheads are added to the [Warheads]
Code:


[HINBRIGE]     ;Harbinger Gunship
UIName=Name:HARB
Name=Harbinger Gunship
Prerequisite=RADAR,GATECH
Primary=HBOMB  ;Not a Hydrogen bomb...
CanPassiveAquire=no ; Won't try to pick up own targets
CanRetaliate=no; Won't fire back when hit
Strength=320
Category=AirPower
Armor=light
TechLevel=7
Sight=8
RadarInvisible=no
Landable=yes
MoveToShroud=yes
;Dock=GAAIRC,GAHPAD,NAHPAD
Dock=GAAIRC,AMRADR,NAHPAD   
PipScale=Ammo
Speed=10
;PitchSpeed=0.9
;PitchAngle=0

PitchSpeed=1.1
PitchAngle=0
OmniFire=yes

Owner=British,French,Germans,Americans,Alliance,Russians,Confederation,Africans,Arabs

Cost=1400
AACombat=yes
Points=20
ROT=3
Ammo=1
Crewed=yes
ConsideredAircraft=yes
AirportBound=yes ; If I ever need to land and there are no airports I crash because I can only land on them
GuardRange=30
Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60
MaxDebris=3
IsSelectableCombatant=yes
VoiceSelect=IntruderSelect
VoiceMove=IntruderMove
VoiceAttack=IntruderAttackCommand
VoiceCrashing=IntruderVoiceDie
DieSound=
MoveSound=IntruderMoveLoop
CrashingSound=IntruderDie
ImpactLandSound=GenAircraftCrash
Locomotor={4A582746-9839-11d1-B709-00A024DDAFD1}
MovementZone=Fly
ThreatPosed=20   ; This value MUST be 0 for all building addons
DamageParticleSystems=SparkSys,SmallGreySSys
AuxSound1=IntruderTakeOff   ;Taking off
AuxSound2=IntruderLanding   ;Landing
VeteranAbilities=STRONGER,FIREPOWER,SIGHT,FASTER
EliteAbilities=STRONGER,FIREPOWER,ROF
Fighter=yes
AllowedToStartInMultiplayer=no
ImmuneToPsionics=yes
ElitePrimary=HBOMBE
PreventAttackMove=yes

[HBOMB]
Damage=25
Burst=5
ROF=18
Range=1.5
CellRangefinding=yes
Projectile=SBOMBP
Speed=20
Warhead=SBOMBBWH
Report=KirovAttack
OmniFire=yes ; Don't need to turn even though I have no turret (Need since if I am directly over my target it will baffle the CloseEnough test for the facing)

[HBOMBE]
Damage=40
Burst=6
ROF=12
Range=1.5
CellRangefinding=yes
Projectile=SBOMBP
Speed=20
Warhead=SBOMBBWHE
Report=KirovAttack
OmniFire=yes ; Don't need to turn even though I have no turret (Need since if I am directly over my target it will baffle the CloseEnough test for the facing)

[SBOMBBWH]
CellSpread=2
PercentAtMax=.5
Wall=yes
Wood=yes
Verses=100%,100%,100%,80%,70%,60%,100%,100%,100%,100%,100%
Conventional=yes
Rocker=yes
InfDeath=2
AnimList=TWLT070
Tiberium=yes
Sparky=no
Bright=yes
ProneDamage=70%

[SBOMBBWHE]
CellSpread=2
PercentAtMax=.5
Wall=yes
Wood=yes
Verses=100%,100%,100%,90%,80%,70%,100%,100%,100%,100%,100%
Conventional=yes
Rocker=yes
InfDeath=2
AnimList=S_CLSN58
Tiberium=yes
Sparky=no
Bright=yes
ProneDamage=70%

[SBOMBP]
Image=ZBOMB
Arcing=true
SubjectToCliffs=no
SubjectToElevation=yes
SubjectToWalls=no


Also, even if all the pads on an Airforce command are full, it says I can still build more...

Code:

[HINBRIGE] ; Harbinger Gunship
Voxel=yes
Remapable=yes
Cameo=HARBICON
AltCameo=HARBUICO

Back to top
View user's profile Send private message Visit poster's website Skype Account
need my speed
Cyborg Artillery


Joined: 13 Jan 2007
Location: Netherlands! Banned: 3 times

PostPosted: Sun Aug 16, 2009 10:28 am    Post subject: Reply with quote  Mark this post and the followings unread

Remove the Burst tag in your weapon, it makes the unit drops 5 bombs per attack, so 5 X 25 damage, reload for only 12 frames, and again do 125 damage. Add in cellspread (say, a structure which is 4 cells big, that is 125 X 4 damage to that structure), and structures are destroyed very easily.

So, change the percent at max tag, or cellspread, and remove / change the burst tag.

Oh, and just do control F the Harrier's name (orca, I believe), and you'll find a line with all aircraft that need to be docked on an Airforce Command or something alike. Add your unit there.

_________________
☭☭☭☭☭☭☭☭☭☭
Become one with your heart's desire:
http://www.moddb.com/mods/command-conquer-red-renegade1
☭☭☭☭☭☭☭☭☭☭

Back to top
View user's profile Send private message Visit poster's website
Bugsey827
Rocket Infantry


Joined: 15 Apr 2008

PostPosted: Sun Aug 16, 2009 11:09 am    Post subject: Reply with quote  Mark this post and the followings unread

Ahhh.... ok. I get it. Thanks.

No wonder construction yards are destroyed so easy by things with a wide blast radius.

Ok, umm... what does the Percent at max tag actually do?
And .5? What does that mean?
May sound stupid, but everytime I make new weapons, and warheads and stuff, I just edit other ones close to the thing I want, so I don't really do much with things like that.

Back to top
View user's profile Send private message Visit poster's website Skype Account
need my speed
Cyborg Artillery


Joined: 13 Jan 2007
Location: Netherlands! Banned: 3 times

PostPosted: Sun Aug 16, 2009 11:42 am    Post subject: Reply with quote  Mark this post and the followings unread

Say, you have a cellspread of 10, a damage of 20, and a PercentAtMax of 1. Then, all of the cells will take 20 damage. However, if PercentAtMax is .5, the cells around the cell where the weapon impacted will take less and less damage, and the final cells will take 10 damage. Half of the 20, like .5 is half of 1. I can't really explain it good, but I hope you get what I mean. Also, look around here for more answers, to everythign involving modding RA2, YR, TS, FS, and probably some more. #Tongue

http://modenc.renegadeprojects.com/Main_Page

_________________
☭☭☭☭☭☭☭☭☭☭
Become one with your heart's desire:
http://www.moddb.com/mods/command-conquer-red-renegade1
☭☭☭☭☭☭☭☭☭☭

Back to top
View user's profile Send private message Visit poster's website
Bugsey827
Rocket Infantry


Joined: 15 Apr 2008

PostPosted: Sun Aug 16, 2009 12:03 pm    Post subject: Reply with quote  Mark this post and the followings unread

I think I understand, thanks.
So if I put PercentAtMax=2, the final cells would would take 40 damage, twice as much as the cell on impact?
Not that I'm going to do this. But it'll be weird!
And PercentAtMax=.25 the final cells would take 5 damage?
(Using you example, anyway.)

If that's true, then I understand, thanks!!

#infinity

Back to top
View user's profile Send private message Visit poster's website Skype Account
need my speed
Cyborg Artillery


Joined: 13 Jan 2007
Location: Netherlands! Banned: 3 times

PostPosted: Sun Aug 16, 2009 1:12 pm    Post subject: Reply with quote  Mark this post and the followings unread

Yes, true. And no need to thank me. #Tongue

_________________
☭☭☭☭☭☭☭☭☭☭
Become one with your heart's desire:
http://www.moddb.com/mods/command-conquer-red-renegade1
☭☭☭☭☭☭☭☭☭☭

Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [6 Posts] Mark the topic unread ::  View previous topic :: View next topic
 
Share on TwitterShare on FacebookShare on Google+Share on DiggShare on RedditShare on PInterestShare on Del.icio.usShare on Stumble Upon
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © phpBB Group

[ Time: 0.2314s ][ Queries: 9 (0.0078s) ][ Debug on ]