Skip to content

Commit

Permalink
Add micro RCS support, update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Apr 13, 2014
1 parent 0a90ff8 commit 61ab50a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CrossFeedEnabler/AddToRadialTanks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
}
}
@PART[MicroRCS]
{
MODULE
{
name = ModuleCrossFeed
}
}
@PART[*]:HAS[@MODULE[StretchyTanks]]
{
MODULE
Expand Down
21 changes: 19 additions & 2 deletions CrossFeedEnabler/Readme_CFE.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
NathanKell
Crossfeed Enabler
by NathanKell

Adds a crossfeed between the part it's added to, and the part this part is surface-attached to. Use it for radial tanks.

License CC-BY-SA
Source on GitHub at https://github.com/NathanKell/CrossFeedEnabler/

Installation: Extract to GameData. By default includes cfg to apply to radial RCS tanks, the mini radial RCS from Realism Overhaul, all Stretchy tanks as of v9, and all procedural wings.

Add to desired parts as
To add to other parts:
Add:
MODULE
{
name = CrossFeedEnabler
}
to the cfg, or do it via MM.
For example, create a MM node and add it to some cfg.

@PART[YourPartNameHere]
{
MODULE
{
name = ModuleCrossFeed
}
}

0 comments on commit 61ab50a

Please sign in to comment.