-
Notifications
You must be signed in to change notification settings - Fork 3
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
OpenSR Modpack 1.2.0 - release checklist #21
Draft
DaloLorn
wants to merge
120
commits into
WorkshopBuild
Choose a base branch
from
master
base: WorkshopBuild
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
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
… and implemented the Developer fix. Some refinements have been made for cleaner code and/or minimizing the amount of files touched by the MP. Additionally, extra design stat functionality has been ported from Rising Stars, for use by MP-deriving mods. (The MultBy and AllowZero parameters, specifically. CustomFormula was also ported from RS, but the actual list of available formulae is different.)
…because I'm a blind, forgetful idiot.
- Disruptors now correctly react to damaged shields. - Niling fiber can now detonate multiple times per damage event, if it has enough damage stored up for multiple detonations.
Always favor resources that are tradable on auto import
…s, e.g. ships around) not being carried over between savegames
Fix "Pin Object Floating" not getting saved
I initially tried to just check validity on reload to avoid save file changes, but the game wasn't noticing the object wasn't valid immediately on reload, so the steps given by EngineOfDarkness were still causing the crash
Attack orders
Mothership exploit fix
Flare radiation status duration tooltip enchancement
More duration tooltips
…ts effect if it was currently applying negative efficiency on disabling
…pleting stored labor when constructing time based constructions
Add contrail map from CE
Port fix from CE to avoid depleting stored labor when constructing time based constructions
…-bug ModEfficiencyDistanceToOrbital hook bugfix
…unt needed for one ship Thanks to jlv for reporting the issue on the OpenSR discord
…er binding mechanic.
- The AI now assigns a greatly reduced weight to unexportable resources when choosing planets to colonize, *even* if they aren't scalables. - The AI no longer includes unexportable resources in its export pool. This should prevent a hypothesized (but not fully confirmed) CTD where the AI may try to meet its import requirements by exporting unexportable T2 or T3 resources. (This should already have been a risk with Ancient City resources, but is doubly a risk with the various extra unexportables introduced in Rising Stars.)
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.
NOTE: Do not merge this PR. In order to keep the revision numbers accurate, I prefer to do a fast-forward merge on my local repo. This is just here to show me what I need to do before releasing to Steam.