diff --git a/GameData/HotBeverage/HotBeverageInc/0.9.99.0.htm b/GameData/HotBeverage/HotBeverageInc/0.9.99.0.htm new file mode 100644 index 0000000..5a5a712 --- /dev/null +++ b/GameData/HotBeverage/HotBeverageInc/0.9.99.0.htm @@ -0,0 +1,151 @@ + + +

Hot Beverage Inc (HBI)
+KSP version License
+AVC .version files Pages

+

Release Notes

+

Version +0.9.99.0-prerelease +<Scalding Hot Parts are our Business> edition

+ +

+For best results - DO A CLEAN INSTALL; DELETE EXISTING INSTALLATION THEN RE-INSTALL

Download from CurseForge

+ +

Creation by zer0Kerbal

+ +

Localization 0.9.99.0

+ +

Status 0.9.99.0

+ +
+

See More

+ +

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

+ +

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

+

Release Schedule

+
    +
  1. GitHub, reaching first manual installers and users of KSP-AVC. Right +now.
  2. +
  3. CurseForge. Right now.
  4. +
  5. SpaceDock (and CKAN users). Soon™
  6. +
+ + + + diff --git a/GameData/HotBeverage/HotBeverageInc/Agencies/Agents.cfg b/GameData/HotBeverage/HotBeverageInc/Agencies/Agents.cfg new file mode 100644 index 0000000..00ce7a6 --- /dev/null +++ b/GameData/HotBeverage/HotBeverageInc/Agencies/Agents.cfg @@ -0,0 +1,32 @@ +// Agents.cfg 1.0.0.0 +// Hot Beverage Inc (HBI) +// created: 25 Jan 2022 +// updated: 29 Dec 2022 + +// CC BY-NC-ND 3.0 Unported by zer0kerbal + +AGENT +{ + name = HotBeverageInc + title = #HBI-Agency-titl + description = #HBI-Agency-desc + + logoURL = HotBeverage/HotBeverageInc/Flags/HBI-flag + logoScaledURL = HotBeverage/HotBeverageInc/Agencies/HBI-flag_scaled + + // mentalities + // kerlington supplies the kustom cups + standing = Kerlington Model Rockets and Paper Products Inc. , 0.25 + // considers Sean's Cannery a cheap knockoff + standing = Sean's Cannery , -0.1 + // works well with Kerbal Materials Corp + standing = KerbalMaterialsCorp , 0.1 + standing = MysteriousProjectsDivision , 0.1 + + // mentalities (easy-going, very cheap) + mentality = Commercial + mentality = EasyGoing 0.5 + mentality = Economic 0.1 + mentality = Pioneer +} + diff --git a/GameData/HotBeverage/HotBeverageInc/Agencies/HBI-flag_scaled.truecolor b/GameData/HotBeverage/HotBeverageInc/Agencies/HBI-flag_scaled.truecolor new file mode 100644 index 0000000..c52495f Binary files /dev/null and b/GameData/HotBeverage/HotBeverageInc/Agencies/HBI-flag_scaled.truecolor differ diff --git a/GameData/HotBeverage/HotBeverageInc/Agencies/HBILogo-flag_scaled.truecolor b/GameData/HotBeverage/HotBeverageInc/Agencies/HBILogo-flag_scaled.truecolor new file mode 100644 index 0000000..17de266 Binary files /dev/null and b/GameData/HotBeverage/HotBeverageInc/Agencies/HBILogo-flag_scaled.truecolor differ diff --git a/GameData/HotBeverage/HotBeverageInc/Attributions.htm b/GameData/HotBeverage/HotBeverageInc/Attributions.htm new file mode 100644 index 0000000..267f1ef --- /dev/null +++ b/GameData/HotBeverage/HotBeverageInc/Attributions.htm @@ -0,0 +1,50 @@ + + + + +

+

Hot Beverage Inc (HBI)

+

Home

+

Attribution

+

Credits

+ + +

Flag(s)

+ + +

Agency

+ + +

Special Thanks

+ + +

Translations

+ + +

Art Asset(s)

+ + +

Testing and Support

+ + diff --git a/GameData/HotBeverage/HotBeverageInc/Compatibility/B9TankTypes.cfg b/GameData/HotBeverage/HotBeverageInc/Compatibility/B9TankTypes.cfg new file mode 100644 index 0000000..39933bf --- /dev/null +++ b/GameData/HotBeverage/HotBeverageInc/Compatibility/B9TankTypes.cfg @@ -0,0 +1,56 @@ +// B9TankType.cfg - v 1.7.0.0 +// Hot Beverage Inc (HBI) +// created: 25 Aug 19 +// updated: 02 Jan 20 + +// CC BY-ND-4.0 by zer0Kerbal + +// B9_TANK_TYPE:NEEDS[CommunityResourcePack] +// { +// name = HBISupport +// tankMass = 0.00225 +// tankCost = 0.33333333333 +// percentFilled = 100 +// resourcesTweakable = True +// RESOURCE +// { +// name = MonoPropellant +// unitsPerVolume = 0.25 +// percentFilled = 100 +// } +// RESOURCE +// { +// name = ElectricCharge +// unitsPerVolume = 1.5 +// percentFilled = 100 +// } +// } + +B9_TANK_TYPE:NEEDS[CommunityResourcePack,!KGEx] +{ + name = KGExSupport + tankMass = 0.000225 + tankCost = 0.333 + primaryColor = blue + secondaryColor = white + percentFilled = 100 + resourcesTweakable = true + RESOURCE + { + name = Hydrogen + unitsPerVolume = 60 + percentFilled = 100 + } + RESOURCE + { + name = Oxygen + unitsPerVolume = 30 + percentFilled = 100 + } + RESOURCE + { + name = Water + unitsPerVolume = 0.1 + percentFilled = 0 + } +} \ No newline at end of file diff --git a/GameData/HotBeverage/HotBeverageInc/Flags/HBI-flag.dds b/GameData/HotBeverage/HotBeverageInc/Flags/HBI-flag.dds new file mode 100644 index 0000000..847e1e8 Binary files /dev/null and b/GameData/HotBeverage/HotBeverageInc/Flags/HBI-flag.dds differ diff --git a/GameData/HotBeverage/HotBeverageInc/Flags/HBILogo-flag.dds b/GameData/HotBeverage/HotBeverageInc/Flags/HBILogo-flag.dds new file mode 100644 index 0000000..e320085 Binary files /dev/null and b/GameData/HotBeverage/HotBeverageInc/Flags/HBILogo-flag.dds differ diff --git a/GameData/HotBeverage/HotBeverageInc/HotBeverageInc.version b/GameData/HotBeverage/HotBeverageInc/HotBeverageInc.version new file mode 100644 index 0000000..70d7e2d --- /dev/null +++ b/GameData/HotBeverage/HotBeverageInc/HotBeverageInc.version @@ -0,0 +1,30 @@ +{ + "NAME" : "Hot Beverage Inc (HBI)", + "URL" : "https://raw.githubusercontent.com/zer0Kerbal/HotBeverageInc/master/HotBeverageInc.version", + "DOWNLOAD" : "https://github.com/zer0Kerbal/HotBeverageInc/releases/latest", + "CHANGE_LOG_URL" : "https://raw.githubusercontent.com/zer0Kerbal/HotBeverageInc/master/changelog.md", + "GITHUB" : + { + "USERNAME" : "zer0Kerbal", + "REPOSITORY" : "HotBeverageInc", + "ALLOW_PRE_RELEASE" : false + }, + "VERSION" : + { + "MAJOR" : 0, + "MINOR" : 9, + "PATCH" : 99, + "BUILD" : 0 + }, + "KSP_VERSION" : + { + "MAJOR" : 1, + "MINOR" : 12, + "PATCH" : 4 + }, + "INSTALL_LOC" : + { + "NAME" : "HotBeverageInc", + "DIRECTORY" : "HotBeverage/HotBeverageInc" + } +} \ No newline at end of file diff --git a/GameData/HotBeverage/HotBeverageInc/Localization/en-us.cfg b/GameData/HotBeverage/HotBeverageInc/Localization/en-us.cfg new file mode 100644 index 0000000..65d96ca --- /dev/null +++ b/GameData/HotBeverage/HotBeverageInc/Localization/en-us.cfg @@ -0,0 +1,20 @@ +// en-us.cfg 1.0.0.0 +// Hot Beverage Inc (HBI) +// created: 25 Jan 2022 +// updated: 29 Dec 2022 + +// THIS FILE: +// GPL-2.0 by zer0Kerbal +// translated by [zer0Kerbal](https://github.com/zer0Kerbal) + +Localization +{ + en-us + { + // Agencies + + #HBI-Agency-titl = Hot Beverage Inc + #HBI-Agency-desc = Hot Beverage Inc. is known for delivering scalding hot parts. Their products might not be all the rage, but when your fancy remote guidance unit runs out of juice, chances are you'll be using a Hot Beverage Fuel Cell to keep it powered. + #HBI-tags = hot beverage hbi Ph34rb0t + } +} \ No newline at end of file diff --git a/GameData/HotBeverage/HotBeverageInc/Localization/quickstart.md b/GameData/HotBeverage/HotBeverageInc/Localization/quickstart.md new file mode 100644 index 0000000..6d84948 --- /dev/null +++ b/GameData/HotBeverage/HotBeverageInc/Localization/quickstart.md @@ -0,0 +1,45 @@ +--- +permalink: /Quickstart.html +title: Quickstart Guide +--- + + + +## Translation Guide + +If you want to help translate this mod, I greatly appreciate it! Follow this quick guide to get started. + +### How to translate + +To create a translation for your language, make a copy of the file *en_us.cfg* and name +them accordingly to your language: + +* *es-es.cfg* for Spanish +* *es-mx.cfg* for Mexican Spanish +* *ja.cfg* for Japanese +* *ru.cfg* for Russian +* *zh-cn.cfg* for Simplified Chinese + +*Again:* + +* *es-es* for Spanish +* *es-mx* for Mexican Spanish +* *ja* for Japanese +* *ru* for Russian +* *zh-cn* for Simplified Chinese + +### What not to translate + +There are some characters that should not be translated into another language and be kept in the files as is + +1. the tags should not be replaced. Instead the tags in the new language should be appended. +2. control sequences like '\n', '\t' or similar. +3. HTML Tags like `..., ...` or similar + + \ No newline at end of file diff --git a/GameData/HotBeverage/HotBeverageInc/Localization/readme.md b/GameData/HotBeverage/HotBeverageInc/Localization/readme.md new file mode 100644 index 0000000..005704f --- /dev/null +++ b/GameData/HotBeverage/HotBeverageInc/Localization/readme.md @@ -0,0 +1,168 @@ +--- +permalink: /readme.html +title: Localization and Translation Readme +--- + + + + +# Translating to your language + +![Languages supported by KSP 1.3: English, Spanish, Chinese, Russian, Japanese](https://i.imgur.com/DbCCJWK.png) + +The 1.3 release of KSP introduces localization, which allows in-game text to be translated to other languages. This allows more people to enjoy the game in their preferred language and enlarges the community. However, it does not happen automatically for mods; by default, a mod will appear in English regardless of the language of the base game. In order to have both the base game and mods available in the same non-English languages, some additional work must be done by the modder. + +Unfortunately, I only speak English, and I maintain this mod for free. This means I cannot create my own translations, and I cannot pay a professional translation service to produce high quality translations. The best I can do on my own is to use Google Translate, which is of dubious value for the terse, idiomatic strings needed in a KSP mod's UI. Instead, I must rely on the expertise of you, the multilingual KSP mod user, to tell me what good translations look like for your language. If you would like to help in this effort, please keep reading to learn how the mod's language files are structured and how to submit translations for use by others. + +Note: Even though you will appear to be editing the project's files, don't worry about making mistakes. GitHub will keep your changes separate from the main files until I have verified that they are OK to use. It is even possible for me to ask questions or request changes before your work is committed to the main files. + +## Languages + +* Supported by Kerbal Space Program as of 1.12.x + * ![English][EN] English + * ![Brasil][BR] Brazilian + * ![中文][CN] Simplified Chinese (中文) + * ![Deutsch][DE] German (Deutsch) + * ![Español][ES]] [Spanish (Español) + * ![Français][FR] French (Français) + * ![Italiano][IT] Italian (Italiano) + * ![日本語][JA] Japanese (日本語) +* Included as well + * ![한국어][KO] Korean (한국어) + * ![Español Mexicano][ME] Mexican Spanish (Español Mexicano) + * ![Dutch][NL] Dutch + * ![Norsk][NO] Norwegian (Norsk) + * ![Polski][PO] Polish (Polski) + * ![Русский][RU] Russian (Русский) + * ![Svenska][SW] Swedish (Svenska) + * ![国语][TW]] Taiwanese (国语) + +## Creating or editing a translation + +It is recommended to make your changes on your own computer at first so you can test them before uploading, especially if you are creating a new translation from scratch. + +1. Install the current release of xxx mod if you have not already +2. Open your `/GameData/xxxMod/Localization` folder on your local disk +3. Look for a file called *lang*.cfg, where *lang* is KSP's name for your locale; as of KSP 1.3, this includes: + +* en-us (English) +* es-es (Spanish) +* ja (Japanese) +* ru (Russian) +* zh-cn (Chinese) + +The remaining steps are different depending on whether the file already exists: + +### If the file exists + +Follow these steps to make improvements to an existing translation: + +4. Edit the file for your language in your favorite text editor +5. Make the changes you wish to see in-game (see the [File format section](#file-format) below for details) +6. Save your changes +7. Remember to [test your changes](#testing)! + +### If the file does not exist + +Follow these steps to start your own translation from scratch: + +4. Make a copy of `en-us.cfg` in the `Localization` folder +5. Rename the file according to the list of languages above +6. Edit the file for your language in your favorite text editor +7. Change the third line from `en-us` to the string for your language (see the [Languages section](#Languages) for details) +8. Translate each string from English to your language (see the [File format section](#file-format) below for details) +9. Save your changes +10. Remember to [test your changes](#testing)! + +### File format + +The middle part of the `cfg` file contains the strings to translate. The format is `name = translation`, where the name is a special string defined by the mod. For example: + + #launchSubtitle = Transfers from <<1>>\n(Launch ~<<2>>) + +Do **not** change the part to the left of the equals sign ("=")! These names must be the same in every language file. + +The part to the right of the equals sign is the string to be used in-game. Most of the text will be shown as-is, but it can contain a few special strings as shown in the [Lingoona grammar module demo](http://lingoona.com/cgi-bin/grammar#l=en&oh=1): + +| String | Purpose | +| ------- | -------------------------------------------------------------------------------------------------------------------------- | +| \n | Line break; try to preserve these based on the original strings to make sure the strings will fit | +| <<1>> | The first substitutable token in the string, will be replaced by a number, name of a planet, etc., depending on the string | +| <<2>> | Second token, and so on | +| <> | The first token, but substituted with a proper article | + +For example, this is a possible translation of the above line into Spanish, courtesy of Google Translate: + + #launchSubtitle = Transferencias desde <<1>>\n(Lanzamiento ~<<2>>) + +### Testing + +It's important to make sure that your changes work correctly. If you use Steam: + +1. [Select the language to use in Steam](https://www.youtube.com/watch?v=iBwYCvQxfeI) +2. Wait for the language pack download to complete +3. Run KSP +4. Use the xxxMod ingame and make sure your changes appear as you intended + +If you do not use Steam, I don't know the steps to choose a language. Contact SQUAD if you can't figure it out. + +## Contributing your translation for others to use + +After you have prepared a `cfg` file for your language and confirmed that it works as you intend, if you are willing to contribute it for redistribution under the xxxModd's license, follow these steps to upload it for inclusion in the main mod distribution: + +1. Log in to [GitHub](https://github.com); you may need to register an account if you do not already have one +2. Navigate to the xxxMod's Localization folder +3. Look for the file you edited + +The remaining steps are different depending on whether the file already exists: + +### If the file exists + +4. Click the file's name to view it +5. Click the [pencil icon](https://help.github.com/assets/images/help/repository/edit-file-edit-button.png) to edit +6. Replace the text with the pasted contents of the file you edited locally +7. **Important**: At the bottom of the page, under Propose file change, type an English description of the changes you have made and the reason you think they should be made. This will help me to confirm that your changes are appropriate. Remember, I do not speak the language in the `cfg` file, so I need you to tell me why your way is better! +6. Click `Propose file change` at the bottom when done + +### If the file does not exist + +4. Click [Create new file](https://help.github.com/assets/images/help/repository/create_new_file.png) to create it +5. Enter the correct file name in the box at the top +6. Paste the contents of the file you edited locally into the big box in the middle +8. Click `Propose new file` at the bottom when done + +### Review + +Once you finish your changes, GitHub will send me a notification that a pull request has been submitted. I will take a look at it within a day or two and attempt to verify that the changes make sense by: + +* Confirming that the file name and the third line of the file match one of the supported locale names +* Viewing each changed string in-game +* Checking Google Translate +* Asking individual human experts +* Requesting help on the KSP forum + +If I have any questions about specific changes you've made, I will add them to the pull request, which should trigger a notification to you. Please try to respond to these in as timely a manner as you can manage. Your pull request may be closed without merging if you do not reply for a long time. + +Once all the questions and comments are resolved to my satisfaction, your changes will be merged into the main files and included in the next release. I will also add your GitHub name to the Acknowledgements section of the README file. + +[EN]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/EN.png "English" +[BR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/BR.png "Português Brasil" +[CN]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/CH.png "中文" +[DE]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/DE.png "Deutsch" +[ES]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/ES.png "Español" +[FR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/FR.png "Français" +[IT]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/IT.png "Italiano" +[JA]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/JA.png "日本語" +[KO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/KO.png "한국어" +[MX]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/MX.png "Mexicano Español" +[NL]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/NL.png "Dutch" +[NO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/NO.png "Norsk" +[PO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/PO.png "Polski" +[RU]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/RU.png "Русский" +[SW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/SW.png "Svenska" +[TW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/TW.png "国语" + + diff --git a/GameData/HotBeverage/HotBeverageInc/ManualInstallation.htm b/GameData/HotBeverage/HotBeverageInc/ManualInstallation.htm new file mode 100644 index 0000000..99cfc78 --- /dev/null +++ b/GameData/HotBeverage/HotBeverageInc/ManualInstallation.htm @@ -0,0 +1,91 @@ + + + + +

Hot Beverage Inc (HBI)

+

Home

+

Agent, flags and common configs for Hot Beverage addons.

+

Installation Instructions

+

Using CurseForge/OverWolf +app or CKAN

+

You should be all good! (check for latest version on CurseForge)

+

If +Downloaded from CurseForge/OverWolf manual download

+

To install, place the HotBeverage folder inside your +Kerbal Space Program's GameData folder:

+
    +
  • REMOVE ANY OLD VERSIONS OF THE PRODUCT BEFORE +INSTALLING +
      +
    • Delete +<KSP_ROOT>/GameData/HotBeverage/HotBeverageInc
    • +
  • +
  • Extract the package's HotBeverage folder into your +KSP's GameData folder as follows: +
      +
    • <PACKAGE>/HotBeverage --> +<KSP_ROOT>/GameData/ +
        +
      • Overwrite any preexisting folder/file(s).
      • +
    • +
    • you should end up with +<KSP_ROOT>/GameData/HotBeverage/HotBeverageInc
    • +
  • +
+

If Downloaded from +SpaceDock / GitHub / other

+

To install, place the GameData folder inside your Kerbal +Space Program folder:

+
    +
  • REMOVE ANY OLD VERSIONS OF THE PRODUCT BEFORE +INSTALLING +
      +
    • Delete +<KSP_ROOT>/GameData/HotBeverage/HotBeverageInc
    • +
  • +
  • Extract the package's GameData folder into your KSP's +root folder as follows: +
      +
    • <PACKAGE>/GameData --> +<KSP_ROOT> +
        +
      • Overwrite any preexisting file.
      • +
    • +
    • you should end up with +<KSP_ROOT>/GameData/HotBeverage/HotBeverageInc
    • +
  • +
+

The +following file layout must be present after installation

+
<KSP_ROOT>
+  + [GameData]
+    + [HotBeverage]
+      + [HotBeverageInc]
+        + [Agencies]
+          ...
+        + [Compatibility]
+          ...
+        + [Config]
+          ...
+        + [Flags]
+          ...
+        + [Localization]
+          ...
+        * #.#.#.#.htm
+        * Attributions.htm
+        * CC-BY-ND-4.0.txt
+        * changelog.md
+        * HotBeverageInc.version
+        * ManualInstallation.htm
+        * readme.htm
+        ...
+    ...
+    * ModuleManager.ConfigCache
+  * KSP.log
+  ...
+

Dependencies

+
    +
  • none
  • +
diff --git a/GameData/HotBeverage/HotBeverageInc/changelog.md b/GameData/HotBeverage/HotBeverageInc/changelog.md new file mode 100644 index 0000000..3289adb --- /dev/null +++ b/GameData/HotBeverage/HotBeverageInc/changelog.md @@ -0,0 +1,49 @@ +# Changelog + +| modName | Hot Beverage Inc (HBI) | +| ---------- | ----------------------------------------------------------------- | +| license | CC BY-ND 4.0 | +| author | zer0Kerbal, inspired by Ph34rb0t | +| forum | (https://forum.kerbalspaceprogram.com/index.php?/topic/208353-*/) | +| github | (https://github.com/zer0Kerbal/HotBeverageInc) | +| curseforge | (https://www.curseforge.com/kerbal/ksp-mods/HotBeverageInc) | +| spacedock | (https://spacedock.info/mod/3030) | +| ckan | HotBeverageInc | + +## Version 0.9.99.0-prerelease `` edition + +* Released + * 29 Dec 2022 + * for Kerbal Space Program 1.12.4 + * by zer0Kerbal + +### Creation by zer0Kerbal + +* Create + * Agent + * Flags + * Hero Logo/Cover +* closes #7 - Create GitHub Pages +* closes #8 - Create HeroLogo.png +* closes #28 - Create Agency + +### Localization 0.9.99.0 + +* Add + * v1.0.0.0 + * Localization/ + * v2.1.2.0 + * v1.0.1.1 +* closes #11 - English +* closes #10 - Localization - Master +* closes #9 - Create Localization directory and contents + +### Status 0.9.99.0 + +* Issues + * closes #3 - Hot Beverage Inc (HBI) 0.9.99.0-prerelease `` edition + * closes #4 - 1.1.99.0 Create Legal Mumbo Jumbo + * closes #5 - 1.1.99.0 Create Documentation + * closes #6 - 1.1.99.0 Create Social Media Presence + +--- diff --git a/GameData/HotBeverage/HotBeverageInc/readme.htm b/GameData/HotBeverage/HotBeverageInc/readme.htm new file mode 100644 index 0000000..a5987c8 --- /dev/null +++ b/GameData/HotBeverage/HotBeverageInc/readme.htm @@ -0,0 +1,435 @@ + + + + +

KSP version License
+Curseforge GitHub SpaceDock CKAN
+Pages

+

Hot Beverage Inc (HBI)

+

Agent, flags and common configs for Hot Beverage Inc (HBI).

+

By zer0Kerbal, inspired by Ph34rb0t

+

an original creation by KerbSimpleCo

+HotBeverageInc Hero + +

Preamble by Ph34rb0t

+
+

Rocket, sprocket, socket...err, Kerturn IB booster, fuel cell module +and sensor module

+
+

Part I

+
+

Hot Beverage Inc is back after yet +another catastrophic tea spill in one of our factories! (This time, +however, the chief engineer got demoted to chief janitor.)

+

We finally managed to get our most beloved products back into +production again. Same prices, same look, more SCIENCE!

+

Due to yet another catastrophic unfortunate incident at our factory +involving questionable organic material, we were forced to relocate our +business to a different, but much more promising location (Shantytown, +that run-down shop with the familiar Cup logo).

+

Long story short, the cleanup involved lots and lots of pyrotechnic +work and biologically deviant Kerbals from the cleaup (man, that +material was really, REALLY questionable) had to be sent on a glorious +exploration mission to Kerbol (helmets of to you, you magnificent +mutated specimen!).

+

But we wouldn't be HBI if we didn't put a positive face +on dire situations!

+

Our products are now 0.01% organic - as we're not taking any risks +this time - and available with a huge discount! Pay for one part and get +them all!

+

Where, you're asking?!

+

Take a left at the place with the "Biohazard!" signs plastered over +it, go straight down the road, take a right and follow NovaSilisko Ave. +for 12 kilometers. Don't let >the run down houses fool you! We just +wanted to be the first to claim this up-and-coming part of town for +prosperous business development.

+

If you run into the "Cup" sign, you're there!

+

(Map Directions)

+

Come pay us a visit and enjoy the most sterile parts available on +Kerbin!

+

Pleeeeeease!

+

Portfolio:

+

(We honor traditions as change is an evil thing!)

+
+

Part II

+
+

Due to advanced laziness and the unexpected disappearance of the +Spaceport (really funny, guys...now bring it back!), Hot Beverage Inc. presents the all-in +one, ultragalactic, teabaggingly glorious parts pack! Does it only +contain the legendarily bad Kerturn IB part set? Noooooo! +Next to the head-turning, heart-burning and meeting-adjourning Kerturn, you'll also get our "three size fits +almost everyone (except your mom)" sensor and fuel cell +modules!

+

That's right! Sensor and fuel cell modules with a 1.25 or a 2.5 or a +whopping 3.75m diameter! With these two modules combined, you can do +more science than a grad student! Awesome! To keep the suspense up until +the last second, we're not even including promotional images!

+

But we've got one for the Kerturn from a tasteful photoshoot from the +last year (we're keeping the nudes though...for science...reasons)!

+

See these curves?! We do, and we love 'em!

+

To keep even more of the suspense up, we've randomly shuffled the +pricing, so your rocket construction sessions in 0.24 are just as +intense as a really, intentionally intense moment! Guatranteed! Or +not!

+

If you decide to get a taste of some Hot Beverage Inc. +goodness (we know you want to!), download the archive and unzip it into +your KSP's "GameData" folder.

+
+

See more

+
+ +
+

Localization

+
+
    +
  • English English
  • +
  • your translation here
  • +
+

HELP WANTED - See the [README in the Localization folder][MOD:local] +for instructions for adding or improving translations. GitHub push is the best way to contribute. +Additions and corrections welcome!

+
+

Installation Directions 1

+

Use CurseForge/OverWolf App (currently does +not install dependencies)

+

+CurseForge/OverWolf App

+

I take no part, nor am I interested in maintaining the CKAN mod metadata for my mods. CKAN is a great mod for those that can't use zip tools. +If you are having issues please let the CKAN people know and refer to the CKAN thread. My support of CKAN extends as far as me checking the checkbox in +Spacedock when I upload. Beware, CKAN can really mess up though it tries very, +very, very hard not to.

+

or CKAN

+

Dependencies

+ +

Suggests

+ +

Supports

+ +

Tags

+
    +
  • agency, flag, config
  • +
+
+

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

+
+ +

Credits and Special Thanks

+
    +
  • Ph34rb0t for the inspiration to create this +mod!
  • +
  • see Attribution for more comprehensive list
  • +
+ +

Author: zer0Kerbal

+
+

Forum: [Thread][MOD:0:thread] - Download: [CurseForge][MOD:0:dnload] +- Source: [GitHub][MOD:0:source]
+License: License License

+
Disclaimer(s)
+

All bundled mods are distributed under their own +licenses
+All art assets (textures, models, animations, sounds) are +distributed under their own licenses

+
+ +

DONATIONS

+

How to support this and other great mods by zer0Kerbal

+
+

Completely voluntary, absolutely amazing, and really does +help me out a lot! quote from +cybutek +cybutek creator of + +Kerbal Engineer

+
+

Support Github Sponsor Patreon Buy zer0Kerbal a snack

+

and it is true.

+ + + + + + + + + + + + + + +
+

Connect with me

+

Track progress: issues here and projects here +along with The Short +List

+

zer0Kerbal | kerbalspaceprogram.com +zer0Kerbal | CurseForge +zer0Kerbal | reddit +zer0Kerbal | Patreon +zer0Kerbal | YouTube +zer0Kerbal | Twitch +zer0Kerbal | PayPal +zer0Kerbal | Buy Me a Coffee +zer0Kerbal | Twitter

+
Release Schedule
+
    +
  1. GitHub, reaching first manual installers and users of KSP-AVC. Right +now.
  2. +
  3. CurseForge. Right now.
  4. +
  5. SpaceDock (and CKAN users). Soon™
  6. +
+ + +
+
+
    +
  1. this isn't a mod. ;P↩︎

  2. +
  3. may work on other versions +(YMMV)↩︎

  4. +
  5. Be Kind: Lithobrake, not jakebrake! Keep your Module +Manager up to date!↩︎

  6. +
  7. Be Kind: Lithobrake, not jakebrake! Keep your Module +Manager up to date!↩︎

  8. +
+
diff --git a/HotBeverageInc.version b/HotBeverageInc.version index 9ef39e5..70d7e2d 100644 --- a/HotBeverageInc.version +++ b/HotBeverageInc.version @@ -25,6 +25,6 @@ "INSTALL_LOC" : { "NAME" : "HotBeverageInc", - "DIRECTORY" : "HotBeverages/HotBeverageInc" + "DIRECTORY" : "HotBeverage/HotBeverageInc" } } \ No newline at end of file diff --git a/changelog.md b/changelog.md index f4757eb..3289adb 100644 --- a/changelog.md +++ b/changelog.md @@ -20,8 +20,12 @@ ### Creation by zer0Kerbal * Create - * Flags * Agent + * Flags + * Hero Logo/Cover +* closes #7 - Create GitHub Pages +* closes #8 - Create HeroLogo.png +* closes #28 - Create Agency ### Localization 0.9.99.0 @@ -30,12 +34,16 @@ * Localization/ * v2.1.2.0 * v1.0.1.1 -* closes #9 - English -* updates #8 - Localization - Master -* closes #7 - Create Localization directory and contents +* closes #11 - English +* closes #10 - Localization - Master +* closes #9 - Create Localization directory and contents ### Status 0.9.99.0 * Issues + * closes #3 - Hot Beverage Inc (HBI) 0.9.99.0-prerelease `` edition + * closes #4 - 1.1.99.0 Create Legal Mumbo Jumbo + * closes #5 - 1.1.99.0 Create Documentation + * closes #6 - 1.1.99.0 Create Social Media Presence --- diff --git a/docs/Marketing.md b/docs/Marketing.md new file mode 100644 index 0000000..e92ea7f --- /dev/null +++ b/docs/Marketing.md @@ -0,0 +1,83 @@ +--- +permalink: /Marketing.html +title: Marketing Images +description: camera goes *click-click* +# layout: bare +tags: marketing,pr,page,kerbal,ksp,zer0Kerbal,zedK +--- + + + + + + +# Hot Beverage Inc (HBI) [WIP] + +[Home](./index.md) + +## Marketing Slicks + +* Table of Contents + * [Family Photo](#family-photo) + * [Mining Ore](#mining-ore) + * [Refining Ore to Metal](#refining-ore-to-metal) + * [Printing Rocketparts from Metal](#printing-rocketparts-from-metal) + * [Building Rockets](#building-rockets) + * [Finalize build](#finalize-build) + +### Family Photo + +Fuel Tanks Plus + +![Resource Flow Graph](https://i.postimg.cc/QNqdw7wp/Simple-Construction-resource-Flow.png) +[top](#table-of-contents) + +### Mining Ore + +First mine the ore *(after you find it)* + +![Mining Ore][IMG:hero:2a] +[top](#table-of-contents) + +### Refining Ore to Metal + +Then refine the ore into metal + +![Refining Ore to Metal][IMG:hero:2b] +[top](#table-of-contents) + +### Printing Rocketparts from Metal + +Then using the MPL Science lab, print Rocket Parts + +![Printing Rocketparts from Metal][IMG:hero:2c] +[top](#table-of-contents) + +### Building Rockets + +Then using a command pod and a docking port, build a new vessel or subassembly or even just a part + +![Building Rockets][IMG:hero:2d] +[top](#table-of-contents) + +### Finalize build + +Finalize your build and load up the resources, and + +*PROFIT!* + +![Finalize build!][IMG:hero:2e] +[top](#table-of-contents)) + +[IMG:hero:2a]: https://i.imgur.com/zqg2qcv.png "Mining Ore" +[IMG:hero:2b]: https://i.imgur.com/R6IYn5V.png "Refining Ore to Metal" +[IMG:hero:2c]: https://i.imgur.com/jhbus6m.png "Printing Rocketparts from Metal" +[IMG:hero:2d]: https://i.imgur.com/6v9gwma.png "Building Rockets" +[IMG:hero:2e]: https://i.imgur.com/nmq46HA.png "Finalize build!" + + diff --git a/docs/ReleaseNotes/0.9.99.0.md b/docs/ReleaseNotes/0.9.99.0.md new file mode 100644 index 0000000..0a375f7 --- /dev/null +++ b/docs/ReleaseNotes/0.9.99.0.md @@ -0,0 +1,129 @@ +--- +permalink: /0.9.99.0.html +title: Release Notes v0.9.99.0 +description: Version Release Notes +tags: ph34rb0t,hotneverageinc,release-notes,kerbal,ksp,zer0Kerbal,zedK +layout: page +--- + + +[![Hot Beverage Inc (HBI)][MOD:shd:stat]][MOD:forum] +[![KSP version][KSP:shd:stat]][KSP:url] [![License][LIC:shd]][LIC:url] +![AVC .version files][AVCVAL:shd] [![Pages][MOD:pages:shd]][MOD:pages] + +# Release Notes + +## Version 0.9.99.0-prerelease `` edition + +* Released + * 29 Dec 2022 + * for Kerbal Space Program 1.12.4 + * by zer0Kerbal + +

+For best results - DO A CLEAN INSTALL; DELETE EXISTING INSTALLATION THEN RE-INSTALL

Download from CurseForge

+ +### Creation by zer0Kerbal + +* Create + * Agent + * Flags + * Hero Logo/Cover +* closes #7 - Create GitHub Pages +* closes #8 - Create HeroLogo.png +* closes #28 - Create Agency + +### Localization 0.9.99.0 + +* Add + * v1.0.0.0 + * Localization/ + * v2.1.2.0 + * v1.0.1.1 +* closes #11 - English +* closes #10 - Localization - Master +* closes #9 - Create Localization directory and contents + +### Status 0.9.99.0 + +* Issues + * closes #3 - Hot Beverage Inc (HBI) 0.9.99.0-prerelease `` edition + * closes #4 - 1.1.99.0 Create Legal Mumbo Jumbo + * closes #5 - 1.1.99.0 Create Documentation + * closes #6 - 1.1.99.0 Create Social Media Presence + +--- + +## See More + +* [Pages][MOD:pages] for so much more (WIP) +* [Marketing Slicks][MOD:markt] +* [ChangeLog][MOD:chlog] for more details of changes +* [Discussions][MOD:discu] or [KSP Forums][MOD:forum] for discussions and news +* [Known Issues][MOD:issue] for known issues and feature requests + +## Localization + +>* ![English][EN] English +>* ***your translation here*** +> +> HELP WANTED - See the [README in the Localization folder][lreadme] or the [Quickstart Guide][qstart] for instructions for adding or improving translations. [GitHub][GitHub:url] 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`][zer0Kerbal] + +[![Support][PAYPAL:img]][PAYPAL:url] [![Patreon][PATREON:img]][PATREON:url] [![Github Sponsor][GSPONS:img]][GSPONS:url] [![Buy zer0Kerbal a snack][BMCC:img]][BMCC:url] + +#### Release Schedule + +1. GitHub, reaching first manual installers and users of KSP-AVC. Right now. +2. CurseForge. Right now. +3. SpaceDock (and CKAN users). Soon™ + + +[MOD:chlog]: https://raw.githubusercontent.com/zer0Kerbal/HotBeverageInc/master/changelog.md "Changelog" +[MOD:discu]: https://github.com/zer0Kerbal/HotBeverageInc/discussions/ "Discussions" +[MOD:forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/208353-*/ "HotBeverageInc forum thread" +[MOD:issue]: https://github.com/zer0Kerbal/HotBeverageInc/issues/ "Issue Tracker" +[MOD:markt]: https://zer0kerbal.github.io/HotBeverageInc/Marketing "Marketing Slicks" +[MOD:pages]: https://zer0kerbal.github.io/HotBeverageInc/ "GitHub Pages" + +[MOD:pages:shd]: https://img.shields.io/badge/GitHub-Pages-white?style=plastic&labelColor=9cf&logoColor=181717&logo=github/ "GitHub IO" + +[MOD:shd:stat]: https://img.shields.io/badge/Hot%20Beverage%20INV%20(INV)%20-v0.9.99.0--prerelease-BADA55.svg?style=plastic&labelColor=darkgreen/ "0.9.99.0-prerelease" + +[GITHUB:url]: https://github.com/zer0Kerbal/HotBeverageInc/ "GitHub" + +[KSP:url]: http://kerbalspaceprogram.com/ "Kerbal Space Program" +[KSP:shd:stat]: https://img.shields.io/badge/KSP-1.12.4-blue.svg?style=plastic&logo=data:image/webp;base64,UklGRpAGAABXRUJQVlA4TIQGAAAvH8AHEE0obNsGDakwXkT/Q4chj76jn1yYjSRjH6H+6xQqRUkkSc5ckHD+NUUVhx4+RNu2bTTl/3OTVhD6H8u6fF8dDYm40CK7N0CjAxK52rYtjfQRAvGNjbu7V+vuLp2fwhzA6gG4li6de+nuO+4uJBlkwoTA//90kENgtZZs27ZpO2Oufa5vbNsq2Sw6qaa9r3n/kZJTex/wSrFt27o62kuSJNuqrdTa1+/7uLu7uzQZAk0mRN/mAz2CAbi723vvy5WztxxIAAiw+dh2bdvWZJuT12y1bdu2bdu2bbs3AQABlsED+y50lDqLE4pf/Uxe8KO77HFes9hvxu1p3O2Q09LVg0NVjo7Z5U6AvwBSOfivKdQTujOnXNG8hzNhqYSMMHJ+MwWWyTSjNUoP1jWHp1ZNmgB8TMH3Tl33mvoVb8uIj3umyIJLsAmYoCIqUCVMCN5WrW78Qi+AkeaGOkWFk3QbRmIWHpIZSURXDxhJVlJiYZ6kLEgeEjIRCBmxebhCTWlTJNaXLystGysVToPOAFJJjqSPNOXftSVbXPQjxrzVaFNzXvBonWJlonIVTJabAfjZ0Jxufl5GPntEHKjB7PIXtg6eYHywJn3hTdijjXUain94KjfCfg1hM3AZRR4N16VMXBrsDVYDCjOIMmGFsAab8rdY7+kIw0BgtRgL1DKJeuNZdQ9f5RAGGfOQfZxexj7t37RkjNp4rPDIHOJVyPBF+XHKsnQk4SWRBl8Wot74WtkBqidQggbyj2vW1WEFG6JfUZ8UxhVzOmAUdKTYZ3yxR2QwIIAQdA9YgiRBZWyCguiOER9y9IauiyGqR0EayVLiEVwmXmF5+Z2jfohj8i1q8ybRahCBAXZBCBUqLgAACQFzp5M/o5wzCDcCJZEOF9EzggM7NEd18c1Q85gPBldtg6mwB1N+hzyTSFp5jWM+WpCRBEBAjIaUxJI80o3s6vDYJ7gNXuAUfOacvsLvLhNIMaMwh8GccsXjtuiK+wkxZ/kVdOCzoCeAOn+N7H1rU1YT35MgAWY9yD5wMWI7j7G976bSh8LxDx2jI3IJRAnJ+RQQIU7gABnLd3vKSyMAd71mq7HgV3AJ+Sxh5Bz5O0z/gbTiNT8DxQssrrv7Uyx9Y7q6BQVUoIGonF/FfoC/RqwVHlviCRSABDvLaCUfZlz1cNENn6adNTz+AF8v8KWQAFL+QMkpCthFkpvvq7+2/to6AIBhyvPdrUr3g1XwBEJPMeP/98SxWWvs3nHIhgNnsY1RWVyw+Guh5IZLgj9WzPi/iEk9gPPGLAni3aRlsqlGQ9jP4z9Q/s/xi3dw486abm6Bqi2l3qu9e9tQsdVMdG4zbVYqp5wJcBSA2W6sNmkwxuNk+nw3r4MFi/4EkTAhiRFk70jkqNDiWbDK65OLIn0s0wD/ucAp3XwVSsSNBAqjFUIXwFE0MihZQ6utQYV2oR+tShO7Ad6bswY3xd7qe0VrVxK9ZjueQy4TPnF8MCQGjoxSugSFgFMV4LiVwgsn/i+gXZ2FzplAduxnn0/OlW0uqf+M64MRPqzwrl+PnpKQSaXS49Ui7n2/ctFtHtAtiprzxq6WniwESvW5yUG1Xx6/8Hx8NKELwKZK15pV/EvXvm9ZMlx0aKUO98iUPaWvst/n8ZbOmkvGhcOQRWf5zj9dk9cfpad5oHN3Rns/wsuvy2puxz1Ziu96Q7/SOWoROzvNzFo5Z5+1BDej3OjQ/XymEkW9jr0em5g5SdX8VC2gf9xJb/RWCC5bIKWDgWcYf+K9Kje3zbQBh/F448wMLoICeUyJ330nXlPmawiRT/sblG4vWrbErgQaMzYbZcwbhSaNrwH+Tqa04jqrd3JZTvwbFxHFSVMAv5UZdEq+tQUupcis/5+MZNsxk9b8TPa7cMqdzzrh9FtD5v+vPACvJy7nDT69IP/Yx6EywGdTFsD5iU7bqkovJogzTjQm3iFTyp4jV4bjVKdcnv5/JrhokmpnGAIA4D/AXYCfVgoBXnrDkCqqCHRG529HeYB51Jy1z6nlW/gnVmzyxmVHxnQrxXxelcI0yN85udPl+//t2rzKzA+oluPTNjp6qY1PVduFVdo8ya+8E6p8KOZR+bLj6Vju9oi5dar0erTS8Z1x3/IITU3vyDRLiZWBZVH6CbqURTeLptD3pEPIR4W4QlHfTnRJzZBRJ8MlI8LmmEXLAdAxsqIYbSDGTt65GfF0cUL6aQQ=&labelColor=black/ "Kerbal Space Program" + + +[LIC:url]: https://creativecommons.org/licenses/by-nd/4.0/ "CC BY-ND 4.0" +[LIC:shd]: https://img.shields.io/badge/License-CC%20BY--ND%204.0-ef9421?labelColor=black&style=plastic&logoColor=ef9421&logo=creativecommons "CC BY-ND 4.0" + +[AVCVAL:shd]: https://github.com/zer0Kerbal/HotBeverageInc/actions/workflows/AVC-VersionFileValidator.yml/badge.svg?style=plastic&labelColor=black "AVC Valid" + +[PAYPAL:img]: https://img.shields.io/badge/Buy%20me%20some%20-LFO-BADA55?style=for-the-badge&logo=paypal&labelColor=FFDD00 "PayPal" +[PAYPAL:url]: https://www.paypal.com/donate?hosted_button_id=DC22YHMEJREKL "PayPal" +[PATREON:img]: https://img.shields.io/badge/Patreon%20-Patreonize-FF424D?style=for-the-badge&logo=patreon "Patreon" +[PATREON:url]: https://www.patreon.com/bePatron?u=23390503 "Patreon" +[GSPONS:img]: https://img.shields.io/badge/Github%20-Sponsor-EA4AAA?style=for-the-badge&logo=githubsponsors "Github Sponsors" +[GSPONS:url]: https://github.com/sponsors/zer0Kerbal "Github Sponsors" +[BMCC:img]: https://img.shields.io/badge/Buy%20Me%20a%20-Snack!-FFDD00?style=for-the-badge&logo=buymeacoffee "Buy Me A Snack" +[BMCC:url]: https://buymeacoffee.com/zer0Kerbal "Buy Me A Snack" +[lreadme]: https://github.com/zer0Kerbal/zer0Kerbal/blob/master/Localization/readme.md "Localization Readme" +[qstart]: https://github.com/zer0Kerbal/zer0Kerbal/blob/master/Localization/quickstart.md "Quickstart" +[EN]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/EN.png "English" + +[zer0Kerbal]: https://forum.kerbalspaceprogram.com/index.php?/profile/190933-*/ "zer0Kerbal" + + \ No newline at end of file diff --git a/docs/changelog.md b/docs/changelog.md new file mode 100644 index 0000000..00690f2 --- /dev/null +++ b/docs/changelog.md @@ -0,0 +1,61 @@ +--- +permalink: /Changelog.html +title: The Change Log +description: The Opening Credits, and the closing credits, plus the first of two (or is three) end credit scenes +tags: changes,changelog,change-log,page,kerbal,ksp,zer0Kerbal,zedK +--- +# Changelog + +| modName | Hot Beverage Inc (HBI) | +| ---------- | ----------------------------------------------------------------- | +| license | CC BY-ND 4.0 | +| author | zer0Kerbal, inspired by Ph34rb0t | +| forum | (https://forum.kerbalspaceprogram.com/index.php?/topic/208353-*/) | +| github | (https://github.com/zer0Kerbal/HotBeverageInc) | +| curseforge | (https://www.curseforge.com/kerbal/ksp-mods/HotBeverageInc) | +| spacedock | (https://spacedock.info/mod/3030) | +| ckan | HotBeverageInc | + +## Version 0.9.99.0-prerelease `` edition + +* Released + * 29 Dec 2022 + * for Kerbal Space Program 1.12.4 + * by zer0Kerbal + +### Creation by zer0Kerbal + +* Create + * Agent + * Flags + * Hero Logo/Cover +* closes #7 - Create GitHub Pages +* closes #8 - Create HeroLogo.png +* closes #28 - Create Agency + +### Localization 0.9.99.0 + +* Add + * v1.0.0.0 + * Localization/ + * v2.1.2.0 + * v1.0.1.1 +* closes #11 - English +* closes #10 - Localization - Master +* closes #9 - Create Localization directory and contents + +### Status 0.9.99.0 + +* Issues + * closes #3 - Hot Beverage Inc (HBI) 0.9.99.0-prerelease `` edition + * closes #4 - 1.1.99.0 Create Legal Mumbo Jumbo + * closes #5 - 1.1.99.0 Create Documentation + * closes #6 - 1.1.99.0 Create Social Media Presence + +---