You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, X4FProjector exports very raw data. There are instances where it does some postprocessing of the data before it gets exported but it's very minor. This module will take raw stats and output useful information.
Examples:
Missile speed is calculated from missile mass, drag and the thrust that its engine produces. The stats calculator would calculate the missile speed for all missile launchers.
Weapon DPS is calculated from the bullet damage, weapon rate of fire and I think ricochet chance. The rate of fire is computed from reload time and bullets amount per shot. There is also the sustainable DPS (takes heating and cooling rate into account). This module would compute all those stats from raw data.
The text was updated successfully, but these errors were encountered:
Right now, X4FProjector exports very raw data. There are instances where it does some postprocessing of the data before it gets exported but it's very minor. This module will take raw stats and output useful information.
Examples:
The text was updated successfully, but these errors were encountered: