forked from FractalUK/KSPInterstellar
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Development merge to Master #24
Merged
Merged
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
…d when there are input materials available AND there's storage onboard for the output materials. This patch prevents a deadlock refueling condition. For example, on mun, a 1.25m generator + sethanes fission reactor cannot supply enough power to both mine alumina and electrolyse it into aluminum and oxidizer. If both options are enabled on the ISRU, the mining will take precidence and starve the electrolysis process of megajoules even when the alumina storage on the ship is full. With this patch applied, the mining function will stop consuming megajoules when there is no more room to store the alumina, so there will be power for the electrolysis to consume the alumina. This allows the ship to be refueled without requiring the player to constantly turn on and off the alumina mining option (although it will still be slower than if sufficient power generation were available).
- Throttle power consumption for resource extraction and refining based upon output
Refund unused resources if refining/mining cannot be completed.
More mining/refining work.
- rollback isru function changes - first pass reactor balance
Inline and large red color is now bright as the other radiators and the normal radiator color follows the same scale as the others.
Colors are now even between components. The texture colors are applied with a 0.0f-1.0f interval at the power of 3 to make the glow effect increase exponentially as the temperature rises. Added a configuration key to disable the feature completly.
Red hot radiators
- rename project to match mod name - reorganization work
- First pass resource costs (reactor resource progression) - second part cost pass (costs of empty parts). - centralized scalexponents cfg
… when reactors are producing both Thermal Power and Charged Particles attached generators read wrong Thermal Power value from reactors as if reactor generated his full potential power as Thermal Power Fix Thermal Generators eating Charged Particles - it is normal, that Thermal generators can use Charged Particles to generate power if Direct Conversion Generator is not present or disabled, that should not be the case, Thermal Generators should use only Thermal Power Fix Direct Conversion Generators being able to exceed their capabilities - when there's more than one Direct Conversion Generator (as if with more than one Fusion Reactor in mixed mode for example) occasionally one of them can use all Charged Particles and exceed its maximum capacity without any drawbacks (same happens when one of generators is shut down) Fix Microwave Transceivers power reservation for Fusion Reactors, switch from "magic numbers" to actual value - 0.95 is some number, what it means? where it came from? better solution is to use value provided by FNFusionReactor itself. Signed-off-by: Tomasz Majer <tomkuzyno@gmail.com>
Power generation from mixed mode reactors/minor power transmission fix
…ctor powerRequirements to ORSResourceManager PowerDraws (new read-only property exposing internal power_draw_list_archive) - Disallow activating more than one MicrowavePowerTransmitter in transmitter mode (more than one relay is still allowed) as that causes trouble with power balancing, with two transmitters they will eventually reach equilibrium but any external change in power draw (eg. activating Science Lab) will throw them off balance, switching one transmitter on and off is required to regain balance, and since having more than one transmitter shouldn't increase vessel's beamed power output, allowing more transmitters doesn't really have any sense Signed-off-by: Tomasz Majer <tomkuzyno@gmail.com>
- removed methane and aluminum engines - corrected refinery config error - removed UN tank - renamed UF4 tank to Uranium tank)
Another take on MicrowavePowerTransmitter
He3 decays in background
- attempted fix for vista and MW throttling - changlelog
- moved resource folder (in line with stock folders) - added science container and crew report to sci lab - more reception work - tweaked am part configs - added vista fix for recpetion - vista scaling added
This prevents duplicate entries from being added to the resource_info dictionary with the same key
This is an admittedly questionable way of going about it; this basically tests the offending texture to make sure that it be accessed properly, if not then it skips this entry and continues to the next.
- added tweak scaling for refinery functions - fixed the ORS resource definitions that I broke. - merged and removed MM config for ORS resource defintions - polished many tooltips - removed many mode and upgrade options from click menus. - mucho part config polish - equalized power caps for plasma engines and plasma thrusters
ORS Resource Fixes
- change access for map data in ORS - cleaned old ors extern/alias - thermalturbojets now disable before critical heat damage from velocity, displays warning
-updated changelog
confusingbits
pushed a commit
that referenced
this pull request
Aug 26, 2014
Development merge to Master
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.
Experimental Version 0.12.0 - for ksp v0.24.2