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
It's always been difficult for me to tell how a fit's ewar will exactly affect a target ship's behaviour at range. Projecting the fit only gives you accurate results at close range, and it's difficult to tell exactly at what range the target can lock you back if you're in the falloff of your damps, or at what range can a sniper fit still shoot at you when it starts to outrange your disruptor optimal.
It occurred to me that a janky way to simulate that would be to make the target ship's ewar automatically project onto the source in the DPS sim. There might be a better way to do this, it certainly feels very dirty, but I did manage to get a working prototype going with a few hours of tinkering:
I simply abused the ewar graph code to query the target fit's ewar strength when checking lock range and application at each point. There might be a cleaner way of doing this as well, but it worked for a quick prototype. For a final version, you'd probably want a toggle in the graph settings for this or something, it's very hard to tell what's going on if you don't know this is happening.
The text was updated successfully, but these errors were encountered:
It's always been difficult for me to tell how a fit's ewar will exactly affect a target ship's behaviour at range. Projecting the fit only gives you accurate results at close range, and it's difficult to tell exactly at what range the target can lock you back if you're in the falloff of your damps, or at what range can a sniper fit still shoot at you when it starts to outrange your disruptor optimal.
It occurred to me that a janky way to simulate that would be to make the target ship's ewar automatically project onto the source in the DPS sim. There might be a better way to do this, it certainly feels very dirty, but I did manage to get a working prototype going with a few hours of tinkering:
I simply abused the ewar graph code to query the target fit's ewar strength when checking lock range and application at each point. There might be a cleaner way of doing this as well, but it worked for a quick prototype. For a final version, you'd probably want a toggle in the graph settings for this or something, it's very hard to tell what's going on if you don't know this is happening.
The text was updated successfully, but these errors were encountered: