13 Commits
0.0.9 ... 0.1.0

Author SHA1 Message Date
778779c9d2 Merge pull request #497 from PorktoberRevolution/master
Release 0.1.0
2019-03-05 13:18:06 -08:00
f8d8ac7f78 Push version to 0.1.0 2019-03-05 12:52:30 -08:00
aaf2b472d1 collider change notes 2019-03-05 12:50:42 -08:00
356eee2b37 Add updated solar panel animations
- Animations are now delayed. closes #490
- Thanks Beale!
2019-03-05 12:30:36 -08:00
4e6755d6a9 Bump MM version 2019-03-05 10:09:28 -08:00
942181e939 Fix chute rotation 2019-03-05 09:59:04 -08:00
c7d2aee9bf Merge pull request #495 from PorktoberRevolution/Readme-1
README.md changes
2019-03-04 23:25:59 -08:00
ab3aed40b0 Remove another extra colon 2019-03-04 20:32:29 -08:00
612ed3d39a remove extra colon to make consistent 2019-03-04 20:31:51 -08:00
3e5b00a03e Update README.md 2019-03-04 20:31:24 -08:00
61506322f9 README.md changes
Update the contributors list to match the individual mod list, and add widget for Travis build status
2019-03-04 20:26:39 -08:00
507d0c3f4c more changelog changes
- Add the Small Radial Gyroscope to the RS+ Changelog
2019-03-04 17:27:36 -08:00
7abf42eaef Changelog and doc fixes 2019-03-04 16:56:08 -08:00
17 changed files with 49 additions and 25 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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