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

CommunityCategoryKit.cfg #62

Closed
Tracked by #61
zer0Kerbal opened this issue Feb 4, 2022 · 0 comments · Fixed by #67
Closed
Tracked by #61

CommunityCategoryKit.cfg #62

zer0Kerbal opened this issue Feb 4, 2022 · 0 comments · Fixed by #67
Assignees
Labels
issue: compatibility/patch issue type state: approved Approved to proceed. work: obvious The situation is obvious, best practices used.

Comments

@zer0Kerbal
Copy link
Owner

No description provided.

@zer0Kerbal zer0Kerbal mentioned this issue Feb 4, 2022
4 tasks
@zer0Kerbal zer0Kerbal added Mod-request issue: compatibility/patch issue type work: obvious The situation is obvious, best practices used. state: approved Approved to proceed. labels Feb 4, 2022
@zer0Kerbal zer0Kerbal self-assigned this Feb 4, 2022
@zer0Kerbal zer0Kerbal added this to the 1.4.2.0-release milestone Feb 4, 2022
zer0Kerbal added a commit that referenced this issue Feb 4, 2022
# Compatibility Patches

* Add
  * [TweakScale.cfg] v1.0.1.9
  * [KerbNet.cfg] v1.0.1.9
  * [GPOSppedFuelPump.cfg] v1.0.1.9
  * [CommunityCategoryKit.cfg] v1.0.1.9
* Update
  * [RemoteTech.cfg] v1.0.1.9
  * [kOS.cfg] v1.0.1.9
* Related Issues:
  * closes #65 - TweakScale.cfg
  * closes #64 - KerbNet.cfg
  * closes #63 - GPOSppedFuelPump.cfg
  * closes #62 - CommunityCategoryKit.cfg
  * closes #61 - Add Compatibility
zer0Kerbal added a commit that referenced this issue Feb 4, 2022
* Add
  * [TweakScale.cfg] v1.0.1.9
  * [KerbNet.cfg] v1.0.1.9
  * [GPOSpeedFuelPump.cfg] v1.0.1.9
  * [CommunityCategoryKit.cfg] v1.0.1.9
* Update
  * [RemoteTech.cfg] v1.0.1.9
  * [kOS.cfg] v1.0.1.9
* Related Issues:
  * closes #65 - TweakScale.cfg
  * closes #64 - KerbNet.cfg
  * closes #63 - GPOSppedFuelPump.cfg
  * closes #62 - CommunityCategoryKit.cfg
  * closes #61 - Add Compatibility
zer0Kerbal added a commit that referenced this issue Feb 4, 2022
# Compatibility Patches 🆒

* Add
  * [TweakScale.cfg] v1.0.1.9
  * [KerbNet.cfg] v1.0.1.9
  * [GPOSpeedFuelPump.cfg] v1.0.1.9
  * [CommunityCategoryKit.cfg] v1.0.1.9
* Update
  * [RemoteTech.cfg] v1.0.1.9
  * [kOS.cfg] v1.0.1.9
* Related Issues:
  * closes #65 - TweakScale.cfg
  * closes #64 - KerbNet.cfg
  * closes #63 - GPOSppedFuelPump.cfg
  * closes #62 - CommunityCategoryKit.cfg
  * closes #61 - Add Compatibility
Version 1.4.2.0 - To kerbal or to not kerbal... automation moved this from To do to Done Feb 4, 2022
zer0Kerbal added a commit that referenced this issue Feb 4, 2022
## Version 1.4.2.0 - [01 Feb 2022] for KSP 1.12.3

### 1.4.2.0 Localization

* added <pt-br.cfg>
* Brazil Portuguese (Português Brasil) - Thank you [soldanithiago](https://github.com/soldanithiago)
* added localization quickstart.md
* closes #34 - Localization - Brazil Portuguese (Português Brasil) <pt-br.cfg> 

### Added

* Kerbalism compatibility
  * [Kerbalism.cfg] v1.0.0.0
  * Thank you [Breach Candy#6218]
  * closes #47 - Kerbalism config
  
### Compatibility Patches

* Add
  * [TweakScale.cfg] v1.0.1.9
  * [KerbNet.cfg] v1.0.1.9
  * [GPOSppedFuelPump.cfg] v1.0.1.9
  * [CommunityCategoryKit.cfg] v1.0.1.9
* Update
  * [RemoteTech.cfg] v1.0.1.9
  * [kOS.cfg] v1.0.1.9
* Related Issues:
  * closes #65 - TweakScale.cfg
  * closes #64 - KerbNet.cfg
  * closes #63 - GPOSppedFuelPump.cfg
  * closes #62 - CommunityCategoryKit.cfg
  * closes #61 - Add Compatibility
  
### Convert Change Log

* From Kerbal ChangeLog to markdown
* Convert [Changelog.cfg] --> [changelog.md]
* Create changelog.md
* Delete Changelog.cfg
* closes #57 - 1.4.2.0 Update changelog
  
### Wiki

* Added localization.md

### Part Volume Math

| ***part        |   style    | diameter (m) | height (m) | width (m |   math   | radius (m) |      m³ | Liters*** |
| :------------- | :--------: | -----------: | ---------: | -------: | :------: | ---------: | ------: | --------: |
| msrc-parachute | hemisphere |        0.625 |       0.37 |          | (2/3)πr³ |     0.3125 | 0.06392 |     63.92 |
| msrc-cargobay  |  cylinder  |        0.625 |       0.31 |          |   πr²h   |     0.3125 | 0.09511 |     95.11 |

* [mrsc-cargobay]
  * [ModuleCargoPart] was 125 now 100
    * type = cylinder
    * radius = 0.3125m
    * height = 0.32m
    * volume =  0.09511 m³
    * m³ x 1000L = 95.11 m³
    * packedVolume = 100
  * Update
    *  Add zer0Kerbal to [author]
    * [maximum_drag] changed from 0.2 to 0.1
    * [angularDrag] changed from 2 to 1.5
    * [maxTemp] changed from 2900 to 2500
    * [thermalMassModifier] changed from 5.0 to 1.0 
    * [ModuleCargoBay]
      * [lookupRadius] changed from 0.9 to 0.4
* [mrsc-parachute]
  * [ModuleCargoPart] was 100 now 75
    * type = hemisphere
    * radius = 0.3125m
    * height = 0.37m
    * volume =  0.06392 m³
    * m³ x 1000L = 63.92 m³
    * packedVolume = 75
  * Update
    *  Add zer0Kerbal to [author]
    * [maximum_drag] changed from 0.2 to 0.3
    * [minimum_drag] = 0.3 to 0.1
    * [angularDrag] changed from 2 to 1.5
    * [ModuleCommand]
      * Add [hasHibernation] = True
      * Add [hibernation] = False
      * Add [hibernateOnWarp] = True
      * Add [hibernationMultiplier] = 0.00125
    * [ModuleReactionWheel
      * Add [hasHibernation] = True
      * Add [hibernation] = False
      * Add [hibernationMultiplier] = 0.00125
    * [ModuleSAS]
      * [SASServiceLevel] changed from 1 to 2

### 1.4.2.0 Maintenance

* Incremental Upgrades
  * minor housekeeping
  * linting and duct taping
  * patch dusting (mostly removing construction dust (comments)
  * modernization, polish, update pass on part.cfg's
  * automated back end processes.
  * consolidated footer in files

### 1.4.2.0 Status

* Issues
  * closes #45 - Localization - English (United States)] <en-us.cfg>
  * closes #47 - Kerbalism config
  * closes #48 - Update Mini Science Return Capsule (end beta) (MSRC) 1.4.2.0
  * closes #51 - Release 1.4.2.0-release <To kerbal or to not kerbal...>  
  * closes #52 - Version 1.4.2.0-release
  * closes #53 - 1.4.2.0 Verify Legal MumboJumbo
  * closes #54 - 1.4.2.0 Update documentation
  * closes #55 - 1.4.2.0 - Social Media
  * closes #56 - 1.4.2.0 Update release notes
  * closes #57 - 1.4.2.0 Update changelog
  * closes #58 - 1.4.2.0 Update readme
  * closes #8 - Localization
  * closes #25 - # Version 1.4.1.0
  * closes #28 - Localization - en-us.cfg (English)
  * closes #27 - Localization - pt-br.cfg Brazil
  * closes #26 - Localization - zh-cn.cfg - Simplified Chinese
* Updates
  * updates #46 - Localization - Master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: compatibility/patch issue type state: approved Approved to proceed. work: obvious The situation is obvious, best practices used.
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant