• 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

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

tuff german bf109e_Mold

gosd

Charter Member
This german "bf109e_Mold" keeps flying afther a severe hit.
How can I make it more vunerable?
 
Hi Gosd,

You can look inside the xdp file there are damage values for each system. (open with notepad) scroll down until you see <DamageBoxes> it usually comes just after the loadout section of the xdp.


example:
<Box ID="damagebox_nose" Parent="damagebox_fuselage">
<BoxMap SystemID="nose_structure" Probability="2" Points="20"></BoxMap>
<BoxMap SystemID="left_guns" Probability="24" Points="28"></BoxMap>
<BoxMap SystemID="right_guns" Probability="24" Points="28"></BoxMap>
<BoxMap SystemID="engine_one" Probability="31" Points="364"></BoxMap>
<BoxMap SystemID="oil_reservoir" Probability="6" Points="71"></BoxMap>
<BoxMap SystemID="coolant_reservoir" Probability="8" Points="98"></BoxMap>
<BoxMap SystemID="hydraulics_reservoir" Probability="5" Points="60"></BoxMap>
</Box>

under each section the probability values when combined need to add up to 100, so you can increase the probability of a hit to a given part. or under the next set of numbers in each line "points" you could reduce this number.
Usually these values are set by the airfile creation process to correspond with supplied aircraft data. But there is nothing to stop you making them as strong or as weak as you like. I personally found the 109's shed their tails way to easily so I beefed up that part of the plane in my install.

hope this helps, regards Rob.

PS as always back up the original file first in case you decide you want to go back.
 
Back
Top