Skip to content

Commit

Permalink
Fix up CKAN dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
al2me6 committed Jan 5, 2022
1 parent c3e5384 commit 2761c1f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
# ROCapsules

## What is it?
ROCapsules is a mod that takes the best versions of capsule models available and uses them as the in-game models for Realism Overhaul parts.

ROCapsules is a mod that takes the best versions of capsule models available and uses them as the in-game models for Realism Overhaul parts.

## Why is it needed?

Historically, Realism Overhaul has been a mod that provides only config files that change the sizes and values of existing parts from stock and mods. This has allowed the mod to represent many different parts and engines that existed historically. Often, these models are only close approximation of what the real life spacecraft look like. Other times, these models are not accurate at all and are only used in order to fill a niche that is needed.

Many players will typically install mods for specific spacecraft. This can lead to very large installs with parts that are unwanted just to get certain spacecraft. This will hopefully fix some of those problems by offering a single source for many spacecraft.


## Who deserves the credit?
All the modders that used their time and considerable skills to develop the models, animations and textures that you see represented in game. Each part that is included inlcudes reference to the original modder that created the part. In all situations I have respected the licenses (as far as I know) and where authors could be reached, I received permission to include them. If you find anything that you do not think should belong, please let me know and I will remove them.

All the modders that used their time and considerable skills to develop the models, animations and textures that you see represented in game. Each part that is included inlcudes reference to the original modder that created the part. In all situations I have respected the licenses (as far as I know) and where authors could be reached, I received permission to include them. If you find anything that you do not think should belong, please let me know and I will remove them.

## Dependencies

* Module Manager
* Realism Overhaul
* B9PartSwitch
* Textures Unlimited
* KSPWheel (required for Dynasoar)
* ModuleDepthMask (required for Gemini)
* **[ROLibrary](https://github.com/KSP-RO/ROLibrary)**

## Parts Included

* Apollo
* Apollo CM (Apollo by DECQ)
* Apollo Drogue Docking Port (Apollo by DECQ)
Expand Down
9 changes: 5 additions & 4 deletions ROCapsules.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@
"name" : "ROCapsules",
"identifier" : "ROCapsules",
"abstract" : "ROCapsules is a mod that takes the best versions of capsules available and uses them as the in-game models for Realism Overhaul parts.",
"author" : "pap1723",
"author" : "pap1723,KSP-RO",
"license" : "CC-BY-SA",
"release_status" : "stable",
"depends" : [
{ "name" : "RealismOverhaul" },
{ "name" : "TexturesUnlimited" },
{ "name" : "BDAnimationModules" },
{ "name" : "ROLib" },
{ "name" : "B9PartSwitch" },
{ "name" : "DepthMask" }
{ "name" : "DepthMask" },
{ "name" : "KSPWheel" }
],
"recommends" : [
{ "name" : "ROEngines" },
Expand All @@ -26,7 +27,7 @@
{ "name" : "KSCSwitcher" },
{ "name" : "RP-0" }
],
"conflicts" : [
"conflicts" : [
{ "name" : "TweakableEverything" }
],
"install" : [
Expand Down

0 comments on commit 2761c1f

Please sign in to comment.