-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add micro RCS support, update readme.
- Loading branch information
1 parent
0a90ff8
commit 61ab50a
Showing
2 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} |