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

 

Page Index Toggle Pages: 1 Send TopicPrint
Radar on board, CS HUD in vc panel, CS Sounds (Read 7412 times)
Xpel
Full Member
*
Offline



Posts: 54
Joined: Nov 1st, 2013
Radar on board, CS HUD in vc panel, CS Sounds
Sep 21st, 2014 at 6:39pm
Print Post  
Flying for long time Catanneo's Tomcat, I realized that the lack of Radar "on board" able of tracking AI planes (AI traffic and/or even other players) presents a big disadvantage with Military flying in FSX, both in terms of immersion as also practical reasons. This is also the case with the most Militaries available in FSX - and even if they have a kind of radar, this lacks vital info like bearing-heading-altitude-speed of targets being tracked... As a result, the target aquisition for weapon solution is very hard.
If you also take into account that there is no visual beyond about 1.8 miles, things get very hard (or just impossible, except you use "Red Labels" that kill immersion...)

This problem was very obvious at an FSX Mission I was flying (in video). AI CS Mi6 heli has an attached area of 1.5 mile radius that if you enter, you get shot down and petrols at low altitude between the airport & the harbor at west. Since the mission goal is to bomb the airport, many times I was downed, unable to shoot Mi6 from a safe distance.

All these info seem that is out of interest of most people... But since Hanimichal asked for it, just one guy is enough for me. So, here you go :




HOW TO FIT RADAR in a virtual cockpit's screen :

As an example, Dinno Cataneo's S3B "Viking" is being used here.

Procedure :

1. Download F-16 Fighting Falcon (VIPER) by Kirk Olsson (VIPERDEN F-16) and install plane in FSX.
( http://simviation.com/simviation/?ID=64&page=20&mark=4678 )  

2.  Arm S3B "Viking "with CS Weapon loader.

3. Open S3B's Panel folder & Copy all files included except panel.cfg file. Paste in "panel.csweapon" folder.
(Comment : this step is good to be done for any aircraft loaded with CS Weapon, especially if gauges in cockpit don't work, ie they are black. Reason for this is that FSX now reads from panel.cfg of "panel.csweapon" folder and it may not find the files needed in this folder - that why the Copy/Paste procedure !...)

4. Replace (backup first) the "panel.cfg" file inside "panel.csweapon" folder of the S3B Viking, with the one I provide here : https://app.box.com/s/907hi3hm2uv7r6bh7ul2

5. Also copy "zoomradar_1024.bmp" & Paste in S3B's "panel.csweapon" folder, as above.

You are ready to go sir ! Good Hunting !

For changing Radar type or Radar range, press "shift + 8" and change as desired. Close window afterwards.

COMMENT : In the video you see below, is the version 2 of this radar that is payware (10 euros). For my taste and kind of flying in FSX, it worths the money, adding : 1. operate radar from keyboard  2. minimum scan range 5 miles (10 for the free ) 3. amber colour apart from green. 4. More info when selecting a target. Same logic as with CS Weapon : "for any aircraft or heli..."
For more info, you may see here : http://emarciano.free.fr/En/RadarV20.htm




HOW TO FIT CS HUD in a screen panel in vc :


-It's actually easy enough, though some testing will be needed for exact fit. For the S3B, it's already fitted as shown in video (at the "panel.cfg" download). You may open panel.cfg & note the changes I've made.
- You have also to turn collimation of CS HUD off in CS Weapon.xml !!! So zoom does not affect it :
Quote:
<Collimate>0</Collimate>
<!-- VC HUD collimation. 1-yes, 0-no (1). -->


- Also consider of increasing the IR seeker's cone, for easier aquisition of target. ie Use the AIM7 configuration in csweapon.xml (for AIM9):

Quote:
<SeekerAngle>3.1416</SeekerAngle>
<!-- IR missiles only: IR seeker maximum vield of view angle. Radians -->


For a thorough understanding of fitting panel gauges (applies for both Radar & CS HUD), you may read here : http://emarciano.free.fr/RadarDoc/RadarIntegration.html

HOW TO customize SOUNDS when firing a CS Weapon :

1. First of all, you may want to hear IR seeker & lock tone louder ! Set "gain" to 0.5 or according your taste :
Quote:
<SrmHiSound name="..\..\..\Captain_Sim\Weapon\Sound\CSWeapon_srm_hi.wav" gain="0.5" />
       <!-- IR homing missiles only: IR seeker lock tone -->
       <SrmLoSound name="..\..\..\Captain_Sim\Weapon\Sound\CSWeapon_srm_lo.wav" gain="0.5" />
       <!-- IR homing missiles only: IR seeker search tone -->


2. If you want a sound to be activated when you cast a weapon (as the "FOX 2" in video when I shoot AIM9s), you just have to declare the appropriate sound file as in the example below :
Quote:
..................................................
           <Gun>
           <Type>MissileLauncher</Type>
           <Name>AIM-9</Name>
           <Desc>AIM-9 Sidewinder</Desc>
           <HudString>AA</HudString>
           <Pix />
           <ConeAngle>0.005</ConeAngle>
           <TargetRange>18000</TargetRange>
           <MinRange>1000</MinRange>
           <MaxGForce>3</MaxGForce>
           <Delay>0.0</Delay>
           <FxFire />
           <Sound name="..\..\..\Missions\Instant Mission Maker\F-14D over Tripoli\sound\FOX2.wav" gain="1.0" />
           <Shell>
               <Name>AIM-9</Name>
              ..........................................


"..\..\..\" is "FSX" folder. So you may create a folder inside FSX called "MySounds" or whatever and give the path, like : <Sound name="..\..\..\MySounds\FOX2.wav" gain="1.0" />
Gain=1.0 is for maximizing the sound volume - you may reduce if necessary (eg, 0.6)

In video, I have used a "FOX 2" sound file from DCS World...
With same procedure you may add sounds for AIM7 (FOX 3), Air to Ground (AGM65 - "Rifle", "Missile away"), bombs ("bombs away") etc. for a more vivid experience...


  
Back to top
 
IP Logged
 
biggles
Full Member
*
Offline



Posts: 11
Joined: Feb 12th, 2011
Re: Radar on board, CS HUD in vc panel, CS Sounds
Reply #1 - Sep 23rd, 2014 at 5:58pm
Print Post  
Pretty cool! Nicely implemented.

I've added radar to a couple of my own planes for the same reasons. There's one freeware radar out there that will even lock on and fly to selected targets using the autopilot.

I've been getting better at adding weapon and huds to VC cockpits. Once you get the hang of it the process is not too bad.
  
Back to top
 
IP Logged
 
Dutch
Full Member
*
Offline



Posts: 75
Joined: Sep 25th, 2011
Re: Radar on board, CS HUD in vc panel, CS Sounds
Reply #2 - Sep 24th, 2014 at 12:09am
Print Post  
Thanks Xpel this is great stuff, and looking forward to FSX@WAR.  Glad to hear about the progress.

I installed the Rafale to get the F16!Radar but I can't find it anywhere.  The panel.cfg references it but no CAB or folder named F16 is in the panel folder for any of the variations,  nor is it in gauges, nor does it appear in the panel of the airplane.

Are you sure that gauge came from this airplane?
  

Back to top
 
IP Logged
 
Xpel
Full Member
*
Offline



Posts: 54
Joined: Nov 1st, 2013
Re: Radar on board, CS HUD in vc panel, CS Sounds
Reply #3 - Sep 24th, 2014 at 4:36am
Print Post  
If you look in "Gauges" folder, there is a "F16.gau" file. As also a "Rafale.cab" - maybe this is needed also.
But if you have installed Rafale & you have a working radar on board Rafale's vc cockpit, it can't be for the gauge not to be there...
  
Back to top
 
IP Logged
 
Dutch
Full Member
*
Offline



Posts: 75
Joined: Sep 25th, 2011
Re: Radar on board, CS HUD in vc panel, CS Sounds
Reply #4 - Sep 24th, 2014 at 7:57am
Print Post  
There's no working radar gauge in the Rafale and no F16.gau in the airplane as downloaded, I installed it into a clean folder and looked it over.  There are only two files installed in the gauges folder, rafale.CAB and rafaleUPDATE.cab.

There's no working radar in either of those as far as I can tell.  But the panel.cfg references an F16 gauge that is not in the install package.

I'd really like this to replace the fake, unrealistic one in the another company F16 and get a measure of authenticity.

I'm hoping, of course, that this kind of makes an attempt to simulate an APG-66 type radar.  I looks like it does from your video.  Certainly better than the joke in the another company F16.
  

Back to top
 
IP Logged
 
Xpel
Full Member
*
Offline



Posts: 54
Joined: Nov 1st, 2013
Re: Radar on board, CS HUD in vc panel, CS Sounds
Reply #5 - Sep 24th, 2014 at 3:14pm
Print Post  
Ok, Dutch .... Sad

What I can only thing of then, is that I already had this gauge from another plane install and that's why it worked in Rafale ?....
The plane is : F-16 Fighting Falcon (VIPER) by Kirk Olsson (VIPERDEN F-16) - a free, very nice F-16.

Give it a try if you want.
  
Back to top
 
IP Logged
 
Dutch
Full Member
*
Offline



Posts: 75
Joined: Sep 25th, 2011
Re: Radar on board, CS HUD in vc panel, CS Sounds
Reply #6 - Sep 24th, 2014 at 10:14pm
Print Post  
Hi Xpel,

Thanks for your efforts.  I suspect the F16.gau did come from the Viperden F-16.  I downloaded that airplane, extracted the gauge, and replaced the another company one with it.  Alas for various reasons (including the extra functionality) the original another company is superior.  But the F-16 radar will be good for any other airplane I may have that has no radar but does have some spot to put one.

Thanks again
Dutch
  

Back to top
 
IP Logged
 
Hanimichal
Full Member
*
Offline



Posts: 32
Location: Brazil - Foz do Iguacu
Joined: May 14th, 2011
Gender: Male
Re: Radar on board, CS HUD in vc panel, CS Sounds
Reply #7 - Sep 28th, 2014 at 9:04pm
Print Post  
Xpel thank you

The radar can be downloaded separately, I found him, search for rdrwdw.zip in FlightSim, it is F16.gau and cpt.icons.CAB

  
Back to top
 
IP Logged
 
Xpel
Full Member
*
Offline



Posts: 54
Joined: Nov 1st, 2013
Re: Radar on board, CS HUD in vc panel, CS Sounds
Reply #8 - Sep 29th, 2014 at 4:53am
Print Post  
Ah, nice.

"Bad Ass" :

  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint
 
  « Board Index ‹ Board  ^Top