Readme and credits fixes

This commit is contained in:
ChrisAdderley 2019-02-19 13:47:39 -08:00
parent fdd8ea182d
commit 987b0fef88
8 changed files with 104 additions and 11 deletions

View File

@ -0,0 +1,28 @@
{
"NAME":"ReStockPlus",
"URL":"https://raw.githubusercontent.com/PorktoberRevolution/ReStocked/master/GameData/ReStockPlus/Versioning/ReStockPlus.version",
"DOWNLOAD":"",
"VERSION":
{
"MAJOR":0,
"MINOR":1,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":6,
"PATCH":1
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":6,
"PATCH":0
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":6,
"PATCH":99
}
}

View File

@ -146,7 +146,7 @@
- 'Dark' variant for 1.25m tanks has been completely reworked - 'Dark' variant for 1.25m tanks has been completely reworked
- 'Dark' variant for several 1.25m tank/nosecones has been added - 'Dark' variant for several 1.25m tank/nosecones has been added
- New 'Orange' variant for 3.75m fuel tanks - New 'Orange' variant for 3.75m fuel tanks
- New (old) 'Metallic' variant for Rockomax Brand Adapter and FL-A5 Adapter - New 'Metallic' variant for Rockomax Brand Adapter and FL-A5 Adapter based on the old pre-1.5 textures
- New 'Metallic' variant for 2.5m tanks - New 'Metallic' variant for 2.5m tanks
- New 'White' variant for Oscar-B tank - New 'White' variant for Oscar-B tank
- New 'Silver' variant for foil radial LFO tanks - New 'Silver' variant for foil radial LFO tanks
@ -155,5 +155,5 @@
- Most engines now have a basic and a compact variant - Most engines now have a basic and a compact variant
- Most atmospheric engines also have a boattail variant - Most atmospheric engines also have a boattail variant
- New plumes/FX for all redone engines - New plumes/FX for all redone engines
- New plumes/FX for Thud and Dart, even though they are not redone yet - New plumes/FX for Thud and Dart, even though the engine models are not redone yet
- Probe cores now all have consistent 'Bare' and 'Gold' variants - Probe cores now all have consistent 'Bare' and 'Gold' variants, plus a 'Silver' foil variant

View File

@ -40,10 +40,26 @@ INSTALLATION
To install, place the GameData folder inside your Kerbal Space Program folder. If asked to overwrite files, do so. To install, place the GameData folder inside your Kerbal Space Program folder. If asked to overwrite files, do so.
===============
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.
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
will cause the size 3 heatshield .mu file to be whitelisted and loaded into the game. You can also whitelist entire folders as follows:
Squad/Parts/Aero/HeatShield/
============ ============
LOCALIZATION LOCALIZATION
============ ============
This mod primarily uses vanilla-provided localization, but for additional string, it provides localization support for the following languages:
- English
- German (woeller)
========= =========
LICENSING LICENSING

View File

@ -38,7 +38,7 @@ Localization
#LOC_RestockPlus_restock-engine-srb-striker_tags = a moar (more motor rocket srb restock #LOC_RestockPlus_restock-engine-srb-striker_tags = a moar (more motor rocket srb restock
#LOC_RestockPlus_restock-engine-srb-anvil_title = STS-1 'Anvil' Solid Rocket Booster #LOC_RestockPlus_restock-engine-srb-anvil_title = STS-1 'Anvil' Solid Rocket Booster
#LOC_RestockPlus_restock-engine-srb-anvil_description = This colossal solid rocket booster #LOC_RestockPlus_restock-engine-srb-anvil_description = This colossal solid rocket booster has more than enough power to be used to push lower thrust cores really high up or even be used as a core stage, if your engineers feel that the unstable explosive combustion's spine-tingling rumble could be harnessed as a back massage function for bored Kerbonauts.
#LOC_RestockPlus_restock-engine-srb-anvil_tags = a moar (more motor rocket shuttle ssrb srb restock #LOC_RestockPlus_restock-engine-srb-anvil_tags = a moar (more motor rocket shuttle ssrb srb restock
// RCS // RCS

View File

@ -0,0 +1,28 @@
{
"NAME":"ReStock",
"URL":"https://raw.githubusercontent.com/PorktoberRevolution/ReStocked/master/GameData/ReStockPlus/Versioning/ReStockPlus.version",
"DOWNLOAD":"",
"VERSION":
{
"MAJOR":0,
"MINOR":1,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":6,
"PATCH":1
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":6,
"PATCH":0
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":6,
"PATCH":99
}
}

View File

@ -9,15 +9,21 @@
-- Mk-1H 'Torch' Liquid Fuel Engine (Nertea): 0.625m lifter engine -- Mk-1H 'Torch' Liquid Fuel Engine (Nertea): 0.625m lifter engine
-- RT-1 'Mallet' Solid Rocket Booster (Nertea): 0.625m SRB -- RT-1 'Mallet' Solid Rocket Booster (Nertea): 0.625m SRB
-- RT-2 'Striker' Solid Rocket Booster (Nertea): 0.625m longer SRB -- RT-2 'Striker' Solid Rocket Booster (Nertea): 0.625m longer SRB
-- STS-1 'Anvil' Solid Rocket Booster (Nertea): 1.875m giant shuttle SRB
- New Fuel Tank parts - New Fuel Tank parts
-- Kerbodyne S3-3600 Nosecone Tank (Nertea): A 3.75m fuelled nosecone
-- Kerbodyne S3-1800 Tank (Nertea): A compact size 3.75m tank -- Kerbodyne S3-1800 Tank (Nertea): A compact size 3.75m tank
-- Oscar-C Fuel Tank (Nertea): A 2x Oscar-B size tank -- Oscar-C Fuel Tank (Nertea): A 2x Oscar-B size tank
-- Oscar-D Fuel Tank (Nertea): A 4x Oscar-B size tank -- Oscar-D Fuel Tank (Nertea): A 4x Oscar-B size tank
-- Oscar-E Fuel Tank (Nertea): A 8x Oscar-B size tank -- Oscar-E Fuel Tank (Nertea): A 8x Oscar-B size tank
-- Stratus-V Miniature Monopropellant Tank (Nertea): A probe-sized RCS tank. Replaces MH tiny RCS tank if installed -- Stratus-V Miniature Monopropellant Tank (Nertea): A probe-sized RCS tank. Replaces MH tiny RCS tank if installed
- New Aerodynamic parts
-- Protective Rocket Nose Mk18 (Nertea): 1.875m nosecone
- New Command parts - New Command parts
-- RC-XL001 Remote Guidance Unit (Nertea): 3.75m RGU -- RC-XL001 Remote Guidance Unit (Nertea): 3.75m RGU
- New Coupling parts - New Coupling parts
-- TD-18 Stack Decoupler (Nertea): 1.875m decoupler. Replaces MH decoupler if installed
-- TS-18 Stack Separator (Nertea): 1.875m separator. Replaces MH separator if installed
-- Clamp-O-Tron Docking Port 'Grande' (Nertea): 3.75m docking port -- Clamp-O-Tron Docking Port 'Grande' (Nertea): 3.75m docking port
- New Structural parts - New Structural parts
-- Kerbodyne ADTP-2-3A (Nertea): A hollow version of the fuelled 3.75 to 2.5m adapter -- Kerbodyne ADTP-2-3A (Nertea): A hollow version of the fuelled 3.75 to 2.5m adapter
@ -27,7 +33,7 @@
-- AE-FF1-L Airstream Protective Shell (1.875m) (Nertea): a 1.875m fairing base. Replaces MH 1.875m fairing base if installed -- AE-FF1-L Airstream Protective Shell (1.875m) (Nertea): a 1.875m fairing base. Replaces MH 1.875m fairing base if installed
- New Science parts - New Science parts
-- SC-9001R Radial Science Jr (Andrew Cassidy): A radial version of the materials bay -- SC-9001R Radial Science Jr (Andrew Cassidy): A radial version of the materials bay
-- Mystery Goo™ Inline Containment Unit (Andrew Cassidy): An inline version of the goo cannister -- Mystery Goo™ Inline Containment Unit (Andrew Cassidy): An inline version of the goo canister
- New Electrical parts - New Electrical parts
-- Z-10K Rechargeable Battery Bank (Nertea): 3.75m stack battery -- Z-10K Rechargeable Battery Bank (Nertea): 3.75m stack battery
- New Communications parts - New Communications parts
@ -44,4 +50,4 @@
-- RC-15 RCS Thruster Block (Nertea): Five way RCS block, mini size -- RC-15 RCS Thruster Block (Nertea): Five way RCS block, mini size
- Patches and fixes - Patches and fixes
-- Gimbals are enabled on stock SRBs -- Gimbals are enabled on stock SRBs
-- Oscar-B tank volume has been fixed (was far too high at 40, is now 18) -- Oscar-B tank volume has been fixed (was far too high at 40, is now consistent at 18)

View File

@ -4,8 +4,9 @@ RESTOCK+ 0.1.0
Restock+ is a complement to Restock which adds useful parts that we feel are missing from the base game. At the moment this concentrates on a couple of primary areas: Restock+ is a complement to Restock which adds useful parts that we feel are missing from the base game. At the moment this concentrates on a couple of primary areas:
- 0.625m parts: filling out this range with engines, fuel tanks, SRBs and more - 0.625m parts: filling out this range with engines, fuel tanks, SRBs and more
- 1.875m parts: filling out this range with a new SRB and hopefully more in the future
- 3.75m parts: filling out the range with engines, docking ports, control systems and more - 3.75m parts: filling out the range with engines, docking ports, control systems and more
In addition some glaring bugfixes and improvements are made In addition some glaring bugfixes and improvements are made. For a full list, consult the changlog
============ ============
DEPENDENCIES DEPENDENCIES
@ -19,9 +20,20 @@ Required:
CREDITS CREDITS
============= =============
Art
- Chris Adderley (Nertea) - Chris Adderley (Nertea)
- Andrew Cassidy - Andrew Cassidy
Drag cube wizardry
- DMagic
Plugin code
- blowfish
Lead Testing:
- Tyko
- Poodmund
============ ============
INSTALLATION INSTALLATION
============ ============
@ -32,6 +44,9 @@ To install, place the GameData folder inside your Kerbal Space Program folder. I
LOCALIZATION LOCALIZATION
============ ============
This mod provides localization support for the following languages:
- English
- German (woeller)
========= =========
LICENSING LICENSING

View File

@ -3,7 +3,7 @@ Replacing and upgrading the art of Kerbal Space Program
### Goals ### Goals
The goal of this project is to improve the art of Kerbal Space Program with the following goals in mind 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 * Create a unity of design and style for all parts
* Preserve the general aesthetic of KSP * Preserve the general aesthetic of KSP
* Create consistency in the detail level of all parts * Create consistency in the detail level of all parts
@ -12,7 +12,7 @@ The goal of this project is to improve the art of Kerbal Space Program with the
### Restock+ ### 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 install.
## Contributors ## Contributors