-
Notifications
You must be signed in to change notification settings - Fork 214
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
Test Stations & Program Modifiers #2424
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Disabled station upkeep contracts to, replaced with single contract with multiple optional parameters. New contract avoids expressions in requirement data that caused performance issues.
Add autoaccepted science tracker contracts for both tiers of habitation science with optional rep rewards for other crewed station science completion. Proto tier version updates the repeat count so that any repeatable contracts at that tier check for actual progress and not just a launch.
Make first station contract docking port agnostic so that it will function with a direct or indirect launch. Changed initial duration to 15 days since very basic direct stations may have sanity challenges after that, and overall science progress is checked elsewhere. Make early space station repeatable docking port agnostic as well. It will work for a direct Salyut style launch or an indirect launch.
…one for early yet. EC consumption fixed.
Missing bracket
Added commas and an index value
- Linked together each contract - Repurposed original program to Early Space Stations - Corrected Early experiments EC consumptions - Added more science gains from experiments - Removed duplicate goals in contracts
…ract. Fixed reqs for others
Changed early/proto contracts to use different iterators instead of both using RepeatEarlySpaceStation_Count. Added incrementor to early station science contract. Added duration requirements to supply contracts. This will limit each iteration of the science count to a supply or launch station completion instead of allowing for both. Made Second Gen space station non-repeatable, added 15 day duration requirement.
Shifted Rep rewards more towards required contracts and away from optionals. Completing just the required will likely reward 3750, which is about 1000 less than crewed lunar. maximum is 7250. Lowered crew requirement for second gen to 3 to match skylab. Kept capacity requirement of 5 to ensure plenty of living space. Removed optionals from supply contracts to leave what to bring up to the player. Clarified some descriptions
Switch experiment check for research payload capacity check since configure nodes don't show up as experiments. Adjust fractionComplete to be closer to 15d
Fix proto repeatable title Allow transfer of research payload so you can resupply Adjust long term hab to 180days Fix proto repeat completion Adjust final repeat science requirement so they complete before the science tracker (which would auto-fail them)
Corrected experiment samples and description Clarified Early Science contract
Fix 0 sample experiments either by removing the sample mass, adding samples, or making them sample collecting. Adjust water purification ins and sample mass to match 1 crew for 7 days. Adjust ocean surveillance mass, and others with a 0 mass.
Lower supply and crew requirements for multi month experiment Remove return requirement for earlyStationSupply contract Adjust funding curve Add optional contract definitions
…first three space station nodes to the correct experiments. No more explicit part tagging is required.
Change part tagging to automatically match all crewable parts in the first three space station nodes to the correct experiments.
…tead of Crewed Orbit.
Change Station in program title to Stations (as you'll build multiple)
…o Teykn-EarlySpaceStation
…Station' or locally formatted equivalent.
…Configure.cfg This is apparently the place the experiment descriptions actually get read from. Still need to double-check some of the durations, such as Narrow Beam Radio Communication taking more than 1 day.
…o Teykn-EarlySpaceStation
…o Teykn-EarlySpaceStation
These will change the funding, duration etc values on a program if another gets accepted.
…o Teykn-EarlySpaceStation
Download the artifacts for this pull request: |
These will change the funding, duration etc values on a program if another gets accepted.
These will change the funding, duration etc values on a program if another gets accepted.
These will change the funding, duration etc values on a program if another gets accepted.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Do not merge. Just for testing.