There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.
If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.
Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.
The Staff of SOH
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:'