Krafpy / KSP-MGA-Planner

An online tool providing automatic design of trajectories with multiple gravity assists for Kerbal Space Program.
https://krafpy.github.io/KSP-MGA-Planner/
GNU General Public License v3.0
29 stars 32 forks source link

Update systems.yml #22

Closed Impasta1472 closed 1 year ago

Krafpy commented 2 years ago

You modified the systems.yml file to account for an rss folder.... but you didn't provide any data for RSS.

Impasta1472 commented 2 years ago

Sorry it wont let me paste it im on ipad

Impasta1472 commented 2 years ago
Impasta1472 commented 2 years ago

Also uploading is disabled so i cant add folders for new systems

Krafpy commented 2 years ago

You can clone your version of the mga planner on your github to your computer, and edit it directly: create the necessary folders and files, and even run the tool locally with your edits to test them ! Then push your local edits to your github and create a pull request. This would make it easier and more straightforward for me to check and merge your changes if everything is fine.

If you can't or are struggling to do that, you can send the content of the data files in a comment like you did, but please enclose it in a code format so that markdown doesn't reformat the text. You can write code in comments between two ``` (triple backticks) so that it's displayed like that:

Some text...

(you can preview your comment before sending it to make sure it's formatted correctly)

Did you get the data using the CFG to YML converter I made ? With the official RSS configuration files ?

Krafpy commented 2 years ago

You can also probably directly add files to your repository from the github interface, on the same branch that you made the pull request. This will add it automatically to your pull request (I think).

Krafpy commented 1 year ago

RSS has been added. See pull request #28