Confidence and Reputation changes for some programs.#2546
Merged
siimav merged 10 commits intoKSP-RO:masterfrom Sep 2, 2025
Merged
Confidence and Reputation changes for some programs.#2546siimav merged 10 commits intoKSP-RO:masterfrom
siimav merged 10 commits intoKSP-RO:masterfrom
Conversation
also fixes the reputation gain/loss when completing early/late for some programs
also change their type from disabled_RP0_PROGRAM back to RP0_PROGRAM
Contributor
|
Sorry but it's rather painful to pick out all the relevant changes from the diff. To increase the chances of this getting merged, it's probably better if the changes were outlined as a list and had some reasoning to justify them. |
Contributor
Author
ezsnackeur
commented
Jun 22, 2025
Contributor
Author
There was a problem hiding this comment.
475ad7f
this is to reserve the "disabled_RP0_PROGRAM" type for programs that are still in development. differentiating them from old deprecated ones
siimav
reviewed
Aug 31, 2025
and update the values based on the new total funding for skopos0
Contributor
Author
|
RP 2.2.1.Program_Contract.Associations.xlsx |
This file contains hidden or 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
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.

All the changes were done using the provided sheet, which i updated, adding Skopos programs to it and separating disabled and deprecated programs from the working ones, as well as double checking all the working programs with the programs.cfg to make sure they match.
Overall the change increases consistency across the board for Confidence costs and fixes some values that were probably missed in the last big update, mostly regarding Reputation gain/loss for completing early/late.
What it doesn't do is any sort of targeted balance change, the sheet doesn't weight the type of curve in the Confidence calculations, in my opinion it should, waiting for feedback.
Heres the updated sheet:
RP1 2.1 Program_Contract Associations.xlsx
I also moved the deprecated programs to the bottom of the list in programs.cfg in a separate commit so it can be reverted if it wasnt a good idea.