-
Notifications
You must be signed in to change notification settings - Fork 9
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
Number of data transfers in Double Action Missions #54
Comments
In addition to this, the Threats generator probably needs some updating for double action/double threat missions too. I've got these settings in my build and will hopefuly be play testing them soon.
|
I have been working on this, ended up refactoring a lot of code to make double threats work a bit nicer. raised a PR #55 |
thanks for your support! |
Would this affect the Java code, too? If yes, I can have a look into the "core" library which is still based on Java. |
Yes he is touching the "core" files, maybe someday we can make a common lib but got too much going on personally right now |
Yeah.
|
@slinkymanbyday I am not sure if you saw my tests from this #50 just FYI and that is why I have not since been able to release the build yet as there have been some generation problems around double threats as well. Hard for me to tell if that is what you are addressing or not honestly, but I would recommend looking at my fuzzy tests and look at expanding them for coverage and we can go from there. |
@slinkymanbyday sorry been a while, but finally have some free time. Would this still be worth integrating? I have changed a number of files but after reviewing your code closer I think I get the idea of the fitting differences, still i don't have new frontiers though so not really sure exactly how to evaluate it correctly... |
@mkalus too for your consideration on the update |
With double action missions, the standard constructed missions have between 1 and 3 data transfers per phase (appears to be irrespective of which phase). And a minimum of 4 data transfers in a mission (although this only happens once in the constructed missions, normally min of 5)
Current implementation appears to follow below:
Can this be changed for double actions, maybe use same checkbox for double threats? or have the ability to set this via settings like you do for incoming data?
I haven't done much Android coding, but happy to give it a crack at some point.
The text was updated successfully, but these errors were encountered: