Go to file
drewcassidy 20d1173d86
Fix errors when migrating saves to Restock
-  the game keeps track of the orientation of the antenna pivot object in the save. This makes sense for solar panels, or antennas if they tracked, but some deployed antennas ended up pointed random directions and looking weird when migrating an existing save
- This commit rotates the root segment of the communotron 16 to match the stock orientation, and adds dummy pivot transforms matching the stock deployed pivot transforms so nothing changes when the game rotates them on load.
2019-02-28 23:14:07 -08:00
Assets Update source files 2019-02-17 21:51:24 -08:00
Distribution Fix errors when migrating saves to Restock 2019-02-28 23:14:07 -08:00
Source allow empty lines and comments in blacklist/whitelist 2019-02-04 21:20:20 -08:00
.gitignore Fix gitignore, annotate 2019-02-20 13:19:53 -08:00
.travis.yml Fix gitignore, annotate 2019-02-20 13:19:53 -08:00
README.md Attribution, license fixes 2019-02-27 15:26:58 -08:00

Restock

It's no secret that some of KSP's artwork is not great. Placeholder art made by a number of amateur artists throughout the game's development has resulted in a scattered mess of styles and qualities which is most evident in the part artwork.

The goal of this project is to improve the art of Kerbal Space Program with the following goals in mind:

  • Create a unity of design and style for all parts
  • Preserve the general aesthetic of KSP
  • Create consistency in the detail level of all parts
  • Do not affect gameplay or part balance

Restock+

We believe that there are a number of places where KSP is missing key parts - for example, where a stack class is missing parts that exist in other classes. Restock+ aims to create parts that fill this niche, and is a wholly optional project.

Contributing

If you want to contribute fixes and config improvements, such as new localization, make a pull request against the master branch - we will If you are interested in contributing artistically to the revamp, please contact us.

Current Contributors

  • Chris Adderley (Nertea)
  • blowfish
  • DMagic
  • Beale
  • Andrew Cassidy
  • Passinglurker

Repository Structure

  • Distribution
    • Restock
      • readme.txt
      • changelog.txt
      • license.txt
      • GameData
        • ReStock
          • Assets: all model and texture files
          • FX: new effects
          • Localization: new localization data
          • Patches: ModuleManager patches to enable art replacements
          • PatchesMH: ModuleManager patches to enable art replacements for Making History
    • RestockPlus
      • readme.txt
      • changelog.txt
      • license.txt
      • GameData
        • ReStockPlus
          • Assets: all models and texture files
          • FX: new effects
          • Localization: new localization data
          • Parts: config files for new parts
          • Patches: ModuleManager patches that change parts