forked from Real-Gecko/KSP-SimpleConstruction
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 4.0.9.9.1-prerelease - A Bigger Hammer
# Version 4.0.9.9.1-prerelease - A Bigger Hammer # This is PRE-RELEASE - and WILL break saves - 01 Dec 2021 - Release for Kerbal Space Program [KSP 1.12.2] ## DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL ## WARNING: Only [CurseForge][CRSFG:url] version will include .dll’s # Removed - duplicate patches (SSPX.cfg) # GUI Icons - customized app icon with permission from taniwha! thank you! # Localization - added Chinese [zh-cn.cfg] # CurseForge/Overwolf - corrected archive packaging for installer # Backend - folder maintenance - moved Patches --> Compatibility - update automation to latest version - convert _release.json to schema 1.0.2.1 # Kerbal Changelog - due to concerns about bloating the game and module manager .cache files - therefor changelogs might be affecting game load times - renamed to [Changelog.kcl] and updates have been suspended. # [ScienceLabs.cfg] v1.0.2.1 - add FullyEquipped = true (might increase productivity factor) - Lint and maintenance pass # [ExperienceTraits.cfg] v1.0.0.1 - adjust patch [EXPERIENCE_TRAIT[Pilot]] in order to reduce log spam - adjust patch [EXPERIENCE_TRAIT[Engineer]] in order to reduce log spam # [Launchclamps.cfg] v1.0.2.0 - the clampBurgler has been caught and locked away. # [Tanks.cfg] v1.0.1.0 - append '-ore' to stock tanks - adjusted :NEEDS so always will create / modify, even if a switcher add on is installed - added tags:BEFORE[SimpleConstruction] - remov tags:BEFORE[SimpleConstruction] - adjust tags part of part creation - replacing ore with either metal or rocketparts - adjust timing of patches to ensure proper execution # [DockingPorts.cfg] v1.0.2.0 - [ELLauchpad] - PadName = $#../Title# (to help self label Pads) - adjusted [spawnOffset ] to help prevent clipping. NOTE: if rotate/offset gizmo's have been used this offset will not help. Feature Request has been submitted to taniwha. - [ELTarget] - remove [TargetTransform] - remove [SpawnHeightOffset] - %TargetName = $#../Title# (to help self label Targets) - adjusted [spawnOffset ] to help prevent clipping. NOTE: if rotate/offset gizmo's have been used this offset will not help. Feature Request has been submitted to taniwha. - [ELWorkshop] - add UnManned Productivity = 0.25; - add IgnoreCrewCapacity = true; # [CrewedPods.cfg] v1.0.1.1 - add to none command/crewed parts: FullyEquipped = true (might increase productivity factor) ### Status - Issues/Milestones - closes #10 - Create SC Icon - closes #17 - 4.0.99.1-prerelease - closes #13 - 1.1.2.99-prerelease - two week CurseForge - closes #19 - Localization - master - closes #21 - Localization - Chinese - closes #34 - Localization - German - closes #35 - Duplicate patches - closes #36 - Launchclamps - updates #36 - Spawn location - closes #43 - Version - closes #44 - Legal MumboJumbo - closes #45 - Update documentation - closes #46 - Release 4.0.9.9.1-prerelease - closes #47 - Social Media - Pull Requests - closes #48 - 4.0.9.9.1 prerelease - A Bigger Hammer - closes # - [ImgBot] Optimize images - contributed by imgbot[bot] - *** Possible future changes *** - #40 - Stock Recycler and more - [ELWorkshop] - newly discovered KSPFields - bool FullyEquipped; - bool - IgnoreCrewCapacity = true; - float - ProductivityFactor = 1f; - float - UnmannedProductivity;
- Loading branch information
1 parent
babfd32
commit 1901820
Showing
37 changed files
with
773 additions
and
434 deletions.
There are no files selected for viewing
Binary file modified
BIN
+258 Bytes
(110%)
GameData/ExtraplanetaryLaunchpads/Textures/icon_button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ | |
{ | ||
name = ELWorkshop | ||
ProductivityFactor = 7 | ||
FullyEquipped = true; | ||
FullyEquipped = true | ||
} | ||
|
||
RESOURCE | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2016 Alexandr Bezenkov | ||
Copyright © 2020,2021 zer0Kerbal | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,164 @@ | ||
<!--Readme.md v2.0.0.0 --> | ||
<!--Localization project --> | ||
<!--created: --> | ||
<!--updated: 30 Aug 2021 --> | ||
|
||
<!--from: @HebruSan (thank you) ![link](https://github.com/HebaruSan/Astrogator/tree/master/assets/lang) --> | ||
|
||
# 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.2 | ||
- [ ] [![American English][EN]][EN] [American English][EN] <en-us.cfg> | ||
- [ ] [![Brasil][BR]][BR] [Brazilian][BR] <pt-br.cfg> | ||
- [ ] [![中文][CN]][CN] [Chinese (中文)][CN] <zh-cn.cfg> | ||
- [ ] [![Deutsch][DE]][DE] [German (Deutsch)][DE] | ||
- [ ] [![Español][ES]][ES] [Spanish (Español)][ES] | ||
- [ ] [![Français][FR]][FR] [French (Français)][FR] <fr-fr.cfg> | ||
- [ ] [![Italiano][IT]][IT] [Italian (Italiano)][IT] <it-it.cfg> | ||
- [ ] [![日本語][JA]][JA] [Japanese(日本語)][JA] <ja.cfg> | ||
- [ ] [![한국어][KO]][KO] [Korean (한국어)][KO] <ko.cfg> | ||
- [ ] [![Mexicano][ME]][ME] [Mexican (Mexicano)][ME] <es-mx.cfg> | ||
- [ ] [![Dutch][NL]][NL] [Dutch][NL] <nl-nl.cfg> | ||
- [ ] [![Norsk][NO]][NO] [Norwegian (Norsk)][NO] <no-no.cfg> | ||
- [ ] [![Polski][PO]][PO] [Polish (Polski)][PO] <pl.cfg> | ||
- [ ] [![Русский][RU]][RU] [Russian (Русский)][RU] <ru.cfg> | ||
- [ ] [![Svenska][SW]][SW] [Swedish (Svenska)][SW] <sw-sw.cfg> | ||
- [ ] [![国语][TW]][TW] [Taiwanese (国语)][TW] <zh-tw.cfg> | ||
|
||
## 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 `Kerbal Space Program/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 | ||
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 | | ||
| <<A:1>> | 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/Localization/img/American-flag-sm.png "American English" | ||
[BR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Brazilian-flag-sm.png "Brasil" | ||
[CN]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Chinese-flag-sm.png "中文" | ||
[DE]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/German-flag-sm.png "Deutsch" | ||
[ES]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Spanish-flag-sm.png "Español" | ||
[FR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/French-flag-sm.png "Français" | ||
[IT]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Italian-flag-sm.png "Italiano" | ||
[JA]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Japanese-flag-sm.png "日本語" | ||
[KO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/South-Korean-flag-sm.png "한국어" | ||
[ME]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Mexican-flag-sm.png "Mexicano" | ||
[NL]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Dutch-flag-sm.png "Dutch" | ||
[NO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Norwegian-flag-sm.png "Norsk" | ||
[PO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Polish-flag-sm.png "Polski" | ||
[RU]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Russian-flag-sm.png "Русский" | ||
[SW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Swedish-flag-sm.png "Svenska" | ||
[TW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Taiwanese-flag-sm.png "国语" | ||
[HA]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Hawaii-flag-sm.png "ʻŌlelo Pākē" | ||
|
||
<!-- CC BY-ND-3.0 unported --> | ||
<!-- zer0Kerbal --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.