Merge pull request #497 from PorktoberRevolution/master

Release 0.1.0
pull/963/head^2 0.1.0
Chris Adderley 5 years ago committed by GitHub
commit 778779c9d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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",

@ -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",

@ -10,7 +10,7 @@ package:
- license.txt
dependencies: # Configure dependencies
ModuleManager:
version: 3.1.3
version: 4.0.2
location: s3
deploy:
SpaceDock:

@ -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)

@ -5,8 +5,8 @@
"VERSION":
{
"MAJOR":0,
"MINOR":0,
"PATCH":9,
"MINOR":1,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":

@ -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)

@ -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
@ -26,14 +28,13 @@ Art
- Porkjet
- riocrokite
Drag cube wizardry
- DMagic
Plugin code
- blowfish
Lead Testing:
Lead Testing
- Tyko
- Poodmund
@ -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
@ -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
============

@ -10,7 +10,7 @@ package:
- license.txt
dependencies: # Configure dependencies
ModuleManager:
version: 3.1.3
version: 4.0.2
location: s3
deploy:
SpaceDock:

@ -5,8 +5,8 @@
"VERSION":
{
"MAJOR":0,
"MINOR":0,
"PATCH":9,
"MINOR":1,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":

@ -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)

@ -16,7 +16,7 @@ DEPENDENCIES
Required:
- Restock (0.1.0)
- ModuleManager (4.0.1)
- ModuleManager (4.0.2)
=============
CREDITS
@ -33,7 +33,7 @@ Drag cube wizardry
Plugin code
- blowfish
Lead Testing:
Lead Testing
- Tyko
- Poodmund

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

Loading…
Cancel
Save