ReStocked/README.md

68 lines
2.2 KiB
Markdown
Raw Normal View History

2021-01-24 05:58:37 +00:00
# Restock
2017-04-12 20:24:03 +00:00
2019-02-27 23:26:58 +00:00
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.
2017-04-12 20:24:03 +00:00
2019-02-19 21:47:39 +00:00
The goal of this project is to improve the art of Kerbal Space Program with the following goals in mind:
2018-05-29 17:36:23 +00:00
* 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
2019-02-27 23:26:58 +00:00
## Restock+
2018-05-29 17:36:23 +00:00
2019-03-05 18:09:28 +00:00
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.
2018-05-29 17:36:23 +00:00
2019-02-27 23:26:58 +00:00
## Contributing
2018-05-29 17:36:23 +00:00
2019-02-27 23:26:58 +00:00
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
2018-05-29 17:36:23 +00:00
2019-03-05 18:09:28 +00:00
#### Art
- Chris Adderley (Nertea)
- Andrew Cassidy (Cineboxandrew)
- Beale
- blowfish
- Passinglurker
- Porkjet
- riocrokite
2019-03-05 18:09:28 +00:00
#### Drag cube wizardry
- DMagic
2019-03-05 18:09:28 +00:00
#### Plugin code
- blowfish
2019-03-05 18:09:28 +00:00
#### Lead Testing
- Tyko
- Poodmund
2018-05-29 17:36:23 +00:00
2019-02-27 23:26:58 +00:00
### Repository Structure
2017-04-12 20:24:03 +00:00
* Distribution
2019-02-27 23:26:58 +00:00
* 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
2020-05-18 01:18:35 +00:00
* **Props**: IVA props
* **Spaces**: IVA configs and assets
2019-02-27 23:26:58 +00:00
* 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
2020-05-18 01:18:35 +00:00
* **Spaces**: IVA configs and assets