Skip to content

Commit 2761c1f

Browse files
committed
Fix up CKAN dependencies
1 parent c3e5384 commit 2761c1f

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,31 @@
11
# ROCapsules
22

33
## What is it?
4-
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.
54

5+
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.
66

77
## Why is it needed?
8+
89
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.
910

1011
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.
1112

12-
1313
## Who deserves the credit?
14-
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.
1514

15+
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.
1616

1717
## Dependencies
18+
1819
* Module Manager
1920
* Realism Overhaul
2021
* B9PartSwitch
22+
* Textures Unlimited
2123
* KSPWheel (required for Dynasoar)
2224
* ModuleDepthMask (required for Gemini)
2325
* **[ROLibrary](https://github.com/KSP-RO/ROLibrary)**
2426

2527
## Parts Included
28+
2629
* Apollo
2730
* Apollo CM (Apollo by DECQ)
2831
* Apollo Drogue Docking Port (Apollo by DECQ)

ROCapsules.netkan

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
"name" : "ROCapsules",
77
"identifier" : "ROCapsules",
88
"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.",
9-
"author" : "pap1723",
9+
"author" : "pap1723,KSP-RO",
1010
"license" : "CC-BY-SA",
1111
"release_status" : "stable",
1212
"depends" : [
1313
{ "name" : "RealismOverhaul" },
1414
{ "name" : "TexturesUnlimited" },
15-
{ "name" : "BDAnimationModules" },
15+
{ "name" : "ROLib" },
1616
{ "name" : "B9PartSwitch" },
17-
{ "name" : "DepthMask" }
17+
{ "name" : "DepthMask" },
18+
{ "name" : "KSPWheel" }
1819
],
1920
"recommends" : [
2021
{ "name" : "ROEngines" },
@@ -26,7 +27,7 @@
2627
{ "name" : "KSCSwitcher" },
2728
{ "name" : "RP-0" }
2829
],
29-
"conflicts" : [
30+
"conflicts" : [
3031
{ "name" : "TweakableEverything" }
3132
],
3233
"install" : [

0 commit comments

Comments
 (0)