Skip to content
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

Version 0.9.99.0-adoption - <Thank you Nuke> edition #30

Merged
merged 48 commits into from
Aug 18, 2022

Conversation

zer0Kerbal
Copy link
Owner

Version 0.9.99.0-adoption - <Thank you Nuke> edition

  • 16 Aug 2022
  • Release for Kerbal Space Program [KSP 1.12.x]

Adoption by zer0Kerbal

Summary

  • Split off from Nukes Tiny Parts
  • this is the first in a series of updates to Nukes Tiny Pods
  • smaller updates make updating the addon much more manageable.
  • Included <ghostparts.cfg>

Update License

docs/

  • Add
    • [_config.yml]
    • [Attribution.md] v1.0.7.1
    • [ManualInstallation.md] v1.1.8.0
    • [404.md] v1.0.3.2
    • [LegalMumboJumbo.md] v1.0.5.1
    • [Localizations.md] v1.1.7.0
    • [Marketing.md] v1.0.1.0
    • [Notices.md] v1.0.1.0
    • [Disclaimer.md] v1.0.1.0
    • [PartsCatalog.md] v1.1.4.1
    • [Why.md] v1.1.0.0
  • closes Create docs/ #25 - docs/

Asset Updates

  • create Assets/ folder
  • convert from mesh to MODEL
  • rename
    • models to unique names
    • textures to unique names
  • update
    • model pointers (.png et al to .dds)
    • model texture pointers to new names
  • relocate assets to Assets/
  • eliminate
    • duplicate textures
    • duplicate models
  • relocate part.cfg to Parts/
  • closes Asset Updates #26 - Asset Updates

Localization 0.9.99.0

Add localized tags to parts

Img

Parts 0.9.99.0

  • Rename parts to unique names following the pattern ntp-<PART-NAME>
    • [halfMeterCockpit] --> [ntp-cockpit]
      • Added
        • [tags] = #autoLOC_500309
        • [ModuleSAS]
          • [SASServiceLevel] from nothing to 1
        • [DRAG_CUBES]
      • Update (based upon stock Mark1Cockpit)
        • [TechRequired] = aviation was advFlightControl
        • [entryCost] = 5000 was 10500
        • [cost] = 1250 was 2100
        • [angularDrag] = 2 was 0.9
        • [maxTemp] = 1100 was 2100
        • [skinMaxTemp] = 2000 was 2750
        • [ModuleCommand]
          • no hibernation
          • add control points
        • [ModuleReactionWheel]
          • [ElectricCharge] from 0.1 to 0.2 (older tech = more consumption)
      • Internal
        • ntp-cockpit
      • Possible changes:
        • needs further input and discussion
        • [minimum_drag] is 0.9 and Mark1Cockpit is 1
    • Add
      • <ghostparts.cfg> to attempt to prevent any damage to existing save games.
      • is not permanent. will be removed when the mod is updated to 1.0.0.0-release
  • Rename filename to unique filenames following the pattern ntg-<PART-NAME>
    • <hmCockpit.cfg> --> <ntp-cockpit.cfg>
    • <PropConfig.cfg> --> <halfMeterCockpitInterior.cfg>

Status 0.9.99.0


@zer0Kerbal zer0Kerbal added the semantic: adoption relating to adoption label Aug 18, 2022
@zer0Kerbal zer0Kerbal added this to the 0.9.99.0-adoption milestone Aug 18, 2022
@zer0Kerbal zer0Kerbal self-assigned this Aug 18, 2022
@zer0Kerbal zer0Kerbal added this to In progress in Localization via automation Aug 18, 2022
@zer0Kerbal zer0Kerbal linked an issue Aug 18, 2022 that may be closed by this pull request
51 tasks
@zer0Kerbal zer0Kerbal added this to In progress in 0.9.99.0-adoption via automation Aug 18, 2022
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. Kindly read contributiing.md, code_of_conduct.md and styleguide.md. These are boilerplate.

Copy link
Owner Author

@zer0Kerbal zer0Kerbal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🗄️

@zer0Kerbal zer0Kerbal merged commit 7c80b8e into master Aug 18, 2022
@zer0Kerbal zer0Kerbal deleted the 0.9.99.0-adoption branch August 18, 2022 04:54
0.9.99.0-adoption automation moved this from In progress to Done Aug 18, 2022
Localization automation moved this from In progress to Done Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment