Please see the most recent updates in the "Where did the .com name go?" thread. Posts number 16 and 17.
Ok, thanks for info.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...
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):
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.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.
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:SIMVARSAYLOAD STATION WEIGHT:'
with
'.1 } (>C:SIMVARSAYLOAD STATION WEIGHT:'