Version 1.1.7.5-release - `<Away With Words>` edition
·
396 commits
to master
since this release
Version 1.1.7.5-release - <Away With Words> edition
- 15 Jun 2022
- Release for Kerbal Space Program 1.3.1
- by zer0Kerbal
DO A CLEAN INSTALL:
DELETE EXISTING INSTALLATION THEN RE-INSTALL
Download from CurseForge
Changes
Recompile for 1.3.x
-
x64 bit only
-
Away With Words - Localization
-
Update
-
Rename
- [agmodule.cfg] to [roverantigrav.cfg]
- [agModule] to [RoverAntiGravitySystemModule]
- [title] from #RAGS-agmodul-titl to #RAGS-titl
- [description] = #RAGS-agmodul-desc to #RAGS-desc
- [tags] from #RAGS-agmodul-tags to #RAGS-tags
- [agmodule.cfg] to [roverantigrav.cfg]
Code
- [RoverAntiGravitySystem.dll] v1.1.7.103
- [Bug 🐞]: Module switches off unexpectantly
- fixed
- declaration of variable
Consumptionwas changed from float to double- was:
public float Consumption = 0.5f; - to:
public double Consumption = 0.5;
- was:
- changing back to float fixed issue
- closes #74 - [Bug 🐞]: Module switches off unexpectantly
- [Bug 🐞]: buttons not changing color
- fixed
- Color.green -> Color.black (line 147)
- Color.red -> Color.black (line 148)
- closes #73 - [Bug 🐞]: buttons not changing color
- Update
- Localization
- tightening white space
- tightening if's, suggested by @Lisias
- combine several nested if's into one
- if (isOn && isSwitching)
- if (isOn && !thereIsAnEngine)
- [Consumption]
- change from float to readonly double
- should this scale with the mass of the rover?
- Move array construction out of
- [OnStart]
- into:
- [GetGravities]
- [GetCelestials]
- Add
- GetInfo()
- localized
- RateString();
- localized
- GetInfo()
- closes #64 - Add GetInfo()
- closes #63 - localize code
Localization
- Create
- Localization/
- <en-us.cfg>
- [readme.md] v2.1.1.0
- [quickstart.md] v1.0.1.0
- Localization/
- Part
- create
- agency
- Flag
- scaled.truecolor
- run localizer
- create
- Parts to localize
- [agmodule.cfg]
- Code
docs/
- Add
- [ManualInstallation.md] v1.1.7.0
- [Attribution.md] v1.0.6.0
- [404.md] v1.0.3.1
- [Disclaimer.md] v1.0.0.0
- [LegalMumboJumbo.md] v1.0.5.0
- [Localizations.md] v1.1.3.1
- [Marketing.md] v1.0.0.0
- [Notices.md] v1.0.0.0
- [PartInvoice.md] v1.1.3.1
- [Why.md] v1.1.0.0
- [_config.yml]
- closes #71 - docs/
Status
See More
- Changelog Summary for more details of changes : See ChangeLog
- Discussions and news on this mod : See Discussions or KSP Forums
- Known Issues for more details of feature requests and known issues : See Known Issues
- GitHub Pages : See Pages
Localization
HELP WANTED - See the README in the Localization folder or the Quickstart Guide for instructions for adding or improving translations. GitHub push is the best way to contribute. Additions and corrections welcome!
red box below is a link to forum post on how to get support
Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date
How to support this and other great mods by zer0Kerbal
What's Changed
- Localization - english <en.uscfg> by @zer0Kerbal in #61
- 24 part localization by @zer0Kerbal in #62
- Add GetInfo() by @zer0Kerbal in #65
- Revert "Add GetInfo()" by @zer0Kerbal in #66
- Revert "Revert "Add GetInfo()"" by @zer0Kerbal in #67
- Revert "Revert "Revert "Add GetInfo()""" by @zer0Kerbal in #68
- Revert 68 revert 67 revert 66 revert 65 64 add getinfo by @zer0Kerbal in #69
- 25 code localization by @zer0Kerbal in #70
- 71 docs by @zer0Kerbal in #72
- Version 1.1.7.5-release -
<Away With Words>edition by @zer0Kerbal in #75
Full Changelog: 1.1.7.0-release...1.1.7.5-release

