Skip to content
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

ACE Arsenal stats suggestions #5964

Closed
alganthe opened this issue Dec 23, 2017 · 3 comments
Closed

ACE Arsenal stats suggestions #5964

alganthe opened this issue Dec 23, 2017 · 3 comments

Comments

@alganthe
Copy link
Contributor

alganthe commented Dec 23, 2017

I am currently gathering informations in order to make the stats feature in ACE Arsenal,

General

  • Weight mass (bar + number)

Primary / handgun:

  • Rate of fire reloadTime (bar)
  • Accuracy dispersion (bar)
  • Range maxZeroing (bar)
  • Impact hit (bar)

Launchers

  • Range maxZeroing (bar)
  • Impact hit (bar)

Containers

  • Ballistic protection passthrough (bar)
  • Explosion resistance armor (bar)
  • Load maximumLoad (bar)

Helmets

Same as containers minus load.

Any suggestions?

@dedmen
Copy link
Contributor

dedmen commented Dec 23, 2017

Advanced ballistics

Magazine

I don't think you need bulletLength/caliber/atmosphere.

Weapon

  • BarrelTwist in mm from config and also converted to inches
  • BarrelLength in mm from config and also converted to inches
  • Maybe Dispersion is stored in Radians in config. Show that converted to MOA or Degrees. only Single firemode is really interesting. Not sure if you are forced to call that Single Mods could name it differently which could cause problems.

Example for https://github.com/acemod/ACE3/blob/master/addons/ballistics/CfgMagazines.hpp#L98 and https://github.com/acemod/ACE3/blob/master/addons/ballistics/CfgWeapons.hpp#L186

https://docs.google.com/spreadsheets/d/1zdnzDR5BbbWreT4bqINjLwtezlkZnbf1-ZgK2x9tbuo

@Dystopian
Copy link
Contributor

Sorting by some parameters would be helpful. E.g. sort vests by armor and load. And maybe weight.

@alganthe
Copy link
Contributor Author

^ i'd need to save each stats in uiNamespace for thousands of items, unfortunately that's not happening, you can sort by mass for the right panel because the stat was already being stored in the listbox row for greying purposes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants