diff --git a/.gitattributes b/.gitattributes index 50cdb18..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,17 +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 @@ -33,12 +30,10 @@ *.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 # @@ -50,7 +45,6 @@ # 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 @@ -63,13 +57,10 @@ *.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 @@ -82,12 +73,10 @@ #*.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. @@ -98,13 +87,11 @@ # # 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 @@ -139,10 +126,8 @@ *.tsx text *.xml text *.xhtml text diff=html - # Docker Dockerfile text - # Documentation *.ipynb text *.markdown text @@ -168,7 +153,6 @@ NEWS text readme text *README* text TODO text - # Templates *.dot text *.ejs text @@ -185,7 +169,6 @@ TODO text *.tpl text *.twig text *.vue text - # Configs *.cnf text *.conf text @@ -203,10 +186,8 @@ package-lock.json text -diff browserslist text Makefile text makefile text - # Heroku Procfile text - # Graphics *.ai binary *.bmp binary @@ -234,7 +215,6 @@ Procfile text *.tiff binary *.wbmp binary *.webp binary - # Audio *.kar binary *.m4a binary @@ -243,7 +223,6 @@ Procfile text *.mp3 binary *.ogg binary *.ra binary - # Video *.3gpp binary *.3gp binary @@ -262,7 +241,6 @@ Procfile text *.swc binary *.swf binary *.webm binary - # Archives *.7z binary *.gz binary @@ -270,21 +248,16 @@ Procfile text *.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/.imgbotconfig b/.github/.imgbotconfig new file mode 100644 index 0000000..21a9229 --- /dev/null +++ b/.github/.imgbotconfig @@ -0,0 +1,21 @@ +{ + "schedule": "weekly", + "ignoredFiles": [ + "GameData/*", + "docs/LegalMumboJumbo/*", + "GameData/SimpleLogistics/*", + "GameData/SimpleLogistics/Textures/*", + "source/*", + "**/Assets/**", + "**/Flags/**", + "**/Agents/**", + "**/Textures/**", + "**/UI/**", + "**/PluginData/**", + "**/Icons/**", + "**/@thumbs/**" + ], + "aggressiveCompression": "false", + "compressWiki": "true", + "minKBReduced": 500 +} diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index 9059e75..0000000 --- a/.github/CONTRIBUTING.md +++ /dev/null @@ -1,107 +0,0 @@ - - -[MOD:license]: https://github.com/zer0Kerbal/SimpleLogistics/blob/master/LICENSE -[MOD:contributing]: https://github.com/zer0Kerbal/SimpleLogistics/blob/master/.github/CONTRIBUTING.md -[MOD:issues]: https://github.com/zer0Kerbal/SimpleLogistics/issues -[MOD:wiki]: https://github.com/zer0Kerbal/SimpleLogistics/ -[MOD:known]: https://github.com/zer0Kerbal/SimpleLogistics/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/SimpleLogistics/master/json/mod.json -[SHIELD:ksp]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/json/ksp.json -[SHIELD:license]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/json/license.json - -# Before you Contribute (thank you!) Please Read: -> [LICENSE][MOD:license] ![SHIELD:license] ![][LOGO:gplv3] -> [CONTRIBUTING][MOD:contributing] - -### All submissions become subject to this repository's [LICENSE][MOD:license] ![SHIELD:license] ![LOGO:gplv3] -##### 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:gplv3] - -# Submitting changes -Please send a GitHub Pull Request to SimpleLogistics 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/.gitignore b/.gitignore index f5aadbf..1261ef5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,15 @@ -# Prerequisites +# .gitignore v2.0.5.0 +# created: +# updated: 15 Mar 2022 +# by zer0kerbal + +# 2.0.3.0 - add *.2do +# 2.0.4.0 +# add *.psd +# remove .csproj +# remove .sln + +# Prerequisites *.d # Compiled Object files @@ -45,28 +56,9 @@ *.xls *.xlsx *.session - +*.psd # 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 _* @@ -105,6 +97,17 @@ TestResult.xml # 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/ # Asset meta data should only be ignored when the corresponding asset is also ignored !/[Aa]ssets/**/*.meta @@ -124,9 +127,9 @@ TestResult.xml # Autogenerated VS/MD/Consulo solution and project files ExportedObj/ .consulo/ -*.csproj +# *.csproj *.unityproj -*.sln +# *.sln *.suo *.tmp *.user @@ -162,3 +165,4 @@ crashlytics-build.properties /[Aa]ssets/[Ss]treamingAssets/aa/* graphics/Thumbs.db *.old +*.2do diff --git a/Attributions.md b/Attributions.md new file mode 100644 index 0000000..08db355 --- /dev/null +++ b/Attributions.md @@ -0,0 +1,75 @@ +--- +permalink: /Attributions.html +title: Attributions +description: The Opening Credits, and the closing credits, plus the first of two (or is three) end credit scenes +# layout: bare +tags: thank-you,directions,page,kerbal,ksp,zer0Kerbal,zedK +--- + + + + + +# SimpleLogistics! (SLOG!) +[Home](https://zer0kerbal.github.io/SimpleLogistics) + +## Attribution + +### Credits + +* [`@MatterBeam`][LINK:matterbeam] for developing [SimpleLogistics!][thread:SLOG] +* [`@RealGecko`][Link:realgecko] for adopting and continuing this mod +* mwerle for maintaining and updating [SimpleLogistics!][thread:SLOG] +* tinygrox for initial localization implementation and the ZN-CH localizations! +* Fitiales for the ES-SP localization! +* malanok1 for the German(de-de.cg) and Russian (ru.cfg) localization! +* Lisias for the Brazilian-Portuguese (br-pt.cfg) localization! +* translate.google.com for French, Italian, Japanese, Korean, Swedish, and Norwegian localizations (corrections solicited and welcome!) +* **Thanks to everyone who gave feedback! It's very important for me and highly appreciated.** + +### Flag + +* ? + +### Agency + +* ? + +### Special Thanks + +* @linuxgurugamer for the toolbar/clickthroughblocker updates (and other things)! +* [Blizzy78][LINK:blizzy78] for creating the toolbar! + + +[thread:tb]: https://forum.kerbalspaceprogram.com/index.php?/topic/161857-* "Blizzy78's Toolbar" +[threade:mas]:https://forum.kerbalspaceprogram.com/index.php?/topic/160856-* "MOARdV's Avionics Systems (MAS)" +[thread:rpm]: https://forum.kerbalspaceprogram.com/threads/117471-* "Raster Prop Monitor (RPM)" +[thread:rpma]: https://forum.kerbalspaceprogram.com/threads/190737-* "Raster Prop Monitor Adopted(RPMA)" +[thread:SLOG]: https://forum.kerbalspaceprogram.com/threads/191045-* "SimpleLogistics!" + +[LINK:matterbeam]: https://forum.kerbalspaceprogram.com/index.php?/profile/133334-matterbeam/ "MatterBeam" +[LINK:realgecko]: https://forum.kerbalspaceprogram.com/index.php?/profile/162682-realgecko/ "RealGecko" +[LINK:zer0Kerbal]: https://forum.kerbalspaceprogram.com/index.php?/profile/190933-zer0kerbal/ "zer0Kerbal" + +[LINK:jonnyothan]: https://forum.kerbalspaceprogram.com/index.php?/profile/40902-jonnyothan/ "JonnyOThan" +[LINK:mihara]: https://forum.kerbalspaceprogram.com/index.php?/profile/59752-mihara/ "Mihara" +[LINK:blizzy79]: https://forum.kerbalspaceprogram.com/index.php?/profile/68543-blizzy78/ "Blizzy78" +[LINK:cptkipard]: https://forum.kerbalspaceprogram.com/index.php?/profile/70516-captainkipard/ "Captain Kipard" + + \ No newline at end of file diff --git a/ChangeLog.cfg b/ChangeLog.cfg index 558e515..12b00b1 100644 --- a/ChangeLog.cfg +++ b/ChangeLog.cfg @@ -288,5 +288,5 @@ KERBALCHANGELOG } } -// GPLv2 +// GPLv2 BY // zer0Kerbal \ No newline at end of file diff --git a/GameData/SimpleLogistics/Patches/CommandLogistics.cfg b/GameData/SimpleLogistics/Compatability/CommandLogistics.cfg similarity index 100% rename from GameData/SimpleLogistics/Patches/CommandLogistics.cfg rename to GameData/SimpleLogistics/Compatability/CommandLogistics.cfg diff --git a/GameData/SimpleLogistics/Patches/DeployableBatteries.cfg b/GameData/SimpleLogistics/Compatability/DeployableBatteries.cfg similarity index 100% rename from GameData/SimpleLogistics/Patches/DeployableBatteries.cfg rename to GameData/SimpleLogistics/Compatability/DeployableBatteries.cfg diff --git a/GameData/SimpleLogistics/Patches/DeployableScience.cfg b/GameData/SimpleLogistics/Compatability/DeployableScience.cfg similarity index 100% rename from GameData/SimpleLogistics/Patches/DeployableScience.cfg rename to GameData/SimpleLogistics/Compatability/DeployableScience.cfg diff --git a/GameData/SimpleLogistics/Patches/KAS-PortPylonPwr.cfg b/GameData/SimpleLogistics/Compatability/KAS-PortPylonPwr.cfg similarity index 100% rename from GameData/SimpleLogistics/Patches/KAS-PortPylonPwr.cfg rename to GameData/SimpleLogistics/Compatability/KAS-PortPylonPwr.cfg diff --git a/GameData/SimpleLogistics/Patches/Lights.cfg b/GameData/SimpleLogistics/Compatability/Lights.cfg similarity index 100% rename from GameData/SimpleLogistics/Patches/Lights.cfg rename to GameData/SimpleLogistics/Compatability/Lights.cfg diff --git a/GameData/SimpleLogistics/Localization/quickstart.md b/GameData/SimpleLogistics/Localization/quickstart.md new file mode 100644 index 0000000..6c21b37 --- /dev/null +++ b/GameData/SimpleLogistics/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/SimpleLogistics/Localization/readme.md b/GameData/SimpleLogistics/Localization/readme.md index c9d13ee..3960b4e 100644 --- a/GameData/SimpleLogistics/Localization/readme.md +++ b/GameData/SimpleLogistics/Localization/readme.md @@ -1,5 +1,16 @@ -from: @HebruSan (thank you) ![link](https://github.com/HebaruSan/Astrogator/tree/master/assets/lang) -GPLv3 +--- +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) @@ -10,6 +21,28 @@ Unfortunately, I only speak English, and I maintain this mod for free. This mean 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 + +* [ ] ![American English][EN] American English +* [ ] ![Brasil][BR] Brazilian +* [ ] ![中文][CN]] Chinese (中文) +* [ ] ![Deutsch][DE] German (Deutsch) +* [ ] ![Español][ES]] [Spanish (Español) +* [ ] ![Français][FR] French (Français) +* [ ] ![Italiano][IT] Italian (Italiano) +* [ ] ![日本語][JA] Japanese(日本語) + +## Included just in case + +* [ ] ![한국어][KO] Korean (한국어) +* [ ] ![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. @@ -25,7 +58,7 @@ It is recommended to make your changes on your own computer at first so you can The remaining steps are different depending on whether the file already exists: -### If the file exists +### If the file exists Follow these steps to make improvements to an existing translation: @@ -38,7 +71,7 @@ Follow these steps to make improvements to an existing translation: Follow these steps to start your own translation from scratch: -4. Make a copy of `en-us.cfg` in the `lang` folder +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 @@ -107,12 +140,32 @@ The remaining steps are different depending on whether the file already exists: 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 change string in-game -- Checking Google Translate -- Asking individual human experts -- Requesting help on the KSP forum +* Confirming that the file name and the third line of the file match one of the supported locale names +* Viewing each changed string in-game +* Checking Google Translate +* Asking individual human experts +* Requesting help on the KSP forum If I have any questions about specific changes you've made, I will add them to the pull request, which should trigger a notification to you. Please try to respond to these in as timely a manner as you can manage. Your pull request may be closed without merging if you do not reply for a long time. Once all the questions and comments are resolved to my satisfaction, your changes will be merged into the main files and included in the next release. I will also add your Github name to the Acknowledgements section of the README file. + +[EN]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/American-flag-sm.png "American English" +[BR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Brazilian-flag-sm.png "Brasil" +[CN]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Chinese-flag-sm.png "中文" +[DE]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/German-flag-sm.png "Deutsch" +[ES]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Spanish-flag-sm.png "Español" +[FR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/French-flag-sm.png "Français" +[IT]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Italian-flag-sm.png "Italiano" +[JA]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Japanese-flag-sm.png "日本語" +[KO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/South-Korean-flag-sm.png "한국어" +[ME]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Mexican-flag-sm.png "Español Mexicano" +[NL]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Dutch-flag-sm.png "Dutch" +[NO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Norwegian-flag-sm.png "Norsk" +[PO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Polish-flag-sm.png "Polski" +[RU]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Russian-flag-sm.png "Русский" +[SW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Swedish-flag-sm.png "Svenska" +[TW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Taiwanese-flag-sm.png "国语" +[HA]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Hawaii-flag-sm.png "ʻŌlelo Pākē" + + diff --git a/ManualInstallation.md b/ManualInstallation.md new file mode 100644 index 0000000..2864963 --- /dev/null +++ b/ManualInstallation.md @@ -0,0 +1,86 @@ +--- +permalink: /ManualInstallation.html +title: ManualInstallation +description: the flat-pack Kiea instructions, written in Kerbalese, unusally present +# layout: bare +tags: installation,directions,page,kerbal,ksp,zer0Kerbal,zedK +--- + + + + + +# SimpleLogistics! (SLOG!) + +A SimpleCo add-on for sharing resources between vessels within physics range for Kerbal Space Program. + +## 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 GameData folder inside your Kerbal Space Program folder: + +* **REMOVE ANY OLD VERSIONS OF THE PRODUCT BEFORE INSTALLING**, including any other fork: + * )optional( back up `/GameData/SimpleLogistics/Plugins/PluginData/SimpleLogistics` and elsewhere you have saved SimpleLogistics + * Delete `/GameData/SimpleLogistics` +* Extract the package's `SimpleLogistics/` folder into your KSP's as follows: + * `/SimpleLogistics` --> `/GameData/SimpleLogistics` + * Overwrite any preexisting file. + * )optional( restore from backup to `/GameData/SimpleLogistics/Plugins/PluginData/SimpleLogistics` + +### 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: + * )optional( back up `/GameData/SimpleLogistics/Plugins/PluginData/SimpleLogistics` and elsewhere you have saved SimpleLogistics + * Delete `/GameData/SimpleLogistics` +* Extract the package's `GameData/` folder into your KSP's as follows: + * `/GameData/SimpleLogistics` --> `/GameData` + * Overwrite any preexisting file. + * )optional( restore from backup to `/GameData/SimpleLogistics/Plugins/PluginData/SimpleLogistics` + +## The following file layout must be present after installation + +``` + + [GameData] + [SimpleLogistics] + [Compatibility] + ... + [Localization] + ... + [Plugins] + ... + [Logs] + ... + [Plugin Data] + ... + [SimpleLogistics] + config.xml + [Textures] + ... + 2.0.5.0.htm + changelog.md + GPLv3.txt + SimpleLogistics.version + readme.htm + ... + KSP.log + ... +``` + +### Dependencies + +* [Module Manager][thread:mm] +* [ToolbarController][thread:tbc] + +[thread:mm]: https://github.com/net-lisias-ksp/ModuleManager "Module Manager" +[thread:tbc]: https://forum.kerbalspaceprogram.com/index.php?/topic/169509-* "ToolbarController" diff --git a/Readme.htm b/Readme.htm deleted file mode 100644 index 0ea16d3..0000000 --- a/Readme.htm +++ /dev/null @@ -1,226 +0,0 @@ - - -

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

-

KerbGuise Experimental engineering (KGEx)

-

Brings you:

-

SimpleLogistics! (SLOG!)

-

Adopted by @zer0Kerbal, originally by @RealGecko

-

Mod Version KSP version License GPLv3 GPLv3 Logo

-

Curseforge CKAN GitHub SpaceDock

-

Code KSP-AVC Validate AVC .version files

-

A simple addon for sharing resources between vessels within physics range

-

SimpleLogistics!

-
-

Cabin notes:

-
    -
  • WIP - work in progress
  • -
  • Am open to adding more features, great project for someone!
  • -
  • I have not personally tested the patches
  • -
  • Have a request? Glad to have them, kindly submit through GitHub.
  • -
-
-

Localizations: 🇺🇸 🇪🇸 🇫🇷 🇮🇹 🇧🇷 🇷🇺 🇩🇪 🇨🇳 🇯🇵 🇰🇷 🇳🇴 🇸🇪

-
-

SimpleLogistics is a Polyglot! It now twelve languages.
-Additions and corrections solicited and welcome!

-
-

See the README in the Localization folder for instructions for adding or improving translations for languages other than English. GitHub push is the best way to contribute.

-
-

How to support this and many other mods by @zer0kerbal

-

Support Patreon Github Sponsor Buy zer0Kerbal a snack

-
-

Discussions:

-

See Discussions or KSP Forums for discussions and news on this mod

-
-

Installation Directions:

-
    -
  • Use CKAN
    -
  • -
-

Changelog Summary

-
    -
  • See ChangeLog for full details of mod changes
  • -
-

Known Issues

-
    -
  • See Known Issues for full details of feature requests, and known issues
  • -
-

Dependencies

- -

Recommends

- -

Suggests

- -

Supports

- -

Conflicts

-
    -
  • -none known
  • -
-

Replaces

-
    -
  • none
  • -
-

Tags

-
    -
  • addon, resources
  • -
-
-
-

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

- -

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

- -

-
-
- Embedded Kottabo Youtube Video - -
-
- -

Credits

-
-

@MatterBeam for developing this mod
-@RealGecko for adopting and continuing this mod
-@linuxgurugamer for the toolbar/clickthroughblocker updates (and other things)!
-@tinygrox for the localization implementation and the ZN-CH localization!
-@fitiales for the Spanish (es-es.cfg) localization!
-@malanok1 for the German(de-de.cg) and Russian (ru.cfg) localization!
-@Lisias for the Brazilian-Portuguese (br-pt.cfg) localization!
-@translate.google.com for French, Italian, Japanese, Korean, Swedish, and Norwegian localization (corrections solicited and welcome!)

-
-
- -

Current

-

Forum: Thread
-Source: GitHub
-License: License GPLv3

-
-

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

-
-

Original

-

Thread
-Download
-Source: GitHub
-License: License GPLv3

- - -

-

Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date

-
v2.0.5.0 original: 11 Aug 2018 0K updated: 11 Aug 2021 zed'K
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/SimpleLogistics.version b/SimpleLogistics.version index d9de149..62f7b22 100644 --- a/SimpleLogistics.version +++ b/SimpleLogistics.version @@ -1,11 +1,11 @@ { - "NAME" : "SimpleLogistics!", - "URL" : "https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/SimpleLogistics.version", + "NAME" : "SimpleLogistics! (SLOG!)", + "URL" : "https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/SimpleLogistics.version", "DOWNLOAD" : "https://github.com/zer0Kerbal/SimpleLogistics/releases/latest", "CHANGE_LOG_URL" : "https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/Changelog.cfg", "GITHUB" : { - "USERNAME" : "zer0Kerbal", + "USERNAME" : "zer0Kerbal", "REPOSITORY" : "SimpleLogistics", "ALLOW_PRE_RELEASE" : false }, @@ -31,7 +31,7 @@ "KSP_VERSION_MAX" : { "MAJOR" : 1, - "MINOR" : 9, + "MINOR" : 12, "PATCH" : 9999 }, "INSTALL_LOC" : diff --git a/docs/404.md b/docs/404.md new file mode 100644 index 0000000..4c2e97a --- /dev/null +++ b/docs/404.md @@ -0,0 +1,28 @@ +--- +permalink: /404.html +title: 404 - Kerbal Not Found +description: an error page, the sequel +# layout: bare +tags: error,page,kerbal,ksp,zer0Kerbal,zedK + +--- + + + + + + +# 404 - Kerbal Not Found + +[Home](https://zer0kerbal.github.io/SimpleLogistics) + +## Launch error : Bill is out to launch (oops lunch) + +--- + +![Space Ground Tour by discoslelge](https://github.com/zer0Kerbal/JoolianDiscovery/blob/master/img/space-grand-tour-ksp-by-discoslelge-dbvxxbz-fullview.png?raw=true) + + \ No newline at end of file diff --git a/docs/Attributions.md b/docs/Attributions.md new file mode 100644 index 0000000..08db355 --- /dev/null +++ b/docs/Attributions.md @@ -0,0 +1,75 @@ +--- +permalink: /Attributions.html +title: Attributions +description: The Opening Credits, and the closing credits, plus the first of two (or is three) end credit scenes +# layout: bare +tags: thank-you,directions,page,kerbal,ksp,zer0Kerbal,zedK +--- + + + + + +# SimpleLogistics! (SLOG!) +[Home](https://zer0kerbal.github.io/SimpleLogistics) + +## Attribution + +### Credits + +* [`@MatterBeam`][LINK:matterbeam] for developing [SimpleLogistics!][thread:SLOG] +* [`@RealGecko`][Link:realgecko] for adopting and continuing this mod +* mwerle for maintaining and updating [SimpleLogistics!][thread:SLOG] +* tinygrox for initial localization implementation and the ZN-CH localizations! +* Fitiales for the ES-SP localization! +* malanok1 for the German(de-de.cg) and Russian (ru.cfg) localization! +* Lisias for the Brazilian-Portuguese (br-pt.cfg) localization! +* translate.google.com for French, Italian, Japanese, Korean, Swedish, and Norwegian localizations (corrections solicited and welcome!) +* **Thanks to everyone who gave feedback! It's very important for me and highly appreciated.** + +### Flag + +* ? + +### Agency + +* ? + +### Special Thanks + +* @linuxgurugamer for the toolbar/clickthroughblocker updates (and other things)! +* [Blizzy78][LINK:blizzy78] for creating the toolbar! + + +[thread:tb]: https://forum.kerbalspaceprogram.com/index.php?/topic/161857-* "Blizzy78's Toolbar" +[threade:mas]:https://forum.kerbalspaceprogram.com/index.php?/topic/160856-* "MOARdV's Avionics Systems (MAS)" +[thread:rpm]: https://forum.kerbalspaceprogram.com/threads/117471-* "Raster Prop Monitor (RPM)" +[thread:rpma]: https://forum.kerbalspaceprogram.com/threads/190737-* "Raster Prop Monitor Adopted(RPMA)" +[thread:SLOG]: https://forum.kerbalspaceprogram.com/threads/191045-* "SimpleLogistics!" + +[LINK:matterbeam]: https://forum.kerbalspaceprogram.com/index.php?/profile/133334-matterbeam/ "MatterBeam" +[LINK:realgecko]: https://forum.kerbalspaceprogram.com/index.php?/profile/162682-realgecko/ "RealGecko" +[LINK:zer0Kerbal]: https://forum.kerbalspaceprogram.com/index.php?/profile/190933-zer0kerbal/ "zer0Kerbal" + +[LINK:jonnyothan]: https://forum.kerbalspaceprogram.com/index.php?/profile/40902-jonnyothan/ "JonnyOThan" +[LINK:mihara]: https://forum.kerbalspaceprogram.com/index.php?/profile/59752-mihara/ "Mihara" +[LINK:blizzy79]: https://forum.kerbalspaceprogram.com/index.php?/profile/68543-blizzy78/ "Blizzy78" +[LINK:cptkipard]: https://forum.kerbalspaceprogram.com/index.php?/profile/70516-captainkipard/ "Captain Kipard" + + \ No newline at end of file diff --git a/docs/Code/Compiled.md b/docs/Code/Compiled.md new file mode 100644 index 0000000..a6a2e37 --- /dev/null +++ b/docs/Code/Compiled.md @@ -0,0 +1,26 @@ +--- +permalink: /Compiled.html +title: Compiled +description: ingredients list +# layout: bare +tags: code,page,kerbal,ksp,zer0Kerbal,zedK + +--- + + + + + + +# Code compiled with + +[Home](https://zer0kerbal.github.io/SimpleLogistics) + +* .NET Framework 4.7.2 +* Kerbal Space Program 1.8.1 +* Unity 2019.2.2f1 + + \ No newline at end of file diff --git a/docs/Code/SimpleLogistics.xml b/docs/Code/SimpleLogistics.xml new file mode 100644 index 0000000..037d77c --- /dev/null +++ b/docs/Code/SimpleLogistics.xml @@ -0,0 +1,61 @@ + + + + SimpleLogistics + + + + + sends the specific message to ingame mail and screen if Debug is defined + For debugging use only. + + The MSG. + The parameters. + + + + Logs the provided message only if built in Debug mode + + The object to log + The type of message being logged (severity) + + + + Logs the provided message + + The object to log + The type of message being logged (severity) + + + + Logs the provided Exception + + The exception to log + + + + Queries all the conditions that determine elibability/suitablitliy to access logicstics network. + If all conditions are met, passes an String.Empty; + else passes back the error message built from al the testing conditions. + + The vessel. + + + + Module information shown in editors + + + + Distributes resource evenly across every capacitor with priority to low capacity first + + List of resources + Overall amount + + + + Get the amount of spare resource space. Calling every physics frame is stupid, but who cares :D + + Vessel. + + + diff --git a/docs/Code/index.md b/docs/Code/index.md new file mode 100644 index 0000000..1d8e8ea --- /dev/null +++ b/docs/Code/index.md @@ -0,0 +1,7 @@ +# Code + +## Categories + + +## Documents +- [Compiled](Compiled.md) \ No newline at end of file diff --git a/docs/HowItWorks.md b/docs/HowItWorks.md new file mode 100644 index 0000000..0796c4a --- /dev/null +++ b/docs/HowItWorks.md @@ -0,0 +1,39 @@ +--- +permalink: /HowItWorks.html +title: HowItWorks +description: the flat-pack Kiea instructions, written in Kerbalese, unusally present +# layout: bare +tags: installation,directions,page,kerbal,ksp,zer0Kerbal,zedK +--- + + + +# How it works + +* Vessel must be landed (sounds familiar :D) +* Each command capsule (and probe core of course) now has Logistics Module on board (switched off by default) +* As soon as module is enabled ship becomes a part of logistics network where each vessel share same resource pool +* Resources spread evenly across all resource capacitors over network with priority to less capacitive ones. That means that resource will be drained from bigger ones first, while preserving resources in smaller ones. + +![How It Works](https://i.imgur.com/FygUhoD.png) + +--- + +* Resources spread in physical range from active vessel (~2400 meters) +* Ships with no command module (debris) always become part of network +* **WARNING!!!** This does not work in background, only on active vessel and nearby ones. +* Vessel that is not the part of network may still request resources from pool +* Compatible with Community Resource Pack, so every resource is shareable as soon it is transferable + +### Dependencies + +* [Module Manager][thread:mm] +* [ToolbarController][thread:tbc] + +[thread:mm]: https://github.com/net-lisias-ksp/ModuleManager "Module Manager" +[thread:tbc]: https://forum.kerbalspaceprogram.com/index.php?/topic/169509-* "ToolbarController" + + diff --git a/docs/LegalMumboJumbo.md b/docs/LegalMumboJumbo.md new file mode 100644 index 0000000..100db69 --- /dev/null +++ b/docs/LegalMumboJumbo.md @@ -0,0 +1,19 @@ +--- +permalink: /LegalMumboJumbo.html +title: Legal Mumbo Jumbo +--- + + + +# SimpleLogistics! (SLOG!) + +* [LegalMumboJumbo](/LegalMumboJumbo/License.htm) +* ![LegalMumboJumbo](/LegalMumboJumbo/FORUM-01.png) + + + diff --git a/docs/LegalMumboJumbo/License.md b/docs/LegalMumboJumbo/License.md new file mode 100644 index 0000000..3186569 --- /dev/null +++ b/docs/LegalMumboJumbo/License.md @@ -0,0 +1,202 @@ +--- +permalink: /License.html +title: License - GPLv3 +--- + + + [GPLv3 Logo] + +``` +GNU GENERAL PUBLIC LICENSE +Version 3, 29 June 2007 + +Copyright © 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 CONDITIONSxxxxxxxxxx      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 . +``` + + \ No newline at end of file diff --git a/docs/LegalMumboJumbo/index.md b/docs/LegalMumboJumbo/index.md new file mode 100644 index 0000000..82f8202 --- /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/Localizations.md b/docs/Localizations.md new file mode 100644 index 0000000..c48c605 --- /dev/null +++ b/docs/Localizations.md @@ -0,0 +1,61 @@ +--- +permalink: /Localizations.html +title: Localizations +--- + + + +[Home](https://zer0kerbal.github.io/SimpleLogistics) + + + + +# SimpleLogistics! (SLOG!) + +has been translated into the following languages: + +* [x] ![American English][EN] American English +* [x] ![Deutsch][DE] German (Deutsch) +* [x] ![Español][ES] Spanish (Español) +* [x] ![Français][FR] French (Français) +* [x] ![Italiano][IT] Italian (Italiano) +* [x] ![日本語][JA] Japanese(日本語) +* [x] ![Português Brasil][BR] Brazilian Portuguese (Português Brasil) +* [x] ![Русский][RU] Russian (Русский) +* [x] ![简体中文][CN] Simplified Chinese (简体中文) + +* [x] ![한국어][KO] [Korean (한국어) +* [x] ![Mexicano][ME] Mexican Spanish (Español Mexicano) +* [x] ![Dutch][NL] Dutch (Nederlands) +* [x] ![Norsk][NO] Norwegian (Norsk) +* [x] ![Polski][PO] Polish (Polski)] +* [x] ![Svenska][SW] Swedish (Svenska) +* [x] ![国语][TW] Taiwanese (国语) +* [x] ![ʻŌlelo PEN][HA] Hawai'ian(ʻŌlelo Pākē) + + +[URL:lclztn]: https://github.com/zer0Kerbal/localization/blob/master/readme.md "Localization" +[URL:qs]: https://github.com/zer0Kerbal/localization/blob/master/readme.md "Quick Start" + +[KO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/South-Korean-flag-sm.png "한국어" +[ME]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Mexican-flag-sm.png "Español Mexicano" +[NL]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Dutch-flag-sm.png "Dutch" +[NO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Norwegian-flag-sm.png "Norsk" +[PO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Polish-flag-sm.png "Polski" +[SW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Swedish-flag-sm.png "Svenska" +[TW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Taiwanese-flag-sm.png "国语" +[HA]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Hawaii-flag-sm.png "ʻŌlelo Pākē" + +[BR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Brazilian-flag-sm.png "Brazil" +[CN]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Chinese-flag-sm.png "简体中文" +[DE]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/German-flag-sm.png "Deutsch" +[EN]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/American-flag-sm.png "American English" +[ES]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Spanish-flag-sm.png "Español" +[FR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/French-flag-sm.png "Français" +[IT]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Italian-flag-sm.png "Italiano" +[JA]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Japanese-flag-sm.png "日本語" +[RU]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Russian-flag-sm.png "Русский" + diff --git a/docs/ManualInstallation.md b/docs/ManualInstallation.md new file mode 100644 index 0000000..2864963 --- /dev/null +++ b/docs/ManualInstallation.md @@ -0,0 +1,86 @@ +--- +permalink: /ManualInstallation.html +title: ManualInstallation +description: the flat-pack Kiea instructions, written in Kerbalese, unusally present +# layout: bare +tags: installation,directions,page,kerbal,ksp,zer0Kerbal,zedK +--- + + + + + +# SimpleLogistics! (SLOG!) + +A SimpleCo add-on for sharing resources between vessels within physics range for Kerbal Space Program. + +## 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 GameData folder inside your Kerbal Space Program folder: + +* **REMOVE ANY OLD VERSIONS OF THE PRODUCT BEFORE INSTALLING**, including any other fork: + * )optional( back up `/GameData/SimpleLogistics/Plugins/PluginData/SimpleLogistics` and elsewhere you have saved SimpleLogistics + * Delete `/GameData/SimpleLogistics` +* Extract the package's `SimpleLogistics/` folder into your KSP's as follows: + * `/SimpleLogistics` --> `/GameData/SimpleLogistics` + * Overwrite any preexisting file. + * )optional( restore from backup to `/GameData/SimpleLogistics/Plugins/PluginData/SimpleLogistics` + +### 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: + * )optional( back up `/GameData/SimpleLogistics/Plugins/PluginData/SimpleLogistics` and elsewhere you have saved SimpleLogistics + * Delete `/GameData/SimpleLogistics` +* Extract the package's `GameData/` folder into your KSP's as follows: + * `/GameData/SimpleLogistics` --> `/GameData` + * Overwrite any preexisting file. + * )optional( restore from backup to `/GameData/SimpleLogistics/Plugins/PluginData/SimpleLogistics` + +## The following file layout must be present after installation + +``` + + [GameData] + [SimpleLogistics] + [Compatibility] + ... + [Localization] + ... + [Plugins] + ... + [Logs] + ... + [Plugin Data] + ... + [SimpleLogistics] + config.xml + [Textures] + ... + 2.0.5.0.htm + changelog.md + GPLv3.txt + SimpleLogistics.version + readme.htm + ... + KSP.log + ... +``` + +### Dependencies + +* [Module Manager][thread:mm] +* [ToolbarController][thread:tbc] + +[thread:mm]: https://github.com/net-lisias-ksp/ModuleManager "Module Manager" +[thread:tbc]: https://forum.kerbalspaceprogram.com/index.php?/topic/169509-* "ToolbarController" diff --git a/docs/ReleaseNotes/2.0.3.2.md b/docs/ReleaseNotes/2.0.3.2.md new file mode 100644 index 0000000..388c4b0 --- /dev/null +++ b/docs/ReleaseNotes/2.0.3.2.md @@ -0,0 +1,106 @@ +--- +permalink: /2.0.3.2.html +title: Release Notes v2.0.3.2 +--- + + +[![Mod Version][shield:mod:static]][MOD:forum] +[![KSP version:static][shield:ksp]][KSP:website] ![KSP-AVC][shield:kspavc] [![License GPLv3][shield:license]][LINK:license] [![][LOGO:gplv3]][LINK:license] +![Code][shield:code] ![Validate AVC .version files][shield:avcvalid] +*** +# Version 2.0.3.2 - Deployable Serenity +- thank you to forum users @Buzz light fear, @Cavscout74 for the idea! +- for those who have the DLC Breaking Ground installed there is a new feature for two Serenity parts +- the DeployedRTG and the DeployedSolarPanel can now be plugged into a SimpleLogistic's network +### Mini-NUK-PD Radioisotope Thermoelectric Generator (DeployedRTG) +- all the normal rules for RTG apply +- produces .50 EC/s +- produces heat like stock RTG +- range of inclusion in SimpleLogistic Network - currently ~2.4km, can always use relays +- after deploying, must manually 'plug-in' to the SimpleLogistics network. +- existing rtg/solarpanels might not work - might have to pick them up (using RMB/PAW) and redeploying them again +- has a battery of 25 EC units +### OX-Stat-PD Photovoltaic Panel (DeployedSolarPanel) +- produces .15 (max) EC/s +- has a battery of 25 EC units +- needs sunlight +- all the normal rules for solar apply +- range of inclusion in SimpleLogistic Network - currently ~2.4km, can always use relays +- after deploying, must manually 'plug-in' to the SimpleLogistics network. +- existing rtg/solarpanels might not work - might have to pick them up (using RMB/PAW) and redeploying them again +- there is a limitation, SimpleLogistics currently just averages out resources over the network. +### Add SimpleLogistics! to KAS PrtPylonPwer (so anything attached can draw power) +- Thank you to leatherneck6017 for this idea. +- add KAS-PortPylonPwr.cfg +- experimental: IsActive = True +- FUTURE: need to expand to anything that has cck-lights, including deployable-lights and tracking lights. +- range of inclusion in SimpleLogistic Network - currently ~2.4km, can always use relays +- after deploying, must manually 'plug-in' to the SimpleLogistics network. +- existing rtg/solarpanels might not work - might have to pick them up (using RMB/PAW) and redeploying them again +- there is a limitation, SimpleLogistics currently just averages out resources over the network. +### 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 releae +- 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.8.1
+Unity 2019.2.2f1
+.NET Framework 4.8

+ *Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date* + + +[MOD:license]: https://github.com/zer0Kerbal/SimpleLogistics/blob/master/LICENSE +[MOD:issues]: https://github.com/zer0Kerbal/SimpleLogistics/issues +[MOD:known]: https://github.com/zer0Kerbal/SimpleLogistics/wiki/Known-Issues +[MOD:forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/191045-* +[MOD:changelog]: https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/Changelog.cfg +[KSP:website]: http://kerbalspaceprogram.com/ + +[shield:mod:static]: https://img.shields.io/badge/SimpleLogistics%20version-2.0.3.2-orange.svg?style=plastic +[shield:ksp:static]: https://img.shields.io/badge/KSP-1.8.1-blue.svg?style=plastic +[shield:mod:latest]: https://img.shields.io/github/v/release/zer0Kerbal/SimpleLogistics?include_prereleases?style=plastic +[shield:mod]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/json/mod.json +[shield:ksp]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/json/ksp.json +[shield:license]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/json/license.json +[shield:code]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/json/code.json +[shield:kspavc]: https://img.shields.io/badge/KSP-AVC--supported-brightgreen.svg?style=plastic +[shield:avcvalid]: https://github.com/zer0Kerbal/SimpleLogistics/workflows/Validate%20AVC%20.version%20files/badge.svg + +[image:get-support]: https://i.postimg.cc/vHP6zmrw/image.png + +[LINK:license]: https://www.gnu.org/licenses/gpl-3.0-standalone.html "GPLv3" +[thread:getsupport]: https://forum.kerbalspaceprogram.com/index.php?/topic/83212-* + + +[LOGO:gplv3]: https://i.postimg.cc/90kCDs7K/gplv3-48x17.png + + +[HERO:0]: https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/Graphics/2032b.png "Deployable Assets" + \ No newline at end of file diff --git a/docs/ReleaseNotes/2.0.4.0.md b/docs/ReleaseNotes/2.0.4.0.md new file mode 100644 index 0000000..6baaeb5 --- /dev/null +++ b/docs/ReleaseNotes/2.0.4.0.md @@ -0,0 +1,84 @@ +--- +permalink: /2.0.4.0.html +title: Release Notes v2.0.4.0 +--- + + +[![Mod Version][shield:mod:static]][MOD:forum] +[![KSP version:static][shield:ksp]][KSP:website] ![KSP-AVC][shield:kspavc] [![License GPLv3][shield:license]][LINK:license] [![][LOGO:gplv3]][LINK:license] +![Code][shield:code] ![Validate AVC .version files][shield:avcvalid] +*** +# Version 2.0.4.0 - New Situations and New Versions +- DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL +- compile for KSP 1.9.1 +- Special Thank you to @LinuxGuruGamer for all his assistance and patience. +### CODE +- remove old GUI code +- updated PAW to use grouping, included .dll version in label +- IsActive = True *should* now be working from within part.module +### UI +- removed old pastel skin +- added option in game.settings to switch between Unity and KSP +- thank you to @LinuxGuruGamer +### Features, Feature, and MORE Features +#### Working: +- Vessel limitations +- Vessel limitiations +#### Not Working: +- range limitations +*** +> 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.9.1
+Unity 2019.2.2f1
+.NET Framework 4.8

+ *Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date* + +![][HERO:1] ![][HERO:2] ![][HERO:3] +*** + + +[MOD:license]: https://github.com/zer0Kerbal/SimpleLogistics/blob/master/LICENSE +[MOD:issues]: https://github.com/zer0Kerbal/SimpleLogistics/issues +[MOD:known]: https://github.com/zer0Kerbal/SimpleLogistics/wiki/Known-Issues +[MOD:forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/191045-* +[MOD:changelog]: https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/Changelog.cfg +[KSP:website]: http://kerbalspaceprogram.com/ + +[shield:mod:static]: https://img.shields.io/badge/SimpleLogistics%20version-2.0.4.0-orange.svg?style=plastic +[shield:ksp:static]: https://img.shields.io/badge/KSP-1.9.1-blue.svg?style=plastic +[shield:mod:latest]: https://img.shields.io/github/v/release/zer0Kerbal/SimpleLogistics?include_prereleases?style=plastic +[shield:mod]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/json/mod.json +[shield:ksp]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/json/ksp.json +[shield:license]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/json/license.json +[shield:code]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/json/code.json +[shield:kspavc]: https://img.shields.io/badge/KSP-AVC--supported-brightgreen.svg?style=plastic +[shield:avcvalid]: https://github.com/zer0Kerbal/SimpleLogistics/workflows/Validate%20AVC%20.version%20files/badge.svg + +[image:get-support]: https://i.postimg.cc/vHP6zmrw/image.png + +[LINK:license]: https://www.gnu.org/licenses/gpl-3.0-standalone.html "GPLv3" +[thread:getsupport]: https://forum.kerbalspaceprogram.com/index.php?/topic/83212-* + + +[LOGO:gplv3]: https://i.postimg.cc/90kCDs7K/gplv3-48x17.png + + +[HERO:0]: https://i.postimg.cc/GmZ77BYt/Settings2-0-4-0.png "New Features" +[HERO:1]: https://i.postimg.cc/nrRTvMpH/Skin-A2-0-4-0.png "New Skin" +[HERO:2]: https://i.postimg.cc/XNQ2M1FT/Skin-U2-0-4-0.png "New Skin" +[HERO:3]: https://i.postimg.cc/vBLmKmG5/Screen-Msg-New.png "New Situations" + + \ No newline at end of file diff --git a/docs/ReleaseNotes/2.0.5.0.htm b/docs/ReleaseNotes/2.0.5.0.htm new file mode 100644 index 0000000..3325ada --- /dev/null +++ b/docs/ReleaseNotes/2.0.5.0.htm @@ -0,0 +1,171 @@ +--- +permalink: /2.0.5.0.html +title: Release Notes v2.0.5.0 +--- + + + +[![SimpleLogistics! Version][MOD:shld:stat]][MOD:forum] +[![KSP version][KSP:shld:stat]][KSP:url] [![License GPLv3][LICENSE:shld]][LICENSE:link] [![][LICENSE:logo]][LICENSE:link] +![CODE][CODE:shld:stat] ![KSP-AVC][AVC:shld] ![AVC .version files][AVCVLD:shld] +*** +# Version 2.0.5.0 - Routine Maintenance + +## DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL + +*** + +DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL + +### patch linting and file maintenance +- Release for KSP 1.9.1 +- this will be the last release for 1.9.1 + +### Corrections + +- `:AFTER[SquadExpansion,SimpleLogistics]` -> `:AFTER[SquadExpansion]` +- removed [ModuleSolarPanel] from [DeployedSoloarPanel] +- adjusted [LogisticsModule] in [DeployedRTG] to now include IsActive = True +- corrected isActive to IsActive + +### Added + +- added [ModuleGenerator] to [DeployedSoloarPanel] +- added [IsActive = False] to [CommandLogistics.cfg] patches + +### Removed +- change = remove duplicate patch [Lights.cfg] from [KAS-PortPylonPwr.cfg] + +### Backstage +- updated backend automation +- updated Readme.md +- updated version.md template +- removed [assets/] folder and cleaned up the [Localization/] folder + +### Status + +- Working + - Vessel limitations + - Vessel limitations +- Not Working: + - range limitations + +### Localization +
+ Languages +
+- [x]  English 
+- [x]  German   
+- [x]  Spanish   
+- [ ]  Mexican   
+- [x]  French   
+- [x]  Italian   
+- [x]  Japanese   
+- [x]  Korean   
+- [ ]  Dutch   
+- [x]  Norwegian   
+- [ ]  Polish   
+- [x]  Brazilian   
+- [x]  Russian   
+- [x]  Swedish   
+- [x]  Chinese   
+- [ ]  Taiwanese   
+- [x]  Hawai'ian 
+  
+
+ +See the [README in the Localization folder][LINK:localization] for instructions for adding or improving translations for languages other than English. GitHub push is the best way to contribute. + +*** + +> See [Full Changelog][MOD:changelog] for full details of changes +> See [Known Issues][MOD:issues] for known issues + +*** + +### How to support this and other great mods by [`zer0Kerbal`][LINK: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] + +*** + +![][HERO:0] + +
+

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

+ +

Kerbal Space Program 1.9.1 — Unity 2019.2.2f1 — .NET Framework 4.8 +

+ +*Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date* + +
+ More Images +

+ New Skin + New Skin + New Situations +

+
+ +*** + + +[MOD:license]: https://github.com/zer0Kerbal/SimpleLogistics/blob/master/LICENSE +[MOD:issues]: https://github.com/zer0Kerbal/SimpleLogistics/issues +[MOD:known]: https://github.com/zer0Kerbal/SimpleLogistics/wiki/Known-Issues +[MOD:forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/191045-* "SimpleLogistics! on the forums" +[MOD:changelog]: https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/Changelog.cfg +[LINK:localization]: https://github.com/zer0Kerbal/SimpleLogistics/blob/master/GameData/SimpleLogistics/Localization/readme.md "Localization" + +[LINK:zer0Kerbal]: https://forum.kerbalspaceprogram.com/index.php?/profile/190933-zer0kerbal/ "zer0Kerbal (zed'K)" + +[MOD:shld:stat]: https://img.shlds.io/badge/SimpleLogistics!%20v-2.0.5.0-orange.svg?style=plastic "2.0.5.0" + +[CODE:shld:stat]: https://img.shields.io/badge/CODE-%3C.NET%204.8%3E%20%3CUnity%202019.2.2f1%3E%20%3CC%23%3E-blue?style=plastic&labelColor=black "Code" + +[KSP:url]: http://kerbalspaceprogram.com/ "Kerbal Space Program" +[KSP:shld:stat]: https://img.shlds.io/badge/KSP-1.9.1-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= "Kerbal Space Program" + + +[AVC:shld]: https://img.shlds.io/badge/AVC-supported-brightgreen.svg?style=plastic +[AVCVLD:shld]: https://github.com/zer0Kerbal/SimpleLogistics/workflows/Validate%20AVC%20.version%20files/badge.svg + + +[GetSupport:img]: https://i.postimg.cc/vHP6zmrw/image.png +[GetSupport:url]: https://forum.kerbalspaceprogram.com/index.php?/topic/83212-* + + +[LICENSE:shld]: https://img.shlds.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/json/license.json "GPLv3" +[LICENSE:link]: https://www.gnu.org/licenses/gpl-3.0-standalone.html "GPLv3" +[LICENSE:logo]: https://i.postimg.cc/90kCDs7K/gplv3-48x17.png "GPLv3" + + + +[HERO:0]: https://i.postimg.cc/GmZ77BYt/Settings2-0-4-0.png "New Features" +[HERO:1]: https://i.postimg.cc/nrRTvMpH/Skin-A2-0-4-0.png "New Skin" +[HERO:2]: https://i.postimg.cc/XNQ2M1FT/Skin-U2-0-4-0.png "New Skin" +[HERO:3]: https://i.postimg.cc/vBLmKmG5/Screen-Msg-New.png "New Situations" + + +[PAYPAL:img]: https://img.shields.io/badge/Buy%20me%20some%20-LFO-00457C?style=for-the-badge&logo=paypal&labelColor=FFDD00 "PayPal" +[PAYPAL:url]: https://www.paypal.com/donate?hosted_button_id=R9ACWD7VREBCY "PayPal" + +[PATREON:img]: https://img.shields.io/badge/Patreon%20-be%20a%20Patron-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" + + \ No newline at end of file diff --git a/docs/ReleaseNotes/2.0.5.0.md b/docs/ReleaseNotes/2.0.5.0.md new file mode 100644 index 0000000..3325ada --- /dev/null +++ b/docs/ReleaseNotes/2.0.5.0.md @@ -0,0 +1,171 @@ +--- +permalink: /2.0.5.0.html +title: Release Notes v2.0.5.0 +--- + + + +[![SimpleLogistics! Version][MOD:shld:stat]][MOD:forum] +[![KSP version][KSP:shld:stat]][KSP:url] [![License GPLv3][LICENSE:shld]][LICENSE:link] [![][LICENSE:logo]][LICENSE:link] +![CODE][CODE:shld:stat] ![KSP-AVC][AVC:shld] ![AVC .version files][AVCVLD:shld] +*** +# Version 2.0.5.0 - Routine Maintenance + +## DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL + +*** + +DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL + +### patch linting and file maintenance +- Release for KSP 1.9.1 +- this will be the last release for 1.9.1 + +### Corrections + +- `:AFTER[SquadExpansion,SimpleLogistics]` -> `:AFTER[SquadExpansion]` +- removed [ModuleSolarPanel] from [DeployedSoloarPanel] +- adjusted [LogisticsModule] in [DeployedRTG] to now include IsActive = True +- corrected isActive to IsActive + +### Added + +- added [ModuleGenerator] to [DeployedSoloarPanel] +- added [IsActive = False] to [CommandLogistics.cfg] patches + +### Removed +- change = remove duplicate patch [Lights.cfg] from [KAS-PortPylonPwr.cfg] + +### Backstage +- updated backend automation +- updated Readme.md +- updated version.md template +- removed [assets/] folder and cleaned up the [Localization/] folder + +### Status + +- Working + - Vessel limitations + - Vessel limitations +- Not Working: + - range limitations + +### Localization +
+ Languages +
+- [x]  English 
+- [x]  German   
+- [x]  Spanish   
+- [ ]  Mexican   
+- [x]  French   
+- [x]  Italian   
+- [x]  Japanese   
+- [x]  Korean   
+- [ ]  Dutch   
+- [x]  Norwegian   
+- [ ]  Polish   
+- [x]  Brazilian   
+- [x]  Russian   
+- [x]  Swedish   
+- [x]  Chinese   
+- [ ]  Taiwanese   
+- [x]  Hawai'ian 
+  
+
+ +See the [README in the Localization folder][LINK:localization] for instructions for adding or improving translations for languages other than English. GitHub push is the best way to contribute. + +*** + +> See [Full Changelog][MOD:changelog] for full details of changes +> See [Known Issues][MOD:issues] for known issues + +*** + +### How to support this and other great mods by [`zer0Kerbal`][LINK: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] + +*** + +![][HERO:0] + +
+

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

+ +

Kerbal Space Program 1.9.1 — Unity 2019.2.2f1 — .NET Framework 4.8 +

+ +*Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date* + +
+ More Images +

+ New Skin + New Skin + New Situations +

+
+ +*** + + +[MOD:license]: https://github.com/zer0Kerbal/SimpleLogistics/blob/master/LICENSE +[MOD:issues]: https://github.com/zer0Kerbal/SimpleLogistics/issues +[MOD:known]: https://github.com/zer0Kerbal/SimpleLogistics/wiki/Known-Issues +[MOD:forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/191045-* "SimpleLogistics! on the forums" +[MOD:changelog]: https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/Changelog.cfg +[LINK:localization]: https://github.com/zer0Kerbal/SimpleLogistics/blob/master/GameData/SimpleLogistics/Localization/readme.md "Localization" + +[LINK:zer0Kerbal]: https://forum.kerbalspaceprogram.com/index.php?/profile/190933-zer0kerbal/ "zer0Kerbal (zed'K)" + +[MOD:shld:stat]: https://img.shlds.io/badge/SimpleLogistics!%20v-2.0.5.0-orange.svg?style=plastic "2.0.5.0" + +[CODE:shld:stat]: https://img.shields.io/badge/CODE-%3C.NET%204.8%3E%20%3CUnity%202019.2.2f1%3E%20%3CC%23%3E-blue?style=plastic&labelColor=black "Code" + +[KSP:url]: http://kerbalspaceprogram.com/ "Kerbal Space Program" +[KSP:shld:stat]: https://img.shlds.io/badge/KSP-1.9.1-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= "Kerbal Space Program" + + +[AVC:shld]: https://img.shlds.io/badge/AVC-supported-brightgreen.svg?style=plastic +[AVCVLD:shld]: https://github.com/zer0Kerbal/SimpleLogistics/workflows/Validate%20AVC%20.version%20files/badge.svg + + +[GetSupport:img]: https://i.postimg.cc/vHP6zmrw/image.png +[GetSupport:url]: https://forum.kerbalspaceprogram.com/index.php?/topic/83212-* + + +[LICENSE:shld]: https://img.shlds.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/json/license.json "GPLv3" +[LICENSE:link]: https://www.gnu.org/licenses/gpl-3.0-standalone.html "GPLv3" +[LICENSE:logo]: https://i.postimg.cc/90kCDs7K/gplv3-48x17.png "GPLv3" + + + +[HERO:0]: https://i.postimg.cc/GmZ77BYt/Settings2-0-4-0.png "New Features" +[HERO:1]: https://i.postimg.cc/nrRTvMpH/Skin-A2-0-4-0.png "New Skin" +[HERO:2]: https://i.postimg.cc/XNQ2M1FT/Skin-U2-0-4-0.png "New Skin" +[HERO:3]: https://i.postimg.cc/vBLmKmG5/Screen-Msg-New.png "New Situations" + + +[PAYPAL:img]: https://img.shields.io/badge/Buy%20me%20some%20-LFO-00457C?style=for-the-badge&logo=paypal&labelColor=FFDD00 "PayPal" +[PAYPAL:url]: https://www.paypal.com/donate?hosted_button_id=R9ACWD7VREBCY "PayPal" + +[PATREON:img]: https://img.shields.io/badge/Patreon%20-be%20a%20Patron-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" + + \ No newline at end of file diff --git a/docs/ReleaseNotes/2032.htm b/docs/ReleaseNotes/2032.htm new file mode 100644 index 0000000..388c4b0 --- /dev/null +++ b/docs/ReleaseNotes/2032.htm @@ -0,0 +1,106 @@ +--- +permalink: /2.0.3.2.html +title: Release Notes v2.0.3.2 +--- + + +[![Mod Version][shield:mod:static]][MOD:forum] +[![KSP version:static][shield:ksp]][KSP:website] ![KSP-AVC][shield:kspavc] [![License GPLv3][shield:license]][LINK:license] [![][LOGO:gplv3]][LINK:license] +![Code][shield:code] ![Validate AVC .version files][shield:avcvalid] +*** +# Version 2.0.3.2 - Deployable Serenity +- thank you to forum users @Buzz light fear, @Cavscout74 for the idea! +- for those who have the DLC Breaking Ground installed there is a new feature for two Serenity parts +- the DeployedRTG and the DeployedSolarPanel can now be plugged into a SimpleLogistic's network +### Mini-NUK-PD Radioisotope Thermoelectric Generator (DeployedRTG) +- all the normal rules for RTG apply +- produces .50 EC/s +- produces heat like stock RTG +- range of inclusion in SimpleLogistic Network - currently ~2.4km, can always use relays +- after deploying, must manually 'plug-in' to the SimpleLogistics network. +- existing rtg/solarpanels might not work - might have to pick them up (using RMB/PAW) and redeploying them again +- has a battery of 25 EC units +### OX-Stat-PD Photovoltaic Panel (DeployedSolarPanel) +- produces .15 (max) EC/s +- has a battery of 25 EC units +- needs sunlight +- all the normal rules for solar apply +- range of inclusion in SimpleLogistic Network - currently ~2.4km, can always use relays +- after deploying, must manually 'plug-in' to the SimpleLogistics network. +- existing rtg/solarpanels might not work - might have to pick them up (using RMB/PAW) and redeploying them again +- there is a limitation, SimpleLogistics currently just averages out resources over the network. +### Add SimpleLogistics! to KAS PrtPylonPwer (so anything attached can draw power) +- Thank you to leatherneck6017 for this idea. +- add KAS-PortPylonPwr.cfg +- experimental: IsActive = True +- FUTURE: need to expand to anything that has cck-lights, including deployable-lights and tracking lights. +- range of inclusion in SimpleLogistic Network - currently ~2.4km, can always use relays +- after deploying, must manually 'plug-in' to the SimpleLogistics network. +- existing rtg/solarpanels might not work - might have to pick them up (using RMB/PAW) and redeploying them again +- there is a limitation, SimpleLogistics currently just averages out resources over the network. +### 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 releae +- 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.8.1
+Unity 2019.2.2f1
+.NET Framework 4.8

+ *Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date* + + +[MOD:license]: https://github.com/zer0Kerbal/SimpleLogistics/blob/master/LICENSE +[MOD:issues]: https://github.com/zer0Kerbal/SimpleLogistics/issues +[MOD:known]: https://github.com/zer0Kerbal/SimpleLogistics/wiki/Known-Issues +[MOD:forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/191045-* +[MOD:changelog]: https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/Changelog.cfg +[KSP:website]: http://kerbalspaceprogram.com/ + +[shield:mod:static]: https://img.shields.io/badge/SimpleLogistics%20version-2.0.3.2-orange.svg?style=plastic +[shield:ksp:static]: https://img.shields.io/badge/KSP-1.8.1-blue.svg?style=plastic +[shield:mod:latest]: https://img.shields.io/github/v/release/zer0Kerbal/SimpleLogistics?include_prereleases?style=plastic +[shield:mod]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/json/mod.json +[shield:ksp]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/json/ksp.json +[shield:license]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/json/license.json +[shield:code]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/json/code.json +[shield:kspavc]: https://img.shields.io/badge/KSP-AVC--supported-brightgreen.svg?style=plastic +[shield:avcvalid]: https://github.com/zer0Kerbal/SimpleLogistics/workflows/Validate%20AVC%20.version%20files/badge.svg + +[image:get-support]: https://i.postimg.cc/vHP6zmrw/image.png + +[LINK:license]: https://www.gnu.org/licenses/gpl-3.0-standalone.html "GPLv3" +[thread:getsupport]: https://forum.kerbalspaceprogram.com/index.php?/topic/83212-* + + +[LOGO:gplv3]: https://i.postimg.cc/90kCDs7K/gplv3-48x17.png + + +[HERO:0]: https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/Graphics/2032b.png "Deployable Assets" + \ No newline at end of file diff --git a/docs/ReleaseNotes/2040.md b/docs/ReleaseNotes/2040.md new file mode 100644 index 0000000..6baaeb5 --- /dev/null +++ b/docs/ReleaseNotes/2040.md @@ -0,0 +1,84 @@ +--- +permalink: /2.0.4.0.html +title: Release Notes v2.0.4.0 +--- + + +[![Mod Version][shield:mod:static]][MOD:forum] +[![KSP version:static][shield:ksp]][KSP:website] ![KSP-AVC][shield:kspavc] [![License GPLv3][shield:license]][LINK:license] [![][LOGO:gplv3]][LINK:license] +![Code][shield:code] ![Validate AVC .version files][shield:avcvalid] +*** +# Version 2.0.4.0 - New Situations and New Versions +- DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL +- compile for KSP 1.9.1 +- Special Thank you to @LinuxGuruGamer for all his assistance and patience. +### CODE +- remove old GUI code +- updated PAW to use grouping, included .dll version in label +- IsActive = True *should* now be working from within part.module +### UI +- removed old pastel skin +- added option in game.settings to switch between Unity and KSP +- thank you to @LinuxGuruGamer +### Features, Feature, and MORE Features +#### Working: +- Vessel limitations +- Vessel limitiations +#### Not Working: +- range limitations +*** +> 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.9.1
+Unity 2019.2.2f1
+.NET Framework 4.8

+ *Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date* + +![][HERO:1] ![][HERO:2] ![][HERO:3] +*** + + +[MOD:license]: https://github.com/zer0Kerbal/SimpleLogistics/blob/master/LICENSE +[MOD:issues]: https://github.com/zer0Kerbal/SimpleLogistics/issues +[MOD:known]: https://github.com/zer0Kerbal/SimpleLogistics/wiki/Known-Issues +[MOD:forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/191045-* +[MOD:changelog]: https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/Changelog.cfg +[KSP:website]: http://kerbalspaceprogram.com/ + +[shield:mod:static]: https://img.shields.io/badge/SimpleLogistics%20version-2.0.4.0-orange.svg?style=plastic +[shield:ksp:static]: https://img.shields.io/badge/KSP-1.9.1-blue.svg?style=plastic +[shield:mod:latest]: https://img.shields.io/github/v/release/zer0Kerbal/SimpleLogistics?include_prereleases?style=plastic +[shield:mod]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/json/mod.json +[shield:ksp]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/json/ksp.json +[shield:license]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/json/license.json +[shield:code]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleLogistics/master/json/code.json +[shield:kspavc]: https://img.shields.io/badge/KSP-AVC--supported-brightgreen.svg?style=plastic +[shield:avcvalid]: https://github.com/zer0Kerbal/SimpleLogistics/workflows/Validate%20AVC%20.version%20files/badge.svg + +[image:get-support]: https://i.postimg.cc/vHP6zmrw/image.png + +[LINK:license]: https://www.gnu.org/licenses/gpl-3.0-standalone.html "GPLv3" +[thread:getsupport]: https://forum.kerbalspaceprogram.com/index.php?/topic/83212-* + + +[LOGO:gplv3]: https://i.postimg.cc/90kCDs7K/gplv3-48x17.png + + +[HERO:0]: https://i.postimg.cc/GmZ77BYt/Settings2-0-4-0.png "New Features" +[HERO:1]: https://i.postimg.cc/nrRTvMpH/Skin-A2-0-4-0.png "New Skin" +[HERO:2]: https://i.postimg.cc/XNQ2M1FT/Skin-U2-0-4-0.png "New Skin" +[HERO:3]: https://i.postimg.cc/vBLmKmG5/Screen-Msg-New.png "New Situations" + + \ No newline at end of file diff --git a/docs/ReleaseNotes/index.md b/docs/ReleaseNotes/index.md new file mode 100644 index 0000000..6b8546a --- /dev/null +++ b/docs/ReleaseNotes/index.md @@ -0,0 +1,10 @@ +# ReleaseNotes + +## Categories + + +## Documents +- [2.0.3.2](2.0.3.2.md) +- [2.0.4.0](2.0.4.0.md) +- [2.0.5.0](2.0.5.0.md) +- [2040](2040.md) \ No newline at end of file diff --git a/docs/Why.md b/docs/Why.md new file mode 100644 index 0000000..936bb91 --- /dev/null +++ b/docs/Why.md @@ -0,0 +1,34 @@ +--- +permalink: /Why.html +title: Why +description: the flat-pack Kiea instructions, written in Kerbalese, unusally present +# layout: bare +tags: installation,directions,page,kerbal,ksp,zer0Kerbal,zedK +--- + + + +# SimpleLogistics! (SLOG!) + +## Introduction by [`@MatterBeam`][LINK:matterbeam] + +> Lately my Munar base turned into a mess of eight different vessels connected together with KAS winches. +> +> FPS reduced dramatically, managing became nearly impossible. +> +> I turned my gaze on to USI MKS and it's Logistics feature, but MKS adds too much stuff I don't really need. +> +> So after hacking a little I discovered that all logistics is done by USI Tools mod and MKS is not really required to do the job. +> +> Instead of reinventing the wheel I created a set of patches to bring logistics to stock parts. +> +> But I was completely unhappy with the fact that I cannot transfer Rocket Parts from my RP printing lab to nearby RP freight. So I decided to create my own logistics system with a Blackjack and .... whatever... + +![Munar Base](https://i.imgur.com/PA05bBw.png) + +[LINK:matterbeam]: https://forum.kerbalspaceprogram.com/index.php?/profile/133334-matterbeam/ "MatterBeam" + + \ No newline at end of file diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..b4fb3bc --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-architect diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..b7e6f3b --- /dev/null +++ b/docs/index.md @@ -0,0 +1,15 @@ +# + +## Categories +- [Code](./Code/index.md) +- [LegalMumboJumbo](./LegalMumboJumbo/index.md) +- [ReleaseNotes](./ReleaseNotes/index.md) + +## Documents +- [404](404.md) +- [Attributions](Attributions.md) +- [HowItWorks](HowItWorks.md) +- [LegalMumboJumbo](LegalMumboJumbo.md) +- [Localizations](Localizations.md) +- [ManualInstallation](ManualInstallation.md) +- [Why](Why.md) \ No newline at end of file diff --git a/future.markdown b/future.md similarity index 100% rename from future.markdown rename to future.md diff --git a/img/2032a.png b/img/2032a.png index d68f314..a282c20 100644 Binary files a/img/2032a.png and b/img/2032a.png differ diff --git a/img/2032b.png b/img/2032b.png index 280bafa..585ef46 100644 Binary files a/img/2032b.png and b/img/2032b.png differ diff --git a/img/HeroLogo_1920x1920.png b/img/HeroLogo_1920x1920.png index ff8b6d0..fe3906e 100644 Binary files a/img/HeroLogo_1920x1920.png and b/img/HeroLogo_1920x1920.png differ diff --git a/img/SLGUI-pluggedin.png b/img/SLGUI-pluggedin.png new file mode 100644 index 0000000..9416091 Binary files /dev/null and b/img/SLGUI-pluggedin.png differ diff --git a/img/SLGUI-unplugged.png b/img/SLGUI-unplugged.png new file mode 100644 index 0000000..8f971c8 Binary files /dev/null and b/img/SLGUI-unplugged.png differ diff --git a/img/SLGUI.png b/img/SLGUI.png new file mode 100644 index 0000000..c08c329 Binary files /dev/null and b/img/SLGUI.png differ diff --git a/img/SLGUI2.0.png b/img/SLGUI2.0.png new file mode 100644 index 0000000..2a9e372 Binary files /dev/null and b/img/SLGUI2.0.png differ diff --git a/img/SimpleLogistics-768.png b/img/SimpleLogistics-768.png index aaf5f1a..048b93f 100644 Binary files a/img/SimpleLogistics-768.png and b/img/SimpleLogistics-768.png differ diff --git a/img/SimpleLogistics1366x768.png b/img/SimpleLogistics1366x768.png index a59cd56..bde1c96 100644 Binary files a/img/SimpleLogistics1366x768.png and b/img/SimpleLogistics1366x768.png differ diff --git a/json/ckan.json b/json/ckan.json new file mode 100644 index 0000000..72fb826 --- /dev/null +++ b/json/ckan.json @@ -0,0 +1,8 @@ +{ + "schemaVersion": 1, + "label": "CKAN", + "labelColor": "E32811", + "message": "SimpleLogistics!", + "color": "white", + "style": "plastic" +} diff --git a/json/code.json b/json/code.json index 0768146..4dc03e3 100644 --- a/json/code.json +++ b/json/code.json @@ -2,7 +2,7 @@ "schemaVersion": 1, "label": "Code", "labelColor": "66ccff", - "message": "<.NET 4.8> ", + "message": "˂˂.NET 4.7.2˃˃ ˂˂Unity 2019.2.2f1˃˃ ˂˂C# 10.0˃˃", "color": "darkblue", "style": "plastic" } diff --git a/json/ksp.json b/json/ksp.json index efaeea1..b13d3f2 100644 --- a/json/ksp.json +++ b/json/ksp.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "label": "KSP", - "labelColor": "darkblue", + "labelColor": "black", "message": "1.9.1", "color": "66ccff", "style": "plastic" diff --git a/json/license.json b/json/license.json index 91265a2..67abc40 100644 --- a/json/license.json +++ b/json/license.json @@ -1,8 +1,10 @@ { "schemaVersion": 1, "label": "License", - "labelColor": "black", + "labelColor": "white", "message": "GPLv3", - "color": "red", + "color": "A42E2B", + "logoColor": "A42E2B", + "namedLogo": "gnu", "style": "plastic" } diff --git a/json/mod.json b/json/mod.json index ec8f1e7..2b605da 100644 --- a/json/mod.json +++ b/json/mod.json @@ -1,8 +1,8 @@ { "schemaVersion": 1, - "label": "SimpleLogistics", - "labelColor": "darkgreen", + "label": "SimpleLogistics!", + "labelColor": "BADA55", "message": "2.0.5.0", - "color": "orange", + "color": "darkgreen", "style": "plastic" } diff --git a/Readme.md b/readme.md similarity index 94% rename from Readme.md rename to readme.md index b156bbb..23ed5ee 100644 --- a/Readme.md +++ b/readme.md @@ -34,9 +34,20 @@ updated: 11 Aug 2021 --> *** ### Localizations: 🇺🇸 🇪🇸 🇫🇷 🇮🇹 🇧🇷 🇷🇺 🇩🇪 🇨🇳 🇯🇵 🇰🇷 🇳🇴 🇸🇪 -> SimpleLogistics is a Polyglot! It now twelve languages. +And SimpleLogistics is a polyglot! This mod speaks 12 major languages in case of some of your kerbals are picky in this sense. > *Additions and corrections solicited and welcome!* +Languages supported +[![Русский](https://github.com/ihsoft/EasyVesselSwitch/raw/master/WikiImages/Russian-small-flag.png)](https://github.com/ihsoft/EasyVesselSwitch/raw/master/WikiImages/Russian-small-flag.png) Русский + +[![Italiano](https://github.com/ihsoft/EasyVesselSwitch/raw/master/WikiImages/Italian-small-flag.png)](https://github.com/ihsoft/EasyVesselSwitch/raw/master/WikiImages/Italian-small-flag.png) Italiano + +[![Español](https://github.com/ihsoft/EasyVesselSwitch/raw/master/WikiImages/Spanish-small-flag.png)](https://github.com/ihsoft/EasyVesselSwitch/raw/master/WikiImages/Spanish-small-flag.png) Español + +[![简体中文](https://github.com/ihsoft/EasyVesselSwitch/raw/master/WikiImages/Chineese-small-flag.png)](https://github.com/ihsoft/EasyVesselSwitch/raw/master/WikiImages/Chineese-small-flag.png) 简体中文 + +[![Français](https://github.com/ihsoft/EasyVesselSwitch/raw/master/WikiImages/French-small-flag.png)](https://github.com/ihsoft/EasyVesselSwitch/raw/master/WikiImages/French-small-flag.png) Français + See the [README in the Localization folder][LINK:localization] for instructions for adding or improving translations for languages other than English. GitHub push is the best way to contribute. *** @@ -63,9 +74,9 @@ See the [README in the Localization folder][LINK:localization] for instructions ### Dependencies - [x] [Kerbal Space Program][KSP:url] [![][KSP:shld]][KSP:url] ***may*** work on other versions (YMMV) -- [x] [Module Manager][thread:mm] -- [x] [ToolbarController][thread:tbc] -- [x] [ClickThroughBlocker][thread:ctb] +- [x] [Module Manager][thread:mm] +- [x] [ToolbarController][thread:tbc] +- [x] [ClickThroughBlocker][thread:ctb] ### Recommends - [x] [Toolbar][thread:tbr] @@ -201,7 +212,6 @@ License: [![License GPLv3][LICENSE:shld]][LICENSE:url] [![][LICENSE:logo]][LICEN [LICENSE:orig:logo]: https://licensebuttons.net/i/l/by-nc-sa/transparent/33/66/99/76x22.png "CC BY-NC-SA 4.0" [LICENSE:orig:shld]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/TheGoldStandard/master/json/license.json&logo=creativecommons&logoColor=white "CC BY-NC-SA 4.0" - [AVC:shld]: https://img.shields.io/badge/KSP-AVC--supported-brightgreen.svg?style=plastic [AVCVLD:shld]: https://github.com/zer0Kerbal/SimpleLogistics/workflows/Validate%20AVC%20.version%20files/badge.svg @@ -306,17 +316,11 @@ License: [![License GPLv3][LICENSE:shld]][LICENSE:url] [![][LICENSE:logo]][LICEN [PAYPAL:img]: https://img.shields.io/badge/Buy%20me%20some%20-LFO-00457C?style=for-the-badge&logo=paypal&labelColor=FFDD00 "PayPal" [PAYPAL:url]: https://www.paypal.com/donate?hosted_button_id=R9ACWD7VREBCY "PayPal" - [PATREON:img]: https://img.shields.io/badge/Patreon%20-be%20a%20Patron-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" - - +