Visit Captain Sim web site  
  Welcome, Guest. Please Login or Register

 

Page Index Toggle Pages: [1] 2  Send TopicPrint
 10 GBU-10 guided bombs (Read 16945 times)
barney
Full Member
*
Offline



Posts: 15
Joined: Feb 10th, 2011
GBU-10 guided bombs
Feb 23rd, 2011 at 9:52pm
Print Post  
Here is the GBU-10 code:

                                            (this part goes in the weapon section of the xml)

<Weapon>
           <Gun>GBU-10</Gun>
           <Shell>GBU-10</Shell>
           <Unlimited>1</Unlimited>
           <Station name="LeftWingOuter" params="-5,0,0,0,-0.039,0,1" />
           <Station name="LeftWingInner" params="-2,0,0,0,-0.039,0,1" />
           <Station name="RightWingInner" params="2,0,0,0,-0.039,0,1" />
           <Station name="RightWingOuter" params="5,0,0,0,-0.039,0,1" />
           <Mode name="TRACK" setshots="1" shotrate="0.5" sequence="1,2,3,4" reset="0" />
           <DefaultMode>TRACK</DefaultMode>
       </Weapon>

                                (this part goes in the shell section)


</Gun>
       <Gun>
           <Type>MissileLauncher</Type>
           <Name>GBU-10</Name>
           <Desc>GBU-10 Guided bomb</Desc>
           <HudString>AS</HudString>
           <Pix />
           <ConeAngle>0.005</ConeAngle>
           <TargetRange>106000</TargetRange>
           <MinRange>2000</MinRange>
           <MaxGForce>3</MaxGForce>
           <Delay>0.0</Delay>
           <FxFire />
           <Shell>
               <Name>GBU-10</Name>
               <Desc>GBU-10 Guided Bomb</Desc>
               <HudString>GBU-10</HudString>
               <Pix />
               <Container>CS_Weapon_GBU-10</Container>
               <Weight>2000.0</Weight>
               <TargetWeight>50000</TargetWeight>
               <Lifetime>99.0</Lifetime>
               <CtrLifetime>99.0</CtrLifetime>
               <Efficiency>1.0</Efficiency>
               <RadiusRatio>1.0</RadiusRatio>
               <DragCoeff>0.18</DragCoeff>
               <OpArea>0.015</OpArea>
               <GravCoeff>1.0</GravCoeff>
               <InitSpeed>0</InitSpeed>
               <EngThrust>0</EngThrust>
               <ThrustDuration>.0</ThrustDuration>
               <TurnRate>0.2</TurnRate>
               <SteerDelay>1.0</SteerDelay>
               <SeekerAngle>3.1416</SeekerAngle>
               <SelfDestrTime>60.0</SelfDestrTime>
           </Shell>

These behave like an air to surface missile but without an engine. I found they work best when dropped from about 7000ft and 5nm or less from target.

                                                                                    Regards Barney.
  
Back to top
 
IP Logged
 
Ragtopjohnny
Full Member
*
Offline



Posts: 37
Joined: Dec 18th, 2010
Re: My CS B-52  now drops bombs!
Reply #1 - Feb 23rd, 2011 at 10:54pm
Print Post  
Thank you Barny!  Just made it a LOT easier for me. Smiley

John
  
Back to top
 
IP Logged
 
ptds
Full Member
*
Offline



Posts: 143
Location: Lincolnshire, UK
Joined: Feb 20th, 2011
Gender: Male
Re: GBU-10 guided bombs
Reply #2 - Feb 26th, 2011 at 12:59am
Print Post  
Barney,

I have typed in your code for the bombs but I do not get any.

Does the code need to be put in a specific place within the xml file or can it be just added after the last entry, and do I select 'bombs' to use even if it is entered as a Missile launcher?

I get the GBU-10 on the HUD but do not get any dropping bombs.

Any help or things to check as I have not edited xml before.
  

,,,  &&&&
Back to top
 
IP Logged
 
barney
Full Member
*
Offline



Posts: 15
Joined: Feb 10th, 2011
Re: GBU-10 guided bombs
Reply #3 - Feb 26th, 2011 at 4:23am
Print Post  
Hello, by the sound of it you have got it at least 1/2 right as you have them appearing in the hud. Guided bombs are like missiles in that you need to lock them onto a target and to use them you must be in missile mode. When you have them on the hud do you get the range coming up? 
                            Barney.
  
Back to top
 
IP Logged
 
Johan
Full Member
*
Offline



Posts: 80
Joined: Feb 5th, 2011
Gender: Male
Re: GBU-10 guided bombs
Reply #4 - Feb 26th, 2011 at 6:31am
Print Post  
Barney,

Thanks for the code for the GBU_10, I installed it and it works...with one little caveat though, I need to set FSX "realism" on "ignore crashes and damages" otherwise my plane crashes as soon as the missile is out (i.e. if I set realism on "detect crashes and damages"). Thanks again for sharing, have agreat weekend.

Johan
  
Back to top
 
IP Logged
 
barney
Full Member
*
Offline



Posts: 15
Joined: Feb 10th, 2011
Re: GBU-10 guided bombs
Reply #5 - Feb 26th, 2011 at 10:47am
Print Post  
Johan wrote on Feb 26th, 2011 at 6:31am:
Barney,

Thanks for the code for the GBU_10, I installed it and it works...with one little caveat though, I need to set FSX "realism" on "ignore crashes and damages" otherwise my plane crashes as soon as the missile is out (i.e. if I set realism on "detect crashes and damages"). Thanks again for sharing, have agreat weekend.

Johan



Johan,  i think the problem lies in the positioning of the stations, these lines here:

          <Station name="LeftWingOuter" params="-5,0,0,0,-0.039,0,1" />
          <Station name="LeftWingInner" params="-2,0,0,0,-0.039,0,1" />
          <Station name="RightWingInner" params="2,0,0,0,-0.039,0,1" />
          <Station name="RightWingOuter" params="5,0,0,0,-0.039,0,1" />

If you play around with the first 4 numbers so the bombs appear outside of the aircraft you will overcome this issue.        
                                                                Regards  Barney.
  
Back to top
 
IP Logged
 
ptds
Full Member
*
Offline



Posts: 143
Location: Lincolnshire, UK
Joined: Feb 20th, 2011
Gender: Male
Re: GBU-10 guided bombs
Reply #6 - Feb 27th, 2011 at 10:59pm
Print Post  
Barney,

Sorry for the delay in replying.

Yes it all works now as you suggested, I did need to be in 'missile' and locked on.

Thanks for the help.

Pete
  

,,,  &&&&
Back to top
 
IP Logged
 
Johan
Full Member
*
Offline



Posts: 80
Joined: Feb 5th, 2011
Gender: Male
Re: GBU-10 guided bombs
Reply #7 - Feb 28th, 2011 at 12:34am
Print Post  
barney wrote on Feb 26th, 2011 at 4:23am:
Hello, by the sound of it you have got it at least 1/2 right as you have them appearing in the hud. Guided bombs are like missiles in that you need to lock them onto a target and to use them you must be in missile mode. When you have them on the hud do you get the range coming up?  
                            Barney.



Barney,

Everything works fine, thank you for the package. Nice work.

Johan
  
Back to top
 
IP Logged
 
Helifan123
Full Member
*
Offline



Posts: 16
Joined: Mar 4th, 2011
Re: GBU-10 guided bombs
Reply #8 - Mar 11th, 2011 at 2:03pm
Print Post  
Can you make a Screenshot how it must look later ?

I'm just too silly to install this Cheesy
  
Back to top
 
IP Logged
 
Helifan123
Full Member
*
Offline



Posts: 16
Joined: Mar 4th, 2011
Re: GBU-10 guided bombs
Reply #9 - Mar 25th, 2011 at 6:38pm
Print Post  
Helifan123 wrote on Mar 11th, 2011 at 2:03pm:
Can you make a Screenshot how it must look later ?

I'm just too silly to install this Cheesy


Now it works, Thank's !
  
Back to top
 
IP Logged
 
StephenL
Senior Member
*
Offline



Posts: 260
Location: D.C.
Joined: Dec 26th, 2010
Gender: Male
Re: GBU-10 guided bombs
Reply #10 - Apr 7th, 2011 at 11:35am
Print Post  
Where is the actual GBU-10 Model!?! Shocked
  

i7-4790k @ 4.00GHz - H100i Water cooling (Corsair SP120Quiet fans) - MSI Gaming 5 mobo - MSI GTX 970 4GB OC - 8GB DDR3 1600MHz - EVGA 850w Bronze PSU - 240GB SSD - 500GB HDD - 1TB HDD - NZXT Phantom 530 (Custom Modded) - Windows 8.1 64bit Pro
Back to top
 
IP Logged
 
Johan
Full Member
*
Offline



Posts: 80
Joined: Feb 5th, 2011
Gender: Male
Re: GBU-10 guided bombs
Reply #11 - Apr 7th, 2011 at 8:03pm
Print Post  
It is downloadable here at www.flightsim.com as part of a weapons package.

http://www.flightsim.com/kdl.php?fid=119070
  
Back to top
 
IP Logged
 
barney
Full Member
*
Offline



Posts: 15
Joined: Feb 10th, 2011
Re: GBU-10 guided bombs
Reply #12 - Apr 7th, 2011 at 9:41pm
Print Post  
The GBU-10 bomb model is actually included in the CS Weapon for FSX application. Look in sim objects/ misc and you should find the folder. 

                                                                       Regards Barney.
  
Back to top
 
IP Logged
 
StephenL
Senior Member
*
Offline



Posts: 260
Location: D.C.
Joined: Dec 26th, 2010
Gender: Male
Re: GBU-10 guided bombs
Reply #13 - Apr 12th, 2011 at 1:44pm
Print Post  
I can't find the weapon xml
  

i7-4790k @ 4.00GHz - H100i Water cooling (Corsair SP120Quiet fans) - MSI Gaming 5 mobo - MSI GTX 970 4GB OC - 8GB DDR3 1600MHz - EVGA 850w Bronze PSU - 240GB SSD - 500GB HDD - 1TB HDD - NZXT Phantom 530 (Custom Modded) - Windows 8.1 64bit Pro
Back to top
 
IP Logged
 
boeing247
Senior Member
*
Offline


Pilots: Looking down on
people since 1903

Posts: 1506
Location: Southern CA
Joined: Feb 23rd, 2011
Gender: Male
Re: GBU-10 guided bombs
Reply #14 - Apr 13th, 2011 at 4:22am
Print Post  
It's in the aircraft folder (E.G. SimObjects\Aircraft\CS_F18\CSWeapon.xml)
  

-Bram Osterhout&&&&&&&&Dell XPS 8300 | Windows 7 64 Bit | AMD Radeon HD 6770 | Intel i7-2600 @ 3.40GHz | 1000GB Hard Drive
Back to top
WWWGTalkSkype/VoIP  
IP Logged
 
Page Index Toggle Pages: [1] 2 
Send TopicPrint
 
  « Board Index ‹ Board  ^Top