Skip to content

Commit

Permalink
Tweaked readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Swamp Ig committed Mar 14, 2014
1 parent 0926e7d commit 8432ba3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
=== 0.7.0 ===
Support for bezier cones - cone shapes with smoothed sides
Show correct images in VAB
Tweakable decoupler
Tweakable Stack Decoupler

=== 0.6.0 ===
Added support for Pill sided tanks
Expand Down
16 changes: 9 additions & 7 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@

ProceduralParts allows you to procedurally generate (currently) fuel tanks and SRBs in a range of sizes and shapes. The parts are fully tweakable with multiple options for customization.
ProceduralParts allows you to procedurally generate (currently) fuel tanks, SRBs, Structural parts, and decouplers in a range of sizes and shapes. The parts are fully tweakable with multiple options for customization of the shape, surface texture, and other parameters.

==== Features =====

* Everything accessible by tweaking
* Different parts available for different 'groups' of fuels (Liquid fuels, SRBs, Monoprop).
* New tank shapes are easy to develop and plug in, so cuboid / pill shaped / whatever else you want shaped will be able to be created.
* A broad range of shapes including cylinders, truncated cones, filleted cylinders, bezier cones.
* New part shapes are easy to develop and plug in, so cuboid / pill shaped / whatever else you want shaped will be able to be created.
* Most stuff configurable in the config file, including resources and fill ratios, tech levels, available shapes
* Diverse support for career mode - tank shapes, dimensions, and contents all limited by researched tech
* a PartModule - TankContentSwitcher that can be applied to existing tanks (with say module manager) and allow their contents to be tweaked. Tweak any tank in the VAB into a Liquid fuel only or oxidizer tank.
* SRBs, tweakable bells that are designed for surface or vacuum.
* Multiple textures available for part surfaces. These are fully compatible with StretchySRB textures.

* Tanks - to allow tech limiting different parts available for different 'groups' of fuels (Liquid fuels, SRBs, Monoprop).
* SRBs - tweakable bells that are designed for surface or vacuum, with variable ISP, and tweakable thrust (or burn time for real fuels)
* Deprecation support for StretchySRB - you can continue to use stretchy SRBs for your existing ships, but hide all the tanks so they don't appear in the VAB
* Multiple textures available for tank surfaces. These are fully compatible with StretchySRB textures.
* A Module - TankContentSwitcher that can be applied to existing tanks (with say module manager) and allow their contents to be tweaked. Tweak any tank in the VAB into a Liquid fuel only or oxidizer tank.

==== Acknowlagements ====

Expand All @@ -25,6 +27,7 @@ Also featuring:

* Models by Tiberion
* Further textures by Chestburster and Dante80.
* Config code by jsimmonds


==== Installation ====
Expand Down Expand Up @@ -57,7 +60,6 @@ Note when using with Real Fuels: Stretchy SRB is ModularEngines enabled, so your
==== Plans for the future ====

New shapes:
- First priority is bezier sided tanks, which covers the remaining feature from StretchySRB not available
- Add optional mounting pod for surface mounts to pod tank.
- Cuboid parts, with customizable side lengths
- Extruded parts, such as hexagonal and octagonal pieces
Expand Down

0 comments on commit 8432ba3

Please sign in to comment.