Skip to content

Version 1.1.7.5-release - `<Away With Words>` edition

Choose a tag to compare

@zer0Kerbal zer0Kerbal released this 16 Jun 04:53
· 396 commits to master since this release

Rover Anti Gravity System Version
KSP version License
AVC .version files Pages

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

Code

  • [RoverAntiGravitySystem.dll] v1.1.7.103
  • [Bug 🐞]: Module switches off unexpectantly
    • fixed
    • declaration of variable Consumption was changed from float to double
      • was: public float Consumption = 0.5f;
      • to: public double Consumption = 0.5;
    • 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
  • 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
  • Part
    • create
      • agency
      • Flag
      • scaled.truecolor
    • run localizer
  • Parts to localize
    • [agmodule.cfg]
  • Code
    • settings
    • GUI
    • screen
    • PAW
    • InstallChecker
    • scrap KSP dictionary
    • updates #5 - Localization - Master
    • closes #6 - English <us-en.cfg>
    • closes #24 - Part Localization
    • closes #25 - Code Localization

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

  • Issues
    • closes #41 - KSP 1.3.x
    • updates #38 - Recompile for major KSP version

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

  • English English
  • your translation here

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

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

Support Patreon Github Sponsor Buy zer0Kerbal a snack

What's Changed

Full Changelog: 1.1.7.0-release...1.1.7.5-release