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

Countermeasures missing "step size" #152

Open
adamdoda opened this issue Jun 3, 2021 · 1 comment
Open

Countermeasures missing "step size" #152

adamdoda opened this issue Jun 3, 2021 · 1 comment

Comments

@adamdoda
Copy link
Contributor

adamdoda commented Jun 3, 2021

Example: Hornet steps by 10 in DCS, the data in pydcs:

    charge_total = 120
    chaff_charge_size = 1
    flare_charge_size = 1

The step size is completely missing.
I was wondering if there is any extra info not parsed by pydcs?

Ideally it should be represented by cartridges and how many flare or chaff a cartridge can hold and how many cartridges a plane can carry. Charge size representation is a bit inside out but that's how DCS represents it so not much we can do about it.

@rp-
Copy link
Collaborator

rp- commented Jun 7, 2021

This is what is used to get the current info:

https://github.com/pydcs/dcs/blob/master/tools/pydcs_export.lua#L346

I'm not sure if there is a better place for that info currently.

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

No branches or pull requests

2 participants