Page 1 of 2 12 LastLast
Results 1 to 15 of 18

Thread: Carrier Tacan available on RFN

  1. #1
    Charter Member 2012
    Join Date
    Jul 2011
    Location
    LIPQ, Trieste, Italy
    Age
    53
    Posts
    198

    Carrier Tacan available on RFN

    Now available on RFN site.
    Thanks Sylvain!!!

  2. #2
    FS Old Hand fsafranek's Avatar
    Join Date
    Jun 2005
    Location
    San Diego area (8CL1)
    Age
    54
    Posts
    1,803
    Quote Originally Posted by robertorizzo View Post
    Now available on RFN site.
    Thanks Sylvain!!!
    For those who don't know where RFN is: http://royalefrenchnavy.gratisim.fr/FSX_Creations.htm
    Scroll to bottom of the page.

  3. #3
    Pearl Harbor Project developer crashaz's Avatar
    Join Date
    Jun 2005
    Location
    The Big D .. Dallas
    Age
    45
    Posts
    2,300
    Very interesting..... love the new gauge. Is it possible to get a IFLOLS or an animated LSO functioning on a moving carrier?
    crashAZ- Virtual Navy
    <font color=#333333><span style=font-family: Verdana>http://www.sim-outhouse.net/images/rtwr2013/rtwr2013_sm.png</span></font>

  4. #4
    Pearl Harbor Project developer crashaz's Avatar
    Join Date
    Jun 2005
    Location
    The Big D .. Dallas
    Age
    45
    Posts
    2,300
    Particularly if you build it into the carrier model.

    Someone has to have the answer.
    crashAZ- Virtual Navy
    <font color=#333333><span style=font-family: Verdana>http://www.sim-outhouse.net/images/rtwr2013/rtwr2013_sm.png</span></font>

  5. #5

  6. #6
    Hello,
    SkyppiBing is perfectly right: her HMS Victorious integrate Tacan/ILS variables to animate a 3D batman!!

    I worked all this last summer in adapting my Clemenceau's miror with this brillant idea: the challenge was, to my point of view, to find a way to improve the visibility of the signal...
    I moved to something else before releasing it, but if I find time I'll try to package it and share the result with you...

    Anyway, the goal of this small gauge was to allow to add to any aircraft a tacan feature that can work with any list of carriers of your choice (and even with fixed geographical coordinates) thanks to a xml file of parameters. It's the system used by EtendardIVM and Zephyr packaged as a stand alone gauge.

    This 2D gauge is done in xml so any airplane creator could look at the variables I used and integrate it in their 3D gauges if they want: feel free to ask me!

    Last, with this gauge, you have also a LSO voice simulation during final approach using the standard Acceleration sound file.
    At the RFN team, we're looking for recording more realistic sounds for a French navy point of view but I'm sure that one could create a better US Navy and/or RN sound sets?


    Regards,
    Sylvain

  7. #7
    Charter Member 2012
    Join Date
    Jul 2011
    Location
    LIPQ, Trieste, Italy
    Age
    53
    Posts
    198
    Sylvain wrote "any list of carriers".
    My list of carriers is longer than tcn gauge one.
    I may say Mistral, Bonhomme...

    Any chance to add them?
    In carrier.xml i saw the name of the carrier does not fit with its title in sim.cfg.
    Where it comes from?
    Thanks.

  8. #8
    Quote Originally Posted by robertorizzo View Post
    Sylvain wrote "any list of carriers".
    My list of carriers is longer than tcn gauge one.
    I may say Mistral, Bonhomme...

    Any chance to add them?
    In carrier.xml i saw the name of the carrier does not fit with its title in sim.cfg.
    Where it comes from?
    Thanks.
    Hi,
    Good question!
    You can add in Carrier.xml any "carrier" of your choice but... (there's always a "but")
    ...but not any ship.

    The brillant code, wrote by Neutrino (how grateful I am!! Thank you again!!), that I use in my gauge is abble to identify "Carriers" as they are AI objects with 1 catapult at a minimum.
    So in order to have the gauge to "catch" a specific ship, check that 1 (or more) catapult is defined into the model whatever it is used... I didn't try to add dummy catapult attachpoints into a ship model but it should work...

    For the name used in Carrier.xml , it comes from nowhere... It helps fro reading/managing the file, but as L:Variable don't manage string value the carrier's name is loeaded in the dll but not forward to the xml gauge... I read some interesting way to manage string value from C++ to xml but I don't have time to try it... So, at this point it is a unused field...

    Regards,
    Sylvain

  9. #9
    Charter Member 2012 Dave Torkington's Avatar
    Join Date
    Nov 2009
    Location
    Manchester, UK
    Age
    51
    Posts
    361
    Thanks to you Sylvain and Neutrino for this excellent little gauge. It's made our carrier op's much better...

    The code in the xml is so easy to replicate that even I managed to make a FCLP zone at a remote field that a few buddies and I use. Also got your gauge working in the 'Sludge' Hornet by merging the .ini file as you suggest.

    Best regards and keep up the great work,

    Dave

  10. #10
    Charter Member 2012
    Join Date
    Jul 2011
    Location
    LIPQ, Trieste, Italy
    Age
    53
    Posts
    198
    A dummy lil tutorial on how to?

  11. #11
    Charter Member 2012 Dave Torkington's Avatar
    Join Date
    Nov 2009
    Location
    Manchester, UK
    Age
    51
    Posts
    361
    Quote Originally Posted by robertorizzo View Post
    A dummy lil tutorial on how to?
    Hi Roberto, I'll try my best...

    I assume you already have your FCLP wire / wires scenery set up and that you have some experience with FSX Coordinates and simple editiing of .xml files.

    To determine the exact 'lat' - 'lon' position in FSX and the Runway angle, I recommend using the TCalcX tool - available HERE

    The COP3 gauge set made by Rob Barendregt combined with a set of Crosshairs [search Avsim or Fsim.com] work just fine too.

    First, BACKUP the file 'Carrier.xml' found in your FSX\Gauges folder.

    Now, using Notepad, open the Carrier.xml file. Scroll to the bottom and you'll see this data:

    CarrierType="2"
    Frequency="110.60"
    RunwayAngle="332.68"
    GS_Angle="3.00"
    Lat_coord="43.512544174"
    Lon_coord="004.931069585"
    Alt="87.9"/>



    Now, we want to copy, paste and edit this information to suit our FCLP wires. So, doing this we end up with:

    CarrierType="2"
    Frequency="110.60"
    RunwayAngle="332.68"
    GS_Angle="3.00"
    Lat_coord="43.512544174"
    Lon_coord="004.931069585"
    Alt="87.9"/>

    CarrierType="2"
    Frequency="110.70"
    RunwayAngle="48.74"
    GS_Angle="3.00"
    Lat_coord="46.333544174"
    Lon_coord="014.9455069585"
    Alt="312.2"/>



    Save the modified 'Carrier.xml'

    I've put ficticious data above, but you can see the information you need to enter. All entries except the CarrierType and GS_Angle has been edited.

    Carrier name - Your choice to match the Airfield / Runway
    Leave CarrierType="2"
    Frequency - Decide on a unique freq.
    RunwayAngle - Get from your actual runway
    Leave GS_Angle="3.00"
    Lat, Lon and Alt - Get from your FCLP wires scenery using TCalcX

    Looking at the original 'Carrier.xml' file, I compared the 'Nimes' data to the actual scenery in FSX and found a slight offset. I hope the picture explains... I don't know how precise the Landing Point / Crash Point has to be, but I found that the LSO is quite happy! I can imagine that the 'Alt' - Runway altitude may need tweaking so the LSO doesn't give a 'Wave off' signal.

    Attachment 51210

    Hope this helps - if I can clarify anything then let me know

  12. #12
    Charter Member 2012 Dave Torkington's Avatar
    Join Date
    Nov 2009
    Location
    Manchester, UK
    Age
    51
    Posts
    361
    To successfully add the RFN TACAN gauge to the Sludge Hornet, I merged the 'dsd_sonsRFN.ini' with the Sludge 'Panel_Sounds.ini' files and omitted the 'gauge74' line from the panel.cfg as described by Sylvain in his Readme.

    So, I end up with a modified 'Panel_Sounds.ini' file [found in the Sludge Hornet Panel\Sounds folder] that looks like this:

    [Config]
    MaxSounds=100
    VolumeVar=dsd_volume


    [LVars]
    Lvar00=Sound_BINGO
    Lvar01=Sound_ALTITUDE
    Lvar02=Sound_ROLL_OUT
    Lvar03=Sound_POWER
    Lvar04=Sound_FUEL_LOW
    Lvar05=Sound_CHECK_GEAR
    Lvar06=Sound_PULL_UP
    Lvar07=Sound_RALT
    Lvar08=CableNo1
    Lvar09=CableNo2
    Lvar10=CableNo3
    Lvar11=CableNo4
    Lvar12=TooHigh
    Lvar13=TooLow
    Lvar14=TooRight
    Lvar15=TooLeft
    Lvar16=PaddleContact
    Lvar17=CallBall
    Lvar18=WaveOff
    Lvar19=Catapult


    [Sounds]
    Sound00=./SimObjects/Airplanes/Rogues Navy FA-18 FSX/Panel/Sounds/bingo.wav, 100
    Sound01=./SimObjects/Airplanes/Rogues Navy FA-18 FSX/Panel/Sounds/altitude.wav, 100
    Sound02=./SimObjects/Airplanes/Rogues Navy FA-18 FSX/Panel/Sounds/roll_out.wav, 100
    Sound03=./SimObjects/Airplanes/Rogues Navy FA-18 FSX/Panel/Sounds/power.wav, 100
    Sound04=./SimObjects/Airplanes/Rogues Navy FA-18 FSX/Panel/Sounds/fuel_low.wav, 100
    Sound05=./SimObjects/Airplanes/Rogues Navy FA-18 FSX/Panel/Sounds/check_gear.wav, 100
    Sound06=./SimObjects/Airplanes/Rogues Navy FA-18 FSX/Panel/Sounds/pull_up.wav, 100
    Sound07=./SimObjects/Airplanes/Rogues Navy FA-18 FSX/Panel/Sounds/RALT_Tone.wav, 100
    Sound08=./Missions/Military/CarrierPractice/Sound/CarrierPractice_21.wav
    Sound09=./Missions/Military/CarrierPractice/Sound/CarrierPractice_22.wav
    Sound10=./Missions/Military/CarrierPractice/Sound/CarrierPractice_23.wav
    Sound11=./Missions/Military/CarrierPractice/Sound/CarrierPractice_24.wav
    Sound12=./Missions/Military/CarrierPractice/Sound/CarrierPractice_16.wav
    Sound13=./Missions/Military/CarrierPractice/Sound/CarrierPractice_17.wav
    Sound14=./Missions/Military/CarrierPractice/Sound/CarrierPractice_19.wav
    Sound15=./Missions/Military/CarrierPractice/Sound/CarrierPractice_20.wav
    Sound16=./Missions/Military/CarrierPractice/Sound/CarrierPractice_06.wav
    Sound17=./Missions/Military/CarrierPractice/Sound/CarrierPractice_33.wav
    Sound18=./Missions/Military/CarrierPractice/Sound/CarrierPractice_09.wav
    Sound19=./Sound/CatapultLaunch.wav

    Again - hope the information helps. Please let me know how you manage...

  13. #13
    Charter Member 2012
    Join Date
    Jul 2011
    Location
    LIPQ, Trieste, Italy
    Age
    53
    Posts
    198
    Thanks Dave!

    But I wrote DUMMY!

    Ok now i've something to do in the next hours/days.

    When at home i'll have a look at the programs and start working on it.
    For now i wonder why do we have lat long coordinates when applying to moving carriers. Most of the time (Bob Dylan's words, btw i'm going to have a nice next wednesday in Padova concert togeter with Mark Knopfler and i'm yet in the right mood) i use AI moving carriers.

  14. #14
    Charter Member 2012 Dave Torkington's Avatar
    Join Date
    Nov 2009
    Location
    Manchester, UK
    Age
    51
    Posts
    361
    Quote Originally Posted by robertorizzo View Post
    Thanks Dave!

    But I wrote DUMMY!

    Ok now i've something to do in the next hours/days.

    When at home i'll have a look at the programs and start working on it.
    For now i wonder why do we have lat long coordinates when applying to moving carriers. Most of the time (Bob Dylan's words, btw i'm going to have a nice next wednesday in Padova concert togeter with Mark Knopfler and i'm yet in the right mood) i use AI moving carriers.
    Oops!! A bit of non capisco from me there - sorry.

    The AI carriers don't have lat & long coordinates Roberto, just data for the ILS and TCN etc. I really don't know how these numbers apply, but I guess we can see they're relevant to the carrier model... I use AIBTC and a kml file made in Google Earth [well, my buddy Guy does all the AI boat traffic planning etc. for a group of our friends].

    Hope you enjoy the concert! One of my first CD's [wow they seem so old now] was Brothers in Arms. Excellent

    Regards, Dave.

  15. #15
    Hi
    to complete what has been said the coordinates entered is the point you want your plane's ref point be when touch down. Regarding altitude, it should be the ground altitude.

    Regarding Carrier's parameters:
    • Name="Foch_1975" => free name (unused)
    • CarrierType="1" => 1 for carrier / 2 for FCLP zone
    • Frequency="109.00" => free but unique frequency
    • Radius="148" => property of the carrier model calculated by FSX. You can found it thanks to FSX Explorer Traffic Tools
    • RunwayAngle="8.5" => given by the model designer
    • GS_Angle="3.6" => glide slope angle, usually dependant to the optical system used
    • ILS_Xcoord="-1.574" =>offset (in meter) of the thouch down target point on the flight deck given from the carrier's xyz ref point : (x,y,z)=(right/left, alt, front/rear)
    • ILS_Ycoord="16.771"
    • ILS_Zcoord="-83.098"
    • TCN_Xcoord="15.187" =>offset (in meter) of the Tacan Beacon's location given from the carrier's xyz ref point : (x,y,z)=(right/left, alt, front/rear)
    • TCN_Ycoord="66.84"
    • TCN_Zcoord="2.44"
    Note: for the gauge, a "Carrier" is a AI model that contents 1 or more catapult...


    Regards,
    Sylvain

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. RFN Tacan Gauge
    By mjrhealth in forum FSX General Discussion
    Replies: 3
    Last Post: December 30th, 2012, 10:44
  2. adding TACAN/DME
    By delta_lima in forum FSX General Discussion
    Replies: 7
    Last Post: December 19th, 2012, 16:35
  3. Nimitz, clemencau and tacan
    By mjrhealth in forum FSX General Discussion
    Replies: 1
    Last Post: July 14th, 2011, 06:02
  4. VRS Superbug TACAN ... Please Help
    By SirBenn21 in forum FSX General Discussion
    Replies: 4
    Last Post: April 11th, 2010, 06:15
  5. Carrier ops with af-18?
    By Fauville in forum FS 2002/2004 General Discussion
    Replies: 2
    Last Post: July 2nd, 2009, 01:18

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Avsim - Flightsim - SimFlight - Simviation - iflyonline - CFS IP - Quarter Moon Saloon - Com-Central