IndiaFoxtEcho - Page 2
Page 2 of 2 FirstFirst 12
Results 26 to 33 of 33

Thread: IndiaFoxtEcho

  1. #26
    Quote Originally Posted by vonstroheim View Post
    Without VRS|TacPack (payware), this fancy load manager won't work (even after removing the yellow bitmap warning).

    You can play with the default load manager, for example I added 731 lbs at station 3 and 9 to get fuel tanks on the F35A (check inside aircraft.cfg for more instructions):



    It's the same logic for the Eurofighter...



    Nice fictional US repaint by Rick...
    Ok, thanks for info.

  2. #27
    Quote Originally Posted by vonstroheim View Post
    Without VRS|TacPack (payware), this fancy load manager won't work (even after removing the yellow bitmap warning).

    You can play with the default load manager, for example I added 731 lbs at station 3 and 9 to get fuel tanks on the F35A (check inside aircraft.cfg for more instructions):
    I haven't checked yet, but it maybe possible to modify the v2.41 Non-TacPack Weapons Configurator.

    http://www.sim-outhouse.com/sohforum...F-35-V2-41-zip

  3. #28
    Thank you Dino for being so generous these aircraft are truly awesome and,I am having a great time flying them.Good luck with all your future endeavors.

  4. #29
    This is what it says in the readme
    - DONOT attempt to use this addon in V3.* of the F-35 package (at present: payware), because it won't work as intended.

    Regards Paul Day.

  5. #30
    Version 3.65 - 17/11/2019
    - Added CEX navaids compatibility

    Previously I managed to get this working in FSX, there is a bug however.

    Navaids.xml
    (L:CEX_ICLS_glideslope,degrees) (>L:VRSTP_ILS_LOC, degrees)
    needs to be changed to
    (L:CEX_ICLS_lineup,degrees) (>L:VRSTP_ILS_LOC, degrees)

    Presumably some of the other later fixes could be implemented in FSX also.

  6. #31
    Quote Originally Posted by paul day View Post
    This is what it says in the readme - DONOT attempt to use this addon in V3.* of the F-35 package (at present: payware), because it won't work as intended.
    You are correct. Rob explained, "From an XML gauge, it's not possible to directly set things like fuel and payload weights. Tom Aguilo made a great addon module (XMLTools) which provides this feature; using the SimConnect interface to FSX. However, the result of setting weights this way doesn't give true "integer" values; which are tested for in the visual models (to display the weapons) and several gauges. So I included patched versions of these files, which solves this problem." It's a bit tricky to do, but I've redone Rob's MDL mods to the F35A external model. I've attached a JojoDiff patch file for anyone to test this. https://sourceforge.net/projects/jojodiff/ rename f35a.mdl to F35Atacpack.MDL place f35a.txt and JDiff.exe in the same folder and run from a command prompt, jdiff -u F35Atacpack.MDL f35a.txt f35a.mdl It seems to work okay for me, I'll probably experiment with the Typhoon next.
    Attached Files Attached Files

  7. #32
    I've had a rethink.
    Instead of using 'near' use 'int'
    So, a Hex edit of the MDL files is still required, but simple;
    replace all
    ', pounds)'
    with
    ',lbs) int'
    (the same number of characters)

    Then because 'int' rounds down, add a tenth of a pound to all the weights.
    Using notepad edit F35NonTacPackConfig.xml, replace all
    ' } (>C:SIMVARS:PAYLOAD STATION WEIGHT:'
    with
    '.1 } (>C:SIMVARS:PAYLOAD STATION WEIGHT:'

  8. #33
    Quote Originally Posted by Essex View Post
    I've had a rethink.
    Instead of using 'near' use 'int'
    So, a Hex edit of the MDL files is still required, but simple;
    replace all
    ', pounds)'
    with
    ',lbs) int'
    (the same number of characters)

    Then because 'int' rounds down, add a tenth of a pound to all the weights.
    Using notepad edit F35NonTacPackConfig.xml, replace all
    ' } (>C:SIMVARS:PAYLOAD STATION WEIGHT:'
    with
    '.1 } (>C:SIMVARS:PAYLOAD STATION WEIGHT:'
    Also for the 'A:Payload Station Weight:' entries in FUEL.xml and SMS.xml
    replace
    ', pounds)'
    with
    ', pounds) near'

    I've started modifying the typhoon, EFAConfig.xml needs to have it's <Script> sections changed
    e.g.

    <Script>
    (A:PAYLOAD STATION WEIGHT:14,pounds) near 188 ==
    if{ 0 } els{ 188.1 } (&gt;C:SIMVARS:PAYLOAD STATION WEIGHT:14,pounds)
    </Script>

    Don't forget the .1 on each weight.
    The required weights are listed in Aircraft.cfg.

Members who have read this thread: 1

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
  •