Skip to content

Commit

Permalink
Merge pull request #497 from PorktoberRevolution/master
Browse files Browse the repository at this point in the history
Release 0.1.0
  • Loading branch information
ChrisAdderley authored Mar 5, 2019
2 parents 896d4fe + f8d8ac7 commit 778779c
Show file tree
Hide file tree
Showing 17 changed files with 49 additions and 25 deletions.
2 changes: 1 addition & 1 deletion CKAN/ReStock.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"spec_version": "v1.4",
"identifier": "ReStock",
"name": "ReStock",
"abstract": "A community-built replacement for KSP's part models and textures. ",
"abstract": "A community-built replacement for KSP's part models and textures. No effects on gameplay",
"author": "ReStock Team",
"$kref": "#/ckan/github/PorktoberRevolution/ReStocked/asset_match/ReStock_.*?\\.zip",
"$vref": "#/ckan/ksp-avc",
Expand Down
2 changes: 1 addition & 1 deletion CKAN/ReStockPlus.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"spec_version": "v1.4",
"identifier": "ReStockPlus",
"name": "ReStock+",
"abstract": "A carefully curated set of new parts that fill gaping holes in the stock lineup, adding fox example missing size classes for imporntant part types",
"abstract": "A carefully curated set of new parts that fill gaping holes in the stock lineup, adding fox example missing size classes for important part types",
"author": "ReStock Team",
"$kref": "#/ckan/github/PorktoberRevolution/ReStocked/asset_match/ReStockPlus_.*?\\.zip",
"$vref": "#/ckan/ksp-avc",
Expand Down
2 changes: 1 addition & 1 deletion Distribution/Restock/.mod_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ package:
- license.txt
dependencies: # Configure dependencies
ModuleManager:
version: 3.1.3
version: 4.0.2
location: s3
deploy:
SpaceDock:
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Contents:
// - Communotron 16 (longAntenna)
// - Communotron 16-S (surfAntenna)
// - Communotron HG-55 (mediumDishAntenna)
// - Communotron DTS-M1 (mediumDishAntenna)
// - Communotron HG-55 (HighGainAntenna)
// - Communotron 88-88 (commDish)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"VERSION":
{
"MAJOR":0,
"MINOR":0,
"PATCH":9,
"MINOR":1,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":
Expand Down
4 changes: 4 additions & 0 deletions Distribution/Restock/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@
- Experiment Storage Unit (Andrew Cassidy)
- Communications
- Communotron 88-88 (Andrew Cassidy)
- Communotron 16 (Andrew Cassidy)
- Communotron 16-S (Andrew Cassidy)
- Communotron HG-55 (Andrew Cassidy)
- Communotron DTS-M1 (Andrew Cassidy)
- HG-5 High Gain Antenna (Andrew Cassidy)
- RA-2 Relay Antenna (Andrew Cassidy)
- RA-15 Relay Antenna (Andrew Cassidy)
Expand Down
19 changes: 13 additions & 6 deletions Distribution/Restock/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@
RESTOCK 0.1.0
=============

Restock is a project to improve the art of the Kerbal Space Program part set. Some of the revisions are based extensively on the cancelled Part Overhaul project by Porkjet.
Restock is a project to improve the art of the Kerbal Space Program part set. Some of the revisions are based on the cancelled Part Overhaul project by Porkjet.

Out goal is to bringing consistency, better and more educational detail and prettier rockets to the KSP experience.
Parts should behave almost exactly the same as they do in stock KSP - there are no gameplay or collider changes except as indicated in the NOTES section below.

Our goal is to bringing consistency, better and more educational detail and prettier rockets to the KSP experience.

============
DEPENDENCIES
============

Required:
- ModuleManager (4.0.1)
- ModuleManager (4.0.2)

=======
CREDITS
Expand All @@ -26,14 +28,13 @@ Art
- Porkjet
- riocrokite


Drag cube wizardry
- DMagic

Plugin code
- blowfish

Lead Testing:
Lead Testing
- Tyko
- Poodmund

Expand All @@ -47,7 +48,7 @@ To install, place the GameData folder inside your Kerbal Space Program folder. I
ASSET BLACKLIST
===============

Restock contains a plugin that stops specific stock assets from loading, reducing the memory footprint of the mod. The list of blacklisted assets can be found in GameData/ReStock/Restock.restockblacklist.
Restock contains a plugin that stops replaced stock assets from loading, reducing the memory footprint of the mod. The list of blacklisted assets can be found in GameData/ReStock/Restock.restockblacklist.
If your mod requires a stock texture, you can create a xxx.restockwhitelist file anywhere in your GameData distribution. Each line in this file can target an asset or a folder, for example adding this line to the whitelist file:

Squad/Parts/Aero/HeatShield/HeatShield3.mu
Expand All @@ -56,6 +57,12 @@ will cause the size 3 heatshield .mu file to be whitelisted and loaded into the

Squad/Parts/Aero/HeatShield/

=====
NOTES
=====

The DTS-M1 Antenna's exact stock colliders were not retained due to technical issues and had to be approximated.

============
LOCALIZATION
============
Expand Down
2 changes: 1 addition & 1 deletion Distribution/RestockPlus/.mod_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ package:
- license.txt
dependencies: # Configure dependencies
ModuleManager:
version: 3.1.3
version: 4.0.2
location: s3
deploy:
SpaceDock:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"VERSION":
{
"MAJOR":0,
"MINOR":0,
"PATCH":9,
"MINOR":1,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":
Expand Down
1 change: 1 addition & 0 deletions Distribution/RestockPlus/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ v0.1.0
- RC-14 RCS Thruster Block (Nertea): Quad RCS block, mini size
- RC-14-A RCS Thruster Block (Nertea): Quad angled RCS block, mini size
- RC-15 RCS Thruster Block (Nertea): Five way RCS block, mini size
- Small Radial Gyroscope (Andrew Cassidy): radial mount gyroscope with a small amount of torque
- Patches and fixes
- Gimbals are enabled on stock SRBs
- Oscar-B tank volume has been fixed (was far too high at 40, is now consistent at 18)
4 changes: 2 additions & 2 deletions Distribution/RestockPlus/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DEPENDENCIES

Required:
- Restock (0.1.0)
- ModuleManager (4.0.1)
- ModuleManager (4.0.2)

=============
CREDITS
Expand All @@ -33,7 +33,7 @@ Drag cube wizardry
Plugin code
- blowfish

Lead Testing:
Lead Testing
- Tyko
- Poodmund

Expand Down
28 changes: 20 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Restock
# Restock [![Build Status](https://travis-ci.com/PorktoberRevolution/ReStocked.svg?branch=prod)](https://travis-ci.com/PorktoberRevolution/ReStocked)

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.

Expand All @@ -10,7 +10,7 @@ The goal of this project is to improve the art of Kerbal Space Program with the

## 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.
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

Expand All @@ -19,12 +19,24 @@ If you are interested in contributing artistically to the revamp, please contact

### Current Contributors

* Chris Adderley (Nertea)
* blowfish
* DMagic
* Beale
* Andrew Cassidy
* Passinglurker
#### Art
- Andrew Cassidy
- Chris Adderley (Nertea)
- Beale
- blowfish
- Passinglurker
- Porkjet
- riocrokite

#### Drag cube wizardry
- DMagic

#### Plugin code
- blowfish

#### Lead Testing
- Tyko
- Poodmund

### Repository Structure
* Distribution
Expand Down

0 comments on commit 778779c

Please sign in to comment.