-
Notifications
You must be signed in to change notification settings - Fork 738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ballistics - Fixed 6.5mm magazine config #4641
Conversation
* Fixed incorrect QBU-88 (DMR_07_base_F) initSpeed
756bca7
to
5962a1d
Compare
I just have to wonder why the caseless ammo is a higher velocity than the cased ammo. Shouldn't it be the opposite? |
class ACE_20Rnd_65_Creedmor_mag: 20Rnd_650x39_Cased_Mag_F { | ||
author = ECSTRING(common,ACETeam); | ||
ammo = "ACE_65_Creedmor_Ball"; | ||
initSpeed = 808; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean for this to be 815, and the caseless to be 808, as you did for the Scenar?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, just looking at the data from that test I linked in my previous PR and from other places, it seems like the base speed (if we're considering a 16" barrel the base speed for the 6.5mm cartriges) should be around 760 for the creedmoor and lapua ammo.
We currently do not simulate caseless ammo. We assume that all vanilla 6.5mm rounds are cased. The muzzle velocity vs. barrel length mapping happens here: This is our current config for 6.5 mm Creedmor:
MXM: The net muzzle velocity is higher even though the magazine
I'm more than willing to change the muzzle velocity vs. barrel length mappings when you can provide us plausible data for any ammo type in question. I calculated it off the desired magazine It needs to fit into the following equation for as many magazines as possible: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Read the comment that was just posted, I approve of all the changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i can't say anything about the values, but the config seems to look fine.
When merged this pull request will:
initSpeed
initSpeeds
Closes: #4636