diff --git a/.gitattributes b/.gitattributes index 1debacc..d6269f5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,12 +1,14 @@ +# .gitattributes v2.0.3.0 +# remove git lfs +# +# handle .imgbotconfig +*.imgbotconfig linguist-language=json # Auto detect text files and perform LF normalization # http://davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/ * text=auto - - - +*.cs text diff=csharp # Set the default behavior, in case people don't have core.autocrlf set. * text=auto - # Explicitly declare text files you want to always be normalized and converted # to native line endings on checkout. *.c text @@ -14,11 +16,12 @@ *.cs diff=csharp *.csproj text=auto merge=union *.cfg KSP configs - - # Declare files that will always have CRLF line endings on checkout. *.sln text=auto eol=crlf merge=union - +# normalize tabs instead of spaces for all .cfg files +*.cfg filter=tabspace +# git config --global filter.tabspace.smudge 'unexpand --tabs=4 --first-only' +# git config --global filter.tabspace.clean 'expand --tabs=4 --initial' # Denote all files that are truly binary and should not be modified. *.png binary *.jpg binary @@ -26,3 +29,235 @@ *.tga binary *.psd binary *.mu binary +*.mbm binary +############################################################################### +# Set default behavior to automatically normalize line endings. +############################################################################### +* text=auto +############################################################################### +# Set the merge driver for project and solution files +# +# Merging from the command prompt will add diff markers to the files if there +# are conflicts (Merging from VS is not affected by the settings below, in VS +# the diff markers are never inserted). Diff markers may cause the following +# file extensions to fail to load in VS. An alternative would be to treat +# these files as binary and thus will always conflict and require user +# intervention with every merge. To do so, just comment the entries below and +# uncomment the group further below +############################################################################### +*.sln text eol=crlf +*.csproj text eol=crlf +*.vbproj text eol=crlf +*.vcxproj text eol=crlf +*.vcproj text eol=crlf +*.dbproj text eol=crlf +*.fsproj text eol=crlf +*.lsproj text eol=crlf +*.wixproj text eol=crlf +*.modelproj text eol=crlf +*.sqlproj text eol=crlf +*.wmaproj text eol=crlf +*.xproj text eol=crlf +*.props text eol=crlf +*.filters text eol=crlf +*.vcxitems text eol=crlf +#*.sln merge=binary +#*.csproj merge=binary +#*.vbproj merge=binary +#*.vcxproj merge=binary +#*.vcproj merge=binary +#*.dbproj merge=binary +#*.fsproj merge=binary +#*.lsproj merge=binary +#*.wixproj merge=binary +#*.modelproj merge=binary +#*.sqlproj merge=binary +#*.wwaproj merge=binary +#*.xproj merge=binary +#*.props merge=binary +#*.filters merge=binary +#*.vcxitems merge=binary +## GITATTRIBUTES FOR WEB PROJECTS +# +# These settings are for any web project. +# +# Details per file setting: +# text These files should be normalized (i.e. convert CRLF to LF). +# binary These files are binary and should be left untouched. +# +# Note that binary is a macro for -text -diff. +###################################################################### +# Auto detect +## Handle line endings automatically for files detected as +## text and leave all files detected as binary untouched. +## This will handle all files NOT defined below. +* text=auto +# Source code +*.bash text eol=lf +*.bat text eol=crlf +*.cmd text eol=crlf +*.coffee text +*.css text +*.htm text diff=html +*.html text diff=html +*.inc text +*.ini text +*.js text +*.json text +*.jsx text +*.less text +*.ls text +*.map text -diff +*.od text +*.onlydata text +*.php text diff=php +*.pl text +*.ps1 text eol=crlf +*.py text diff=python +*.rb text diff=ruby +*.sass text +*.scm text +*.scss text diff=css +*.sh text eol=lf +*.sql text +*.styl text +*.tag text +*.ts text +*.tsx text +*.xml text +*.xhtml text diff=html +# Docker +Dockerfile text +# Documentation +*.ipynb text +*.markdown text +*.md text +*.mdwn text +*.mdown text +*.mkd text +*.mkdn text +*.mdtxt text +*.mdtext text +*.txt text +AUTHORS text +CHANGELOG text +CHANGES text +CONTRIBUTING text +COPYING text +copyright text +*COPYRIGHT* text +INSTALL text +license text +LICENSE text +NEWS text +readme text +*README* text +TODO text +# Templates +*.dot text +*.ejs text +*.haml text +*.handlebars text +*.hbs text +*.hbt text +*.jade text +*.latte text +*.mustache text +*.njk text +*.phtml text +*.tmpl text +*.tpl text +*.twig text +*.vue text +# Configs +*.cnf text +*.conf text +*.config text +.editorconfig text +.env text +.gitattributes text +.gitconfig text +.htaccess text +*.lock text -diff +package-lock.json text -diff +*.toml text +*.yaml text +*.yml text +browserslist text +Makefile text +makefile text +# Heroku +Procfile text +# Graphics +*.ai binary +*.bmp binary +*.eps binary +*.gif binary +*.gifv binary +*.ico binary +*.jng binary +*.jp2 binary +*.jpg binary +*.jpeg binary +*.jpx binary +*.jxr binary +*.pdf binary +*.png binary +*.psb binary +*.psd binary +# SVG treated as an asset (binary) by default. +*.svg text +# If you want to treat it as binary, +# use the following line instead. +# *.svg binary +*.svgz binary +*.tif binary +*.tiff binary +*.wbmp binary +*.webp binary +# Audio +*.kar binary +*.m4a binary +*.mid binary +*.midi binary +*.mp3 binary +*.ogg binary +*.ra binary +# Video +*.3gpp binary +*.3gp binary +*.as binary +*.asf binary +*.asx binary +*.fla binary +*.flv binary +*.m4v binary +*.mng binary +*.mov binary +*.mp4 binary +*.mpeg binary +*.mpg binary +*.ogv binary +*.swc binary +*.swf binary +*.webm binary +# Archives +*.7z binary +*.gz binary +*.jar binary +*.rar binary +*.tar binary +*.zip binary +# Fonts +*.ttf binary +*.eot binary +*.otf binary +*.woff binary +*.woff2 binary +# Executables +*.exe binary +*.pyc binary +# RC files (like .babelrc or .eslintrc) +*.*rc text +# Ignore files (like .npmignore or .gitignore) +*.*ignore text diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index 26e70a9..0000000 --- a/.github/CONTRIBUTING.md +++ /dev/null @@ -1,107 +0,0 @@ - - -[MOD:license]: https://github.com/zer0Kerbal/FieldTrainingLab/blob/master/LICENSE -[MOD:contributing]: https://github.com/zer0Kerbal/FieldTrainingLab/blob/master/.github/CONTRIBUTING.md -[MOD:issues]: https://github.com/zer0Kerbal/FieldTrainingLab/issues -[MOD:wiki]: https://github.com/zer0Kerbal/FieldTrainingLab/ -[MOD:known]: https://github.com/zer0Kerbal/FieldTrainingLab/wiki/Known-Issues -[MOD:forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/178641-* -[SHIELD:mod]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/mod.json -[SHIELD:ksp]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/ksp.json -[SHIELD:license]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/license.json - -# Before you Contribute (thank you!) Please Read: -> [LICENSE][MOD:license] ![SHIELD:license] ![][LOGO:mit] -> [CONTRIBUTING][MOD:contributing] - -### All submissions become subject to this repository's [LICENSE][MOD:license] ![SHIELD:license] ![LOGO:mit] -##### Under GitHub Terms of Service (ToS), all pull requests are licensed under the target repository license, unless a different agreement is previously reached. -### All push requests are licensed under: ![SHIELD:license] ![][LOGO:mit] - -# Submitting changes -Please send a GitHub Pull Request to FieldTrainingLab with a clear list of what you've done (read more about pull requests). When you send a pull request, we will love you forever if you include RSpec examples. We can always use more test coverage. Please follow our coding conventions (below) and make sure all of your commits are atomic (one feature per commit). - -Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this: - -$ git commit -m "A brief summary of the commit -> -> A paragraph describing what changed and its impact." - -Coding conventions - -Start reading our code and you'll get the hang of it. We optimize for readability: - - - We indent using tabs (or if must, 4 spaces) - - We ALWAYS put spaces after list items and method parameters ([1, 2, 3], not [1,2,3]), around operators (x += 1, not x+=1), and around hash arrows. - - This is open source software. Consider the people who will read your code, and make it look nice for them. It's sort of like driving a car: Perhaps you love doing donuts when you're alone, but with passengers the goal is to make the ride as smooth as possible. - -So that we can consistently serve images from the CDN, always use image_path or image_tag when referring to images. Never prepend "/images/" when using image_path or image_tag. - - Also for the CDN, always use cwd-relative paths rather than root-relative paths in image URLs in any CSS. So instead of url('/images/blah.gif'), use url('../images/blah.gif'). - - button textures, sounds, and settings save files should all be under /KSP/GameData/%MOD%/Plugins/PluginData/ - -*** - -*click the red box because it is also a link* -[![How to get support][image:get-support]][thread:getsupport] - -# Read this page before reporting a bug. -### *If you ignore these directions, your report may be ignored.* - -### Before you report - -**Has it already been reported?** -Check the [issue tracker][MOD:issues] and the [Known issues][MOD:known] to see if the problem has already been reported. If so, see if you can contribute additional information, without adding a new issue. -If you're not sure if your issue is related, comment on the existing report first. - -**Is it intended behavior? / Are you doing it right?** -Make sure you're encountering a bug and not just an intended aspect of the mod. - -**Is it actually a ![SHIELD:mod] problem?** -See if the problem occurs if you uninstall this mod, and also see if it occurs when this is the *only* mod installed. - -**Are you up-to-date?** -Only the latest version of ![SHIELD:mod] and the latest version of ![SHIELD:ksp] are supported. Make sure both are completely up-to-date before filing a report. - -### Filing a report -Bug reports and feature requests should be filled on the [issue tracker][MOD:issues] here on Github. Please read the following guidelines for filing reports; it's very difficult for me to help otherwise. - -* **Be specific.** The title and description of your report should describe exactly what isn't working. Provide reproduction steps if you can, and explain in detail the symptoms of the issue and what causes it. -* **Provide your output logs.** - - First file can be found at `KSP/KSP_Data/output_log.txt`. This contains debug information about your last KSP session. Without this, I cannot diagnose most issues. - - Second file is found at `KSP/KSP.log` - - Include the contents of `KSP/Logs/` - - If your report has precise reproduction steps and the cause is obvious, the log is optional. When in doubt, please include it. -* **List other mods.** While mod compatibility issues are rare, you should list all the other mods you have installed. -> -> * CKAN users now can goto `File` then `Save installed mod list...` -> * Windows users can open a command prompt in `KSP/GamaData` and type `dir /b /w > gamedata.txt` and include the newly created `gamedata.txt` file. *Don't forget to delete the `gamedata.txt` after you send it* -* **Screenshots.Screenshots.Screenshots** - - If possible, include one or more screenshots - - a picture is worth a thousand words. - - pictures draw attention - - some things can't be explained with just words -* **System specifications.** Include your hardware specifications (CPU, GPU, RAM) and your operating system. Also include whether you're using Steam or the manual download of KSP and the folder where KSP is installed. -* **One issue per report.** If you have multiple issues, submit multiple reports. Don't lump everything together; it becomes difficult to track disparate issues that way. -* **.craft and saves** - - sometimes including a .craft file or save file is beneficial -If you don't have enough information to file a bug report, you may ask questions on the [forum thread][MOD:forum]. **Do not send private messages about bugs unless you believe the bug is an exploitable security issue.** - - - -[LOGO:mit]: https://i.postimg.cc/bvjfsMP5/MIT-17x17.png -[LOGO:wtfpl]: http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-4.png -[LOGO:gplv3]: https://i.postimg.cc/90kCDs7K/gplv3-48x17.png - -[image:get-support]: https://i.postimg.cc/vHP6zmrw/image.png - -[thread:getsupport]: https://forum.kerbalspaceprogram.com/index.php?/topic/83212-* - -[LINK:zer0Kerbal]: https://forum.kerbalspaceprogram.com/index.php?/profile/190933-zer0kerbal/ \ No newline at end of file diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 0693a6e..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,13 +0,0 @@ -# These are supported funding model platforms -github: [zer0Kerbal] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: zer0Kerbal # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username -ko_fi: # Replace with a single Ko-fi username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -custom: ["https://www.paypal.me/zer0Kerbal"] -#custom: ["https://www.paypal.com/donate?hosted_button_id=DC22YHMEJREKL"] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index dd84ea7..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/stock_report.md b/.github/ISSUE_TEMPLATE/stock_report.md deleted file mode 100644 index 3175484..0000000 --- a/.github/ISSUE_TEMPLATE/stock_report.md +++ /dev/null @@ -1,62 +0,0 @@ ---- -name: Stack/Stock fuel cells balance survey -about: Tell us your thougts concerning balancing ***stack*** fuel cells -title: '' -labels: 'stackcells' -assignees: 'zer0Kerbal' ---- - -# Thank you in advance! -## stack fuel cells balance survey - -### Improvements - * Additional sizes of stock/stack/fuselage fuel cells? - * What EC/s desired? - * Consumption? - * Patches for stock pods? what specs? - * Additional Features - -### Balance Issues - * Adjustments suggested for consumption/production/byproducts? - -**Additional context** -Add any other context about the problem here. - This discussion concerns .1 meter high stack fuel cells. - -Each module contains the fuel cell, fuel tank (in units) and a battery module. These will be released shortly in another (related) parts only mod which is being prepped for release. - -I want your input as to the game balance of each of the sizes, and where on the tech tree they should appear - -Don't want to use Tweakscale on these due to the need for fine tuning game balance. - -Fuselage versions (mk0-mk5) are included just in case a model/texture can be found/provided that will allow these to be created/included. - -Thank you in advance! - - -![Stack Fuel Cell Specifications](https://i.postimg.cc/XqTbqHsH/image.png) - - -For comparison - -***Stock Fuel Cell:*** - - cost: 750 - - entry cost: 2250 - - techRequired: Electrics - - mass: 0.05 - - EC/s Produced: 1.5 - - EC storage: 50 - -***Stock Fuel Cell Array:*** - - - cost: 4500 - - entry cost: 13500 - - techRequired: Electrics - - mass: 0.24 - - EC/s Produced: 18 - - EC storage: 300 - - | Name | Cost | Entry Cost | Tech Required | Mass *(t)* | EC/s Produced | EC Storage | Fuel (Units) | - | :-- | :-- | :-- | :-- | :-- | :-- | :-- | :-- | - | Stock Fuel Cell | 750 | 2250 | Electrics | 0.05 | 1.5 | 50 | | - | Stock Fuel Cell Array | 4500 | 13500 | Electrics | 0.24 | 18 | 300 | | diff --git a/.github/STYLEGUIDE.md b/.github/STYLEGUIDE.md deleted file mode 100644 index 6528c69..0000000 --- a/.github/STYLEGUIDE.md +++ /dev/null @@ -1,77 +0,0 @@ -# Coding Guidelines - -## Definitions - -* [CamelCase](http://en.wikipedia.org/wiki/CamelCase) is a casing convention where the first letter is lower-case, words are not separated by any character but have their first letter capitalized. Example: thisIsCamelCased. -* [PascalCase](http://c2.com/cgi/wiki?PascalCase) is a casing convention where the first letter of each word is capitalized, and no separating character is included between words. Example: ThisIsPascalCased. - -## C# coding conventions - -We should use the [Allman bracing style](http://en.wikipedia.org/wiki/Indent_style#Allman_style) for consistency. - -We are using the C# coding conventions described in this document as a guide, not everything in this doc is gospel and is open to debate: [C# Coding Guidelines](http://blogs.msdn.com/brada/articles/361363.aspx) with the following exceptions: - -* Each file should not start with a copyright notice. The ones at the root of the source tree will suffice. -* Regions (#region) are not used. -* using statements are on top of a file (outside of namespace {...}) -* Use var only if you have an anonymous type or you can clearly tell what the type is from the right hand side of the expression -* Member variables should always be private, public access should be provided by an encapsulated property. - -#### Naming -Follow all .NET Framework Design Guidelines for both internal and external members. Highlights of these include: -* Do use camelCasing for member variables, parameters and local variables -* Do use PascalCasing for function, property, event, and class names -* Do prefix interfaces names with “I” -* Do __not__ use Hungarian notation -* Do __not__ use a prefix for member variables (_, m_, s_, etc.). If you want to distinguish between local and member variables you should use “this.” -* Do __not__ prefix enums, classes, or delegates with any letter - -Here is some sample code that follows these conventions. - - using System; - namespace NuGet - { - public class ClassName - { - private List privateMember; - - public List SomeProperty - { - get - { - return privateMember; - } - } - - public string SomeAutoProperty { get; set; } - - public string SomeMethod(bool someCondition) - { - if (someCondition) - { - DoSomething(someArgument); - } - else - { - return someArray[10]; - } - - switch (status) - { - case Status.Foo: - return "Foo"; - - case Status.Bar: - return "Bar"; - - default: - return "Bar"; - } - return String.Empty; - } - - private string AnotherMethod(){ - return privateMember.Count; - } - } - } diff --git a/.github/_config.yml b/.github/_config.yml deleted file mode 100644 index 3397c9a..0000000 --- a/.github/_config.yml +++ /dev/null @@ -1 +0,0 @@ -theme: jekyll-theme-architect \ No newline at end of file diff --git a/.github/workflows/AVC-VersionFileValidator.yml b/.github/workflows/AVC-VersionFileValidator.yml index f0bd512..e1fbcf6 100644 --- a/.github/workflows/AVC-VersionFileValidator.yml +++ b/.github/workflows/AVC-VersionFileValidator.yml @@ -1,19 +1,27 @@ +# v1.4.0 +# update checkout to v3 +# update AVC to v1.4 # This is a standard workflow to validate all .version files # found in the root directory of the repository and any subdirectories, # whenever something is pushed to any branch in the repository, or to a "foreign" branch active in a pull request. # It should cover most cases. -name: Validate AVC .version files + +name: AVC .version file validation on: push: + branches: + - master pull_request: types: [opened, synchronize, reopened] + workflow_dispatch: + jobs: validate_version_files: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 1 - name: Validate files - uses: DasSkelett/AVC-VersionFileValidator@v1 + uses: DasSkelett/AVC-VersionFileValidator@master diff --git a/.github/workflows/createIndexesfromMarkdown.yml b/.github/workflows/createIndexesfromMarkdown.yml new file mode 100644 index 0000000..a38b6ef --- /dev/null +++ b/.github/workflows/createIndexesfromMarkdown.yml @@ -0,0 +1,34 @@ +# 1.0.2.1 +# created: 05 Feb 2022 +# updated: 18 Mar 2022 +# Create Indexes from Markdown +# https://github.com/DaanV2/Markdown-Action-Create-Indexes + +name: Create markdown indexes + +# Controls when the action will run. +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: DaanV2/Markdown-Action-Create-Indexes@v1.6.0 + with: + folder: ${{github.workspace}}/docs/ + + - name: Commit changes + continue-on-error: true + run: | + cd ${{github.workspace}} + git config --global user.email "Bot@Example.com" + git config --global user.name "DaanV2 Bot" + git add . + git commit -m "auto: Generated markdown indexes" + git push diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 0000000..d88ce8a --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,19 @@ +# 1.1.0.2 +# created: 02 Dec 2021 +# updated: 18 Mar 2022 +# An action for filtering pull requests and issues from first-time contributors. +# https://github.com/marketplace/actions/first-interaction + +name: Greetings + +on: [pull_request, issues, issue_comment, discussion_comment, fork, gollum, workflow_dispatch] + +jobs: + greeting: + runs-on: ubuntu-latest + steps: + - uses: actions/first-interaction@v1.1.0 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: 'Thank you. Kindly read [contributiing.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CONTRIBUTING.md), [code_of_conduct.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CODE_OF_CONDUCT.md) and [styleguide.md](https://github.com/zer0Kerbal/.github/blob/master/.github/STYLEGUIDE.md). These are boilerplate.' + pr-message: 'Thank you. Kindly read [contributiing.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CONTRIBUTING.md), [code_of_conduct.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CODE_OF_CONDUCT.md) and [styleguide.md](https://github.com/zer0Kerbal/.github/blob/master/.github/STYLEGUIDE.md). These are boilerplate.' diff --git a/.github/workflows/validate-cfg.yml b/.github/workflows/validate-cfg.yml new file mode 100644 index 0000000..d3edc51 --- /dev/null +++ b/.github/workflows/validate-cfg.yml @@ -0,0 +1,24 @@ +# 1.0.0.0 +# created: 08 May 2022 +# updated: +# Checks .cfg files for syntax errors +# https://github.com/KSP-CKAN/KSPMMCfgParser + +name: Config file validation +on: + push: + branches: + - master + pull_request: + types: [opened, synchronize, reopened] + workflow_dispatch: +jobs: + Validate-cfg-files: + runs-on: ubuntu-latest + steps: + - name: Checkout repo + uses: actions/checkout@v3 + with: + fetch-depth: 1 + - name: Validate config files + uses: KSP-CKAN/KSPMMCfgParser@master diff --git a/.gitignore b/.gitignore index dee389a..d039bb6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,23 @@ -# Prerequisites +# .gitignore v2.0.7.0 +# created: 01 01 2013 +# updated: 13 Apr 2022 +# by zer0kerbal + +# 2.0.3.0 - add *.2do +# 2.0.4.0 +# add *.psd +# remove .csproj +# remove .sln +# 2.0.5.0 +# OneCommander note file +* .2do +# 2.0.6.0 +# change `_*` to `__*` +# +# 2.0.7.0 +# Lisias update + +# Prerequisites *.d # Compiled Object files @@ -16,10 +35,6 @@ *.dylib *.dll -# Fortran module files -*.mod -*.smod - # Compiled Static libraries *.lai *.la @@ -31,6 +46,8 @@ *.out *.app *.bat +*.cmd +*.ps1 # Compressed *.rar @@ -44,30 +61,21 @@ *.docx *.xls *.xlsx +*.session +*.psd + +# Notepad++ +*.session +# Adobe +*.psd +# GiMP +*.xcf # zer0Kerbal common files -LegalMumboJumbo/ -Archive/ -Old/ -flaticons/ -Links/ -docs/* -old/* -NetKAN/* -images.txt -shields.md -buildRelease.bat -buildReleaseSub.bat -deploy.bat -deploySub.bat -_buildRelease.bat -_buildReleaseSub.bat -_deploy.bat -_deploySub.bat -mod.version -regex4loc.txt +# I use this to keep files and folders local (like scratch work files) +_* # database files *.mdb @@ -77,7 +85,9 @@ regex4loc.txt *.cache # visualStudio files +.vs/ .vs/* +*.code-workspace *.ide-wal *.suo build/* @@ -89,4 +99,72 @@ obj/ *.log TestResult.xml -*.ide-shm +# Unity +# +# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore +# +/[Ll]ibrary/ +/[Tt]emp/ +/[Oo]bj/ +/[Bb]uild/ +/[Bb]uilds/ +/[Ll]ogs/ +/[Uu]ser[Ss]ettings/ + +# MemoryCaptures can get excessive in size. +# They also could contain extremely sensitive data +/[Mm]emoryCaptures/ +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ + +# Autogenerated VS/MD/Consulo solution and project files +# *.csproj (disabled for collaboration) +# *.sln (disabled for collaboration) +ExportedObj/ +.consulo/ +*.unityproj +*.suo +*.user +*.userprefs +*.pidb +*.booproj +*.svd +*.pdb +*.mdb +*.opendb +*.VC.db + +# Unity3D generated meta files +*.pidb.meta +*.pdb.meta +*.mdb.meta + +# Unity3D generated file on crash reports +sysinfo.txt + +# Builds +*.apk +*.unitypackage + +# OneCommander note file +*.2do + +# drfolder files +drfolder-* + +# Windows system files +desktop.ini +Thumbs.db +*.tmp +*.temp +*.old +.vscode/ diff --git a/.imgbotconfig b/.imgbotconfig new file mode 100644 index 0000000..fccf0c2 --- /dev/null +++ b/.imgbotconfig @@ -0,0 +1,21 @@ +{ + "schedule": "weekly", + "ignoredFiles": [ + "GameData/FieldTrainingLab/*", + "source/*", + "**/@thumbs/**", + "**/Agencies/**", + "**/Assets/**", + "**/Flags/**", + "**/FX/**", + "**/Icons/**", + "**/LegalMumboJumbo/**", + "**/Parts/**", + "**/PluginData/**", + "**/Textures/**", + "**/UI/**" + ], + "aggressiveCompression": "false", + "compressWiki": "true", + "minKBReduced": 500 +} diff --git a/Changelog.cfg b/Changelog.cfg deleted file mode 100644 index a694806..0000000 --- a/Changelog.cfg +++ /dev/null @@ -1,89 +0,0 @@ -KERBALCHANGELOG //Required to have this name -{ - showChangelog = True - modName = Field Training Lab (FTL) - license = MIT - author = efour, zer0Kerbal - VERSION - { - version = 1.2.0.0 - changename = New Carpets! Automation Motivation Modernization - change = DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL - change = KSP 1.9.1 with .NET 4.8 - change = update Editor GetInfo() to be more informative - change = include assembly version in PAW - CHANGE - { - change = game settings page - ***disabled for now*** - subChange = added game settings page - subChange = added global setting to enable/disable PAW color - subChange = added option to globally enable/disable - subChange = added option: use science and ratio - subChange = added option: use reputation and ratio - subChange = added option: use funds and ratio - } - } - VERSION - { - version = 1.1.0.0 - versionName = Automation Motivation Modernization - change = KSP 1.8.1 with .NET 4.8 - change = isn't that enough? :D - change - started adding in JoyntMail :D - } - VERSION - { - version = 1.0.3.5 - versionName = Automation Motivation Modernization - change = KSP 1.7.3 with .NET 3.5 - change = this preps mod for much easier releases - CHANGE - { - change = Code and Code Related - subChange = added Version.tt and AssemblyVersion.tt automation - subChange = moved AssemblyVersion.tt/.cs into Properties/ - subChange = updated to v2 of InstallChecker.cs - subChange = moved Textures/ -> Plugins/Textures/ - } - CHANGE - { - change = Deployment and Backend - subChange = update changelog to include new Kerbal Changelog features - subChange = updated _deploy and _buildRelease - subChange = automated Readme.md -> Readme.htm - subChange = Readme.htm now included in release - subChange = CONTRIBUTING.md now included in repository - subChange = updated .version to be avc compliant - subChange = added avc github checker and badge - subChange = updated .gitattributes .gitignore - subChange = added json's - subChange = updated / modernized .csproj - subChange = updated Readme.md - subChange = updated Releases.layout.md - } - } - VERSION - { - verison 1.0.3.4.1 - versionName = stowaways be gone! - change = zer0Kerbal released this on Oct 1, 2019 - change = for KSP 1.7.x - change = removed SimpleLogistics.dll that stowed away. - } - VERSION - { - version = 1.0.3.4 - change = Adoption by zer0Kerbal - change = Added PAW grouping (really needed for these mods) - change = Added a blurb in the editor getInfo{} - change = Added InstallChecker.cs - change = Updated patch - now patches all parts with moduleScienceLab - change = Removed other patch - change = changed the TrainingLab to be FieldTrainginLab (patches reflect this) - } - VERSION - { - version = 1.0.3.3 - change = >>-- EFour's last release --<< - } -} diff --git a/FieldTrainingLab.version b/FieldTrainingLab.version index e717bc3..8c25450 100644 --- a/FieldTrainingLab.version +++ b/FieldTrainingLab.version @@ -2,7 +2,7 @@ "NAME" : "Field Training Lab (FTL)", "URL" : "https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/FieldTrainingLab.version", "DOWNLOAD" : "https://github.com/zer0Kerbal/FieldTrainingLab/releases/latest", - "CHANGE_LOG_URL" : "https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/Changelog.cfg", + "CHANGE_LOG_URL" : "https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/changelog.md", "GITHUB" : { "USERNAME" : "zer0Kerbal", @@ -13,14 +13,14 @@ { "MAJOR" : 1, "MINOR" : 2, - "PATCH" : 0, + "PATCH" : 1, "BUILD" : 0 }, "KSP_VERSION" : { "MAJOR" : 1, - "MINOR" : 8, - "PATCH" : 1 + "MINOR" : 12, + "PATCH" : 3 }, "KSP_VERSION_MIN" : { @@ -28,12 +28,6 @@ "MINOR" : 8, "PATCH" : 1 }, - "KSP_VERSION_MAX" : - { - "MAJOR" : 1, - "MINOR" : 8, - "PATCH" : 9999 - }, "INSTALL_LOC" : { "NAME" : "FieldTrainingLab", diff --git a/GPLv3.txt b/GPLv3.txt new file mode 100644 index 0000000..94a9ed0 --- /dev/null +++ b/GPLv3.txt @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/GameData/FieldTrainingLab/1.2.1.0.htm b/GameData/FieldTrainingLab/1.2.1.0.htm new file mode 100644 index 0000000..519ea3d --- /dev/null +++ b/GameData/FieldTrainingLab/1.2.1.0.htm @@ -0,0 +1,212 @@ + + +

Field Training Lab Version
+KSP version
+ Pages

+

Version +1.2.1.0-release - <Clean Blackboards> edition

+
    +
  • 28 Jun 2022
  • +
  • Release for Kerbal Space Program [KSP 1.12.x]
  • +
+

+DO A CLEAN INSTALL:
DELETE EXISTING INSTALLATION THEN RE-INSTALL

Download from CurseForge

+ +

Changes

+

License

+
    +
  • Update to GPLv3 +
      +
    • was Expat/MIT
    • +
  • +
  • closes #32 - Update License to GPLv3
  • +
+

docs/

+
    +
  • Add +
      +
    • [Attribution.md] v1.0.6.0
    • +
    • [ManualInstallation.md] v1.1.7.0
    • +
    • [404-petunia.md]
    • +
    • [LegalMumboJumbo.md] v1.0.5.0
    • +
    • [Localizations.md] v1.1.3.1
    • +
    • [Notices.md] v1.0.0.0
    • +
    • [Why-not.md]
    • +
    • [_config.yml]
    • +
  • +
  • closes #2 - Needs a wiki
  • +
  • closes #35 - add docs/
  • +
+

Convert Changelog

+
    +
  • Convert from .cfg to md
  • +
  • Add missing information for earlier releases
  • +
  • closes #33 - Convert Changelog
  • +
+

Code

+
    +
  • Recompile for KSP 1.12.3
  • +
  • Using .NET 4.6.1 +
      +
    • remove +
        +
      • [InstallChecker.cs]
      • +
      • [AssemblyVersion.tt]
      • +
      • [Log.cs]
      • +
    • +
    • update [Version.tt]]
    • +
  • +
+

Compatibility

+
    +
  • Rename +
      +
    • Patches to Compatibility
    • +
  • +
  • Update +
      +
    • licenses
    • +
    • [Kerbalism.cfg] v1.0.1.0 +
        +
      • fixes #34 - [Bug 🐞]: Kerbalism.cfg
      • +
    • +
  • +
+

Add

+
    +
  • Agent
  • +
  • Flag +
      +
    • 512x320
    • +
    • 64x40 truecolor_scaled
    • +
  • +
+

Localization

+
    +
  • Add +
      +
    • [readme.md] v2.1.2.0
    • +
    • [quickstart.md] v1.0.1.1
    • +
  • +
  • updates #14 - English <us-en.cfg>
  • +
  • updates #13 - Localization - Master
  • +
  • updates #31 - Code Localization
  • +
  • updates #22 - Simplified Chinese (简体中文) <zh-cn.cfg>
  • +
+

Status

+
    +
  • Issues +
      +
    • closes #9 - Field Training Lab (FTL) 1.2.1.0-release +<EDITION>
    • +
    • closes #10 - 1.2.1.0 Verify Legal Mumbo Jumbo
    • +
    • closes #11 - 1.2.1.0 Update Documentation
    • +
    • closes #12 - 1.2.1.0 Update Social Media
    • +
  • +
  • Closes Duplicate Issues +
      +
    • #1 - Localization
    • +
    • #4 - +Localization
    • +
    • #5 - Localization - en-us.cfg (English)
    • +
    • #6 - Localization - pt-br.cfg Brazil
    • +
    • #7 - Localization - zh-cn.cfg - Simplified Chinese
    • +
    • #8 - Update Field Training Laboratory (FTL)
    • +
  • +
+
+

See More

+
    +
  • Changelog Summary for more details of changes : See ChangeLog
  • +
  • Discussions and news on this mod : See Discussions or KSP Forums
  • +
  • Known Issues for more details of feature requests and known issues : +See Known Issues
  • +
  • GitHub Pages : See Pages
  • +
+

Localization

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

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

+ + + + + + + + + diff --git a/GameData/FieldTrainingLab/Agencies/Agents.cfg b/GameData/FieldTrainingLab/Agencies/Agents.cfg new file mode 100644 index 0000000..abb67e2 --- /dev/null +++ b/GameData/FieldTrainingLab/Agencies/Agents.cfg @@ -0,0 +1,12 @@ +AGENT +{ + name = FieldTrainingLab + title = #FTL-Agency-titl + description = #FTL-Agency-desc + + logoURL = FieldTrainingLab/Flags/FieldTraining-flag + logoScaledURL = FieldTrainingLab/Agencies/FieldTraining-flag_scaled + + mentality = Pioneer + mentality = Commercial +} \ No newline at end of file diff --git a/GameData/FieldTrainingLab/Agencies/FieldTraining-flag_scaled.truecolor b/GameData/FieldTrainingLab/Agencies/FieldTraining-flag_scaled.truecolor new file mode 100644 index 0000000..58e3c4e Binary files /dev/null and b/GameData/FieldTrainingLab/Agencies/FieldTraining-flag_scaled.truecolor differ diff --git a/GameData/FieldTrainingLab/Attributions.htm b/GameData/FieldTrainingLab/Attributions.htm new file mode 100644 index 0000000..9605afc --- /dev/null +++ b/GameData/FieldTrainingLab/Attributions.htm @@ -0,0 +1,67 @@ + + + + +

+

Field Training Lab (FTL)

+

Home

+

Attribution

+

Credits

+ + +

Flag(s)

+ + +

Agency

+ + +

Special Thanks

+ + +

Translations

+
    +
  • English English
  • +
  • Additions and corrections welcome!
  • +
+ +

Art Asset(s)

+ +
+

Testing and Support

+ + + + + + + diff --git a/GameData/FieldTrainingLab/Changelog.cfg b/GameData/FieldTrainingLab/Changelog.cfg deleted file mode 100644 index b46df25..0000000 --- a/GameData/FieldTrainingLab/Changelog.cfg +++ /dev/null @@ -1,89 +0,0 @@ -KERBALCHANGELOG //Required to have this name -{ - showChangelog = True - modName = Field Training Lab (FTL) - license = MIT - author = efour, zer0Kerbal - VERSION - { - version = 1.2.0.0 - changename = New Carpets! Automation Motivation Modernization - change = DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL - change = KSP 1.9.1 with .NET 4.8 - change = update Editor GetInfo() to be more informative - change = include assembly version in PAW - CHANGE - { - change = game settings page - ***disabled for now*** - subChange = added game settings page - subChange = added global setting to enable/disable PAW color - subChange = added option to globally enable/disable - subChange = added option: use science and ratio - subChange = added option: use reputation and ratio - subChange = added option: use funds and ratio - } - } - VERSION - { - version = 1.1.0.0 - versionName = Automation Motivation Modernization - change = KSP 1.8.1 with .NET 4.8 - change = isn't that enough? :D - change - started adding in JoyntMail :D - } - VERSION - { - version = 1.0.3.5 - versionName = Automation Motivation Modernization - change = KSP 1.7.3 with .NET 3.5 - change = this preps mod for much easier releases - CHANGE - { - change = Code and Code Related - subChange = added Version.tt and AssemblyVersion.tt automation - subChange = moved AssemblyVersion.tt/.cs into Properties/ - subChange = updated to v2 of InstallChecker.cs - subChange = moved Textures/ -> Plugins/Textures/ - } - CHANGE - { - change = Deployment and Backend - subChange = update changelog to include new Kerbal Changelog features - subChange = updated _deploy and _buildRelease - subChange = automated Readme.md -> Readme.htm - subChange = Readme.htm now included in release - subChange = CONTRIBUTING.md now included in repository - subChange = updated .version to be avc compliant - subChange = added avc github checker and badge - subChange = updated .gitattributes .gitignore - subChange = added json's - subChange = updated / modernized .csproj - subChange = updated Readme.md - subChange = updated Releases.layout.md - } - } - VERSION - { - verison 1.0.3.4.1 - versionName = stowaways be gone! - change = zer0Kerbal released this on Oct 1, 2019 - change = for KSP 1.7.x - change = removed SimpleLogistics.dll that stowed away. - } - VERSION - { - version = 1.0.3.4 - change = Adoption by zer0Kerbal - change = Added PAW grouping (really needed for these mods) - change = Added a blurb in the editor getInfo{} - change = Added InstallChecker.cs - change = Updated patch - now patches all parts with moduleScienceLab - change = Removed other patch - change = changed the TrainingLab to be FieldTrainginLab (patches reflect this) - } - VERSION - { - version = 1.0.3.3 - change = >>-- EFour's last release --<< - } -} diff --git a/GameData/FieldTrainingLab/Compatibility/FieldTrainingLab.cfg b/GameData/FieldTrainingLab/Compatibility/FieldTrainingLab.cfg new file mode 100644 index 0000000..9aacae4 --- /dev/null +++ b/GameData/FieldTrainingLab/Compatibility/FieldTrainingLab.cfg @@ -0,0 +1,21 @@ +// FieldTrainingLab.cfg v1.0.0.0 +// Field Training Lab +// created: 21 Sep 19 +// updated: + +// This file: GPLv3 by zer0Kerbal + +@PART[*]:HAS[@MODULE[ModuleScienceLab]]:NEEDS[FieldTrainingLab]:FOR[FieldTrainingLab] +{ + @description ^= :(.)$:$0\n<#6495ED>Field Training Lab. : + + %MODULE[FieldTrainingLab] + { + // Science Cost = TrainingFactor * exp needed * conditions(inSpace, Landed on other planet) + // example : landed on minmus, level 4->5 : 20 * 32 * 0.25 = 160 + %TimeFactor = 9201600 // 4600800 + %TrainFactor = 20 + %inSpace = 0.5 + %Landed = 0.25 + } +} diff --git a/GameData/FieldTrainingLab/Compatibility/Kerbalism.cfg b/GameData/FieldTrainingLab/Compatibility/Kerbalism.cfg new file mode 100644 index 0000000..53a01f9 --- /dev/null +++ b/GameData/FieldTrainingLab/Compatibility/Kerbalism.cfg @@ -0,0 +1,21 @@ +// Kerbalism.cfg v1.0.1.0 +// Field Training Lab (FTL) +// created: 05 May 2021 +// updated: 25 Jun 2022 + +// This file: GPLv3 by zer0Kerbal + +@PART[*]:HAS[@MODULE[ModuleScienceLab]]:NEEDS[FeatureScience,FieldTrainingLab]:AFTER[KerbalismDefault] +{ + @description:NEEDS[FieldTrainingLab] ^= :(.)$:$0\n<#6495ED>Field Training Lab. : + + %MODULE[FieldTrainingLab] + { + // Science Cost = TrainingFactor * exp needed * conditions(inSpace, Landed on other planet) + // example : landed on minmus, level 4->5 : 20 * 32 * 0.25 = 160 + TimeFactor = 9201600 + TrainFactor = 20 + inSpace = 0.5 + Landed = 0.25 + } +} \ No newline at end of file diff --git a/GameData/FieldTrainingLab/FieldTrainingLab.version b/GameData/FieldTrainingLab/FieldTrainingLab.version index e717bc3..8c25450 100644 --- a/GameData/FieldTrainingLab/FieldTrainingLab.version +++ b/GameData/FieldTrainingLab/FieldTrainingLab.version @@ -2,7 +2,7 @@ "NAME" : "Field Training Lab (FTL)", "URL" : "https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/FieldTrainingLab.version", "DOWNLOAD" : "https://github.com/zer0Kerbal/FieldTrainingLab/releases/latest", - "CHANGE_LOG_URL" : "https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/Changelog.cfg", + "CHANGE_LOG_URL" : "https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/changelog.md", "GITHUB" : { "USERNAME" : "zer0Kerbal", @@ -13,14 +13,14 @@ { "MAJOR" : 1, "MINOR" : 2, - "PATCH" : 0, + "PATCH" : 1, "BUILD" : 0 }, "KSP_VERSION" : { "MAJOR" : 1, - "MINOR" : 8, - "PATCH" : 1 + "MINOR" : 12, + "PATCH" : 3 }, "KSP_VERSION_MIN" : { @@ -28,12 +28,6 @@ "MINOR" : 8, "PATCH" : 1 }, - "KSP_VERSION_MAX" : - { - "MAJOR" : 1, - "MINOR" : 8, - "PATCH" : 9999 - }, "INSTALL_LOC" : { "NAME" : "FieldTrainingLab", diff --git a/GameData/FieldTrainingLab/Flags/FieldTraining-flag.png b/GameData/FieldTrainingLab/Flags/FieldTraining-flag.png new file mode 100644 index 0000000..55d74b0 Binary files /dev/null and b/GameData/FieldTrainingLab/Flags/FieldTraining-flag.png differ diff --git a/GameData/FieldTrainingLab/GPLv3.txt b/GameData/FieldTrainingLab/GPLv3.txt new file mode 100644 index 0000000..94a9ed0 --- /dev/null +++ b/GameData/FieldTrainingLab/GPLv3.txt @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/GameData/FieldTrainingLab/Localization/en-us.cfg b/GameData/FieldTrainingLab/Localization/en-us.cfg index 50709ca..7b8fa05 100644 --- a/GameData/FieldTrainingLab/Localization/en-us.cfg +++ b/GameData/FieldTrainingLab/Localization/en-us.cfg @@ -1,10 +1,21 @@ +// en-us.cfg v1.0.1.0 +// Field Training Lab (FTL) +// created: 05 Apr 2020 +// updated: 25 Jun 2022 + +// this file: CC BY-SA 4.0 by zer0Kerbal + Localization { en-us { - // Field Training Lab - #FieldTrainingLab_titl = Field Training Lab - #FieldTrainingLab_manu = Kerbalnaut Training Industries, Inc. - #FieldTrainingLab_desc = Train Kerbals using Science Points + // Agencies + #FTL-manu = Kerbalnaut Training Industries, Inc. + #FTL-Agency-titl = Kerbalnaut Training Industries, Inc. + #FTL-Agency-desc = Kerbalnaut Training Industries, Inc. for all your training needs! + + // Field Training Lab + #FTL-titl = Field Training Lab + #FTL-desc = Train Kerbals using Science Points } } \ No newline at end of file diff --git a/GameData/FieldTrainingLab/Localization/quickstart.md b/GameData/FieldTrainingLab/Localization/quickstart.md new file mode 100644 index 0000000..6d84948 --- /dev/null +++ b/GameData/FieldTrainingLab/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/FieldTrainingLab/Localization/readme.md b/GameData/FieldTrainingLab/Localization/readme.md new file mode 100644 index 0000000..7ef2d52 --- /dev/null +++ b/GameData/FieldTrainingLab/Localization/readme.md @@ -0,0 +1,170 @@ +--- +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/FieldTrainingLab/Localization/zh-cn.cfg b/GameData/FieldTrainingLab/Localization/zh-cn.cfg index 94d41cb..591c12b 100644 --- a/GameData/FieldTrainingLab/Localization/zh-cn.cfg +++ b/GameData/FieldTrainingLab/Localization/zh-cn.cfg @@ -1,10 +1,19 @@ +// zh-cn.cfg v1.0.0.0 +// Field Training Lab (FTL) +// created: 05 Apr 2020 +// updated: 25 Jun 2022 + +// Simplified Chinese +// this file: CC BY-SA 4.0 by zer0Kerbal +// thank you to: [@JFYoung01](https://github.com/JFYoung01) + Localization { zh-cn { // Field Training Lab - #FieldTrainingLab_titl = 实战演练实验室 - #FieldTrainingLab_manu = 坎培拉有限公司 - #FieldTrainingLab_desc = 使用科技点数来培训坎巴拉人 + #FTL-titl = 实战演练实验室 + #FTL-manu = 坎培拉有限公司 + #FTL-desc = 使用科技点数来培训坎巴拉人 } } \ No newline at end of file diff --git a/GameData/FieldTrainingLab/MIT.txt b/GameData/FieldTrainingLab/MIT.txt deleted file mode 100644 index 75578ae..0000000 --- a/GameData/FieldTrainingLab/MIT.txt +++ /dev/null @@ -1,9 +0,0 @@ -The MIT License (MIT) -Copyright (c) 2016 Efour -Copyright (c) 2019 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. diff --git a/GameData/FieldTrainingLab/ManualInstallation.htm b/GameData/FieldTrainingLab/ManualInstallation.htm new file mode 100644 index 0000000..04a0661 --- /dev/null +++ b/GameData/FieldTrainingLab/ManualInstallation.htm @@ -0,0 +1,99 @@ + + + + +

Field Training Lab (FTL)

+

Home

+

BLURB

+

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 FieldTrainingLab folder inside +your Kerbal Space Program's GameData folder:

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

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, including any other fork: +
      +
    • Delete <KSP_ROOT>/GameData/FieldTrainingLab
    • +
  • +
  • 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/FieldTrainingLab
    • +
  • +
+

The +following file layout must be present after installation

+
<KSP_ROOT>
+  + [GameData]
+    + [FieldTrainingLab]
+      + [Agencies]
+        ...
+      + [Compatibility]
+        ...
+      + [Contracts]
+        ...
+      + [Flags]
+        ...
+      + [Localization]
+        ...
+      + [Parts]
+        ...
+      + [Plugins]
+        ...
+      * #.#.#.#.htm
+      * changelog.md
+      * License.txt
+      * readme.htm
+      * FieldTrainingLab.version
+    ...
+    * [Module Manager][mm] or [Module Manager /L][mml]
+  * KSP.log
+  ...
+

Dependencies

+ diff --git a/GameData/FieldTrainingLab/Patches/FieldTrainingLab.cfg b/GameData/FieldTrainingLab/Patches/FieldTrainingLab.cfg deleted file mode 100644 index 7888759..0000000 --- a/GameData/FieldTrainingLab/Patches/FieldTrainingLab.cfg +++ /dev/null @@ -1,22 +0,0 @@ -// FieldTrainingLab.cfg v1.0 -// Field Training Lab -// created: 21 Sep 19 -// updated: 21 Sep 19 - -@PART[*]:HAS[@MODULE[ModuleScienceLab]]:FOR[FieldTrainingLab] -{ - @description:NEEDS[FieldTrainingLab] ^= :(.)$:$0\n<#6495ED>Field Training Lab. : - - %MODULE[FieldTrainingLab]:NEEDS[FieldTrainingLab] - { - // Science Cost = TrainingFactor * exp needed * conditions(inSpace, Landed on other planet) - // example : landed on minmus, level 4->5 : 20 * 32 * 0.25 = 160 - TimeFactor = 9201600 // 4600800 - TrainFactor = 20 - inSpace = 0.5 - Landed = 0.25 - } -} - -// CC BY-NC-SA-4.0 -// zer0Kerbal \ No newline at end of file diff --git a/GameData/FieldTrainingLab/Patches/Kerbalism.cfg b/GameData/FieldTrainingLab/Patches/Kerbalism.cfg deleted file mode 100644 index c81e6de..0000000 --- a/GameData/FieldTrainingLab/Patches/Kerbalism.cfg +++ /dev/null @@ -1,22 +0,0 @@ -// Kerbalism.cfg v1.0.0.0 -// Field Training Lab -// created: 05 May 21 -// updated: 05 May 21 - -@PART[*]:HAS[@MODULE[ModuleScienceLab]]:FOR[FieldTrainingLab]:AFTER[zzzKerbalismDefault] -{ - @description:NEEDS[FieldTrainingLab] ^= :(.)$:$0\n<#6495ED>Field Training Lab. : - - %MODULE[FieldTrainingLab]:NEEDS[FieldTrainingLab] - { - // Science Cost = TrainingFactor * exp needed * conditions(inSpace, Landed on other planet) - // example : landed on minmus, level 4->5 : 20 * 32 * 0.25 = 160 - TimeFactor = 9201600 - TrainFactor = 20 - inSpace = 0.5 - Landed = 0.25 - } -} - -// MIT -// zer0Kerbal diff --git a/GameData/FieldTrainingLab/Readme.htm b/GameData/FieldTrainingLab/Readme.htm deleted file mode 100644 index d15477f..0000000 --- a/GameData/FieldTrainingLab/Readme.htm +++ /dev/null @@ -1,198 +0,0 @@ - - -

Download on SpaceDock or Github or Curseforge. Also available on CKAN.

-

Field Training Lab (FTL)

-

Adopted by @zer0Kerbal email with continued support from the community.

-

formerly TrainingLaboratory by @Efour

-

Mod Version KSP version KSP-AVC License MIT
-SpaceDock CKAN GitHub Curseforge
-Code Validate AVC .version files

-
-

This mod provides a training system (school) for your kerbalnauts by adding a Field Training Lab into all science laboratories.

-

Field Training Lab provides a training method that consumes science points to get a kerbal experience(stars).

-

Pay 20 science and your kerbal recieved 1 experience. Once your kerbal has gained enough experience, they will level up (max of level 5). Must buy one entire level at a time.

-

Costs: [^2]

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LevelStarsAdditional XPTotal XPColumn4
0☆☆☆☆☆00
1★☆☆☆☆22+40 science
2★★☆☆☆68+120 science
3★★★☆☆816+160 science
4★★★★☆1632+320 science
5★★★★★3264+640 science
-

Training costs will be reduced:

-
    -
  • by 50% when your Field Training Lab is in orbit
  • -
  • by 75% when your Field Training Lab is on other planet
  • -
-

Cabin notes:

-
    -
  • You can tweak values by editing the part.cfg or using a ModuleManager patch.
  • -
  • This module can be added to other crewed parts directly or using a ModuleManager patch.
  • -
  • The code currently only works with the first eight kerbals in a part.
  • -
-
-

Field Training Lab
-If leveling up 'Immediately' is not realistic? Do you think Training needs time to complete? Then Field Training Facility will be answer for you. Field Training Facility (FTL) consumes Time and Electric Charge in order to train (school) your kerbalnauts.

-
-

Field Training Facility

-

And you can have both installed

-
-

Now then, someone like me will want to use both. What happens?

-
-

Both Field Training Facility (FTF) and Field Training Lab (FTL) work together when you have both of them installed. Result is shown below:

-

Kerbalnaut Field Training
-The longer you train with FTF, the less science it costs to level immediately using the FTL.

-

For example - Just using FTL, Level 4 -> Level 5 consumes 640p of Science point. But Level 4(50% with FTF) -> Level 5 consumes just 320p of science point. If 90% with FTF? Just pay 64p of science point or wait some more days. you can get level 5 kerbalnaut.

-

More training means less science points needed, linearly.

-

These two addons can cooperate, If you want one thing, you can install just one mod. If you install both, they will cooperate and your kerbals profit!

-
-

Installation Directions:

-
    -
  • Use CKAN
  • -
-

Changelog Summary

-

See ChangeLog for full details of mod changes

-
-

Dependencies

- -

Recomends

- -

Suggests

- -

Supports

- -

Conflicts

-
    -
  • -none known
  • -
-
-

red box below is a link to forum post on how to get support
-How to get support

-

-

License

- -

Source: GitHub
-License: License MIT

-
-

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

-
-

Original

-

Author: @EFour
-Thread
-Download
-Source: GitHub
-License: License MIT

-
v1.0.3. original: 11 Aug 2018 0K updated: 21 Mar 2020 zed'K
- - - - - - - - -

[^1]: Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date
-[^2]: KSP Wiki: Experience

diff --git a/GameData/FieldTrainingLab/Readme.md b/GameData/FieldTrainingLab/Readme.md deleted file mode 100644 index 9051e86..0000000 --- a/GameData/FieldTrainingLab/Readme.md +++ /dev/null @@ -1,220 +0,0 @@ - - -## Download on [SpaceDock][MOD:rel-spacedock] or [Github][MOD:rel-github] or [Curseforge][MOD:rel-curseforge]. Also available on [CKAN][MOD:rel-ckan]. - -# Field Training Lab (FTL) -### Adopted by [@zer0Kerbal][LINK:zer0kerbal] [email][LINK:email:zer0Kerbal] with continued support from the community. -#### formerly TrainingLaboratory by [@Efour][LINK:efour] -![Mod Version][shield:mod:latest] -![KSP version][shield:ksp] ![KSP-AVC][shield:kspavc] ![License MIT][shield:license] ![][LOGO:mit] -![SpaceDock][shield:spacedock] ![CKAN][shield:ckan] ![GitHub][shield:github] ![Curseforge][shield:curseforge] -![Code][shield:code] ![Validate AVC .version files][shield:avcvalid] -*** - -This mod provides a training system (school) for your kerbalnauts by adding a Field Training Lab into all science laboratories. - -Field Training Lab provides a training method that consumes science points to get a kerbal experience(stars). - -Pay 20 science and your kerbal recieved 1 experience. Once your kerbal has gained enough experience, they will level up (max of level 5). ***Must buy one entire level at a time.*** -### Costs: [^2] -| Level | Stars | Additional XP | Total XP | Column4 | -|-------|-------|---------------|----------|--------------| -| 0 | ☆☆☆☆☆ | 0 | 0 | | -| 1 | ★☆☆☆☆ | 2 | 2 | +40 science | -| 2 | ★★☆☆☆ | 6 | 8 | +120 science | -| 3 | ★★★☆☆ | 8 | 16 | +160 science | -| 4 | ★★★★☆ | 16 | 32 | +320 science | -| 5 | ★★★★★ | 32 | 64 | +640 science | - - -#### Training costs will be reduced: -- by 50% when your Field Training Lab is in orbit -- by 75% when your Field Training Lab is on other planet - -#### Cabin notes: -- You can tweak values by editing the part.cfg or using a ModuleManager patch. -- This module can be added to other crewed parts directly or using a ModuleManager patch. -- The code currently only works with the first eight kerbals in a part. -*** -![Field Training Lab][IMG:hero:0] -If leveling up 'Immediately' is not realistic? Do you think Training needs time to complete? Then [Field Training Facility][thread:FTF] will be answer for you. Field Training Facility (FTL) consumes Time and Electric Charge in order to train (school) your kerbalnauts. -*** -![Field Training Facility][IMG:hero:1] -### And you can have both installed -> Now then, someone like me will want to use both. What happens? -#### *Both [Field Training Facility (FTF)][thread:FTF] and [Field Training Lab (FTL)][thread:FTL] work together when you have both of them installed. Result is shown below:* -![Kerbalnaut Field Training][IMG:hero:2] -The longer you train with FTF, the less science it costs to level immediately using the FTL. - -For example - -Just using FTL, Level 4 -> Level 5 consumes 640p of Science point. -But Level 4(50% with FTF) -> Level 5 consumes just 320p of science point. -If 90% with FTF? Just pay 64p of science point or wait some more days. you can get level 5 kerbalnaut. - -More training means less science points needed, linearly. - -#### These two addons can cooperate, If you want one thing, you can install just one mod. If you install both, they will cooperate and your kerbals profit! -*** -### Installation Directions: -- Use CKAN -### Changelog Summary -*See [ChangeLog][MOD:changelog] for full details of mod changes* -*** -### Dependencies -- [x] [Kerbal Space Program][KSP:website] [![][shield:ksp]][KSP:website] ***may*** work on other versions (YMMV) -- [x] [Module Manager][thread:mm] [^2] -### Recomends -- [x] [Field Training Lab (FTL)][thread:FTL] -## Suggests -- [x] [On Demand Fuel Cells {ODFC)}][thread:ODFC] -- [x] [Field Training Facility (FTF)][thread:FTF] -- [x] [Docking Port Descriptions(DPD)][thread:DPD] -- [x] [PicoPort Shielded (PPS)][thread:PPS] -- [x] [Transparent Command Pods Repressurized)(TCP)][thread:TCP] -- [x] [Stork Delivery System (SDS)][thread:SDS] -- [x] [Biomatic][thread:BIO] -- [x] [B9 Stock Switches (BSS)]() -- [x] [Oh Scrap!][thread:OHS]: -- [x] [ScrapYard][thread:SYD]: -- [x] [DaMichel's AeroRadial][thread:DAR] -- [x] [DaMichel's CargoBays][thread:DCB] -- [x] [DaMichel's Fuselage][thread:DMF] -- [x] [DaMichel's Spherical Tanks][thread:DST] -- [x] [Stork Delivery System (SDS)][thread:SDS] -- [x] [SimpleLogistics!][thread:SL!] -- [x] [SimpleConstructon!][thread:SC!] -- [x] [Not So SimpleConstructon!][thread:NSSC] -### Supports -- [x] [Kerbal Change Log][thread:kcl] -- [x] [Kerbal Planetary Base Systems][thread:kpbs] -### Conflicts -- [x] none known -*** -*red box below is a link to forum post on how to get support* -[![How to get support][image:get-support]][thread:getsupport] - -[![][UTUBE:img]][UTUBE:link] - -### License -#### aka Legal Mumbo Jumbo -Source: [GitHub][MOD:github:repo] -License: ![License MIT][shield:license] ![][LOGO:mit] -> *** All bundled mods are distributed under their own licenses*** -> *** All art assets (textures, models, animations) are distributed under their own licenses*** -### Original -Author: [@EFour][LINK:efour] -[Thread][MOD:original:thread] -[Download][MOD:original:download] -Source: [GitHub][MOD:original:source] -License: ![License MIT][shield:license] ![][LOGO:mit] - -###### v1.0.3. original: 11 Aug 2018 0K updated: 21 Mar 2020 zed'K - - -[MOD:license]: https://github.com/zer0Kerbal/FieldTrainingLab/blob/master/LICENSE -[MOD:contributing]: https://github.com/zer0Kerbal/FieldTrainingLab/blob/master/.github/CONTRIBUTING.md -[MOD:issues]: https://github.com/zer0Kerbal/FieldTrainingLab/issues -[MOD:wiki]: https://github.com/zer0Kerbal/FieldTrainingLab/ -[MOD:known]: https://github.com/zer0Kerbal/FieldTrainingLab/wiki/Known-Issues -[MOD:forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/191045-* -[MOD:github:repo]: https://github.com/zer0Kerbal/FieldTrainingLab/ -[MOD:changelog]: https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/Changelog.cfg -[KSP:website]: http://kerbalspaceprogram.com/ - - -[MOD:original:source]: https://spacedock.info/mod/971/Training%20Laboratory/download/1.0.3.3 -[MOD:original:thread]: https://forum.kerbalspaceprogram.com/index.php?/topic/149796-* -[MOD:original:download]: https://spacedock.info/mod/971/Training%20Laboratory/download/1.0.3.3 - - -[LOGO:mit]: https://i.postimg.cc/bvjfsMP5/MIT-17x17.png -[LOGO:gplv3]: https://i.postimg.cc/90kCDs7K/gplv3-48x17.png -[LOGO:ccbysa4]: https://licensebuttons.net/l/by-sa/4.0/80x15.png - -[MOD:rel-github]: https://github.com/zer0Kerbal/FieldTrainingLab/releases/latest "GitHub" -[MOD:rel-spacedock]: http://spacedock.info/mod/971 -[MOD:rel-curseforge]: https://www.curseforge.com/kerbal/ksp-mods/fieldtraininglab -[MOD:rel-ckan]: http://forum.kerbalspaceprogram.com/index.php?/topic/90246-* - -[image:rel-github]: https://i.imgur.com/RE4Ppr9.png -[image:rel-spacedock]: https://i.imgur.com/m0a7tn2.png -[image:rel-curseforge]: https://i.postimg.cc/RZNyB5vP/Download-On-Curse.png -[image:get-support]: https://i.postimg.cc/vHP6zmrw/image.png - -[image:rel-ckan]: https://i.postimg.cc/x8XSVg4R/sj507JC.png -[image:changelog]: https://i.postimg.cc/qM9p4V0C/changelog.png -[image:source]: https://i.postimg.cc/tJ8GqW0H/source.png - -[image:rel-github-sm]: https://i.postimg.cc/1XXy5yfD/github.png -[image:rel-spacedock-sm]: https://i.postimg.cc/DZ22Hrhj/spacedock.png -[image:rel-curseforge-sm]: https://i.postimg.cc/ZRVTSWKT/UVVt0OP.png - -[shield:mod:latest]: https://img.shields.io/github/v/release/zer0Kerbal/FieldTrainingLab?include_prereleases?style=plastic -[shield:mod]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/mod.json -[shield:ksp]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/ksp.json -[shield:license]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/license.json -[shield:code]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/code.json -[shield:kspavc]: https://img.shields.io/badge/KSP-AVC--supported-brightgreen.svg?style=plastic -[shield:spacedock]: https://img.shields.io/badge/SpaceDock-listed-blue.svg?style=plastic -[shield:ckan]: https://img.shields.io/badge/CKAN-Indexed-blue.svg?style=plastic -[shield:github]: https://img.shields.io/badge/Github-Indexed-blue.svg?style=plastic&logo=github -[shield:curseforge]: https://img.shields.io/badge/CurseForge-listed-blue.svg?style=plastic -[shield:avcvalid]: https://github.com/zer0Kerbal/FieldTrainingLab/workflows/Validate%20AVC%20.version%20files/badge.svg - - -[thread:ODFC]: https://forum.kerbalspaceprogram.com/index.php?/topic/187625-* "On Demand Fuel Cells" -[thread:FTF]: https://forum.kerbalspaceprogram.com/index.php?/topic/188841-* "Field Training Facility" -[thread:FTL]: https://forum.kerbalspaceprogram.com/index.php?/topic/188841-* "Field Training Lab" -[thread:MHH]: https://forum.kerbalspaceprogram.com/index.php?/topic/188246-* "More Hitchhikers" -[thread:TCP]: https://forum.kerbalspaceprogram.com/index.php?/topic/187495-* "Transparent Command Pods" -[thread:NUK]: https://forum.kerbalspaceprogram.com/index.php?/topic/21466-* -[thread:OHS]: https://forum.kerbalspaceprogram.com/index.php?/topic/192360-* "Oh Scrap!" -[thread:SYD]: https://forum.kerbalspaceprogram.com/index.php?/topic/192360-* "ScrapYard" -[thread:DRL]: https:// "DRElite (DRL)" - -[thread:DPD]: https://github.com/zer0Kerbal/KGEx/tree/master/GameData/KGEx/DockingPortDescriptions -[thread:PPS]: https://forum.kerbalspaceprogram.com/index.php?/topic/192187-* -[thread:VG0]: http:// "Vanguard" -[thread:PRB]: http:// "ProbiTronics" -[thread:CTN]: http:// "CTN" -[thread:DST]: https://forum.kerbalspaceprogram.com/index.php?/topic/191719-* "DaMichel's Spherical Tanks" -[thread:DMF]: https://forum.kerbalspaceprogram.com/index.php?/topic/191719-* "DaMichel's Fuselage" -[thread:DAR]: https://forum.kerbalspaceprogram.com/index.php?/topic/191719-* "DaMichel's AeroRadial" -[thread:DCB]: https://forum.kerbalspaceprogram.com/index.php?/topic/191719-* "DaMichel's CargoBays" -[thread:SDS]: https://forum.kerbalspaceprogram.com/index.php?/topic/191719-* "Stork Delivery System (SDS)" -[thread:SC!]: https://forum.kerbalspaceprogram.com/index.php?/topic/191424-* "SimpleConstructon!" -[thread:SL!]: https://forum.kerbalspaceprogram.com/index.php?/topic/191045-* "SimpleLogistics!" -[thread:NSSC]: https://forum.kerbalspaceprogram.com/index.php?/topic/191504-* "Not So SimpleConstructon!" -[thread:BIO]: https://forum.kerbalspaceprogram.com/index.php?/topic/191426-* "Biomatic" -[thread:BSS]: http:// "B9 Stock Switches" -[thread:HB!]: http:// "HotBeverages" - -[thread:mm]: http://forum.kerbalspaceprogram.com/index.php?/topic/50533-* "ModuleManager" -[thread:mc]: https://forum.kerbalspaceprogram.com/index.php?/topic/178484-* " " -[thread:kcl]: https://forum.kerbalspaceprogram.com/index.php?/topic/179207-* "Kerbal Changelog" - -[thread:tweakscale]: https://forum.kerbalspaceprogram.com/index.php?/topic/179030-* -[thread:crp]: http://forum.kerbalspaceprogram.com/index.php?/topic/83007-* -[thread:kpbs]: http://forum.kerbalspaceprogram.com/index.php?/topic/133606-1 "Kerbal Planetary Base Systems" -[thread:getsupport]: https://forum.kerbalspaceprogram.com/index.php?/topic/83212-* -[thread:wiki:xp]: https://wiki.kerbalspaceprogram.com/wiki/Experience "KSP WIKI: Experience" -[LINK:zer0Kerbal]: https://forum.kerbalspaceprogram.com/index.php?/profile/190933-zer0kerbal/ "zer0Kerbal" -[LINK:email:zer0Kerbal]: mailto:zer0Kerbal@hotmail.com "email zer0Kerbal" - -[LINK:efour]: https://forum.kerbalspaceprogram.com/index.php?/profile/152350-efour/ "Efour" -[LINK:orig]: https://forum.kerbalspaceprogram.com/index.php?/profile/152350-efour/ "Efour" - - -[IMG:hero:0]: https://i.imgur.com/VGwKrJn.png "Field Training Lab" -[IMG:hero:1]: https://i.imgur.com/IA449bT.png "Field Training Facility" -[IMG:hero:2]: https://i.imgur.com/FoeIXB6.png "with both Field Training Facility and Lab installed" - -[UTUBE:img]: https://img.youtube.com/vi/-_IweZIT7OI/0.jpg -[UTUBE:link]: https://youtu.be/-_IweZIT7OI "Kottabo Talks Field Training Facility" - - -[^1]: *Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date* -[^2]: [KSP Wiki: Experience][thread:wiki:xp] \ No newline at end of file diff --git a/GameData/FieldTrainingLab/changelog.md b/GameData/FieldTrainingLab/changelog.md new file mode 100644 index 0000000..b52ec2f --- /dev/null +++ b/GameData/FieldTrainingLab/changelog.md @@ -0,0 +1,283 @@ +# Changelog + +| modName | Field Training Lab (FTL) | +| ---------- | ----------------------------------------------------------------- | +| license | GPLv3 | +| author | Efour and zer0Kerbal | +| forum | (https://forum.kerbalspaceprogram.com/index.php?/topic/188841-*/) | +| github | (https://github.com/zer0Kerbal/zer0Kerbal/FieldTrainingLab) | +| curseforge | (https://www.curseforge.com/kerbal/ksp-mods/FieldTrainingLab) | +| spacedock | (https://spacedock.info/mod/971) | +| ckan | FieldTrainingLab | + +## Version 1.2.1.0 - `` edition + +* 28 Jun 2022 +* For Kerbal Space Program [1.12.x] + +### License + +* Update to GPLv3 + * was Expat/MIT +* closes #32 - Update License to GPLv3 + +### docs/ + +* Add + * [Attribution.md] v1.0.6.0 + * [ManualInstallation.md] v1.1.7.0 + * [404-petunia.md] + * [LegalMumboJumbo.md] v1.0.5.0 + * [Localizations.md] v1.1.3.1 + * [Notices.md] v1.0.0.0 + * [Why-not.md] + * [_config.yml] +* closes #2 - Needs a wiki +* closes #35 - add docs/ + +### Convert Changelog + +* Convert from .cfg to md +* Add missing information for earlier releases +* closes #33 - Convert Changelog + +### Code + +* Recompile for KSP 1.12.3 +* Using .NET 4.6.1 + * remove + * [InstallChecker.cs] + * [AssemblyVersion.tt] + * [Log.cs] + * update [Version.tt]] + +### Compatibility + +* Rename + * Patches to Compatibility +* Update + * licenses + * [Kerbalism.cfg] v1.0.1.0 + * fixes #34 - [Bug 🐞]: Kerbalism.cfg + +### Add + +* Agent +* Flag + * 512x320 + * 64x40 truecolor_scaled + +### Localization + +* Add + * [readme.md] v2.1.2.0 + * [quickstart.md] v1.0.1.1 +* updates #14 - English +* updates #13 - Localization - Master +* updates #31 - Code Localization +* updates #22 - Simplified Chinese (简体中文) + +### Status + +* Issues + * closes #9 - Field Training Lab (FTL) 1.2.1.0-release `` + * closes #10 - 1.2.1.0 Verify Legal Mumbo Jumbo + * closes #11 - 1.2.1.0 Update Documentation + * closes #12 - 1.2.1.0 Update Social Media +* Closes Duplicate Issues + * #1 - Localization + * #4 - :sparkles: **Localization** :sparkles: + * #5 - Localization - en-us.cfg (English) + * #6 - Localization - pt-br.cfg Brazil + * #7 - Localization - zh-cn.cfg - Simplified Chinese + * #8 - Update Field Training Laboratory (FTL) + +--- + +## Version 1.2.0.0 - `` + +* 05 Apr 2020 +* KSP 1.9.1 +* .NET 4.8 + +### Code + +* update + * Editor GetInfo() to be more informative + * include assembly version in PAW +* Add + * game settings page + * ***disabled for now*** + * game settings page + * global setting to enable/disable PAW color + * option to globally enable/disable + * option: use science and ratio + * option: use reputation and ratio + * option: use funds and ratio + +--- + +## Version = 1.1.0.0 - `` + +* KSP 1.8.1 with .NET 4.8 + +* isn't that enough? :D +* started adding in JoyntMail :D + +--- + +## Version = 1.0.3.5 - ` Plugins/Textures/ + +### Deployment and Backend + +* Update + * [Changelog.cfg] + * to include new Kerbal Changelog features + * [_deploy] + * [_buildRelease] + * [.gitattributes] + * [].gitignore] + * [*Readme.md] + * automated Readme.md -> Readme.htm + * Readme.htm now included in release + * Releases.layout.md +* [CONTRIBUTING.md] now included in repository +* [FieldTrainingLab.version] to be avc compliant +* Added + * avc github checker and badge +* Added + * json's + +--- + +## Verison 1.0.3.4.1 - `` edition + +* released Oct 1, 2019 +* for KSP 1.7.x +* removed SimpleLogistics.dll that stowed away. + +--- + +## Version 1.0.3.4 + +### Adoption by zer0Kerbal + +### Code + +* Added + * PAW grouping (really needed for these mods) + * a blurb in the editor getInfo{} + * [InstallChecker.cs] + +### Compatibility + +* Updated + * [FieldTrainingLab.cfg] + * now patches all parts with moduleScienceLab + * changed the [TrainingLab] to be [FieldTrainingLab] + * patches reflect this +* Removed + * other patch + +--- + +## Version 1.0.3.3 + +=--- original ---= + +* for Kerbal Space Program 1.6.1 +* Released on 2018-12-21 + +* EFour's last release +* Recompiled 1.6.0 + +--- + +## Version 1.0.3.2 + +* for Kerbal Space Program 1.5.1 +* Released on 2018-10-30 + +* Recompiled for 1.5.1 + +--- + +## Version 1.0.3.1 + +* for Kerbal Space Program 1.3.1 +* Released on 2017-11-27 + +* Recompiled KSP 1.3.1 + +--- + +## Version 1.0.3 + +* for Kerbal Space Program 1.2.2 +* Released on 2016-11-03 + +* Recompiled to 1.2.1 + +--- + +## Version 1.0.2.1 + +* for Kerbal Space Program 1.2 +* Released on 2016-10-22 + +* KPBS support + +--- + +## Version 1.0.2 + +* for Kerbal Space Program 1.2 +* Released on 2016-10-16 + +* Calculating Dead and respawned kerbalnaut + +--- + +## Version 1.0.1.0 + +* for Kerbal Space Program 1.2 +* Released on 2016-10-12 + +* Co-Work with Field Training Facility Mod + +--- + +## Version 1.0.0.0 + +* for Kerbal Space Program 1.2 +* Released on 2016-10-08 + +* No changelog provided + +--- + +## Version 1.0.0.0 + +* for Kerbal Space Program 1.1.3 +* Released on 2016-10-07 + +* No changelog provided + +--- diff --git a/GameData/FieldTrainingLab/readme.htm b/GameData/FieldTrainingLab/readme.htm new file mode 100644 index 0000000..e85c7fa --- /dev/null +++ b/GameData/FieldTrainingLab/readme.htm @@ -0,0 +1,477 @@ + + + + +

KSP version
+Curseforge GitHub SpaceDock CKAN
+Pages

+

Field Training Lab (FTL)

+

This mod provides a training system (school) for your kerbalnauts by +adding a Field Training Lab into all science laboratories.

+

Field Training Lab provides a training method that consumes +science points to earn a kerbal experience (stars).

+

By zer0Kerbal, originally by Efour

+

adopted with express permission and brought to you by +KerbSimpleCo

+FieldTrainingLab Hero + +

Pay 20 science and your kerbal recieved 1 experience. Once your +kerbal has gained enough experience, they will level up (max of level +5). Must buy one entire level at a time.

+

Costs: 1

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
LevelStarsAdditional XPTotal XPscience cost
0☆☆☆☆☆0020 science
1★☆☆☆☆22+40 science
2★★☆☆☆68+120 science
3★★★☆☆816+160 science
4★★★★☆1632+320 science
5★★★★★3264+640 science
+

Training costs will be +reduced

+
    +
  • by 50% when your Field Training Lab is in orbit
  • +
  • by 75% when your Field Training Lab is on other planet
  • +
+FieldTrainingLab Hero + +

Cabin notes

+
    +
  • You can tweak values by editing the part.cfg or using a +ModuleManager patch.
  • +
  • This module can be added to other crewed parts directly or using a +ModuleManager patch.
  • +
  • The code currently only works with the first eight kerbals in a +part.
  • +
+
+

Field Training Facility (FTF)

+
    +
  • If leveling up immediately is not realistic?
  • +
  • Do you think training needs time to complete?
  • +
  • then Field Training Facility will be the +answer for you.
  • +
  • The Field Training Facility (FTF) consumes Time and +Electric Charge in order to train (school) your +kerbalnauts.
  • +
+FieldTrainingFacility + +
+

And you can have both +installed

+ +

The longer you train with FTF, the less science it costs to level +immediately using the FTL.

+

For example:

+

Just using FTL, Level 4 -> Level 5 consumes 640p of Science point. +But Level 4(50% with FTF) -> Level 5 consumes just 320p of science +point. If 90% with FTF? Just pay 64p of science point or wait some more +days. you can get level 5 kerbalnaut.

+

More training means less science points needed, linearly.

+

These two addons can +cooperate

+

If you want one thing, you can install just one mod. If you install +both, they will cooperate and your kerbals profit!!

+
+

See More

+
    +
  • Discussions and news on this mod: See Discussions or KSP Forums
  • +
  • Changelog Summary for more details of changes : See ChangeLog
  • +
  • Known Issues for more details of feature requests and known issues : +See Known Issues
  • +
  • GitHub Pages : See Pages
  • +
+
+

Youtube review by Kottabos Gaming

+

+

Help Wanted

+
+
    +
  • A logo for this and Field Training Facility addons
  • +
  • Compatibility patches
  • +
  • Have a request? Glad to have them, kindly submit through GitHub.
  • +
+
+
+

Localization

+
+
    +
  • English English
  • +
  • 中文 Simplified Chinese (中文)
  • +
  • your translation here
  • +
+

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!

+
+
+

Installation Directions 2

+

Use CurseForge/OverWolf App

+ + CurseForge/OverWolf App + + +
+

Whilst I agree CKAN is a great mod for those that can't use zip +tools, I take no part, nor am interested in maintaining the CKAN mod +metadata for my mods.

+

Please don't ask me about it but refer to the CKAN mod thread if you +are having issues with CKAN or the metadata it maintains. Beware, CKAN +can really mess up though it tries very, very, very +hard not to.

+
+

or CKAN

+

Dependencies

+ +

Recommends

+ +

Suggests

+ +

Supports

+ +
+

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

+
    +
  • Efour for creating these glorious Kerbonaut Training +addons!
  • +
  • see Attribution.md for more comprehensive list
  • +
+ +

Current (2) - zer0Kerbal

+
+

Forum: Thread - Source: GitHub
+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

+
+ +

Author (1) - Author: zer0Kerbal

+
+

Forum: Thread - Download: CurseForge - Source: GitHub
+License: License

+
+

Original (0) - Author: Efour

+
+

Forum: Thread - Download: Dropbox - +Source: Dropbox
+License: License

+
+
+

How to +support this and other great mods by zer0Kerbal

+

Support Github Sponsor Patreon Buy zer0Kerbal a snack

+ + + + + + + + + + +

https://img.shields.io/badge/License-GPLv3-A42E2B?style=plastic&labelColor=white&logoColor=A42E2B&logo=gnu +"GPLv3"

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

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

+ + +
+
+
    +
  1. KSP Wiki: Experience↩︎

  2. +
  3. this isn't a mod. ;P↩︎

  4. +
  5. may work on +other versions (YMMV)↩︎

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

  8. +
+
diff --git a/LICENSE b/LICENSE index 78e4fe5..94a9ed0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,674 @@ -MIT License -Copyright (c) 2016 Efour -Copyright (c) 2019 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. + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/MIT.txt b/MIT.txt deleted file mode 100644 index 75578ae..0000000 --- a/MIT.txt +++ /dev/null @@ -1,9 +0,0 @@ -The MIT License (MIT) -Copyright (c) 2016 Efour -Copyright (c) 2019 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. diff --git a/README.md b/README.md deleted file mode 100644 index 9051e86..0000000 --- a/README.md +++ /dev/null @@ -1,220 +0,0 @@ - - -## Download on [SpaceDock][MOD:rel-spacedock] or [Github][MOD:rel-github] or [Curseforge][MOD:rel-curseforge]. Also available on [CKAN][MOD:rel-ckan]. - -# Field Training Lab (FTL) -### Adopted by [@zer0Kerbal][LINK:zer0kerbal] [email][LINK:email:zer0Kerbal] with continued support from the community. -#### formerly TrainingLaboratory by [@Efour][LINK:efour] -![Mod Version][shield:mod:latest] -![KSP version][shield:ksp] ![KSP-AVC][shield:kspavc] ![License MIT][shield:license] ![][LOGO:mit] -![SpaceDock][shield:spacedock] ![CKAN][shield:ckan] ![GitHub][shield:github] ![Curseforge][shield:curseforge] -![Code][shield:code] ![Validate AVC .version files][shield:avcvalid] -*** - -This mod provides a training system (school) for your kerbalnauts by adding a Field Training Lab into all science laboratories. - -Field Training Lab provides a training method that consumes science points to get a kerbal experience(stars). - -Pay 20 science and your kerbal recieved 1 experience. Once your kerbal has gained enough experience, they will level up (max of level 5). ***Must buy one entire level at a time.*** -### Costs: [^2] -| Level | Stars | Additional XP | Total XP | Column4 | -|-------|-------|---------------|----------|--------------| -| 0 | ☆☆☆☆☆ | 0 | 0 | | -| 1 | ★☆☆☆☆ | 2 | 2 | +40 science | -| 2 | ★★☆☆☆ | 6 | 8 | +120 science | -| 3 | ★★★☆☆ | 8 | 16 | +160 science | -| 4 | ★★★★☆ | 16 | 32 | +320 science | -| 5 | ★★★★★ | 32 | 64 | +640 science | - - -#### Training costs will be reduced: -- by 50% when your Field Training Lab is in orbit -- by 75% when your Field Training Lab is on other planet - -#### Cabin notes: -- You can tweak values by editing the part.cfg or using a ModuleManager patch. -- This module can be added to other crewed parts directly or using a ModuleManager patch. -- The code currently only works with the first eight kerbals in a part. -*** -![Field Training Lab][IMG:hero:0] -If leveling up 'Immediately' is not realistic? Do you think Training needs time to complete? Then [Field Training Facility][thread:FTF] will be answer for you. Field Training Facility (FTL) consumes Time and Electric Charge in order to train (school) your kerbalnauts. -*** -![Field Training Facility][IMG:hero:1] -### And you can have both installed -> Now then, someone like me will want to use both. What happens? -#### *Both [Field Training Facility (FTF)][thread:FTF] and [Field Training Lab (FTL)][thread:FTL] work together when you have both of them installed. Result is shown below:* -![Kerbalnaut Field Training][IMG:hero:2] -The longer you train with FTF, the less science it costs to level immediately using the FTL. - -For example - -Just using FTL, Level 4 -> Level 5 consumes 640p of Science point. -But Level 4(50% with FTF) -> Level 5 consumes just 320p of science point. -If 90% with FTF? Just pay 64p of science point or wait some more days. you can get level 5 kerbalnaut. - -More training means less science points needed, linearly. - -#### These two addons can cooperate, If you want one thing, you can install just one mod. If you install both, they will cooperate and your kerbals profit! -*** -### Installation Directions: -- Use CKAN -### Changelog Summary -*See [ChangeLog][MOD:changelog] for full details of mod changes* -*** -### Dependencies -- [x] [Kerbal Space Program][KSP:website] [![][shield:ksp]][KSP:website] ***may*** work on other versions (YMMV) -- [x] [Module Manager][thread:mm] [^2] -### Recomends -- [x] [Field Training Lab (FTL)][thread:FTL] -## Suggests -- [x] [On Demand Fuel Cells {ODFC)}][thread:ODFC] -- [x] [Field Training Facility (FTF)][thread:FTF] -- [x] [Docking Port Descriptions(DPD)][thread:DPD] -- [x] [PicoPort Shielded (PPS)][thread:PPS] -- [x] [Transparent Command Pods Repressurized)(TCP)][thread:TCP] -- [x] [Stork Delivery System (SDS)][thread:SDS] -- [x] [Biomatic][thread:BIO] -- [x] [B9 Stock Switches (BSS)]() -- [x] [Oh Scrap!][thread:OHS]: -- [x] [ScrapYard][thread:SYD]: -- [x] [DaMichel's AeroRadial][thread:DAR] -- [x] [DaMichel's CargoBays][thread:DCB] -- [x] [DaMichel's Fuselage][thread:DMF] -- [x] [DaMichel's Spherical Tanks][thread:DST] -- [x] [Stork Delivery System (SDS)][thread:SDS] -- [x] [SimpleLogistics!][thread:SL!] -- [x] [SimpleConstructon!][thread:SC!] -- [x] [Not So SimpleConstructon!][thread:NSSC] -### Supports -- [x] [Kerbal Change Log][thread:kcl] -- [x] [Kerbal Planetary Base Systems][thread:kpbs] -### Conflicts -- [x] none known -*** -*red box below is a link to forum post on how to get support* -[![How to get support][image:get-support]][thread:getsupport] - -[![][UTUBE:img]][UTUBE:link] - -### License -#### aka Legal Mumbo Jumbo -Source: [GitHub][MOD:github:repo] -License: ![License MIT][shield:license] ![][LOGO:mit] -> *** All bundled mods are distributed under their own licenses*** -> *** All art assets (textures, models, animations) are distributed under their own licenses*** -### Original -Author: [@EFour][LINK:efour] -[Thread][MOD:original:thread] -[Download][MOD:original:download] -Source: [GitHub][MOD:original:source] -License: ![License MIT][shield:license] ![][LOGO:mit] - -###### v1.0.3. original: 11 Aug 2018 0K updated: 21 Mar 2020 zed'K - - -[MOD:license]: https://github.com/zer0Kerbal/FieldTrainingLab/blob/master/LICENSE -[MOD:contributing]: https://github.com/zer0Kerbal/FieldTrainingLab/blob/master/.github/CONTRIBUTING.md -[MOD:issues]: https://github.com/zer0Kerbal/FieldTrainingLab/issues -[MOD:wiki]: https://github.com/zer0Kerbal/FieldTrainingLab/ -[MOD:known]: https://github.com/zer0Kerbal/FieldTrainingLab/wiki/Known-Issues -[MOD:forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/191045-* -[MOD:github:repo]: https://github.com/zer0Kerbal/FieldTrainingLab/ -[MOD:changelog]: https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/Changelog.cfg -[KSP:website]: http://kerbalspaceprogram.com/ - - -[MOD:original:source]: https://spacedock.info/mod/971/Training%20Laboratory/download/1.0.3.3 -[MOD:original:thread]: https://forum.kerbalspaceprogram.com/index.php?/topic/149796-* -[MOD:original:download]: https://spacedock.info/mod/971/Training%20Laboratory/download/1.0.3.3 - - -[LOGO:mit]: https://i.postimg.cc/bvjfsMP5/MIT-17x17.png -[LOGO:gplv3]: https://i.postimg.cc/90kCDs7K/gplv3-48x17.png -[LOGO:ccbysa4]: https://licensebuttons.net/l/by-sa/4.0/80x15.png - -[MOD:rel-github]: https://github.com/zer0Kerbal/FieldTrainingLab/releases/latest "GitHub" -[MOD:rel-spacedock]: http://spacedock.info/mod/971 -[MOD:rel-curseforge]: https://www.curseforge.com/kerbal/ksp-mods/fieldtraininglab -[MOD:rel-ckan]: http://forum.kerbalspaceprogram.com/index.php?/topic/90246-* - -[image:rel-github]: https://i.imgur.com/RE4Ppr9.png -[image:rel-spacedock]: https://i.imgur.com/m0a7tn2.png -[image:rel-curseforge]: https://i.postimg.cc/RZNyB5vP/Download-On-Curse.png -[image:get-support]: https://i.postimg.cc/vHP6zmrw/image.png - -[image:rel-ckan]: https://i.postimg.cc/x8XSVg4R/sj507JC.png -[image:changelog]: https://i.postimg.cc/qM9p4V0C/changelog.png -[image:source]: https://i.postimg.cc/tJ8GqW0H/source.png - -[image:rel-github-sm]: https://i.postimg.cc/1XXy5yfD/github.png -[image:rel-spacedock-sm]: https://i.postimg.cc/DZ22Hrhj/spacedock.png -[image:rel-curseforge-sm]: https://i.postimg.cc/ZRVTSWKT/UVVt0OP.png - -[shield:mod:latest]: https://img.shields.io/github/v/release/zer0Kerbal/FieldTrainingLab?include_prereleases?style=plastic -[shield:mod]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/mod.json -[shield:ksp]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/ksp.json -[shield:license]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/license.json -[shield:code]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/code.json -[shield:kspavc]: https://img.shields.io/badge/KSP-AVC--supported-brightgreen.svg?style=plastic -[shield:spacedock]: https://img.shields.io/badge/SpaceDock-listed-blue.svg?style=plastic -[shield:ckan]: https://img.shields.io/badge/CKAN-Indexed-blue.svg?style=plastic -[shield:github]: https://img.shields.io/badge/Github-Indexed-blue.svg?style=plastic&logo=github -[shield:curseforge]: https://img.shields.io/badge/CurseForge-listed-blue.svg?style=plastic -[shield:avcvalid]: https://github.com/zer0Kerbal/FieldTrainingLab/workflows/Validate%20AVC%20.version%20files/badge.svg - - -[thread:ODFC]: https://forum.kerbalspaceprogram.com/index.php?/topic/187625-* "On Demand Fuel Cells" -[thread:FTF]: https://forum.kerbalspaceprogram.com/index.php?/topic/188841-* "Field Training Facility" -[thread:FTL]: https://forum.kerbalspaceprogram.com/index.php?/topic/188841-* "Field Training Lab" -[thread:MHH]: https://forum.kerbalspaceprogram.com/index.php?/topic/188246-* "More Hitchhikers" -[thread:TCP]: https://forum.kerbalspaceprogram.com/index.php?/topic/187495-* "Transparent Command Pods" -[thread:NUK]: https://forum.kerbalspaceprogram.com/index.php?/topic/21466-* -[thread:OHS]: https://forum.kerbalspaceprogram.com/index.php?/topic/192360-* "Oh Scrap!" -[thread:SYD]: https://forum.kerbalspaceprogram.com/index.php?/topic/192360-* "ScrapYard" -[thread:DRL]: https:// "DRElite (DRL)" - -[thread:DPD]: https://github.com/zer0Kerbal/KGEx/tree/master/GameData/KGEx/DockingPortDescriptions -[thread:PPS]: https://forum.kerbalspaceprogram.com/index.php?/topic/192187-* -[thread:VG0]: http:// "Vanguard" -[thread:PRB]: http:// "ProbiTronics" -[thread:CTN]: http:// "CTN" -[thread:DST]: https://forum.kerbalspaceprogram.com/index.php?/topic/191719-* "DaMichel's Spherical Tanks" -[thread:DMF]: https://forum.kerbalspaceprogram.com/index.php?/topic/191719-* "DaMichel's Fuselage" -[thread:DAR]: https://forum.kerbalspaceprogram.com/index.php?/topic/191719-* "DaMichel's AeroRadial" -[thread:DCB]: https://forum.kerbalspaceprogram.com/index.php?/topic/191719-* "DaMichel's CargoBays" -[thread:SDS]: https://forum.kerbalspaceprogram.com/index.php?/topic/191719-* "Stork Delivery System (SDS)" -[thread:SC!]: https://forum.kerbalspaceprogram.com/index.php?/topic/191424-* "SimpleConstructon!" -[thread:SL!]: https://forum.kerbalspaceprogram.com/index.php?/topic/191045-* "SimpleLogistics!" -[thread:NSSC]: https://forum.kerbalspaceprogram.com/index.php?/topic/191504-* "Not So SimpleConstructon!" -[thread:BIO]: https://forum.kerbalspaceprogram.com/index.php?/topic/191426-* "Biomatic" -[thread:BSS]: http:// "B9 Stock Switches" -[thread:HB!]: http:// "HotBeverages" - -[thread:mm]: http://forum.kerbalspaceprogram.com/index.php?/topic/50533-* "ModuleManager" -[thread:mc]: https://forum.kerbalspaceprogram.com/index.php?/topic/178484-* " " -[thread:kcl]: https://forum.kerbalspaceprogram.com/index.php?/topic/179207-* "Kerbal Changelog" - -[thread:tweakscale]: https://forum.kerbalspaceprogram.com/index.php?/topic/179030-* -[thread:crp]: http://forum.kerbalspaceprogram.com/index.php?/topic/83007-* -[thread:kpbs]: http://forum.kerbalspaceprogram.com/index.php?/topic/133606-1 "Kerbal Planetary Base Systems" -[thread:getsupport]: https://forum.kerbalspaceprogram.com/index.php?/topic/83212-* -[thread:wiki:xp]: https://wiki.kerbalspaceprogram.com/wiki/Experience "KSP WIKI: Experience" -[LINK:zer0Kerbal]: https://forum.kerbalspaceprogram.com/index.php?/profile/190933-zer0kerbal/ "zer0Kerbal" -[LINK:email:zer0Kerbal]: mailto:zer0Kerbal@hotmail.com "email zer0Kerbal" - -[LINK:efour]: https://forum.kerbalspaceprogram.com/index.php?/profile/152350-efour/ "Efour" -[LINK:orig]: https://forum.kerbalspaceprogram.com/index.php?/profile/152350-efour/ "Efour" - - -[IMG:hero:0]: https://i.imgur.com/VGwKrJn.png "Field Training Lab" -[IMG:hero:1]: https://i.imgur.com/IA449bT.png "Field Training Facility" -[IMG:hero:2]: https://i.imgur.com/FoeIXB6.png "with both Field Training Facility and Lab installed" - -[UTUBE:img]: https://img.youtube.com/vi/-_IweZIT7OI/0.jpg -[UTUBE:link]: https://youtu.be/-_IweZIT7OI "Kottabo Talks Field Training Facility" - - -[^1]: *Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date* -[^2]: [KSP Wiki: Experience][thread:wiki:xp] \ No newline at end of file diff --git a/Readme.htm b/Readme.htm deleted file mode 100644 index d15477f..0000000 --- a/Readme.htm +++ /dev/null @@ -1,198 +0,0 @@ - - -

Download on SpaceDock or Github or Curseforge. Also available on CKAN.

-

Field Training Lab (FTL)

-

Adopted by @zer0Kerbal email with continued support from the community.

-

formerly TrainingLaboratory by @Efour

-

Mod Version KSP version KSP-AVC License MIT
-SpaceDock CKAN GitHub Curseforge
-Code Validate AVC .version files

-
-

This mod provides a training system (school) for your kerbalnauts by adding a Field Training Lab into all science laboratories.

-

Field Training Lab provides a training method that consumes science points to get a kerbal experience(stars).

-

Pay 20 science and your kerbal recieved 1 experience. Once your kerbal has gained enough experience, they will level up (max of level 5). Must buy one entire level at a time.

-

Costs: [^2]

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LevelStarsAdditional XPTotal XPColumn4
0☆☆☆☆☆00
1★☆☆☆☆22+40 science
2★★☆☆☆68+120 science
3★★★☆☆816+160 science
4★★★★☆1632+320 science
5★★★★★3264+640 science
-

Training costs will be reduced:

-
    -
  • by 50% when your Field Training Lab is in orbit
  • -
  • by 75% when your Field Training Lab is on other planet
  • -
-

Cabin notes:

-
    -
  • You can tweak values by editing the part.cfg or using a ModuleManager patch.
  • -
  • This module can be added to other crewed parts directly or using a ModuleManager patch.
  • -
  • The code currently only works with the first eight kerbals in a part.
  • -
-
-

Field Training Lab
-If leveling up 'Immediately' is not realistic? Do you think Training needs time to complete? Then Field Training Facility will be answer for you. Field Training Facility (FTL) consumes Time and Electric Charge in order to train (school) your kerbalnauts.

-
-

Field Training Facility

-

And you can have both installed

-
-

Now then, someone like me will want to use both. What happens?

-
-

Both Field Training Facility (FTF) and Field Training Lab (FTL) work together when you have both of them installed. Result is shown below:

-

Kerbalnaut Field Training
-The longer you train with FTF, the less science it costs to level immediately using the FTL.

-

For example - Just using FTL, Level 4 -> Level 5 consumes 640p of Science point. But Level 4(50% with FTF) -> Level 5 consumes just 320p of science point. If 90% with FTF? Just pay 64p of science point or wait some more days. you can get level 5 kerbalnaut.

-

More training means less science points needed, linearly.

-

These two addons can cooperate, If you want one thing, you can install just one mod. If you install both, they will cooperate and your kerbals profit!

-
-

Installation Directions:

-
    -
  • Use CKAN
  • -
-

Changelog Summary

-

See ChangeLog for full details of mod changes

-
-

Dependencies

- -

Recomends

- -

Suggests

- -

Supports

- -

Conflicts

-
    -
  • -none known
  • -
-
-

red box below is a link to forum post on how to get support
-How to get support

-

-

License

- -

Source: GitHub
-License: License MIT

-
-

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

-
-

Original

-

Author: @EFour
-Thread
-Download
-Source: GitHub
-License: License MIT

-
v1.0.3. original: 11 Aug 2018 0K updated: 21 Mar 2020 zed'K
- - - - - - - - -

[^1]: Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date
-[^2]: KSP Wiki: Experience

diff --git a/Source/Constants.cs b/Source/Constants.cs deleted file mode 100644 index 4ed3790..0000000 --- a/Source/Constants.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System.Text; - -using FieldTrainingLab; - -public class Constants -{ - public const string MODNAME = "FieldTrainingLab"; - public const string MODTITLE = "Field Training Lab"; - public static readonly string ROOT_PATH = KSPUtil.ApplicationRootPath; - public static readonly string CONFIG_BASE_FOLDER = ROOT_PATH + "GameData/"; - public static string FTL_BASE_FOLDER { get { return CONFIG_BASE_FOLDER + MODNAME + "/"; } } - public static string FTL_NODENAME = MODNAME; - public string FTL_CFG_FILE { get { return FTL_BASE_FOLDER + "PluginData/FTL_Settings.cfg"; } } -} diff --git a/Source/FieldTrainingLab173.csproj b/Source/FieldTrainingLab173.csproj deleted file mode 100644 index d11d521..0000000 --- a/Source/FieldTrainingLab173.csproj +++ /dev/null @@ -1,90 +0,0 @@ - - - - - Debug - AnyCPU - {AD686AF3-DDDC-4991-909F-EAD9C16C469B} - Library - Properties - FieldTrainingLab - FieldTrainingLab - v3.5 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - none - true - bin\Release\ - TRACE - prompt - 4 - true - - - - False - - - False - - - - - - - - - - - - - - - - - True - True - AssemblyVersion.tt - - - True - True - Version.tt - - - - - - - - TextTemplatingFileGenerator - AssemblyVersion.cs - - - TextTemplatingFileGenerator - Version.cs - - - - - set textTemplatingPath="$(DevEnvDir)texttransform.exe" -%25textTemplatingPath%25 "$(ProjectDir)Properties\AssemblyVersion.tt" - - - - - start /D $(ProjectDir)..\ /WAIT _deploy.bat $(TargetDir) $(TargetFileName) - if $(ConfigurationName) == Release start /D C:\KSP_DEV\Workspace\FieldTrainingLab /WAIT _buildRelease.bat $(TargetDir) $(TargetFileName) - - - \ No newline at end of file diff --git a/Source/FieldTrainingLab173.sln b/Source/FieldTrainingLab173.sln deleted file mode 100644 index 8c710ed..0000000 --- a/Source/FieldTrainingLab173.sln +++ /dev/null @@ -1,32 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.29230.47 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FieldTrainingLab173", "FieldTrainingLab173.csproj", "{AD686AF3-DDDC-4991-909F-EAD9C16C469B}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{7B84804D-D321-451A-B023-DE3BC7F8F184}" - ProjectSection(SolutionItems) = preProject - ..\_buildRelease.bat = ..\_buildRelease.bat - ..\_deploy.bat = ..\_deploy.bat - ..\FieldTrainingLab.version = ..\FieldTrainingLab.version - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {AD686AF3-DDDC-4991-909F-EAD9C16C469B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {AD686AF3-DDDC-4991-909F-EAD9C16C469B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {AD686AF3-DDDC-4991-909F-EAD9C16C469B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {AD686AF3-DDDC-4991-909F-EAD9C16C469B}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {0557799F-C16D-4765-963D-E5FB203FD0C9} - EndGlobalSection -EndGlobal diff --git a/Source/FieldTrainingLab181.sln b/Source/FieldTrainingLab181.sln deleted file mode 100644 index b871381..0000000 --- a/Source/FieldTrainingLab181.sln +++ /dev/null @@ -1,32 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.29230.47 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FieldTrainingLab181", "FieldTrainingLab181.csproj", "{AD686AF3-DDDC-4991-909F-EAD9C16C469B}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{7B84804D-D321-451A-B023-DE3BC7F8F184}" - ProjectSection(SolutionItems) = preProject - ..\_buildRelease.bat = ..\_buildRelease.bat - ..\_deploy.bat = ..\_deploy.bat - ..\FieldTrainingLab.version = ..\FieldTrainingLab.version - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {AD686AF3-DDDC-4991-909F-EAD9C16C469B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {AD686AF3-DDDC-4991-909F-EAD9C16C469B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {AD686AF3-DDDC-4991-909F-EAD9C16C469B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {AD686AF3-DDDC-4991-909F-EAD9C16C469B}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {0557799F-C16D-4765-963D-E5FB203FD0C9} - EndGlobalSection -EndGlobal diff --git a/Source/FieldTrainingLab191.csproj b/Source/FieldTrainingLab191.csproj deleted file mode 100644 index d4c8907..0000000 --- a/Source/FieldTrainingLab191.csproj +++ /dev/null @@ -1,90 +0,0 @@ - - - - - Debug - AnyCPU - {AD686AF3-DDDC-4991-909F-EAD9C16C469B} - Library - Properties - FieldTrainingLab - FieldTrainingLab - v4.8 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - none - true - bin\Release\ - TRACE - prompt - 4 - true - - - - False - - - False - - - - - - - - - - - - - - - - - True - True - AssemblyVersion.tt - - - True - True - Version.tt - - - - - - - - TextTemplatingFileGenerator - AssemblyVersion.cs - - - TextTemplatingFileGenerator - Version.cs - - - - - set textTemplatingPath="$(DevEnvDir)texttransform.exe" -%25textTemplatingPath%25 "$(ProjectDir)Properties\AssemblyVersion.tt" - - - - - start /D $(ProjectDir)..\ /WAIT _deploy.bat $(TargetDir) $(TargetFileName) - if $(ConfigurationName) == Release start /D C:\KSP_DEV\Workspace\FieldTrainingLab /WAIT _buildRelease.bat $(TargetDir) $(TargetFileName) - - - \ No newline at end of file diff --git a/Source/FieldTrainingLab191.sln b/Source/FieldTrainingLab191.sln deleted file mode 100644 index 13a7f75..0000000 --- a/Source/FieldTrainingLab191.sln +++ /dev/null @@ -1,32 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.29230.47 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FieldTrainingLab191", "FieldTrainingLab191.csproj", "{AD686AF3-DDDC-4991-909F-EAD9C16C469B}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{7B84804D-D321-451A-B023-DE3BC7F8F184}" - ProjectSection(SolutionItems) = preProject - ..\_buildRelease.bat = ..\_buildRelease.bat - ..\_deploy.bat = ..\_deploy.bat - ..\FieldTrainingLab.version = ..\FieldTrainingLab.version - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {AD686AF3-DDDC-4991-909F-EAD9C16C469B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {AD686AF3-DDDC-4991-909F-EAD9C16C469B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {AD686AF3-DDDC-4991-909F-EAD9C16C469B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {AD686AF3-DDDC-4991-909F-EAD9C16C469B}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {0557799F-C16D-4765-963D-E5FB203FD0C9} - EndGlobalSection -EndGlobal diff --git a/Source/InstallChecker.cs b/Source/InstallChecker.cs deleted file mode 100644 index facc337..0000000 --- a/Source/InstallChecker.cs +++ /dev/null @@ -1,103 +0,0 @@ -/* - * InstallChecker.cs - * version 2.0.0.0 -*/ - -/** - * Based on the InstallChecker from the Kethane mod for Kerbal Space Program. - * https://github.com/Majiir/Kethane/blob/b93b1171ec42b4be6c44b257ad31c7efd7ea1702/Plugin/InstallChecker.cs - * - * Original is (C) Copyright Majiir. - * CC0 Public Domain (http://creativecommons.org/publicdomain/zero/1.0/) - * http://forum.kerbalspaceprogram.com/threads/65395-CompatibilityChecker-Discussion-Thread?p=899895&viewfull=1#post899895 - * - * This file has been modified extensively and is released under the same license. - */ -using System; -using System.IO; -using System.Linq; -using System.Reflection; -using UnityEngine; - -namespace FieldTrainingLab -{ - [KSPAddon(KSPAddon.Startup.Instantly, true)] - internal class Startup : MonoBehaviour - { - private void Start() - { - string v = "n/a"; - AssemblyTitleAttribute attributes = (AssemblyTitleAttribute)Attribute.GetCustomAttribute(Assembly.GetExecutingAssembly(), typeof(AssemblyTitleAttribute), false); - string title = attributes?.Title; - if (title == null) - { - title = "TitleNotAvailable"; - } - v = Assembly.GetExecutingAssembly().FullName; - if (v == null) - { - v = "VersionNotAvailable"; - } - Debug.Log("[" + title + "] Version " + v); - } - } - - [KSPAddon(KSPAddon.Startup.MainMenu, true)] - internal class InstallChecker : MonoBehaviour - { - internal const string MODNAME = "FieldTrainingLab"; - internal const string FOLDERNAME = "FieldTrainingLab"; - internal const string EXPECTEDPATH = FOLDERNAME + "/Plugins"; - - protected void Start() - { - // Search for this mod's DLL existing in the wrong location. This will also detect duplicate copies because only one can be in the right place. - var assemblies = AssemblyLoader.loadedAssemblies.Where(a => a.assembly.GetName().Name == Assembly.GetExecutingAssembly().GetName().Name).Where(a => a.url != EXPECTEDPATH); - if (assemblies.Any()) - { - var badPaths = assemblies.Select(a => a.path).Select(p => Uri.UnescapeDataString(new Uri(Path.GetFullPath(KSPUtil.ApplicationRootPath)).MakeRelativeUri(new Uri(p)).ToString().Replace('/', Path.DirectorySeparatorChar))); - PopupDialog.SpawnPopupDialog - ( - new Vector2(0.5f, 0.5f), - new Vector2(0.5f, 0.5f), - "test", - "Incorrect " + MODNAME + " Installation", - MODNAME + " has been installed incorrectly and will not function properly. All files should be located in KSP/GameData/" + FOLDERNAME + ". Do not move any files from inside that folder.\n\nIncorrect path(s):\n" + String.Join("\n", badPaths.ToArray()), - "OK", - false, - HighLogic.UISkin - ); - Debug.Log("Incorrect " + MODNAME + " Installation: " + MODNAME + " has been installed incorrectly and will not function properly. All files should be located in KSP/GameData/" + EXPECTEDPATH + ". Do not move any files from inside that folder.\n\nIncorrect path(s):\n" + String.Join("\n", badPaths.ToArray()) - - ); - - } - - //// Check for Module Manager - //if (!AssemblyLoader.loadedAssemblies.Any(a => a.assembly.GetName().Name.StartsWith("ModuleManager") && a.url == "")) - //{ - // PopupDialog.SpawnPopupDialog("Missing Module Manager", - // modName + " requires the Module Manager mod in order to function properly.\n\nPlease download from http://forum.kerbalspaceprogram.com/threads/55219 and copy to the KSP/GameData/ directory.", - // "OK", false, HighLogic.Skin); - //} - - CleanupOldVersions(); - } - - /* - * Tries to fix the install if it was installed over the top of a previous version - */ - void CleanupOldVersions() - { - try - { - } - catch (Exception ex) - { - Debug.LogError("-ERROR- " + this.GetType().FullName + "[" + this.GetInstanceID().ToString("X") + "][" + Time.time.ToString("0.00") + "]: " + - "Exception caught while cleaning up old files.\n" + ex.Message + "\n" + ex.StackTrace); - - } - } - } -} \ No newline at end of file diff --git a/Source/Logging.cs b/Source/Logging.cs deleted file mode 100644 index 4f60b4d..0000000 --- a/Source/Logging.cs +++ /dev/null @@ -1,104 +0,0 @@ -using System; -using System.Diagnostics; - -namespace FieldTrainingLab - -{ - public static class Log - { - public enum LEVEL - { - OFF = 0, - ERROR = 1, - WARNING = 2, - INFO = 3, - DETAIL = 4, - TRACE = 5 - } - - ; - - public static LEVEL level = LEVEL.INFO; - - public static LEVEL GetLevel() - { - return level; - } - - public static void SetLevel(LEVEL level) - { - UnityEngine.Debug.Log("log level " + level); - Log.level = level; - } - - public static LEVEL GetLogLevel() - { - return level; - } - - private static bool IsLevel(LEVEL level) - { - return level == Log.level; - } - - public static bool IsLogable(LEVEL level) - { - return level <= Log.level; - } - - public static void Trace(String msg) - { - if (IsLogable(LEVEL.TRACE)) - { - UnityEngine.Debug.Log(Constants.MODNAME + ": " + msg); - } - } - - public static void Detail(String msg) - { - if (IsLogable(LEVEL.DETAIL)) - { - UnityEngine.Debug.Log(Constants.MODNAME + ": " + msg); - } - } - - [ConditionalAttribute("DEBUG")] - public static void Info(String msg) - { - if (IsLogable(LEVEL.INFO)) - { - UnityEngine.Debug.Log(Constants.MODNAME + ": " + msg); - } - } - - [ConditionalAttribute("DEBUG")] - public static void Test(String msg) - { - //if (IsLogable(LEVEL.INFO)) - { - UnityEngine.Debug.LogWarning(Constants.MODNAME + " TEST:" + msg); - } - } - - public static void Warning(String msg) - { - if (IsLogable(LEVEL.WARNING)) - { - UnityEngine.Debug.LogWarning(Constants.MODNAME + ": " + msg); - } - } - - public static void Error(String msg) - { - if (IsLogable(LEVEL.ERROR)) - { - UnityEngine.Debug.LogError(Constants.MODNAME + ": " + msg); - } - } - - public static void Exception(Exception e) - { - Log.Error("exception caught: " + e.GetType() + ": " + e.Message); - } - } -} \ No newline at end of file diff --git a/Source/Properties/AssemblyInfo.cs b/Source/Properties/AssemblyInfo.cs deleted file mode 100644 index bc9a02f..0000000 --- a/Source/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Field Training Lab (FTL)")] -[assembly: AssemblyDescription("Train Kerbals using Science Points, for Kerbal Space Program")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Kerbalnaut Training Industries, Inc.")] -[assembly: AssemblyProduct("Field Training Lab")] -[assembly: AssemblyCopyright("Copyright (c) 2016 Efour")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] -[assembly: AssemblyInformationalVersionAttribute("Train Kerbals using Science Points, for Kerbal Space Program")] - -// The following GUID is for the ID of the typelib if this project is exposed to COM - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -//[assembly: AssemblyVersion("1.0.1.0")] -//[assembly: AssemblyFileVersion("1.0.4.0")] diff --git a/Source/Properties/AssemblyVersion.cs b/Source/Properties/AssemblyVersion.cs deleted file mode 100644 index 648a387..0000000 --- a/Source/Properties/AssemblyVersion.cs +++ /dev/null @@ -1,10 +0,0 @@ - - - // This code was generated by a tool. Any changes made manually will be lost - // the next time this code is regenerated. - // - - using System.Reflection; - - [assembly: AssemblyFileVersion("1.2.0.0")] - [assembly: AssemblyVersion("1.2.0.0")] diff --git a/Source/Properties/AssemblyVersion.tt b/Source/Properties/AssemblyVersion.tt deleted file mode 100644 index b171e1f..0000000 --- a/Source/Properties/AssemblyVersion.tt +++ /dev/null @@ -1,114 +0,0 @@ -<# -/* - * AssemblyVersion.tt - * 1.1.0.1 -*/ - - /* This file is licensed under the Do What the F* You Want to Public License ( http://www.wtfpl.net ) - * by zer0Kerbal. - * - * You are allowed to copy, modify and use this file unrestrictedly. :) - */ -#> - -<#@ template debug="false" hostspecific="true" language="C#" #> -<#@ import namespace="System.IO" #> -<#@ output extension=".cs" #> - -<# - - // Instructions - // 1. Add a new Text Template to the project - // 2. Copy this file into the new template - // 3. Update the string: versionfile with the complete path to the .version file - // 4. Remove the following lines from the file AssemblyInfo.cs (usually located in the "Property" folder inside your C# project): - // [assembly: AssemblyVersion("1.0.0.0")] - // [assembly: AssemblyFileVersion("1.0.0.0")] - // 5. Add the following to the PreBuild steps: - // set textTemplatingPath="%CommonProgramFiles(x86)%\Microsoft Shared\TextTemplating\$(VisualStudioVersion)\texttransform.exe" - // - // if %textTemplatingPath%=="\Microsoft Shared\TextTemplating\$(VisualStudioVersion)\texttransform.exe" set textTemplatingPath="%CommonProgramFiles%\Microsoft Shared\TextTemplating\$(VisualStudioVersion)\texttransform.exe" - // - // %textTemplatingPath% "$(ProjectDir)AssemblyFileVersion.tt" - - // - // Update the following with mod name as listed on the .version file - // - string PROJECT_NAME = "FieldTrainingLab"; - - int major = 0; - int minor = 0; - int build = 0; - int patch = 0; - bool versionSection = false; - - int i = 0; - int i2 = 0; - string s; - - - string versionfile = this.Host.ResolvePath("../../" + PROJECT_NAME + ".version"); - - if (!File.Exists(versionfile)) - { - Write("File: " + versionfile + " missing\n"); - } - - try - { - foreach (var line in File.ReadAllLines(versionfile)) - { - if (line != null) - { - if (!versionSection) - { - if (line.Contains("\"VERSION\"")) - versionSection = true; - } - else - { - if (line.Contains("}")) - versionSection = false; - i = line.IndexOf(":"); - i2 = line.IndexOf(","); - if (i2 == -1) - i2 = line.Length; - if (i >= 0 && i2 >= 0) - { - s = line.Substring(i + 1, i2 - i - 1); - - if (line.Contains("MAJOR")) - Int32.TryParse(s, out major); - - if (line.Contains("MINOR")) - Int32.TryParse(s, out minor); - - if (line.Contains("PATCH")) - Int32.TryParse(s, out patch); - - if (line.Contains("BUILD")) - Int32.TryParse(s, out build); - } - } - } - } - - } - catch - { - major = 1; - minor = 0; - patch = 0; - build = 0; - } - //Write("File done"); - - #> - // This code was generated by a tool. Any changes made manually will be lost - // the next time this code is regenerated. - // - - using System.Reflection; - - [assembly: AssemblyFileVersion("<#= major #>.<#= minor #>.<#= patch #>.<#= build #>")] - [assembly: AssemblyVersion("<#= major #>.<#= minor #>.<#= patch #>.<#= build #>")] diff --git a/Source/Properties/AssemblyVersion1.cs b/Source/Properties/AssemblyVersion1.cs deleted file mode 100644 index 50ee494..0000000 --- a/Source/Properties/AssemblyVersion1.cs +++ /dev/null @@ -1,10 +0,0 @@ - - - // This code was generated by a tool. Any changes made manually will be lost - // the next time this code is regenerated. - // - - using System.Reflection; - - [assembly: AssemblyFileVersion("1.0.3.5")] - [assembly: AssemblyVersion("1.0.3.5")] diff --git a/Source/Properties/Version.cs b/Source/Properties/Version.cs deleted file mode 100644 index bbd0a85..0000000 --- a/Source/Properties/Version.cs +++ /dev/null @@ -1,19 +0,0 @@ - - -// Automatically generated code. Any changes will be lost! -namespace FieldTrainingLab -{ - public static class Version - { - public const int major = 1; - public const int minor = 2; - public const int patch = 0; - public const int build = 0; - public const string Number = "1.2.0.0"; -#if DEBUG - public const string Text = Number + " DEBUG"; -#else - public const string Text = Number + ""; -#endif - } -} diff --git a/Source/Properties/Version.tt b/Source/Properties/Version.tt deleted file mode 100644 index 71a20eb..0000000 --- a/Source/Properties/Version.tt +++ /dev/null @@ -1,101 +0,0 @@ -<# -/* - * Version.tt - * 1.1.0.0 -*/ - -/* This file is licensed under the Do What the F* You Want to Public License ( http://www.wtfpl.net ) - * by LisiasT. http://ksp.lisias.net - * - * You are allowed to copy, modify and use this file unrestrictedly. :) - */ -#> - -<# // from https://docs.microsoft.com/en-us/visualstudio/modeling/walkthrough-generating-code-by-using-text-templates?view=vs-2017 #> -<#@ template debug="false" hostspecific="true" language="C#" #> -<#@ output extension=".cs" #> -<#@ import namespace="System.IO" #> -<# - // - // Update the following with mod name as listed on the .version file - // - string PROJECT_NAME = "FieldTrainingLab"; - int major = 0; - int minor = 0; - int patch = 0; - int build = 0; - - try - { - string file = this.Host.ResolvePath("../../" + PROJECT_NAME + ".version"); - string text = File.ReadAllText(file); - - { - int i = text.IndexOf("\"VERSION\"", System.StringComparison.Ordinal); - int j = text.IndexOf("}", i + 1, System.StringComparison.Ordinal); - text = text.Substring(i, j-i+1); - } - - try - { - int i = text.IndexOf("\"MAJOR\"", System.StringComparison.Ordinal); - while (!Char.IsNumber(text[i])) ++i; - int j = i; - while (Char.IsNumber(text[j])) ++j; - Int32.TryParse(text.Substring(i,j-i), out major); - } - catch { } - - try - { - int i = text.IndexOf("\"MINOR\"", System.StringComparison.Ordinal); - while (!Char.IsNumber(text[i])) ++i; - int j = i; - while (Char.IsNumber(text[j])) ++j; - Int32.TryParse(text.Substring(i,j-i), out minor); - } - catch { } - - try - { - int i = text.IndexOf("\"PATCH\"", System.StringComparison.Ordinal); - while (!Char.IsNumber(text[i])) ++i; - int j = i; - while (Char.IsNumber(text[j])) ++j; - Int32.TryParse(text.Substring(i,j-i), out patch); - } - catch { } - - try - { - int i = text.IndexOf("\"BUILD\"", System.StringComparison.Ordinal); - while (!Char.IsNumber(text[i])) ++i; - int j = i; - while (Char.IsNumber(text[j])) ++j; - Int32.TryParse(text.Substring(i,j-i), out build); - } - catch { } - } - catch (Exception e) - { - Write("Error: " + e.Message); - } -#> - -// Automatically generated code. Any changes will be lost! -namespace <#= PROJECT_NAME #> -{ - public static class Version - { - public const int major = <#= major #>; - public const int minor = <#= minor #>; - public const int patch = <#= patch #>; - public const int build = <#= build #>; - public const string Number = "<#= major #>.<#= minor #>.<#= patch #>.<#= build #>"; -#if DEBUG - public const string Text = Number + " DEBUG"; -#else - public const string Text = Number + ""; -#endif - } -} diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..b52ec2f --- /dev/null +++ b/changelog.md @@ -0,0 +1,283 @@ +# Changelog + +| modName | Field Training Lab (FTL) | +| ---------- | ----------------------------------------------------------------- | +| license | GPLv3 | +| author | Efour and zer0Kerbal | +| forum | (https://forum.kerbalspaceprogram.com/index.php?/topic/188841-*/) | +| github | (https://github.com/zer0Kerbal/zer0Kerbal/FieldTrainingLab) | +| curseforge | (https://www.curseforge.com/kerbal/ksp-mods/FieldTrainingLab) | +| spacedock | (https://spacedock.info/mod/971) | +| ckan | FieldTrainingLab | + +## Version 1.2.1.0 - `` edition + +* 28 Jun 2022 +* For Kerbal Space Program [1.12.x] + +### License + +* Update to GPLv3 + * was Expat/MIT +* closes #32 - Update License to GPLv3 + +### docs/ + +* Add + * [Attribution.md] v1.0.6.0 + * [ManualInstallation.md] v1.1.7.0 + * [404-petunia.md] + * [LegalMumboJumbo.md] v1.0.5.0 + * [Localizations.md] v1.1.3.1 + * [Notices.md] v1.0.0.0 + * [Why-not.md] + * [_config.yml] +* closes #2 - Needs a wiki +* closes #35 - add docs/ + +### Convert Changelog + +* Convert from .cfg to md +* Add missing information for earlier releases +* closes #33 - Convert Changelog + +### Code + +* Recompile for KSP 1.12.3 +* Using .NET 4.6.1 + * remove + * [InstallChecker.cs] + * [AssemblyVersion.tt] + * [Log.cs] + * update [Version.tt]] + +### Compatibility + +* Rename + * Patches to Compatibility +* Update + * licenses + * [Kerbalism.cfg] v1.0.1.0 + * fixes #34 - [Bug 🐞]: Kerbalism.cfg + +### Add + +* Agent +* Flag + * 512x320 + * 64x40 truecolor_scaled + +### Localization + +* Add + * [readme.md] v2.1.2.0 + * [quickstart.md] v1.0.1.1 +* updates #14 - English +* updates #13 - Localization - Master +* updates #31 - Code Localization +* updates #22 - Simplified Chinese (简体中文) + +### Status + +* Issues + * closes #9 - Field Training Lab (FTL) 1.2.1.0-release `` + * closes #10 - 1.2.1.0 Verify Legal Mumbo Jumbo + * closes #11 - 1.2.1.0 Update Documentation + * closes #12 - 1.2.1.0 Update Social Media +* Closes Duplicate Issues + * #1 - Localization + * #4 - :sparkles: **Localization** :sparkles: + * #5 - Localization - en-us.cfg (English) + * #6 - Localization - pt-br.cfg Brazil + * #7 - Localization - zh-cn.cfg - Simplified Chinese + * #8 - Update Field Training Laboratory (FTL) + +--- + +## Version 1.2.0.0 - `` + +* 05 Apr 2020 +* KSP 1.9.1 +* .NET 4.8 + +### Code + +* update + * Editor GetInfo() to be more informative + * include assembly version in PAW +* Add + * game settings page + * ***disabled for now*** + * game settings page + * global setting to enable/disable PAW color + * option to globally enable/disable + * option: use science and ratio + * option: use reputation and ratio + * option: use funds and ratio + +--- + +## Version = 1.1.0.0 - `` + +* KSP 1.8.1 with .NET 4.8 + +* isn't that enough? :D +* started adding in JoyntMail :D + +--- + +## Version = 1.0.3.5 - ` Plugins/Textures/ + +### Deployment and Backend + +* Update + * [Changelog.cfg] + * to include new Kerbal Changelog features + * [_deploy] + * [_buildRelease] + * [.gitattributes] + * [].gitignore] + * [*Readme.md] + * automated Readme.md -> Readme.htm + * Readme.htm now included in release + * Releases.layout.md +* [CONTRIBUTING.md] now included in repository +* [FieldTrainingLab.version] to be avc compliant +* Added + * avc github checker and badge +* Added + * json's + +--- + +## Verison 1.0.3.4.1 - `` edition + +* released Oct 1, 2019 +* for KSP 1.7.x +* removed SimpleLogistics.dll that stowed away. + +--- + +## Version 1.0.3.4 + +### Adoption by zer0Kerbal + +### Code + +* Added + * PAW grouping (really needed for these mods) + * a blurb in the editor getInfo{} + * [InstallChecker.cs] + +### Compatibility + +* Updated + * [FieldTrainingLab.cfg] + * now patches all parts with moduleScienceLab + * changed the [TrainingLab] to be [FieldTrainingLab] + * patches reflect this +* Removed + * other patch + +--- + +## Version 1.0.3.3 + +=--- original ---= + +* for Kerbal Space Program 1.6.1 +* Released on 2018-12-21 + +* EFour's last release +* Recompiled 1.6.0 + +--- + +## Version 1.0.3.2 + +* for Kerbal Space Program 1.5.1 +* Released on 2018-10-30 + +* Recompiled for 1.5.1 + +--- + +## Version 1.0.3.1 + +* for Kerbal Space Program 1.3.1 +* Released on 2017-11-27 + +* Recompiled KSP 1.3.1 + +--- + +## Version 1.0.3 + +* for Kerbal Space Program 1.2.2 +* Released on 2016-11-03 + +* Recompiled to 1.2.1 + +--- + +## Version 1.0.2.1 + +* for Kerbal Space Program 1.2 +* Released on 2016-10-22 + +* KPBS support + +--- + +## Version 1.0.2 + +* for Kerbal Space Program 1.2 +* Released on 2016-10-16 + +* Calculating Dead and respawned kerbalnaut + +--- + +## Version 1.0.1.0 + +* for Kerbal Space Program 1.2 +* Released on 2016-10-12 + +* Co-Work with Field Training Facility Mod + +--- + +## Version 1.0.0.0 + +* for Kerbal Space Program 1.2 +* Released on 2016-10-08 + +* No changelog provided + +--- + +## Version 1.0.0.0 + +* for Kerbal Space Program 1.1.3 +* Released on 2016-10-07 + +* No changelog provided + +--- diff --git a/docs/404.md b/docs/404.md new file mode 100644 index 0000000..1b5ad1f --- /dev/null +++ b/docs/404.md @@ -0,0 +1,29 @@ +--- +permalink: /404.html +title: 404 - Kerbal Not Found +description: an error page, the sequel +tags: error,page,kerbal,ksp,zer0Kerbal,zedK +--- + + + + + + + +# 404 - Kerbal Not Found + +## Launch error : Bill is out to launch (oops lunch) + +*but we did find a Petunia and a Whale* + +[Home](./index.md) + +--- + +![cartoon whale illustration, digital art, nature, flying, clouds HD wallpaper](https://c4.wallpaperflare.com/wallpaper/24/616/1007/digital-art-illustration-nature-flying-wallpaper-preview.jpg) + + \ No newline at end of file diff --git a/docs/Attributions.md b/docs/Attributions.md new file mode 100644 index 0000000..264c6a7 --- /dev/null +++ b/docs/Attributions.md @@ -0,0 +1,104 @@ +--- +permalink: /Attributions.html +title: Attributions +description: The Opening Credits, and the closing credits, plus the first of two (or is three) end credit scenes +tags: attributions,thank-you,directions,page,kerbal,ksp,zer0Kerbal,zedK +--- + + + + + + +# Field Training Lab (FTL) + +[Home](./index.md) + +## Attribution + +### Credits + + + +### Flag(s) + + + +### Agency + + + +### Special Thanks + + + +### Translations + +
    +
  • English English
  • +
  • Additions and corrections welcome!
  • +
+ +### Art Asset(s) + +* 5-Star-rating-condensed + 5-Star-rating-condensed + * [![Public Domain](https://img.shields.io/badge/License-CC%20Public%20Domain-ef9421?labelColor=black&style=plastic&logoColor=ef9421&logo=creativecommons "CC Public Domain")][https://creativecommons.org/licenses/publicdomain/] + * https://freesvg.org/5-star-rating-condensed + +--- + +### Testing and Support + + + + +[FTL]: https://forum.kerbalspaceprogram.com/index.php?/topic/188841-*/ "Field Training Lab" + +[Efour]: https://forum.kerbalspaceprogram.com/index.php?/profile/152350-*/ "Efour" + +[cptkipard]: https://forum.kerbalspaceprogram.com/index.php?/profile/70516-*/ "Captain Kipard" +[zer0Kerbal]: https://forum.kerbalspaceprogram.com/index.php?/profile/190933-*/ "zer0Kerbal" + + +[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" +[BR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/BR.png "Português Brasil" +[CN]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/CH.png "中文" +[DE]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/DE.png "Deutsch" +[ES]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/ES.png "Español" +[FR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/FR.png "Français" +[IT]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/IT.png "Italiano" +[JA]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/JA.png "日本語" +[KO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/KO.png "한국어" +[MX]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/MX.png "Mexicano Español" +[NL]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/NL.png "Dutch" +[NO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/NO.png "Norsk" +[PO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/PO.png "Polski" +[RU]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/RU.png "Русский" +[SW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/SW.png "Svenska" +[TR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/TR.png "Türk" +[TW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/TW.png "国语" + + diff --git a/docs/LegalMumboJumbo.md b/docs/LegalMumboJumbo.md new file mode 100644 index 0000000..305d726 --- /dev/null +++ b/docs/LegalMumboJumbo.md @@ -0,0 +1,46 @@ +--- +permalink: /LegalMumboJumbo.html +title: Legal Mumbo Jumbo +description: when the revolution comes, .... Legal Mumbo Jumbo (Douglas Adams) +tags: legal,mumbo,jumbo,page,kerbal,ksp,zer0Kerbal,zedK +--- + + + + + + +# Field Training Lab (FTL) + +[Home](./index.md) + +## Legal Mumbo Jumbo + +* Table of Contents + * [License](#License) + * [Forum Post #1](#Forum-I) + * [Forum Post #2](#Forum-II) + +### License + +[License](./LegalMumboJumbo/License.md) +[top](#Legal-Mumbo-Jumbo) + +### Forum I + +![Forum](./LegalMumboJumbo/FORUM-01.png) +[top](#Legal-Mumbo-Jumbo) + +### Forum II + +![Forum](./LegalMumboJumbo/FORUM-02.png) +[top](#Legal-Mumbo-Jumbo) + +--- + + diff --git a/docs/LegalMumboJumbo/FORUM-01.png b/docs/LegalMumboJumbo/FORUM-01.png new file mode 100644 index 0000000..01daca8 Binary files /dev/null and b/docs/LegalMumboJumbo/FORUM-01.png differ diff --git a/docs/LegalMumboJumbo/FORUM-02.png b/docs/LegalMumboJumbo/FORUM-02.png new file mode 100644 index 0000000..57332b4 Binary files /dev/null and b/docs/LegalMumboJumbo/FORUM-02.png differ diff --git a/docs/LegalMumboJumbo/FORUM-03.png b/docs/LegalMumboJumbo/FORUM-03.png new file mode 100644 index 0000000..d256a17 Binary files /dev/null and b/docs/LegalMumboJumbo/FORUM-03.png differ diff --git a/docs/LegalMumboJumbo/FORUM-04.png b/docs/LegalMumboJumbo/FORUM-04.png new file mode 100644 index 0000000..aa54366 Binary files /dev/null and b/docs/LegalMumboJumbo/FORUM-04.png differ diff --git a/docs/LegalMumboJumbo/index.md b/docs/LegalMumboJumbo/index.md new file mode 100644 index 0000000..005452d --- /dev/null +++ b/docs/LegalMumboJumbo/index.md @@ -0,0 +1,7 @@ +# LegalMumboJumbo + +## Categories + + +## Documents +- [license](license.md) \ No newline at end of file diff --git a/docs/LegalMumboJumbo/license.md b/docs/LegalMumboJumbo/license.md new file mode 100644 index 0000000..88607b2 --- /dev/null +++ b/docs/LegalMumboJumbo/license.md @@ -0,0 +1,235 @@ +--- +permalink: /License.html +title: License - GPLv3 +--- + + + [GPLv3 Logo] + +# GNU General Public License version 3 + +OSI Approved License Logo + +License Copyright: Copyright © 2007 Free Software Foundation, Inc. +License License: "Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed." ([www.gnu.org/licenses/gpl-3.0.en.html](https://www.gnu.org/licenses/gpl-3.0.en.html)). +License Contact: Free Software Foundation ([fsf.org](https://fsf.org/)). + +SPDX short identifier: GPL-3.0-only + +Further resources... + + + +------ + +*Begin license text.* + +------ + +**Preamble** + +The GNU General Public License is a free, copyleft license for software and other kinds of works. + +The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. + +To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. + +For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. + +Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. + +For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. + +Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. + +Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. + +The precise terms and conditions for copying, distribution and modification follow. + +**TERMS AND CONDITIONS** +**0. Definitions.** + +“This License” refers to version 3 of the GNU General Public License. + +“Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. + +“The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations. + +To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work. + +A “covered work” means either the unmodified Program or a work based on the Program. + +To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. + +To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. + +An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. + +**1. Source Code.** + +The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work. + +A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. + +The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. + +The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. + +The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. + +The Corresponding Source for a work in source code form is that same work. + +**2. Basic Permissions.** + +All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. + +You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. + +Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. + +**3. Protecting Users' Legal Rights From Anti-Circumvention Law.** + +No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. + +When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. + +**4. Conveying Verbatim Copies.** + +You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. + +You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. + +**5. Conveying Modified Source Versions.** + +You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: + +* a) The work must carry prominent notices stating that you modified it, and giving a relevant date. +* b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”. +* c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. +* d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. + +A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. + +**6. Conveying Non-Source Forms.** + +You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: + +* a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. +* b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. +* c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. +* d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. +* e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. + +A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. + +A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. + +“Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. + +If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). + +The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. + +Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. + +**7. Additional Terms.** + +“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. + +When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. + +Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: + +* a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or +* b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or +* c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or +* d) Limiting the use for publicity purposes of names of licensors or authors of the material; or +* e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or +* f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. + +All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. + +If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. + +Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. + +**8. Termination.** + +You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). + +However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. + +Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. + +Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. + +**9. Acceptance Not Required for Having Copies.** + +You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. + +**10. Automatic Licensing of Downstream Recipients.** + +Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. + +An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. + +**11. Patents.** + +A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”. + +A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. + +In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. + +If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. + +If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. + +A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. + +Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. + +**12. No Surrender of Others' Freedom.** + +If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. + +**13. Use with the GNU Affero General Public License.** + +Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. + +**14. Revised Versions of this License.** + +The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. + +If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. + +Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. + +**15. Disclaimer of Warranty.** + +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +**16. Limitation of Liability.** + +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +**17. Interpretation of Sections 15 and 16.** + +If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. + +END OF TERMS AND CONDITIONS + + diff --git a/docs/Localizations.md b/docs/Localizations.md new file mode 100644 index 0000000..508334d --- /dev/null +++ b/docs/Localizations.md @@ -0,0 +1,70 @@ +--- +permalink: /Localizations.html +title: Localizations +description: camera goes *click-click* +tags: translations,localizations,languages,page,kerbal,ksp,zer0Kerbal,zedK +--- + + + + +
+ +
+ +# Field Training Lab (FTL) + +[Home](./index.md) + +has been translated into the following languages: + +* ![English][EN] English +* ![简体中文][CN] Simplified Chinese (简体中文) + +__These localizations for KSP and its DLC's are available through Steam:__ + +* ![Deutsch][DE] German (Deutsch) +* ![Español][ES] Spanish (Español) +* ![Français][FR] French (Français) +* ![Italiano][IT] Italian (Italiano) +* ![日本語][JA] Japanese(日本語) +* ![Português Brasil][BR] Brazilian Portuguese (Português Brasil) +* ![Русский][RU] Russian (Русский) + +## Additionally Included + +* ![Español Mexicano][MX] Mexican Spanish (Español Mexicano) +* ![한국어][KO] [Korean (한국어) +* ![Dutch][NL] Dutch (Nederlands) +* ![Norsk][NO] Norwegian (Norsk) +* ![Polski][PO] Polish (Polski) +* ![Svenska][SW] Swedish (Svenska) +* ![Türk][TR] Turkish (Türk) +* ![国语][TW] Taiwanese (国语) + + +[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" +[BR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/BR.png "Português Brasil" +[CN]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/CH.png "中文" +[DE]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/DE.png "Deutsch" +[ES]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/ES.png "Español" +[FR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/FR.png "Français" +[IT]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/IT.png "Italiano" +[JA]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/JA.png "日本語" +[KO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/KO.png "한국어" +[MX]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/MX.png "Mexicano Español" +[NL]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/NL.png "Dutch" +[NO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/NO.png "Norsk" +[PO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/PO.png "Polski" +[RU]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/RU.png "Русский" +[SW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/SW.png "Svenska" +[TR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/TR.png "Türk" +[TW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/TW.png "国语" + + diff --git a/docs/ManualInstallation.md b/docs/ManualInstallation.md new file mode 100644 index 0000000..ad044d5 --- /dev/null +++ b/docs/ManualInstallation.md @@ -0,0 +1,88 @@ +--- +permalink: /ManualInstallation.html +title: Manual Installation +description: the flat-pack Kiea instructions, written in Kerbalese, unusally present +# layout: bare +tags: installation,directions,page,kerbal,ksp,zer0Kerbal,zedK +--- + + + + + +# Field Training Lab (FTL) + +[Home](./index.md) + +`BLURB` + +## 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 `FieldTrainingLab` folder inside your Kerbal Space Program's GameData folder: + +* **REMOVE ANY OLD VERSIONS OF THE PRODUCT BEFORE INSTALLING**, including any other fork: + * Delete `/GameData/FieldTrainingLab` +* Extract the package's `FieldTrainingLab/` folder into your KSP's GameData folder as follows: + * `/FieldTrainingLab` --> `/GameData/` + * Overwrite any preexisting folder/file(s). + * you should end up with `/GameData/FieldTrainingLab` + +### 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**, including any other fork: + * Delete `/GameData/FieldTrainingLab` +* Extract the package's `GameData/` folder into your KSP's root folder as follows: + * `/GameData/` --> `` + * Overwrite any preexisting file. + * you should end up with `/GameData/FieldTrainingLab` + +## The following file layout must be present after installation + +```markdown + + + [GameData] + + [FieldTrainingLab] + + [Agencies] + ... + + [Compatibility] + ... + + [Contracts] + ... + + [Flags] + ... + + [Localization] + ... + + [Parts] + ... + + [Plugins] + ... + * #.#.#.#.htm + * changelog.md + * License.txt + * readme.htm + * FieldTrainingLab.version + ... + * [Module Manager][mm] or [Module Manager /L][mml] + * KSP.log + ... +``` + +### Dependencies + +* *either* + * [Module Manager][mm] + * [Module Manager /L][mml] + +[mm]: https://forum.kerbalspaceprogram.com/index.php?/topic/50533-*/ "Module Manager" +[mml]: https://github.com/net-lisias-ksp/ModuleManager "Module Manager /L" diff --git a/docs/Notices.md b/docs/Notices.md new file mode 100644 index 0000000..f3890a7 --- /dev/null +++ b/docs/Notices.md @@ -0,0 +1,44 @@ +--- +permalink: /Notices.html +title: Legal Notices +description: when the revolution comes, .... Legal Mumbo Jumbo (Douglas Adams) +tags: notices,legal,mumbo,jumbo,page,kerbal,ksp,zer0Kerbal,zedK +--- + + + + + + +# Field Training Lab (FTL) + +[Home](./index.md) + +## Trademarks + +* "Field Training Lab" is trademark of Efour +* Kerbal Simple Co is a trademark of zer0Kerbal +* KerbSimCo is a trademark of zer0Kerbal +* zer0Kerbal is trademark of zer0kerbal + +## Kerbal Simple Co (KerbSimCo) + +* "Kerbal Simple Co (KerbSimCo)" is a fictitious entity created for entertainment purposes. It is in no way meant to represent a real entity. Any similarity to a real entity is purely coincidental. + +## Kerbal Space Program + +* "Kerbal Space Program" is ©2011-2017 Squad; ©2011-2021 Take-Two Interactive Software, Inc. This project is in no way associated with nor endorsed by Squad or Take-Two Interactive. + +## Other + +Other trademarks and registered trademarks are the property of the respective trademark holders. + +© 2011-2022 zer0Kerbal™ + + diff --git a/releases/1.0.3.5.htm b/docs/ReleaseNotes/1.0.3.5.htm similarity index 100% rename from releases/1.0.3.5.htm rename to docs/ReleaseNotes/1.0.3.5.htm diff --git a/releases/1.1.0.0.htm b/docs/ReleaseNotes/1.1.0.0.htm similarity index 100% rename from releases/1.1.0.0.htm rename to docs/ReleaseNotes/1.1.0.0.htm diff --git a/GameData/FieldTrainingLab/1.2.0.0.htm b/docs/ReleaseNotes/1.2.0.0.htm similarity index 100% rename from GameData/FieldTrainingLab/1.2.0.0.htm rename to docs/ReleaseNotes/1.2.0.0.htm diff --git a/docs/ReleaseNotes/1.2.1.0.md b/docs/ReleaseNotes/1.2.1.0.md new file mode 100644 index 0000000..bb93d63 --- /dev/null +++ b/docs/ReleaseNotes/1.2.1.0.md @@ -0,0 +1,193 @@ +--- +permalink: /1.2.1.0.html +title: Release Notes v1.2.1.0 +description: Version Release Notes +tags: FieldTrainingLab,release-notes,kerbal,ksp,zer0Kerbal,zedK +layout: page +--- + + + +[![Field Training Lab Version][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] + +# Version 1.2.1.0-release - `` edition + +* 28 Jun 2022 +* Release for Kerbal Space Program [KSP 1.12.x] + +

+DO A CLEAN INSTALL:
DELETE EXISTING INSTALLATION THEN RE-INSTALL

Download from CurseForge

+ +## Changes + +### License + +* Update to GPLv3 + * was Expat/MIT +* closes #32 - Update License to GPLv3 + +### docs/ + +* Add + * [Attribution.md] v1.0.6.0 + * [ManualInstallation.md] v1.1.7.0 + * [404-petunia.md] + * [LegalMumboJumbo.md] v1.0.5.0 + * [Localizations.md] v1.1.3.1 + * [Notices.md] v1.0.0.0 + * [Why-not.md] + * [_config.yml] +* closes #2 - Needs a wiki +* closes #35 - add docs/ + +### Convert Changelog + +* Convert from .cfg to md +* Add missing information for earlier releases +* closes #33 - Convert Changelog + +### Code + +* Recompile for KSP 1.12.3 +* Using .NET 4.6.1 + * remove + * [InstallChecker.cs] + * [AssemblyVersion.tt] + * [Log.cs] + * update [Version.tt]] + +### Compatibility + +* Rename + * Patches to Compatibility +* Update + * licenses + * [Kerbalism.cfg] v1.0.1.0 + * fixes #34 - [Bug 🐞]: Kerbalism.cfg + +### Add + +* Agent +* Flag + * 512x320 + * 64x40 truecolor_scaled + +### Localization + +* Add + * [readme.md] v2.1.2.0 + * [quickstart.md] v1.0.1.1 +* updates #14 - English +* updates #13 - Localization - Master +* updates #31 - Code Localization +* updates #22 - Simplified Chinese (简体中文) + +### Status + +* Issues + * closes #9 - Field Training Lab (FTL) 1.2.1.0-release `` + * closes #10 - 1.2.1.0 Verify Legal Mumbo Jumbo + * closes #11 - 1.2.1.0 Update Documentation + * closes #12 - 1.2.1.0 Update Social Media +* Closes Duplicate Issues + * #1 - Localization + * #4 - :sparkles: **Localization** :sparkles: + * #5 - Localization - en-us.cfg (English) + * #6 - Localization - pt-br.cfg Brazil + * #7 - Localization - zh-cn.cfg - Simplified Chinese + * #8 - Update Field Training Laboratory (FTL) + +--- + +## See More + +* Changelog Summary for more details of changes : See [ChangeLog][MOD:chlog] +* Discussions and news on this mod : See [Discussions][MOD:discu] or [KSP Forums][MOD:forum] +* Known Issues for more details of feature requests and known issues : See [Known Issues][MOD:issue] +* GitHub Pages : See [Pages][MOD:pages] + +## 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] + + + + +[MOD:chlog]: https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/changelog.md "Changelog" +[MOD:discu]: https://github.com/zer0Kerbal/FieldTrainingLab/discussions/ "Discussions" +[MOD:forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/188841-*/ "FieldTrainingLab forum thread" +[MOD:issue]: https://github.com/zer0Kerbal/FieldTrainingLab/issues/ "Issue Tracker" +[MOD:licns]: https://github.com/zer0Kerbal/FieldTrainingLab/blob/master/LICENSE/ "Repo License" +[MOD:pages]: https://zer0kerbal.github.io/FieldTrainingLab/ "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/Field%20Training%20Lab%20(FTL)%20-v1.2.1.0--release-BADA55.svg?style=plastic&labelColor=darkgreen/ "1.2.1.0-release" + +[CRSFG:url]: https://www.curseforge.com/kerbal/ksp-mods/FieldTrainingLab/files/ "Curseforge" +[GITHUB:url]: https://github.com/zer0Kerbal/FieldTrainingLab/ "GitHub" + +[KSP:url]: http://kerbalspaceprogram.com/ "Kerbal Space Program" +[KSP:shd:stat]: https://img.shields.io/badge/KSP-1.12.3-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://www.gnu.org/licenses/gpl-2.0-standalone.html "GPLv2" +[LIC:log]: https://i.postimg.cc/9FrwMgK6/GPL-17x17.png "GPLv2" +[LIC:shd]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/license.json + +[AVCVAL:shd]: https://github.com/zer0Kerbal/FieldTrainingLab/workflows/Validate%20AVC%20.version%20files/badge.svg?style=plastic&labelColor=black/ + +[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" +[BR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/BR.png "Português Brasil" +[CN]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/CH.png "中文" +[DE]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/DE.png "Deutsch" +[ES]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/ES.png "Español" +[FR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/FR.png "Français" +[IT]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/IT.png "Italiano" +[JA]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/JA.png "日本語" +[KO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/KO.png "한국어" +[MX]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/MX.png "Mexicano Español" +[NL]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/NL.png "Dutch" +[NO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/NO.png "Norsk" +[PO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/PO.png "Polski" +[RU]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/RU.png "Русский" +[SW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/SW.png "Svenska" +[TR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/TR.png "Türk" +[TW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/TW.png "国语" + +[zer0Kerbal]: https://forum.kerbalspaceprogram.com/index.php?/profile/190933-*/ "zer0Kerbal" + + \ No newline at end of file diff --git a/docs/ReleaseNotes/index.md b/docs/ReleaseNotes/index.md new file mode 100644 index 0000000..c44c71e --- /dev/null +++ b/docs/ReleaseNotes/index.md @@ -0,0 +1,7 @@ +# ReleaseNotes + +## Categories + + +## Documents +- [1.2.1.0](1.2.1.0.md) \ No newline at end of file diff --git a/docs/Why-not.md b/docs/Why-not.md new file mode 100644 index 0000000..f3335ce --- /dev/null +++ b/docs/Why-not.md @@ -0,0 +1,30 @@ +--- +permalink: /Why.html +title: Why +description: the flat-pack Kiea instructions, written in Kerbalese, unusally present +tags: fourty-two,42,6x7,6times7,6*7,why,why-not,page,kerbal,ksp,zer0Kerbal,zedK +--- + + + +# Field Training Lab (FTL) + +[Home](/index.md) + +## Answered by + +[zer0Kerbal](https://forum.kerbalspaceprogram.com/index.php?/profile/190933-zer0kerbal/)` [zer0Kerbal][zer0Kerbal] + +Why Not? | Free SVG + +Public Domain Hitchhikers 1080P, 2K, 4K, 5K HD wallpapers free download ... + +**Edited April 1st, 2022 by [zer0Kerbal][zer0Kerbal]** + +[zer0Kerbal]: https://forum.kerbalspaceprogram.com/index.php?/profile/190933-*/ "zer0Kerbal" + + diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..e4f2c25 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1,4 @@ +# config v1.0.1.0 +logo: /img/HeroLogo_1920x1920.jpg +description: An Add'On for Kerbal Space Program. +theme: jekyll-theme-architect diff --git a/docs/changelog.md b/docs/changelog.md new file mode 100644 index 0000000..2cbd796 --- /dev/null +++ b/docs/changelog.md @@ -0,0 +1,297 @@ +--- +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 +# layout: bare +tags: changes,changelog,change-log,page,kerbal,ksp,zer0Kerbal,zedK +--- + +# Changelog + +| modName | Field Training Lab (FTL) | +| ---------- | ----------------------------------------------------------------- | +| license | GPLv3 | +| author | Efour and zer0Kerbal | +| forum | (https://forum.kerbalspaceprogram.com/index.php?/topic/188841-*/) | +| github | (https://github.com/zer0Kerbal/zer0Kerbal/FieldTrainingLab) | +| curseforge | (https://www.curseforge.com/kerbal/ksp-mods/FieldTrainingLab) | +| spacedock | (https://spacedock.info/mod/971) | +| ckan | FieldTrainingLab | + +## Version 1.2.1.0 - `` edition + +* 28 Jun 2022 +* For Kerbal Space Program [1.12.x] + +### License + +* Update to GPLv3 + * was Expat/MIT +* closes #32 - Update License to GPLv3 + +### docs/ + +* Add + * [Attribution.md] v1.0.6.0 + * [ManualInstallation.md] v1.1.7.0 + * [404-petunia.md] + * [LegalMumboJumbo.md] v1.0.5.0 + * [Localizations.md] v1.1.3.1 + * [Notices.md] v1.0.0.0 + * [Why-not.md] + * [_config.yml] +* closes #2 - Needs a wiki +* closes #35 - add docs/ + +### Convert Changelog + +* Convert from .cfg to md +* Add missing information for earlier releases +* closes #33 - Convert Changelog + +### Code + +* Recompile for KSP 1.12.3 +* Using .NET 4.6.1 + * remove + * [InstallChecker.cs] + * [AssemblyVersion.tt] + * [Log.cs] + * update [Version.tt]] + +### Compatibility + +* Rename + * Patches to Compatibility +* Update + * licenses + * [Kerbalism.cfg] v1.0.1.0 + * fixes #34 - [Bug 🐞]: Kerbalism.cfg + +### Add + +* Agent +* Flag + * 512x320 + * 64x40 truecolor_scaled + +### Localization + +* Add + * [readme.md] v2.1.2.0 + * [quickstart.md] v1.0.1.1 +* updates #14 - English +* updates #13 - Localization - Master +* updates #31 - Code Localization +* updates #22 - Simplified Chinese (简体中文) + +### Status + +* Issues + * closes #9 - Field Training Lab (FTL) 1.2.1.0-release `` + * closes #10 - 1.2.1.0 Verify Legal Mumbo Jumbo + * closes #11 - 1.2.1.0 Update Documentation + * closes #12 - 1.2.1.0 Update Social Media +* Closes Duplicate Issues + * #1 - Localization + * #4 - :sparkles: **Localization** :sparkles: + * #5 - Localization - en-us.cfg (English) + * #6 - Localization - pt-br.cfg Brazil + * #7 - Localization - zh-cn.cfg - Simplified Chinese + * #8 - Update Field Training Laboratory (FTL) + +--- + +## Version 1.2.0.0 - `` + +* 05 Apr 2020 +* KSP 1.9.1 +* .NET 4.8 + +### Code + +* update + * Editor GetInfo() to be more informative + * include assembly version in PAW +* Add + * game settings page + * ***disabled for now*** + * game settings page + * global setting to enable/disable PAW color + * option to globally enable/disable + * option: use science and ratio + * option: use reputation and ratio + * option: use funds and ratio + +--- + +## Version = 1.1.0.0 - `` + +* KSP 1.8.1 with .NET 4.8 + +* isn't that enough? :D +* started adding in JoyntMail :D + +--- + +## Version = 1.0.3.5 - ` Plugins/Textures/ + +### Deployment and Backend + +* Update + * [Changelog.cfg] + * to include new Kerbal Changelog features + * [_deploy] + * [_buildRelease] + * [.gitattributes] + * [].gitignore] + * [*Readme.md] + * automated Readme.md -> Readme.htm + * Readme.htm now included in release + * Releases.layout.md +* [CONTRIBUTING.md] now included in repository +* [FieldTrainingLab.version] to be avc compliant +* Added + * avc github checker and badge +* Added + * json's + +--- + +## Verison 1.0.3.4.1 - `` edition + +* released Oct 1, 2019 +* for KSP 1.7.x +* removed SimpleLogistics.dll that stowed away. + +--- + +## Version 1.0.3.4 + +### Adoption by zer0Kerbal + +### Code + +* Added + * PAW grouping (really needed for these mods) + * a blurb in the editor getInfo{} + * [InstallChecker.cs] + +### Compatibility + +* Updated + * [FieldTrainingLab.cfg] + * now patches all parts with moduleScienceLab + * changed the [TrainingLab] to be [FieldTrainingLab] + * patches reflect this +* Removed + * other patch + +--- + +## Version 1.0.3.3 + +=--- original ---= + +* for Kerbal Space Program 1.6.1 +* Released on 2018-12-21 + +* EFour's last release +* Recompiled 1.6.0 + +--- + +## Version 1.0.3.2 + +* for Kerbal Space Program 1.5.1 +* Released on 2018-10-30 + +* Recompiled for 1.5.1 + +--- + +## Version 1.0.3.1 + +* for Kerbal Space Program 1.3.1 +* Released on 2017-11-27 + +* Recompiled KSP 1.3.1 + +--- + +## Version 1.0.3 + +* for Kerbal Space Program 1.2.2 +* Released on 2016-11-03 + +* Recompiled to 1.2.1 + +--- + +## Version 1.0.2.1 + +* for Kerbal Space Program 1.2 +* Released on 2016-10-22 + +* KPBS support + +--- + +## Version 1.0.2 + +* for Kerbal Space Program 1.2 +* Released on 2016-10-16 + +* Calculating Dead and respawned kerbalnaut + +--- + +## Version 1.0.1.0 + +* for Kerbal Space Program 1.2 +* Released on 2016-10-12 + +* Co-Work with Field Training Facility Mod + +--- + +## Version 1.0.0.0 + +* for Kerbal Space Program 1.2 +* Released on 2016-10-08 + +* No changelog provided + +--- + +## Version 1.0.0.0 + +* for Kerbal Space Program 1.1.3 +* Released on 2016-10-07 + +* No changelog provided + +--- diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..114e525 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,15 @@ +# + +## Categories +- [LegalMumboJumbo](./LegalMumboJumbo/index.md) +- [ReleaseNotes](./ReleaseNotes/index.md) + +## Documents +- [404](404.md) +- [Attributions](Attributions.md) +- [LegalMumboJumbo](LegalMumboJumbo.md) +- [Localizations](Localizations.md) +- [ManualInstallation](ManualInstallation.md) +- [Notices](Notices.md) +- [Why-not](Why-not.md) +- [changelog](changelog.md) \ No newline at end of file diff --git a/future/add parts' compatibility.txt.atom b/future/add parts' compatibility.txt.atom deleted file mode 100644 index 542ef09..0000000 --- a/future/add parts' compatibility.txt.atom +++ /dev/null @@ -1,128 +0,0 @@ -add parts' compatibility - -TokamakIndustries -@PART[centrifugeSmall]HAS[!MODULE[FieldTrainingFacilityModule]]NEEDS[TokamakIndustries,FieldTrainingFacility,!TrainingLab]AFTER[FieldTrainingFacility] -{ - MODULE - { - name = FieldTrainingFacilityModule - TimeFactor = 9201600 - ECFactor = 1 max 4 crew - SpaceFactor = 4 - LandedFactor = 6 - } -} - -@PART[centrifugeSmall]HAS[!MODULE[TrainingLabModule]]NEEDS[TokamakIndustries,TrainingLab,!FieldTrainingFacility]AFTER[TrainingLab] -{ - MODULE - { - name = TrainingLabModule - TimeFactor = 9201600 - TrainFactor = 20 - inSpace = 0.5 - Landed = 0.25 - } -} - -StationPartsExpansionRedux -@PART[sspx-expandable-centrifuge-375-2]HAS[!MODULE[FieldTrainingFacilityModule]]NEEDS[StationPartsExpansionRedux,FieldTrainingFacility,!TrainingLab]AFTER[FieldTrainingFacility] -{ - MODULE - { - name = FieldTrainingFacilityModule - TimeFactor = 9201600 - ECFactor = 0.4 max 10 crew - SpaceFactor = 4 - LandedFactor = 6 - } -} - -@PART[sspx-expandable-centrifuge-375-2]HAS[!MODULE[TrainingLabModule]]NEEDS[StationPartsExpansionRedux,TrainingLab,!FieldTrainingFacility]AFTER[TrainingLab] -{ - MODULE - { - name = TrainingLabModule - TimeFactor = 9201600 - TrainFactor = 20 - inSpace = 0.5 - Landed = 0.25 - } -} - -Kerbalism -@PART[kerbalism-gravityring]HAS[!MODULE[FieldTrainingFacilityModule]]NEEDS[Kerbalism,ProfileDefault,FieldTrainingFacility,!TrainingLab]AFTER[FieldTrainingFacility] -{ - MODULE - { - name = FieldTrainingFacilityModule - TimeFactor = 9201600 - ECFactor = 0.66666667 max 6 crew - SpaceFactor = 4 - LandedFactor = 6 - } -} - -@PART[kerbalism-gravityring]HAS[!MODULE[TrainingLabModule]]NEEDS[Kerbalism,ProfileDefault,TrainingLab,!FieldTrainingFacility]AFTER[TrainingLab] -{ - MODULE - { - name = TrainingLabModule - TimeFactor = 9201600 - TrainFactor = 20 - inSpace = 0.5 - Landed = 0.25 - } -} - -Bluedog DB MOL Orbital Habitation Segment -@PART[bluedog_MOL_Hab]HAS[!MODULE[FieldTrainingFacilityModule]]NEEDS[Bluedog_DB,FieldTrainingFacility,!TrainingLab]AFTER[FieldTrainingFacility] -{ - MODULE - { - name = FieldTrainingFacilityModule - TimeFactor = 9201600 - ECFactor = 1.33333333 max 3 crew - SpaceFactor = 4 - LandedFactor = 6 - } -} - -@PART[bluedog_MOL_Hab]HAS[!MODULE[TrainingLabModule]]NEEDS[Bluedog_DB,TrainingLab,!FieldTrainingFacility]AFTER[TrainingLab] -{ - MODULE - { - name = TrainingLabModule - TimeFactor = 9201600 - TrainFactor = 20 - inSpace = 0.5 - Landed = 0.25 - } -} - -Bluedog DB Skylab -@PART[bluedog_Skylab_OWS]HAS[!MODULE[FieldTrainingFacilityModule]]NEEDS[Bluedog_DB,FieldTrainingFacility,!TrainingLab]AFTER[FieldTrainingFacility] -{ - MODULE - { - name = FieldTrainingFacilityModule - TimeFactor = 9201600 - ECFactor = 0.66666667 max 6 crew - SpaceFactor = 4 - LandedFactor = 6 - } -} - -@PART[bluedog_Skylab_OWS]HAS[!MODULE[TrainingLabModule]]NEEDS[Bluedog_DB,TrainingLab,!FieldTrainingFacility]AFTER[TrainingLab] -{ - MODULE - { - name = TrainingLabModule - TimeFactor = 9201600 - TrainFactor = 20 - inSpace = 0.5 - Landed = 0.25 - } -} - -// gordon dry diff --git a/img/FTL-01.png b/img/FTL-01.png new file mode 100644 index 0000000..d5f84ee Binary files /dev/null and b/img/FTL-01.png differ diff --git a/img/FieldTraining-flag.png b/img/FieldTraining-flag.png new file mode 100644 index 0000000..55d74b0 Binary files /dev/null and b/img/FieldTraining-flag.png differ diff --git a/img/HeroLogo_1920x1920.png b/img/HeroLogo_1920x1920.png new file mode 100644 index 0000000..e5c1035 Binary files /dev/null and b/img/HeroLogo_1920x1920.png differ diff --git a/json/ckan.json b/json/ckan.json new file mode 100644 index 0000000..e298190 --- /dev/null +++ b/json/ckan.json @@ -0,0 +1,8 @@ +{ + "schemaVersion": 1, + "label": "CKAN", + "labelColor": "E32811", + "message": "FieldTrainingLab", + "color": "white", + "style": "plastic" +} diff --git a/json/code.json b/json/code.json index 8ae08a2..86cb951 100644 --- a/json/code.json +++ b/json/code.json @@ -1,8 +1,8 @@ { - "schemaVersion": 1, - "label": "Code", - "labelColor": "darkblue", - "message": "<.NET 4.8> ", - "color": "66ccff", - "style": "plastic" -} \ No newline at end of file + "schemaVersion": 1, + "label": "Code", + "labelColor": "66ccff", + "message": "'<.NET 3.5'>' '<'Module Manager'>' '<'C# 3.0'>'", + "color": "darkblue", + "style": "plastic" +} diff --git a/json/ksp.json b/json/ksp.json index 50d87cc..bfb79be 100644 --- a/json/ksp.json +++ b/json/ksp.json @@ -1,8 +1,8 @@ { - "schemaVersion": 1, - "label": "KSP", - "labelColor": "darkblue", - "message": "1.9.1", - "color": "66ccff", - "style": "plastic" + "schemaVersion": 1, + "label": "KSP", + "labelColor": "black", + "message": "1.12.3", + "color": "66ccff", + "style": "plastic" } diff --git a/json/license.json b/json/license.json index c76a7df..67abc40 100644 --- a/json/license.json +++ b/json/license.json @@ -1,8 +1,10 @@ { - "schemaVersion": 1, - "label": "License", - "labelColor": "black", - "message": "MIT", - "color": "red", - "style": "plastic" + "schemaVersion": 1, + "label": "License", + "labelColor": "white", + "message": "GPLv3", + "color": "A42E2B", + "logoColor": "A42E2B", + "namedLogo": "gnu", + "style": "plastic" } diff --git a/json/mod.json b/json/mod.json index 6921e18..93279a0 100644 --- a/json/mod.json +++ b/json/mod.json @@ -1,8 +1,8 @@ { - "schemaVersion": 1, - "label": "Field Training Lab", - "labelColor": "darkgreen", - "message": "1.2.0.0", - "color": "orange", - "style": "plastic" + "schemaVersion": 1, + "label": "Field Training Lab", + "labelColor": "BADA55", + "message": "1.2.1.0", + "color": "darkgreen", + "style": "plastic" } diff --git a/json/release.json b/json/release.json deleted file mode 100644 index a964a50..0000000 --- a/json/release.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "MODNAME": "auto", - "MODFOLDER": "auto", - "VERSIONFILE": "auto", - "RELEASESDIR": "Releases", - "CHANGELOG": "Changelog.md", - "DRAFT": false, - "PRERELEASE": false, - "SPACEDOCK_ID": "2265" -} \ No newline at end of file diff --git a/license.md b/license.md deleted file mode 100644 index 4c227cf..0000000 --- a/license.md +++ /dev/null @@ -1,24 +0,0 @@ -MIT License - -![License MIT](https://img.shields.io/badge/license-MIT-red) - -Copyright (c) 2016 Efour -Copyright (c) 2019 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. diff --git a/netKAN/FieldTrainingLaboratory.netkan b/netKAN/FieldTrainingLaboratory.netkan new file mode 100644 index 0000000..60f909e --- /dev/null +++ b/netKAN/FieldTrainingLaboratory.netkan @@ -0,0 +1,20 @@ +{ + "spec_version": "v1.4", + "identifier": "FieldTrainingLaboratory", + "$kref": "#/ckan/spacedock/971", + "$vref": "#/ckan/ksp-avc", + "license": "MIT", + "install": [ { + "find": "FieldTrainingLab", + "install_to": "GameData" + } ], + "depends": [ + { "name": "ModuleManager" } + ], + "suggests": [ + { "name": "FieldTrainingFacility" }, + { "name": "BetterScienceLabs" }, + { "name": "ODFC" }, + { "name": "KGEx" } + ] +} diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..49feb30 --- /dev/null +++ b/readme.md @@ -0,0 +1,332 @@ + + + + +[![FieldTrainingLab][MOD:shd:latest]][MOD:forum] [![KSP version][KSP:shd]][KSP:url] [![License][LIC:shd]][LIC:url] +[![Curseforge][CURSFG:shd]][CURSFG:url] [![GitHub][GITHUB:shd]][GITHUB:url] [![SpaceDock][SPCDCK:shd]][SPCDCK:url] [![CKAN][CKAN:shd]][CKAN:url] +[![Pages][MOD:pages:shd]][MOD:pages] + + + +# Field Training Lab (FTL) + +This mod provides a training system (school) for your kerbalnauts by adding a *Field Training Lab* into all science laboratories. + +*Field Training Lab* provides a training method that consumes science points to earn a kerbal experience (stars). + + + +## By [`zer0Kerbal`][zer0Kerbal], originally by [`Efour`][efour] + +adopted with *express* permission and brought to you by *KerbSimpleCo* + +FieldTrainingLab Hero + + + +Pay 20 science and your kerbal recieved 1 experience. Once your kerbal has gained enough experience, they will level up (max of level 5). ***Must buy one entire level at a time.*** + +### Costs: [^1] + +| Level | Stars | Additional XP | Total XP | science cost | +| :---- | :---- | :-----------: | :------- | :----------: | +| 0 | ☆☆☆☆☆ | 0 | 0 | 20 science | +| 1 | ★☆☆☆☆ | 2 | 2 | +40 science | +| 2 | ★★☆☆☆ | 6 | 8 | +120 science | +| 3 | ★★★☆☆ | 8 | 16 | +160 science | +| 4 | ★★★★☆ | 16 | 32 | +320 science | +| 5 | ★★★★★ | 32 | 64 | +640 science | + +### Training costs will be reduced + +* by 50% when your Field Training Lab is in orbit +* by 75% when your Field Training Lab is on other planet + +FieldTrainingLab Hero + +### Cabin notes + +* You can tweak values by editing the part.cfg or using a ModuleManager patch. +* This module can be added to other crewed parts directly or using a ModuleManager patch. +* The code currently only works with the first eight kerbals in a part. + +--- + +### [Field Training Facility (FTF)][FTF] + +* If leveling up *immediately* is not realistic? +* Do you think training needs time to complete? +* then [Field Training Facility][FTF] will be the answer for you. +* The Field Training Facility (FTF) consumes `Time` and `Electric Charge` in order to train (school) your kerbalnauts. + +FieldTrainingFacility + +--- + +### And you can have both installed + +* Someone like me will want to use both. What happens? +* Both [Field Training Facility (FTF)][FTF] and [Field Training Lab (FTL)][FTL] work together when both are installed. +* Result is shown below:* + +The longer you train with FTF, the less science it costs to level immediately using the FTL. + +For example: + +Just using FTL, Level 4 -> Level 5 consumes 640p of Science point. +But Level 4(50% with FTF) -> Level 5 consumes just 320p of science point. +If 90% with FTF? Just pay 64p of science point or wait some more days. you can get level 5 kerbalnaut. + +More training means less science points needed, linearly. + +#### These two addons can cooperate + +If you want one thing, you can install just one mod. If you install both, they will cooperate and your kerbals profit!! + +--- + +### See More + +* Discussions and news on this mod: See [Discussions][MOD:discu] or [KSP Forums][MOD:forum] +* Changelog Summary for more details of changes : See [ChangeLog][MOD:chlog] +* Known Issues for more details of feature requests and known issues : See [Known Issues][MOD:issue] +* GitHub Pages : See [Pages][MOD:pages] + +--- + +### Youtube review by [`Kottabos Gaming`](https://forum.kerbalspaceprogram.com/index.php?/profile/36583-*/) + +[![Kottabos Field Training Facility](https://img.youtube.com/vi/-_IweZIT7OI/0.jpg)](https://www.youtube.com/watch?v=-_IweZIT7OI) + +### Help Wanted + +> * A logo for this and Field Training Facility addons +> * Compatibility patches +> * Have a request? Glad to have them, kindly submit through [GitHub][MOD:issue]. + +--- + +### Localization + +>* ![English][EN] English +>* ![中文][CN] Simplified Chinese (中文) +>* ***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!* + +--- + +### Installation Directions [^2] + +***Use*** + CurseForge/OverWolf App + + + CurseForge/OverWolf App + + +> Whilst I agree CKAN is a great mod for those that can't use zip tools, I take no part, nor am interested in maintaining the CKAN mod metadata for my mods. +> +> Please don't ask me about it but refer to the CKAN mod thread if you are having issues with CKAN or the metadata it maintains. Beware, CKAN *can* really mess up though it tries very, very, *very* hard not to. + +or [![CKAN][CKAN:img]][CKAN:url] + +### Dependencies + +* [Kerbal Space Program][KSP:url] [![Kerbal Space Program][KSP:shd]][KSP:url] [^3] +* Either [^4] + * [Module Manager][mm] + * [Module Manager /L][mml] + +### Recommends + +* [Field Training Facility (FTF)][FTF] + +### Suggests + +* [GPO (Goo Pumps & Oils') Speed Pump (GPO)][GPO] +* [Kerbal Klinic][NRKK] +* [MoarKerbals (MOAR)][MOAR] +* [On Demand Fuel Cells (ODFC)][ODFC] + +### Supports + +* [Field Training Facility (FTF)][FTF] +* includes compatibility patches for: + * [Kerbalism][kerb] + * [Kerbal Planetary Base Systems][kpbs] + +
+

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 + +* [Efour][efour] for creating these glorious Kerbonaut Training addons! +* see [Attribution.md][MOD:attr] for more comprehensive list + +### Legal Mumbo Jumbo (License *provenance*) + +#### Current (2) - [`zer0Kerbal`][zer0Kerbal] + +> Forum: [Thread][MOD:forum] - Source: [GitHub][GITHUB:url] +> License: [![License][LIC:shd]][LIC:url] ![License][LIC:log] +> +> ##### Disclaimer(s) +> +> ***All bundled mods are distributed under their own licenses*** +> ***All art assets (textures, models, animations, sounds) are distributed under their own licenses*** + +##### see [Notices.md][MOD:notic] for more *legal mumbo jumbo* + +#### Author (1) - Author: [`zer0Kerbal`][zer0Kerbal] + +> Forum: [Thread][MOD:1:thread] - Download: [CurseForge][MOD:1:dnload] - Source: [GitHub][MOD:1:source] +> License: [![License][LIC:1:shd]][LIC:1:url] ![License][LIC:1:log] + +#### Original (0) - Author: [`Efour`][efour] + +> Forum: [Thread][MOD:0:thread] - Download: [Dropbox][MOD:0:dnload] - Source: [Dropbox][MOD:0:source] +> License: [![License][LIC:0:shd]][LIC:0:url] ![License][LIC:0:log] + +--- + +### How to support this and other great mods by [`zer0Kerbal`][zer0Kerbal] + +[![Support][PAYPAL:img]][PAYPAL:url] [![Github Sponsor][GSPONS:img]][GSPONS:url] [![Patreon][PATREON:img]][PATREON:url] [![Buy zer0Kerbal a snack][BMCC:img]][BMCC:url] + + +[MOD:attr]: https://zer0kerbal.github.io/FieldTrainingLab/Attributions "Attribution" +[MOD:chlog]: https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/changelog.md "Changelog" +[MOD:contr]: https://github.com/zer0Kerbal/.github/blob/master/.github/CONTRIBUTING.md "Contributing" +[MOD:discu]: https://github.com/zer0Kerbal/FieldTrainingLab/discussions "Discussions" +[MOD:forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/188841-*/ "FieldTrainingLab Forum Thread" +[MOD:issue]: https://github.com/zer0Kerbal/FieldTrainingLab/issues "Issues" +[MOD:licns]: https://github.com/zer0Kerbal/FieldTrainingLab/blob/master/LICENSE "Github License" +[MOD:notic]: https://zer0kerbal.github.io/FieldTrainingLab/Notices "GitHub Pages" +[MOD:pages]: https://zer0kerbal.github.io/FieldTrainingLab/ "GitHub Pages" + + +[MOD:shd:latest]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/mod.json + +[CODE:shd]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/code.json + +[MOD:pages:shd]: https://img.shields.io/badge/GitHub-Pages-white?style=plastic&labelColor=9cf&logoColor=181717&logo=github "GitHub IO" + + +[MOD:0:source]: https://spacedock.info/mod/971 "SpaceDock" +[MOD:0:thread]: https://forum.kerbalspaceprogram.com/index.php?/topic/149796-*/ "KSP Forum" +[MOD:0:dnload]: https://spacedock.info/mod/971 "SpaceDock" + +[MOD:1:source]: https://github.com/zer0Kerbal/FieldTrainingLab "GitHub" +[MOD:1:thread]: https://forum.kerbalspaceprogram.com/index.php?/topic/149796-*/ "KSP Forum" +[MOD:1:dnload]: https://www.curseforge.com/kerbal/ksp-mods/FieldTrainingLab "CurseForge" + + +[LIC:0:url]: https://mit-license.org/ "Expat-MIT" +[LIC:0:log]: https://i.postimg.cc/bvjfsMP5/MIT-17x17.png "Expat-MIT" +[LIC:0:shd]: https://img.shields.io/badge/License-Expat/MIT-3DA639?labelColor=black&logoColor=3DA639&logo=OpenSourceInitiative&style=plastic "Expat-MIT" + +[LIC:1:url]: https://mit-license.org/ "Expat-MIT" +[LIC:1:log]: https://i.postimg.cc/bvjfsMP5/MIT-17x17.png "Expat-MIT" +[LIC:1:shd]: https://img.shields.io/badge/License-Expat/MIT-3DA639?labelColor=black&logoColor=3DA639&logo=OpenSourceInitiative&style=plastic "Expat-MIT" + + +[LIC:url]: https://www.gnu.org/licenses/gpl-3.0-standalone.html "GPLv3" +[LIC:log]: https://i.postimg.cc/9FrwMgK6/GPL-17x17.png "GPLv3" +[LIC:shd]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/license.json +https://img.shields.io/badge/License-GPLv3-A42E2B?style=plastic&labelColor=white&logoColor=A42E2B&logo=gnu "GPLv3" + + +[CKAN:img]: https://i.postimg.cc/x8XSVg4R/sj507JC.png "CKAN" +[CKAN:url]: http://forum.kerbalspaceprogram.com/index.php?/topic/197082-*/ "CKAN" +[CKAN:shd]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/ckan.json "CKAN" + + +[CURSFG:url]: https://www.curseforge.com/kerbal/ksp-mods/FieldTrainingLab "Curseforge" +[CURSFG:shd]: https://img.shields.io/badge/CurseForge-Link-CCFF00.svg?labelColor=6441A4&style=plastic&logo=curseforge "Curseforge" + +[GITHUB:url]: https://github.com/zer0Kerbal/FieldTrainingLab/ "GitHub" +[GITHUB:shd]: https://img.shields.io/badge/Github-Link-CCFF00.svg?labelColor=181717&style=plastic&logo=github "GitHub" + +[SPCDCK:url]: http://spacedock.info/mod/971 "SpaceDock" +[SPCDCK:shd]: https://img.shields.io/badge/SpaceDock-Link-CCFF00.svg?labelColor=181717&style=plastic&logo=data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MDAgNTAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MDAgNTAwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzFBMUExQTt9Cgkuc3Qxe2ZpbGw6IzA1Nzg5Mzt9Cgkuc3Qye2ZpbGw6IzA3QUNEMjt9Cjwvc3R5bGU+CjxwYXRoIGlkPSJYTUxJRF8xXyIgY2xhc3M9InN0MCIgZD0iTTQwMCwwLjZIMTAwYy01NSwwLTEwMCw0NS0xMDAsMTAwVjQwMGMwLDU1LDQ1LDEwMCwxMDAsMTAwaDMwMGM1NSwwLDEwMC00NSwxMDAtMTAwVjEwMC42CglDNTAwLDQ1LjYsNDU1LDAuNiw0MDAsMC42eiIvPgo8ZyBpZD0iWE1MSURfNl8iPgoJPGcgaWQ9IlhNTElEXzlfIj4KCQk8cGF0aCBpZD0iWE1MSURfMTdfIiBjbGFzcz0ic3QxIiBkPSJNMTgzLjMsMTY1LjljNi40LTMuNiwxNi45LTMuNiwyMy4zLDBMNDY3LjQsMzE0YzYuNCwzLjYsNi40LDkuNiwwLDEzLjJMMjA2LjYsNDc0LjQKCQkJYy02LjQsMy42LTE3LjcsNi42LTI1LDYuNmgtNDQuOGMtNy40LDAtOC4xLTMtMS43LTYuNmwyNjEtMTQ3LjJjNi40LTMuNiw2LjQtOS42LDAtMTMuMkwxNzEsMTg2Yy02LjQtMy42LTYuNC05LjYsMC0xMy4yCgkJCUwxODMuMywxNjUuOXoiLz4KCTwvZz4KCTxnIGlkPSJYTUxJRF84XyI+CgkJPHBhdGggaWQ9IlhNTElEXzE2XyIgY2xhc3M9InN0MiIgZD0iTTMxOC44LDE5Yy03LjQsMC0xOC42LDIuOC0yNSw2LjRMMzMsMTczLjRjLTYuNCwzLjYtNi40LDkuNSwwLDEzLjFsMjYwLjcsMTQ3LjEKCQkJYzYuNCwzLjYsMTYuOSwzLjYsMjMuMywwbDEyLjMtN2M2LjQtMy42LDYuNC05LjUsMC0xMy4ybC0yMjUuMS0xMjdjLTYuNC0zLjYtNi40LTkuNSwwLTEzLjJMMzY1LjYsMjUuNGM2LjQtMy42LDUuNi02LjQtMS43LTYuNAoJCQlIMzE4Ljh6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg== "SpaceDock" + + +[KSP:url]: https://kerbalspaceprogram.com/ "Kerbal Space Program" +[KSP:shd]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/ksp.json&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= "Kerbal Space Program" + + +[FTF]: https://forum.kerbalspaceprogram.com/index.php?/topic/188841-*/ "Field Training Facility" +[FTL]: https://forum.kerbalspaceprogram.com/index.php?/topic/188841-*/ "Field Training Lab" +[GPO]: https://forum.kerbalspaceprogram.com/index.php?/topic/207732-*/ "GPO SpeedPump (GPO)" +[NRKK]: https://forum.kerbalspaceprogram.com/index.php?/topic/208543-*/ "Kerbal Klinic" +[ODFC]: https://forum.kerbalspaceprogram.com/index.php?/topic/187625-*/ "On Demand Fuel Cells" +[MOAR]: https://forum.kerbalspaceprogram.com/index.php?/topic/191525-*/ "MoarKerbals" + +[kerb]: https://forum.kerbalspaceprogram.com/index.php?/topic/190382-*/* "Kerbalism" +[kpbs]: http://forum.kerbalspaceprogram.com/index.php?/topic/133606-*/ "Kerbal Planetary Base Systems" +[mm]: https://forum.kerbalspaceprogram.com/index.php?/topic/50533-*/ "Module Manager" +[mml]: https://github.com/net-lisias-ksp/ModuleManager "Module Manager /L" +[wiki:xp]: https://wiki.kerbalspaceprogram.com/wiki/Experience "KSP WIKI: Experience" + + + +[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" +[BR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/BR.png "Português Brasil" +[CN]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/CH.png "中文" +[DE]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/DE.png "Deutsch" +[ES]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/ES.png "Español" +[FR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/FR.png "Français" +[IT]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/IT.png "Italiano" +[JA]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/JA.png "日本語" +[KO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/KO.png "한국어" +[MX]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/MX.png "Mexicano Español" +[NL]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/NL.png "Dutch" +[NO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/NO.png "Norsk" +[PO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/PO.png "Polski" +[RU]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/RU.png "Русский" +[SW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/SW.png "Svenska" +[TR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/TR.png "Türk" +[TW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/TW.png "国语" + +[curseforge]: https://www.curseforge.com/members/zer0kerbal/projects +[reddit]: https://www.reddit.com/user/zer0Kerbal +[twitch]: https://www.twitch.tv/zer0kerbal +[twitter]: https://twitter.com/zer0Kerbal +[youtube]: https://www.youtube.com/channel/UCp9c8IaK4Gjgfj3O9QxrbDw + +[efour]: https://forum.kerbalspaceprogram.com/index.php?/profile/152350-*/ "Efour" +[zer0Kerbal]: https://forum.kerbalspaceprogram.com/index.php?/profile/190933-*/ "zer0Kerbal" + +--- + +#### Connect with me + +Track progress: issues [here][MOD:issue] and projects [here](https://github.com/zer0Kerbal/FieldTrainingLab/projects/) along with **[The Short List](https://github.com/users/zer0Kerbal/projects/27)** + +[zer0Kerbal | kerbalspaceprogram.com][zer0Kerbal] [zer0Kerbal | CurseForge][curseforge] [zer0Kerbal | reddit][reddit] [zer0Kerbal | Patreon][PATREON:url] [zer0Kerbal | YouTube][youtube] [zer0Kerbal | Twitch][twitch] [zer0Kerbal | PayPal][PAYPAL:url] [zer0Kerbal | Buy Me a Coffee][BMCC:url] [zer0Kerbal | Twitter][twitter] + + +[^1]: [KSP Wiki: Experience][wiki:xp] +[^2]: this isn't a mod. ;P +[^3]: ***may*** work on other versions (YMMV) +[^4]: *Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date!* diff --git a/releases/1.0.3.5.md b/releases/1.0.3.5.md deleted file mode 100644 index 5b023f6..0000000 --- a/releases/1.0.3.5.md +++ /dev/null @@ -1,81 +0,0 @@ - - -[![Mod Version][shield:mod:static]][MOD:forum] -[![KSP version][shield:ksp:static]][KSP:website] ![KSP-AVC][shield:kspavc] [![License MIT][shield:license]][LINK:license] [![][LOGO:mit]][LINK:license] -![Code][shield:code] ![Validate AVC .version files][shield:avcvalid] -*** - -# Version 1.0.3.5 - Automation Motivation Modernization -- Automation Motivation Modernization -- KSP 1.7.3 with .NET 3.5 -- this preps mod for much easier releases -### Code and Code Related -- added Version.tt and AssemblyVersion.tt automation -- moved AssemblyVersion.tt/.cs into Properties/ -- updated to v2 of InstallChecker.cs -- moved Textures/ -> Plugins/Textures/ -### Deployment and Backend -- update changelog to include new Kerbal Changelog features -- updated _deploy and _buildRelease -- automated Readme.md -> Readme.htm -- Readme.htm now included in release -- CONTRIBUTING.md now included in repository -- updated .version to be avc compliant -- added avc github checker and badge -- updated .gitattributes .gitignore -- added json's -- updated / modernized .csproj -- updated Readme.md -- updated Releases.layout.md -> See [Full Changelog][MOD:changelog] for full details of changes -> See [Known Issues][MOD:issues] for known issues -*** -*red box below is a link to forum post on how to get support* -[![How to get support][image:get-support]][thread:getsupport] - -![][HERO:0] -*** -

Kerbal Space Program 1.7.3
-Unity 2017.1.3p1
-.NET Framework 3.5

- *Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date* - - - -[MOD:license]: https://github.com/zer0Kerbal/FieldTrainingLab/blob/master/LICENSE -[MOD:issues]: https://github.com/zer0Kerbal/FieldTrainingLab/issues -[MOD:known]: https://github.com/zer0Kerbal/FieldTrainingLab/wiki/Known-Issues -[MOD:forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/191045-* -[MOD:changelog]: https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/Changelog.cfg -[KSP:website]: http://kerbalspaceprogram.com/ - -[shield:mod:static]: https://img.shields.io/badge/Field%20Training%20Lab%20version-1.0.3.5-orange.svg?style=plastic -[shield:ksp:static]: https://img.shields.io/badge/KSP%20version-1.8.1-blue.svg?style=plastic -[shield:mod:latest]: https://img.shields.io/github/v/release/zer0Kerbal/FieldTrainingLab?include_prereleases?style=plastic -[shield:mod]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/mod.json -[shield:ksp]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/ksp.json -[shield:license]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/license.json -[shield:code]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/code.json -[shield:kspavc]: https://img.shields.io/badge/KSP-AVC--supported-brightgreen.svg?style=plastic -[shield:avcvalid]: https://github.com/zer0Kerbal/FieldTrainingLab/workflows/Validate%20AVC%20.version%20files/badge.svg - -[image:get-support]: https://i.postimg.cc/vHP6zmrw/image.png - -[LINK:license]: https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/LICENSE "MIT" -[thread:getsupport]: https://forum.kerbalspaceprogram.com/index.php?/topic/83212-* - - -[LOGO:mit]: https://i.postimg.cc/bvjfsMP5/MIT-17x17.png - - -[HERO:0]: http:// "Deployable Assets" - - \ No newline at end of file diff --git a/releases/1.1.0.0.md b/releases/1.1.0.0.md deleted file mode 100644 index 1beded2..0000000 --- a/releases/1.1.0.0.md +++ /dev/null @@ -1,64 +0,0 @@ - - -[![Mod Version][shield:mod:static]][MOD:forum] -[![KSP version][shield:ksp:static]][KSP:website] ![KSP-AVC][shield:kspavc] [![License MIT][shield:license]][LINK:license] [![][LOGO:mit]][LINK:license] -![Code][shield:code] ![Validate AVC .version files][shield:avcvalid] -*** - -# Version 1.1.0.0 - Automation Motivation Modernization -- Automation Motivation Modernization -- KSP 1.8.1 with .NET 4.8 -- isn't that enough? :D -- started adding in JoyntMail :D -> See [Full Changelog][MOD:changelog] for full details of changes -> See [Known Issues][MOD:issues] for known issues -*** -*red box below is a link to forum post on how to get support* -[![How to get support][image:get-support]][thread:getsupport] - -![][HERO:0] -*** -

Kerbal Space Program 1.7.3
-Unity 2017.1.3p1
-.NET Framework 3.5

- *Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date* - - - -[MOD:license]: https://github.com/zer0Kerbal/FieldTrainingLab/blob/master/LICENSE -[MOD:issues]: https://github.com/zer0Kerbal/FieldTrainingLab/issues -[MOD:known]: https://github.com/zer0Kerbal/FieldTrainingLab/wiki/Known-Issues -[MOD:forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/191045-* -[MOD:changelog]: https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/Changelog.cfg -[KSP:website]: http://kerbalspaceprogram.com/ - -[shield:mod:static]: https://img.shields.io/badge/Field%20Training%20Lab%20version-1.1.0.0-orange.svg?style=plastic -[shield:ksp:static]: https://img.shields.io/badge/KSP%20version-1.8.1-blue.svg?style=plastic -[shield:mod:latest]: https://img.shields.io/github/v/release/zer0Kerbal/FieldTrainingLab?include_prereleases?style=plastic -[shield:mod]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/mod.json -[shield:ksp]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/ksp.json -[shield:license]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/license.json -[shield:code]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/code.json -[shield:kspavc]: https://img.shields.io/badge/KSP-AVC--supported-brightgreen.svg?style=plastic -[shield:avcvalid]: https://github.com/zer0Kerbal/FieldTrainingLab/workflows/Validate%20AVC%20.version%20files/badge.svg - -[image:get-support]: https://i.postimg.cc/vHP6zmrw/image.png - -[LINK:license]: https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/LICENSE "MIT" -[thread:getsupport]: https://forum.kerbalspaceprogram.com/index.php?/topic/83212-* - - -[LOGO:mit]: https://i.postimg.cc/bvjfsMP5/MIT-17x17.png - - -[HERO:0]: http:// "Deployable Assets" - - \ No newline at end of file diff --git a/releases/1.2.0.0.htm b/releases/1.2.0.0.htm deleted file mode 100644 index a1d0318..0000000 --- a/releases/1.2.0.0.htm +++ /dev/null @@ -1,54 +0,0 @@ - -

Mod Version -KSP version KSP-AVC License MIT
-Code Validate AVC .version files

-
-

Version 1.2.0.0 - New Carpets!

-

Automation Motivation Modernization

-
    -
  • DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL
  • -
  • KSP 1.9.1 with .NET 4.8
  • -
  • update Editor GetInfo() to be more informative
  • -
  • include assembly version in PAW
  • -
  • isn't that enough? 😄
  • -
-

added game settings page - disabled for now

-
    -
  • added global setting to enable/disable PAW color
  • -
  • added option to globally enable/disable
  • -
  • added option: use science and ratio
  • -
  • added option: use reputation and ratio
  • -
  • added option: use funds and ratio
  • -
-
-

See Full Changelog for full details of changes
-See Known Issues for known issues

-
-
-

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

- -

Kerbal Space Program 1.9.1
-Unity 2019.2.2f1
-.NET Framework 4.8

- - - - -
- - created with the free version of - Markdown Monster -
diff --git a/releases/1.2.0.0.md b/releases/1.2.0.0.md deleted file mode 100644 index 076dd1f..0000000 --- a/releases/1.2.0.0.md +++ /dev/null @@ -1,71 +0,0 @@ - - -[![Mod Version][shield:mod:static]][MOD:forum] -[![KSP version][shield:ksp:static]][KSP:website] ![KSP-AVC][shield:kspavc] [![License MIT][shield:license]][LINK:license] [![][LOGO:mit]][LINK:license] -![Code][shield:code:static] ![Validate AVC .version files][shield:avcvalid] -*** -# Version 1.2.0.0 - New Carpets! -Automation Motivation Modernization -- ***DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL*** -- KSP 1.9.1 with .NET 4.8 -- update Editor GetInfo() to be more informative -- include assembly version in PAW -- isn't that enough? :D -### added game settings page - ***disabled for now*** -- added global setting to enable/disable PAW color -- added option to globally enable/disable -- added option: use science and ratio -- added option: use reputation and ratio -- added option: use funds and ratio -> See [Full Changelog][MOD:changelog] for full details of changes -> See [Known Issues][MOD:issues] for known issues -*** -*red box below is a link to forum post on how to get support* -[![How to get support][image:get-support]][thread:getsupport] - -![][HERO:0] -*** - - *Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date* - -

Kerbal Space Program 1.9.1
-Unity 2019.2.2f1
-.NET Framework 4.8

- -[MOD:license]: https://github.com/zer0Kerbal/FieldTrainingLab/blob/master/LICENSE -[MOD:issues]: https://github.com/zer0Kerbal/FieldTrainingLab/issues -[MOD:known]: https://github.com/zer0Kerbal/FieldTrainingLab/wiki/Known-Issues -[MOD:forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/191045-* -[MOD:changelog]: https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/Changelog.cfg -[KSP:website]: http://kerbalspaceprogram.com/ - -[shield:mod:static]: https://img.shields.io/badge/Field%20Training%20Lab%20version-1.2.0.0-orange.svg?style=plastic -[shield:ksp:static]: https://img.shields.io/badge/KSP%20version-1.9.1-blue.svg?style=plastic -[shield:code:static]: https://img.shields.io/badge/Code-%3C.NET%204.8%3E%20%3CUnity%202019.2.2f1%3E%20%3CC%23%3E-9cf?style=plastic?labelColor=darkblue - -[shield:mod:latest]: https://img.shields.io/github/v/release/zer0Kerbal/FieldTrainingLab?include_prereleases?style=plastic -[shield:mod]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/mod.json -[shield:ksp]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/ksp.json -[shield:license]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/license.json -[shield:code]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/code.json -[shield:kspavc]: https://img.shields.io/badge/KSP-AVC--supported-brightgreen.svg?style=plastic -[shield:avcvalid]: https://github.com/zer0Kerbal/FieldTrainingLab/workflows/Validate%20AVC%20.version%20files/badge.svg - -[image:get-support]: https://i.postimg.cc/vHP6zmrw/image.png - -[LINK:license]: https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/LICENSE "MIT" -[thread:getsupport]: https://forum.kerbalspaceprogram.com/index.php?/topic/83212-* - - -[LOGO:mit]: https://i.postimg.cc/bvjfsMP5/MIT-17x17.png - - -[HERO:0]: http:// "Deployable Assets" - - \ No newline at end of file diff --git a/releases/github_release_layout.md b/releases/github_release_layout.md deleted file mode 100644 index 9beb0d8..0000000 --- a/releases/github_release_layout.md +++ /dev/null @@ -1,80 +0,0 @@ - - -[![Mod Version][shield:mod:static]][MOD:forum] -[![KSP version:static][shield:ksp]][KSP:website] ![KSP-AVC][shield:kspavc] [![License MIT][shield:license]][LINK:license] [![][LOGO:mit]][LINK:license] -![Code][shield:code] ![Validate AVC .version files][shield:avcvalid] -*** - -# Version 1.0.3.5 - Automation Motivation Modernization -- Automation Motivation Modernization -- KSP 1.7.3 with .NET 3.5 -- this preps mod for much easier releases -### Code and Code Related -- added Version.tt and AssemblyVersion.tt automation -- moved AssemblyVersion.tt/.cs into Properties/ -- updated to v2 of InstallChecker.cs -- moved Textures/ -> Plugins/Textures/ -### Deployment and Backend -- update changelog to include new Kerbal Changelog features -- updated _deploy and _buildRelease -- automated Readme.md -> Readme.htm -- Readme.htm now included in release -- CONTRIBUTING.md now included in repository -- updated .version to be avc compliant -- added avc github checker and badge -- updated .gitattributes .gitignore -- added json's -- updated / modernized .csproj -- updated Readme.md -- updated Releases.layout.md -> See [Full Changelog][MOD:changelog] for full details of changes -> See [Known Issues][MOD:issues] for known issues -*** -*red box below is a link to forum post on how to get support* -[![How to get support][image:get-support]][thread:getsupport] - -![][HERO:0] -*** -

Kerbal Space Program 1.7.3
-Unity 2017.1.3p1
-.NET Framework 3.5

- *Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date* - - - -[MOD:license]: https://github.com/zer0Kerbal/FieldTrainingLab/blob/master/LICENSE -[MOD:issues]: https://github.com/zer0Kerbal/FieldTrainingLab/issues -[MOD:known]: https://github.com/zer0Kerbal/FieldTrainingLab/wiki/Known-Issues -[MOD:forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/191045-* -[MOD:changelog]: https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/Changelog.cfg -[KSP:website]: http://kerbalspaceprogram.com/ - -[shield:mod:static]: https://img.shields.io/badge/Field%20Training%20Lab%20version-1.0.3.5-orange.svg?style=plastic -[shield:mod:latest]: https://img.shields.io/github/v/release/zer0Kerbal/FieldTrainingLab?include_prereleases?style=plastic -[shield:mod]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/mod.json -[shield:ksp]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/ksp.json -[shield:license]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/license.json -[shield:code]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/json/code.json -[shield:kspavc]: https://img.shields.io/badge/KSP-AVC--supported-brightgreen.svg?style=plastic -[shield:avcvalid]: https://github.com/zer0Kerbal/FieldTrainingLab/workflows/Validate%20AVC%20.version%20files/badge.svg - -[image:get-support]: https://i.postimg.cc/vHP6zmrw/image.png - -[LINK:license]: https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/LICENSE "MIT" -[thread:getsupport]: https://forum.kerbalspaceprogram.com/index.php?/topic/83212-* - - -[LOGO:mit]: https://i.postimg.cc/bvjfsMP5/MIT-17x17.png - - -[HERO:0]: http:// "Deployable Assets" - - \ No newline at end of file diff --git a/source/Constants.cs b/source/Constants.cs new file mode 100644 index 0000000..6511781 --- /dev/null +++ b/source/Constants.cs @@ -0,0 +1,33 @@ +/* Field Training Lab (FTL) + * This addon adds a training center in the science laboratory. Paying science points gets kerbals experience. For Kerbal Space Program. + * Copyright (C) 2016 EFour + * Copyright (C) 2019, 2022 zer0Kerbal (zer0Kerbal at hotmail dot com) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . +*/ + +using System.Text; + +using FieldTrainingLab; + +public class Constants +{ + public const string MODNAME = "FieldTrainingLab"; + public const string MODTITLE = "Field Training Lab"; + public static readonly string ROOT_PATH = KSPUtil.ApplicationRootPath; + public static readonly string CONFIG_BASE_FOLDER = ROOT_PATH + "GameData/"; + public static string FTL_BASE_FOLDER { get { return CONFIG_BASE_FOLDER + MODNAME + "/"; } } + public static string FTL_NODENAME = MODNAME; + public string FTL_CFG_FILE { get { return FTL_BASE_FOLDER + "PluginData/FTL_Settings.cfg"; } } +} diff --git a/Source/FieldTrainingLab181.csproj b/source/FieldTrainingLab.csproj similarity index 52% rename from Source/FieldTrainingLab181.csproj rename to source/FieldTrainingLab.csproj index 1905294..87d3c04 100644 --- a/Source/FieldTrainingLab181.csproj +++ b/source/FieldTrainingLab.csproj @@ -1,43 +1,54 @@  - + Debug AnyCPU {AD686AF3-DDDC-4991-909F-EAD9C16C469B} Library - Properties - FieldTrainingLab + false FieldTrainingLab - v4.8 + + v4.6.1 512 + true + latest + true full false - bin\Debug\ + ..\GameData\FieldTrainingLab\Plugins\ DEBUG;TRACE prompt 4 + false + false + anycpu - none + embedded true - bin\Release\ + ..\GameData\FieldTrainingLab\Plugins\ TRACE prompt 4 - true + false + anycpu + false - + + False + + False - + False - + False @@ -48,17 +59,10 @@ - - - - True - True - AssemblyVersion.tt - True True @@ -66,28 +70,43 @@ - - - - - TextTemplatingFileGenerator - AssemblyVersion.cs - TextTemplatingFileGenerator Version.cs - + + + + + - set textTemplatingPath="$(DevEnvDir)texttransform.exe" -%25textTemplatingPath%25 "$(ProjectDir)Properties\AssemblyVersion.tt" + "$(DevEnvDir)\TextTransform.exe" "$(ProjectDir)Properties\Version.tt" - start /D $(ProjectDir)..\ /WAIT _deploy.bat $(TargetDir) $(TargetFileName) - if $(ConfigurationName) == Release start /D C:\KSP_DEV\Workspace\FieldTrainingLab /WAIT _buildRelease.bat $(TargetDir) $(TargetFileName) - +set K112=$(K112) +IF "%25K112%25"=="" ( + ECHO Configuration error - K112 not specified in project. + ECHO Either set K100 environment variable + PAUSE + rem GOTO DONE +) +start /D $(ProjectDir)..\ /WAIT _deploy.bat $(TargetDir) $(TargetFileName) +if $(ConfigurationName) == Release start /D $(ProjectDir)..\ /WAIT _buildRelease.bat $(TargetDir) $(TargetFileName) +del $(TargetDir)\*.tmp +:DONE + + + + + + + + + + + \ No newline at end of file diff --git a/source/FieldTrainingLab.sln b/source/FieldTrainingLab.sln new file mode 100644 index 0000000..308571e --- /dev/null +++ b/source/FieldTrainingLab.sln @@ -0,0 +1,63 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.2.32526.322 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FieldTrainingLab", "FieldTrainingLab.csproj", "{AD686AF3-DDDC-4991-909F-EAD9C16C469B}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{7B84804D-D321-451A-B023-DE3BC7F8F184}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AD686AF3-DDDC-4991-909F-EAD9C16C469B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AD686AF3-DDDC-4991-909F-EAD9C16C469B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AD686AF3-DDDC-4991-909F-EAD9C16C469B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AD686AF3-DDDC-4991-909F-EAD9C16C469B}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + Policies = $0 + $0.TextStylePolicy = $1 + $1.inheritsSet = null + $1.scope = text/x-csharp + $0.CSharpFormattingPolicy = $2 + $2.IndentSwitchBody = True + $2.AnonymousMethodBraceStyle = NextLine + $2.PropertyBraceStyle = NextLine + $2.PropertyGetBraceStyle = NextLine + $2.PropertySetBraceStyle = NextLine + $2.EventBraceStyle = NextLine + $2.EventAddBraceStyle = NextLine + $2.EventRemoveBraceStyle = NextLine + $2.StatementBraceStyle = NextLine + $2.ElseNewLinePlacement = NewLine + $2.CatchNewLinePlacement = NewLine + $2.FinallyNewLinePlacement = NewLine + $2.WhileNewLinePlacement = DoNotCare + $2.ArrayInitializerWrapping = DoNotChange + $2.ArrayInitializerBraceStyle = NextLine + $2.BeforeMethodDeclarationParentheses = False + $2.BeforeMethodCallParentheses = False + $2.BeforeConstructorDeclarationParentheses = False + $2.BeforeDelegateDeclarationParentheses = False + $2.NewParentheses = False + $2.SpacesBeforeBrackets = False + $2.inheritsSet = Mono + $2.inheritsScope = text/x-csharp + $2.scope = text/x-csharp + $0.TextStylePolicy = $3 + $3.inheritsSet = VisualStudio + $3.inheritsScope = text/plain + $3.scope = text/plain + $0.StandardHeader = $4 + $4.Text = + $4.IncludeInNewFiles = True + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {D3B514B4-8D1F-452C-AED5-8E8BBCB7FE7E} + EndGlobalSection +EndGlobal diff --git a/Source/FieldTrainingLabModule.cs b/source/FieldTrainingLabModule.cs similarity index 82% rename from Source/FieldTrainingLabModule.cs rename to source/FieldTrainingLabModule.cs index 4e66a62..872c837 100644 --- a/Source/FieldTrainingLabModule.cs +++ b/source/FieldTrainingLabModule.cs @@ -1,4 +1,23 @@ -using UnityEngine; +/* Field Training Lab (FTL) + * This addon adds a training center in the science laboratory. Paying science points gets kerbals experience. For Kerbal Space Program. + * Copyright (C) 2016 EFour + * Copyright (C) 2019, 2022 zer0Kerbal (zer0Kerbal at hotmail dot com) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . +*/ + +using UnityEngine; using KSP.Localization; namespace FieldTrainingLab @@ -99,7 +118,7 @@ private void TrainKerbal(int index) { ProtoCrewMember crew = crewArr[index]; - int lastLog = getCrewTrainedLevel(crew); + int lastLog = GetCrewTrainedLevel(crew); if (lastLog == 5) { @@ -107,7 +126,7 @@ private void TrainKerbal(int index) return; } - float SciCost = calculateSciCost(levelUpExpTable[lastLog], crew); + float SciCost = CalculateSciCost(levelUpExpTable[lastLog], crew); if (ResearchAndDevelopment.Instance.Science < SciCost) { ScreenMessages.PostScreenMessage("Insufficient Science Points.\n" + @@ -115,7 +134,7 @@ private void TrainKerbal(int index) return; } ResearchAndDevelopment.Instance.AddScience(-1 * SciCost, TransactionReasons.CrewRecruited); - removeKerbalTrainingExp(crew); + RemoveKerbalTrainingExp(crew); crew.flightLog.AddEntry(new FlightLog.Entry(crew.flightLog.Flight, trainingArr[lastLog+1], "Kerbin")); ScreenMessages.PostScreenMessage(levelNumber[lastLog] + " Training Complete : " + crew.name); @@ -135,10 +154,10 @@ public override void OnUpdate() foreach (ProtoCrewMember crew in part.protoModuleCrew) { if (index >= 8) break; - int lastLog = getCrewTrainedLevel(crew); + int lastLog = GetCrewTrainedLevel(crew); crewArr[index] = crew; - int SciCost = (int) calculateSciCost(levelUpExpTable[lastLog], crew); + int SciCost = (int) CalculateSciCost(levelUpExpTable[lastLog], crew); if (lastLog < 5) Events[eventArr[index]].guiName = "[" + lastLog + "->" + (lastLog + 1) + "] " + crew.name + "[" + SciCost + "p]"; else Events[eventArr[index]].guiName = "[5]" + crew.name; @@ -152,9 +171,9 @@ public override void OnUpdate() #endregion - private int calculateSciCost(float baseValue, ProtoCrewMember crew) + private int CalculateSciCost(float baseValue, ProtoCrewMember crew) { - double calculated = baseValue * TrainFactor * (1 - (getKerbalTrainingExp(crew) / (TimeFactor * baseValue / 64))); + double calculated = baseValue * TrainFactor * (1 - (GetKerbalTrainingExp(crew) / (TimeFactor * baseValue / 64))); int ret = 0; if (this.vessel.mainBody.bodyName == "Kerbin" && this.vessel.LandedOrSplashed) ret = ((int) (calculated + 0.5)); @@ -165,7 +184,7 @@ private int calculateSciCost(float baseValue, ProtoCrewMember crew) return ret; } - private double getKerbalTrainingExp(ProtoCrewMember crew) + private double GetKerbalTrainingExp(ProtoCrewMember crew) { string lastExpStr = "0"; @@ -177,7 +196,7 @@ private double getKerbalTrainingExp(ProtoCrewMember crew) return double.Parse(lastExpStr); } - private void removeKerbalTrainingExp(ProtoCrewMember crew) + private void RemoveKerbalTrainingExp(ProtoCrewMember crew) { foreach (FlightLog.Entry entry in crew.careerLog.Entries.ToArray()) if (entry.type == "TrainingExp") @@ -187,7 +206,7 @@ private void removeKerbalTrainingExp(ProtoCrewMember crew) crew.flightLog.Entries.Remove(entry); } - private int getCrewTrainedLevel(ProtoCrewMember crew) + private int GetCrewTrainedLevel(ProtoCrewMember crew) { int lastLog = 0; FlightLog totalLog = crew.careerLog.CreateCopy(); @@ -243,14 +262,14 @@ public override string GetInfo() //? The config is only fully parsed after everything is fully loaded (which is why it's in OnStart()) if (info == string.Empty) { - info += Localizer.Format("#FieldTrainingLab_manu"); // #FieldTrainingLab_manu = Kerbalnaut Training Industries, Inc. - info += "\n v" + Version.Text; // FTL Version Number text - info += "\n" + Localizer.Format("#FieldTrainingLab_desc"); // #FieldTrainingLab_desc = Train Kerbals using Science Points + info += Localizer.Format("#FTL-manu"); // #FTL-manu = Kerbalnaut Training Industries, Inc. + info += "\n v" + Version.SText; // FTL Version Number text + info += "\n" + Localizer.Format("#FTL-desc"); // #FTL-desc = Train Kerbals using Science Points } // #autoLOC_252004 = ElectricCharge // #FieldTrainingFacility_titl = FieldTrainingFacility - // #FieldTrainingLab_manu = Kerbalnaut Training Industries, Inc. - // #FieldTrainingLab_desc = Train Kerbals using time and Electric Charge + // #FTL-manu = Kerbalnaut Training Industries, Inc. + // #FTL-desc = Train Kerbals using time and Electric Charge return info; } } diff --git a/Source/KACWrapper.cs b/source/KACWrapper.cs similarity index 100% rename from Source/KACWrapper.cs rename to source/KACWrapper.cs diff --git a/source/Properties/AssemblyInfo.cs b/source/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..7498028 --- /dev/null +++ b/source/Properties/AssemblyInfo.cs @@ -0,0 +1,40 @@ +/* Field Training Lab (FTL) + * This addon adds a training center in the science laboratory. Paying science points gets kerbals experience. For Kerbal Space Program. + * Copyright (C) 2016 EFour + * Copyright (C) 2019, 2022 zer0Kerbal (zer0Kerbal at hotmail dot com) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . +*/ + +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("Field Training Lab (FTL)")] +[assembly: AssemblyDescription("Train Kerbals using Science Points, for Kerbal Space Program")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Kerbalnaut Training Industries, Inc.")] +[assembly: AssemblyProduct("Field Training Lab")] +[assembly: AssemblyCopyright("Copyright (c) 2016 Efour (c) 2019, 2022 zer0Kerbal")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] +//[assembly: AssemblyInformationalVersionAttribute("Train Kerbals using Science Points, for Kerbal Space Program")] \ No newline at end of file diff --git a/source/Properties/Version.cs b/source/Properties/Version.cs new file mode 100644 index 0000000..b126ba4 --- /dev/null +++ b/source/Properties/Version.cs @@ -0,0 +1,50 @@ +//14 +// +// This code was generated by a tool. Any changes made manually will be lost +// the next time this code is regenerated. +// +/* Field Training Lab (FTL) + * This addon adds a training center in the science laboratory. Paying science points gets kerbals experience. For Kerbal Space Program. + * Copyright (C) 2016 EFour + * Copyright (C) 2019, 2022 zer0Kerbal (zer0Kerbal at hotmail dot com) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . +*/ + + +using System.Reflection; + +[assembly: AssemblyFileVersion("1.2.1.14")] +[assembly: AssemblyVersion("1.2.1.0")] +[assembly: AssemblyInformationalVersion("1.2.1")] +[assembly: KSPAssembly("FieldTrainingLab", 1,2,1)] + +namespace FieldTrainingLab +{ + public static class Version + { + public const int major = 1; + public const int minor = 2; + public const int patch = 1; + public const int build = 0; + public const string Number = "1.2.1.0"; +#if DEBUG + public const string Text = Number + "-zed'K BETA DEBUG"; + public const string SText = Number + "-zed'K BETA DEBUG"; +#else + public const string Text = Number + "-zed'K"; + public const string SText = Number; +#endif + } +} \ No newline at end of file diff --git a/source/Properties/Version.tt b/source/Properties/Version.tt new file mode 100644 index 0000000..bd14f0c --- /dev/null +++ b/source/Properties/Version.tt @@ -0,0 +1,162 @@ +<# +/* + * Version.tt + * 2.0.3.0 +*/ + +/* Field Training Lab (FTL) + * This addon adds a training center in the science laboratory. Paying science points gets kerbals experience. For Kerbal Space Program. + * Copyright (C) 2016 EFour + * Copyright (C) 2019, 2022 zer0Kerbal (zer0Kerbal at hotmail dot com) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . +*/ + +#> +<# // from https://docs.microsoft.com/en-us/visualstudio/modeling/walkthrough-generating-code-by-using-text-templates?view=vs-2017 #> +<#@ template debug="false" hostspecific="true" language="C#" #> +<#@ output extension=".cs" #> +<#@ import namespace="System.IO" #> +<# + // + // Update the following with mod name as listed on the .version file + // + string PROJECT_NAME = "FieldTrainingLab"; + int major = 0; + int minor = 0; + int patch = 0; + int build = 0; + int revisionNumber; + try + { + //If we cannot find the file, the revision number is set to zero, + //so even if the file doesn't exists the generation will run anyway. + //NOTE: we suppose we're not messing with the generated file + + using(var f = File.OpenText(Host.ResolvePath("Version.cs"))) + { + //We're reading the previous revision number; in order to make the + //code as simple as we can, we're just going to rewrite it on the first row, commented. + //This is not elegant, but it's simple enough and quite effective. + string _st = f.ReadLine().Replace("//",""); + revisionNumber = int.Parse(_st) + 1; + } + }catch{ revisionNumber = 0; } + + try + { + string file = this.Host.ResolvePath("../../" + PROJECT_NAME + ".version"); + string text = File.ReadAllText(file); + + { + int i = text.IndexOf("\"VERSION\"", System.StringComparison.Ordinal); + int j = text.IndexOf("}", i + 1, System.StringComparison.Ordinal); + text = text.Substring(i, j-i+1); + } + + try + { + int i = text.IndexOf("\"MAJOR\"", System.StringComparison.Ordinal); + while (!Char.IsNumber(text[i])) ++i; + int j = i; + while (Char.IsNumber(text[j])) ++j; + Int32.TryParse(text.Substring(i,j-i), out major); + } + catch { } + + try + { + int i = text.IndexOf("\"MINOR\"", System.StringComparison.Ordinal); + while (!Char.IsNumber(text[i])) ++i; + int j = i; + while (Char.IsNumber(text[j])) ++j; + Int32.TryParse(text.Substring(i,j-i), out minor); + } + catch { } + + try + { + int i = text.IndexOf("\"PATCH\"", System.StringComparison.Ordinal); + while (!Char.IsNumber(text[i])) ++i; + int j = i; + while (Char.IsNumber(text[j])) ++j; + Int32.TryParse(text.Substring(i,j-i), out patch); + } + catch { } + + try + { + int i = text.IndexOf("\"BUILD\"", System.StringComparison.Ordinal); + while (!Char.IsNumber(text[i])) ++i; + int j = i; + while (Char.IsNumber(text[j])) ++j; + Int32.TryParse(text.Substring(i,j-i), out build); + } + catch { } + } + catch (Exception e) + { + Write("Error: " + e.Message); + } +#> +//<#=revisionNumber#> +// +// This code was generated by a tool. Any changes made manually will be lost +// the next time this code is regenerated. +// +/* Field Training Lab (FTL) + * This addon adds a training center in the science laboratory. Paying science points gets kerbals experience. For Kerbal Space Program. + * Copyright (C) 2016 EFour + * Copyright (C) 2019, 2022 zer0Kerbal (zer0Kerbal at hotmail dot com) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . +*/ + + +using System.Reflection; + +[assembly: AssemblyFileVersion("<#= major #>.<#= minor #>.<#= patch #>.<#= revisionNumber #>")] +[assembly: AssemblyVersion("<#= major #>.<#= minor #>.<#= patch #>.<#= build #>")] +[assembly: AssemblyInformationalVersion("<#= major #>.<#= minor #>.<#= patch #>")] +[assembly: KSPAssembly("<#= PROJECT_NAME #>", <#= major #>,<#= minor #>,<#= patch #>)] + +namespace <#= PROJECT_NAME #> +{ + public static class Version + { + public const int major = <#= major #>; + public const int minor = <#= minor #>; + public const int patch = <#= patch #>; + public const int build = <#= build #>; + public const string Number = "<#= major #>.<#= minor #>.<#= patch #>.<#= build #>"; +#if DEBUG + public const string Text = Number + "-zed'K BETA DEBUG"; + public const string SText = Number + "-zed'K BETA DEBUG"; +#else + public const string Text = Number + "-zed'K"; + public const string SText = Number; +#endif + } +} \ No newline at end of file diff --git a/Source/Settings.cs b/source/Settings.cs similarity index 87% rename from Source/Settings.cs rename to source/Settings.cs index d8896a9..e337276 100644 --- a/Source/Settings.cs +++ b/source/Settings.cs @@ -1,4 +1,23 @@ -/*using System; +/* Field Training Lab (FTL) + * This addon adds a training center in the science laboratory. Paying science points gets kerbals experience. For Kerbal Space Program. + * Copyright (C) 2016 EFour + * Copyright (C) 2019, 2022 zer0Kerbal (zer0Kerbal at hotmail dot com) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . +*/ + +/*using System; using System.Collections; using System.Collections.Generic; using System.Reflection; @@ -19,8 +38,7 @@ namespace FieldTrainingLab // search for "Mod integration into Stock Settings public class ODFC_Options : GameParameters.CustomParameterNode - { - public override string Title { get { return "[WIP] Field Training Lab Settings"; } } + { public override string Title { get { return "[WIP] Field Training Lab Settings"; } } public override GameParameters.GameMode GameMode { get { return GameParameters.GameMode.ANY; } } public override string Section { get { return "[WIP] Field Training"; } } public override string DisplaySection { get { return "[WIP] Field Training"; } }