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

Support per-burst BurstDelays #13683

Closed
reaperrr opened this issue Jul 22, 2017 · 0 comments
Closed

Support per-burst BurstDelays #13683

reaperrr opened this issue Jul 22, 2017 · 0 comments

Comments

@reaperrr
Copy link
Contributor

Original TS engine 2.x (2.x patch, Firestorm) added support for BurstDelay0-4, allowing to define individual delays for bursts 2-6.

In our case, I'd turn int BurstDelay into int[] BurstDelays. For individual delays modders will have to define the whole list of delays (i.e. if Burst: 6 where delay between 2nd and 3rd and 4th & 5th should be 10 and 5 between all other bursts, it would have to be BurstDelays: 5, 10, 5, 10, 5).
For convenience, if only a single value is defined it will be used for all bursts.

I have a branch for this, but it's based and therefore depends on #13597.

Needed to bring Juggernaut even closer to original (first 2 bursts almost simultaneously, 3rd with some more delay).

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

1 participant