Skip to content

Commit

Permalink
Version 1.1.1.0 - It's the Great Pumpkin Charlie Kermin!
Browse files Browse the repository at this point in the history
# Version 1.1.1.0 - It's the Great Pumpkin Charlie Kermin!
- 24 Oct 2021
- Release for Kerbal Space Program [KSP 1.12.2]

### Updated
- Two new sizes!
- now seven sizes
- Localization
- Part mass
- rescaleFactors (size)
- decouple force
- packedVolume
- stackableQuantity
- Thumbnails
- split ModuleLight into submodules

### Localization
- added German (Deutsch) (thank you IBM Watson/Google Translate)
- added Japanese (日本語)(thank you IBM Watson/Google Translate)
- added Spanish (Español) (thank you IBM Watson/Google Translate)
- added Russian (Русский) (thank you IBM Watson/Google Translate)

### Patch linting
- minor housekeeping and file maintenance
- patch dusting (mostly removing construction dust (comments))
- [TweakScale.cfg] update

### Updated
- Documentation
  - readme
  - release notes

### Status
- Features/Issues
  - update #18 - Localization - master
  - closes #39 - German <de.cfg> should be complete
  - closes #34 - Japanese <ja.cfg> should be complete
  - closes #25 - Russian <ru.cfg> should be complete
  - closes #38 - Spanish <es-es.cfg> should be complete
  - closes #41 - two new sizes
- Bug
  - closes #40 - Config issues (part)
- *** Possible future changes ***
  - [breakingForce] of 200 seems high
  - [breakingTorque] of 200 seems high
  • Loading branch information
zer0Kerbal committed Oct 25, 2021
1 parent 1a941e2 commit 9eb8396
Show file tree
Hide file tree
Showing 28 changed files with 1,253 additions and 726 deletions.
8 changes: 8 additions & 0 deletions Attibution.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Attribution

- [@'Porkjet`][LINK:porkjet] - Configs, models, and textures
- IBM Watson and translate.google.com for translations

<!--- statics -->
[LINK:porkjet]: https://forum.kerbalspaceprogram.com/index.php?/profile/92433-porkjet/ "Porkjet"
[LINK:zer0Kerbal]: https://forum.kerbalspaceprogram.com/index.php?/profile/190933-zer0kerbal/ "zer0Kerbal"
76 changes: 73 additions & 3 deletions Changelog.cfg
Original file line number Diff line number Diff line change
@@ -1,16 +1,86 @@
// Changelog.cfg v1.1.1.0
// JackOLantern
// Jack-O'Lantern (JACK)
// created: 2020 02 25
// updated: 10 Aug 2021
KERBALCHANGELOG
{
showChangelog = True
modName = Jack-O'-Lantern (BOO!)
license = CC BY-NC 4.0
author = Porkjet, zer0Kerbal
author = Porkjet and zer0Kerbal
VERSION
{
version = 1.0.99.0
version = 1.1.1.0
versionName = It's the Great Pumpkin Charlie Kermin!
versionDate = 2021-10-24
versionKSP = 1.12.2
change = <b style="color:orange">zer0Kerbal wishes you a Happy and Safe Halloween!</b>
change = <b style="color:red">DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL</b>
CHANGE
{
type = Updated
change = Release
subChange = Two new sizes!
subChange = now seven sizes
subChange = Localization
subChange = Part mass
subChange = rescaleFactors (size)
subChange = decouple force
subChange = packedVolume
subChange = stackableQuantity
subChange = Thumbnails
subChange = split ModuleLight into submodules
}
CHANGE
{
type = New
change = Localization
subChange = added German (Deutsch) (thank you IBM Watson/Google Translate)
subChange = added Japanese (日本語)(thank you IBM Watson/Google Translate)
subChange = added Russian (Русский) (thank you IBM Watson/Google Translate)
subChange = added Spanish (Español) (thank you IBM Watson/Google Translate)
}
CHANGE
{
type = Patch linting
change = minor housekeeping and file maintenance
subChange = patch dusting (mostly removing construction dust (comments))
subChange = [TweakScale.cfg] update
}
CHANGE
{
type = Updated
change = Documentation
subChange = readme
subChange = release notes
}
CHANGE
{
type = Status
change = Features/Issues
subChange = closes #41 - two new sizes
subChange = closes #34 - Japanese <ja.cfg> should be complete
subChange = closes #38 - Spanish <es-es.cfg> should be complete
subChange = closes #39 - German <de.cfg> should be complete
subChange = updates #18 - Localization - master
}
CHANGE
{
type = Status
change = Bug
subChange = closes #40 - Config issues (part)
}
CHANGE
{
type = Status
change = *** Possible future changes ***
subChange = [breakingForce] of 200 seems high
subChange = [breakingTorque] of 200 seems high
}
}
VERSION
{
version = 1.1.0.0
versionName = Back to the Pumpkin Patch
versionDate = 2021-10-05
versionKSP = 1.12.2
Expand Down
76 changes: 73 additions & 3 deletions GameData/JackOLantern/Changelog.cfg
Original file line number Diff line number Diff line change
@@ -1,16 +1,86 @@
// Changelog.cfg v1.1.1.0
// JackOLantern
// Jack-O'Lantern (JACK)
// created: 2020 02 25
// updated: 10 Aug 2021
KERBALCHANGELOG
{
showChangelog = True
modName = Jack-O'-Lantern (BOO!)
license = CC BY-NC 4.0
author = Porkjet, zer0Kerbal
author = Porkjet and zer0Kerbal
VERSION
{
version = 1.0.99.0
version = 1.1.1.0
versionName = It's the Great Pumpkin Charlie Kermin!
versionDate = 2021-10-24
versionKSP = 1.12.2
change = <b style="color:orange">zer0Kerbal wishes you a Happy and Safe Halloween!</b>
change = <b style="color:red">DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL</b>
CHANGE
{
type = Updated
change = Release
subChange = Two new sizes!
subChange = now seven sizes
subChange = Localization
subChange = Part mass
subChange = rescaleFactors (size)
subChange = decouple force
subChange = packedVolume
subChange = stackableQuantity
subChange = Thumbnails
subChange = split ModuleLight into submodules
}
CHANGE
{
type = New
change = Localization
subChange = added German (Deutsch) (thank you IBM Watson/Google Translate)
subChange = added Japanese (日本語)(thank you IBM Watson/Google Translate)
subChange = added Russian (Русский) (thank you IBM Watson/Google Translate)
subChange = added Spanish (Español) (thank you IBM Watson/Google Translate)
}
CHANGE
{
type = Patch linting
change = minor housekeeping and file maintenance
subChange = patch dusting (mostly removing construction dust (comments))
subChange = [TweakScale.cfg] update
}
CHANGE
{
type = Updated
change = Documentation
subChange = readme
subChange = release notes
}
CHANGE
{
type = Status
change = Features/Issues
subChange = closes #41 - two new sizes
subChange = closes #34 - Japanese <ja.cfg> should be complete
subChange = closes #38 - Spanish <es-es.cfg> should be complete
subChange = closes #39 - German <de.cfg> should be complete
subChange = updates #18 - Localization - master
}
CHANGE
{
type = Status
change = Bug
subChange = closes #40 - Config issues (part)
}
CHANGE
{
type = Status
change = *** Possible future changes ***
subChange = [breakingForce] of 200 seems high
subChange = [breakingTorque] of 200 seems high
}
}
VERSION
{
version = 1.1.0.0
versionName = Back to the Pumpkin Patch
versionDate = 2021-10-05
versionKSP = 1.12.2
Expand Down
26 changes: 20 additions & 6 deletions GameData/JackOLantern/Compatibility/TweakScale.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
// TweakScale v 1.0.0.0
// JackOLantern (JACK)
// TweakScale v 1.0.1.0
// Jack-O'Lantern (JACK)
// created: 07 Jul 19
// updated: 05 Oct 21
// updated: 24 Oct 21
@PART[JackOLantern00]:NEEDS[JackOLantern,TweakScale]:FOR[JackOLantern]
{
@description ^= :$: TweakScale.:
MODULE
{
name = TweakScale
type = Stack
defaultScale = 0.3125
freeScale = True
}
}
@PART[JackOLantern0]:NEEDS[JackOLantern,TweakScale]:FOR[JackOLantern]
{
Expand Down Expand Up @@ -50,7 +64,7 @@
{
name = TweakScale
type = Stack
defaultScale = 5.0
defaultScale = 3.75
freeScale = True
}
}
Expand All @@ -63,7 +77,7 @@
{
name = TweakScale
type = Stack
defaultScale = 7.5
defaultScale = 5.0
freeScale = True
}
}
Expand All @@ -76,7 +90,7 @@
{
name = TweakScale
type = Stack
defaultScale = 10.0
defaultScale = 7.5
freeScale = True
}
}
Expand Down
6 changes: 3 additions & 3 deletions GameData/JackOLantern/JackOLantern.version
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"NAME": "Jack-O'-Lantern (JACK)",
"URL": "https://raw.githubusercontent.com/zer0Kerbal/JackOLantern/master/JackOLantern.version",
"URL" : "https://raw.githubusercontent.com/zer0Kerbal/JackOLantern/master/JackOLantern.version",
"DOWNLOAD": "http://github.com/zer0Kerbal/JackOLantern/releases/latest",
"CHANGE_LOG_URL" : "https://raw.githubusercontent.com/zer0Kerbal/JackOLantern/master/JackOLantern.version",
"GITHUB" :
{
"USERNAME" : "zer0Kerbal",
"USERNAME" : "zer0Kerbal",
"REPOSITORY" : "JackOLantern",
"ALLOW_PRE_RELEASE" : false
},
"VERSION" :
{
"MAJOR" : 1,
"MINOR" : 1,
"PATCH" : 0,
"PATCH" : 1,
"BUILD" : 0
},
"KSP_VERSION" :
Expand Down
54 changes: 54 additions & 0 deletions GameData/JackOLantern/Localization/de.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
// de.cfg v 1.0.0.0
// Jack-O'Lantern (JACK)
// created: 05 Oct 21
// updated: 19 Oct 21
Localization
{
de
{
// ************** General
#JOL-manu = PorkWorks
#JOL-tags = (jack )lantern pumpkin halloween brown charlie porkjet eve cmg command control (core fly gyro kerbnet moment octo probe react sas satellite space stab steer torque
// ************** Decouplers
#JOL-decouple-bot-nam = Unten entkoppeln
#JOL-decouple-bot-ena = Unterer Entkoppler: Deaktiviert
#JOL-decouple-bot-dis = Unterer Entkoppler: Aktiviert
#JOL-decouple-sur-nam = Oberfläche entkoppeln
#JOL-decouple-sur-ena = Oberflächenentkoppler: Deaktiviert
#JOL-decouple-sur-dis = Oberflächenentkoppler: Aktiviert
// ************** Sehr klein
#JOL-t-titl = Jack-O'-Lantern (Sehr klein)
#JOL-t-desc = Ja, die Kerze funktioniert auch im Vakuum - das ist Halloween-Zauber! 12-13 Minuten bei 1000° backen, um einen magischen Kürbiskuchen zu erhalten!

// ************** Klein
#JOL-s-titl = Jack-O'-Lanterne (Klein)
#JOL-s-desc = Ja, die Kerze funktioniert auch im Vakuum - das ist Halloween-Zauber! 12-13 Minuten bei 1000° backen, um einen magischen Kürbiskuchen zu erhalten!

// ************** Mittel
#JOL-m-titl = Jack-O'-Lanterne (Mittel)
#JOL-m-desc = Ja, die Kerze funktioniert auch im Vakuum - das ist Halloween-Zauber! 12-13 Minuten bei 1000° backen, um einen magischen Kürbiskuchen zu erhalten!

// ************** Groß
#JOL-l-titl = Jack-O'-Lanterne (Groß)
#JOL-l-desc = Ja, die Kerze funktioniert auch im Vakuum - das ist Halloween-Zauber! 12-13 Minuten bei 1000° backen, um einen magischen Kürbiskuchen zu erhalten!

// ************** Gigant
#JOL-g-titl = Jack-O'-Lanterne (Gigant)
#JOL-g-desc = Ja, die Kerze funktioniert auch im Vakuum - das ist Halloween-Zauber! 12-13 Minuten bei 1000° backen, um einen magischen Kürbiskuchen zu erhalten!

// ************** Gargantuan
#JOL-xg-titl = Jack-O'-Lanterne (Gargantuan)
#JOL-xg-desc = Ja, die Kerze funktioniert auch im Vakuum - das ist Halloween-Zauber! 12-13 Minuten bei 1000° backen, um einen magischen Kürbiskuchen zu erhalten!

// ************** Der große Kürbis
#JOL-TGP-titl = Jack-O'-Lanterne (Der große Kürbis)
#JOL-TGP-desc = Ja, die Kerze funktioniert auch im Vakuum - das ist Halloween-Zauber! 12-13 Minuten bei 1000° backen, um einen magischen Kürbiskuchen zu erhalten!
}
}
// German (Deutch) provided by: IBM Watson and translate.google.com

// CC BY-NC 4.0
// zer0Kerbal
42 changes: 29 additions & 13 deletions GameData/JackOLantern/Localization/en-us.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// en-us.cfg v 1.0.0.0
// JackOLantern (JACK)
// Jack-O'Lantern (JACK)
// created: 05 Oct 21
// updated:
Localization
Expand All @@ -10,27 +10,43 @@ Localization
#JOL-manu = PorkWorks
#JOL-tags = (jack )lantern pumpkin halloween brown charlie porkjet eve cmg command control (core fly gyro kerbnet moment octo probe react sas satellite space stab steer torque
// ************** small
// ************** Decouplers
#JOL-decouple-bot-nam = Decouple Bottom
#JOL-decouple-bot-ena = Bottom Decoupler: Disabled
#JOL-decouple-bot-dis = Bottom Decoupler: Enabled
#JOL-decouple-sur-nam = Decouple Surface
#JOL-decouple-sur-ena = Surface Decoupler: Disabled
#JOL-decouple-sur-dis = Surface Decoupler: Enabled
// ************** Tiny
#JOL-t-titl = Jack-O'-Lantern (Tiny)
#JOL-t-desc = Yes, the candle works in a vacuum too - it's Halloween magic! Bake at 1000° for 12-13 minutes for a magical Pumpkin Pie!

// ************** Small
#JOL-s-titl = Jack-O'-Lantern (Small)
#JOL-s-desc = Yes, the candle works in a vacuum too - it's Halloween magic! Bake at 1000° for 12-13 mintues for a magical Pumpkin Pie!
#JOL-s-desc = Yes, the candle works in a vacuum too - it's Halloween magic! Bake at 1000° for 12-13 minutes for a magical Pumpkin Pie!

// ************** medium
// ************** Medium
#JOL-m-titl = Jack-O'-Lantern (Medium)
#JOL-m-desc = Yes, the candle works in a vacuum too - it's Halloween magic! Bake at 1000° for 12-13 mintues for a magical Pumpkin Pie!
#JOL-m-desc = Yes, the candle works in a vacuum too - it's Halloween magic! Bake at 1000° for 12-13 minutes for a magical Pumpkin Pie!

// ************** large
// ************** Large
#JOL-l-titl = Jack-O'-Lantern (Big)
#JOL-l-desc = Yes, the candle works in a vacuum too - it's Halloween magic! Bake at 1000° for 12-13 mintues for a magical Pumpkin Pie!
#JOL-l-desc = Yes, the candle works in a vacuum too - it's Halloween magic! Bake at 1000° for 12-13 minutes for a magical Pumpkin Pie!

// ************** giant
// ************** Giant
#JOL-g-titl = Jack-O'-Lantern (Giant)
#JOL-g-desc = Yes, the candle works in a vacuum too - it's Halloween magic! Bake at 1000° for 12-13 mintues for a magical Pumpkin Pie!
#JOL-g-desc = Yes, the candle works in a vacuum too - it's Halloween magic! Bake at 1000° for 12-13 minutes for a magical Pumpkin Pie!

// ************** gargantium
#JOL-xg-titl = Jack-O'-Lantern (Gargantium)
#JOL-xg-desc = Yes, the candle works in a vacuum too - it's Halloween magic! Bake at 1000° for 12-13 mintues for a magical Pumpkin Pie!
// ************** Gargantuan
#JOL-xg-titl = Jack-O'-Lantern (Gargantuan)
#JOL-xg-desc = Yes, the candle works in a vacuum too - it's Halloween magic! Bake at 1000° for 12-13 minutes for a magical Pumpkin Pie!

// ************** The Great Pumpkin
#JOL-TGP-titl = Jack-O'-Lantern (The Great Pumpkin)
#JOL-TGP-desc = Yes, the candle works in a vacuum too - it's Halloween magic! Bake at 1000° for 12-13 minutes for a magical Pumpkin Pie!
}
}

// CC BY-NC 4.0
// zer0Kerbal
Loading

0 comments on commit 9eb8396

Please sign in to comment.