Skip to content

Added option for disabling capacitor simulation staggering for certain modules#390

Merged
blitzmann merged 2 commits into
pyfa-org:masterfrom
OISumeko:weaponStagger
Oct 31, 2015
Merged

Added option for disabling capacitor simulation staggering for certain modules#390
blitzmann merged 2 commits into
pyfa-org:masterfrom
OISumeko:weaponStagger

Conversation

@OISumeko
Copy link
Copy Markdown
Contributor

Playing with the cap simulator, I noticed that turrets of the same type stack and have staggering applied when running through the cap simulator. This is not realistic behaviour as most (all?) pilots will
have grouped their turrets in-game, meaning they will all activate simultaneously rather than activating individually, offset from each other.

This change introduces a 'disable stagger' field to the drain tuple that is passed through to the cap simulator, allowing us to disable staggering on certain modules. This will enable us to add GUI options in the future to allow users to choose whether to stagger certain modules (eg, cap boosters, neuts) or have them all fire simultaneously. Currently this defaults to False (existing behavior) for all modules except for turrets, which will now behave more like in-game turrets for cap simulation purposes.

Cameron Grout added 2 commits October 31, 2015 15:30
Playing with the cap simulator, I noticed that turrets of the same type
stack and have staggering applied when running through the cap
simulator. This is not realistic behaviour as most (all?) pilots will
have grouped their turrets in-game, meaning they will all activate
simultaneously rather than activating individually, offset from
each other.

This change introduces a 'disable stagger' field to the drain tuple that
is passed through to the cap simulator, allowing us to disable
staggering on certain modules. This will enable us to add GUI options in the
future to allow users to choose whether to stagger certain modules (eg,
cap boosters, neuts) or have them all fire simultaneously. Currently
this defaults to False (existing behavior) for all modules except for
turrets, which will now behave more like in-game turrets for cap
simulation purposes.
@OISumeko
Copy link
Copy Markdown
Contributor Author

Knew there had to be a better way 😄 That has been updated.

blitzmann added a commit that referenced this pull request Oct 31, 2015
Added option for disabling capacitor simulation staggering for certain modules
@blitzmann blitzmann merged commit 31a9b03 into pyfa-org:master Oct 31, 2015
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

Successfully merging this pull request may close these issues.

2 participants