Attribution, license fixes

pull/477/head
ChrisAdderley 5 years ago
parent 648a0467fb
commit 6d189c9b6a

@ -6,21 +6,20 @@
@PART[mk2FuselageShortLiquid|mk2FuselageShortLFO|mk2FuselageShortMono]:FOR[Restock] @PART[mk2FuselageShortLiquid|mk2FuselageShortLFO|mk2FuselageShortMono]:FOR[Restock]
{ {
@author = Porkjet and blowfish @author = Porkjet and blowfish
MODULE MODULE
{
name = ModuleRestockModifyMaterials
MATERIAL
{ {
name = ModuleRestockModifyMaterials shader = KSP/Bumped Specular
TEXTURE_PROPERTY
MATERIAL {
{ name = _BumpMap
shader = KSP/Bumped Specular textureUrl = Restock/Assets/FuelTank/restock-fueltank-mk2-short-n
TEXTURE_PROPERTY isNormalMap = true
{ }
name = _BumpMap
textureUrl = Restock/Assets/FuelTank/restock-fueltank-mk2-short-n
isNormalMap = true
}
}
} }
}
} }

@ -18,12 +18,14 @@ CREDITS
======= =======
Art Art
- Andrew Cassidy
- Chris Adderley (Nertea) - Chris Adderley (Nertea)
- Beale - Beale
- Andrew Cassidy - blowfish
- riocrokite
- Passinglurker - Passinglurker
- Porkjet - Porkjet
- riocrokite
Drag cube wizardry Drag cube wizardry
- DMagic - DMagic

@ -3,7 +3,7 @@ ART
The art assets in this pack (all models and textures) are distributed under an All Rights Reserved License. You may not redistribute or re-use these assets without express permission from the author of the asset (located in the "author" field of the corresponding part configuration file). The art assets in this pack (all models and textures) are distributed under an All Rights Reserved License. You may not redistribute or re-use these assets without express permission from the author of the asset (located in the "author" field of the corresponding part configuration file).
An exception to this are the assets derived directly from the Porkjet PartOverhauls project, which is licensed under CC-BY-NC-3.0. Specifically these assets include the Pug and Valiant engines. An exception to this are the assets derived directly from the Porkjet PartOverhauls project, which is licensed under CC-BY-NC-3.0. Specifically these assets include the Pug and Valiant engines.
CONFIGURATION CONFIGURATION
------------- -------------
@ -14,3 +14,9 @@ Copyright (c) 2019 the ReStock team
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
PLUGIN CODE
-----------
Plugin code is distributed under the LGPL v3, as described in the license.txt file in the Source folder.

@ -23,8 +23,8 @@ CREDITS
============= =============
Art Art
- Chris Adderley (Nertea)
- Andrew Cassidy - Andrew Cassidy
- Chris Adderley (Nertea)
- Porkjet - Porkjet
Drag cube wizardry Drag cube wizardry

@ -1,7 +1,6 @@
# Restock # Restock
Replacing and upgrading the art of Kerbal Space Program
### Goals 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.
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
@ -9,12 +8,16 @@ The goal of this project is to improve the art of Kerbal Space Program with the
* Create consistency in the detail level of all parts * Create consistency in the detail level of all parts
* Do not affect gameplay or part balance * Do not affect gameplay or part balance
## 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. ## Contributing
## Contributors 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
* Chris Adderley (Nertea) * Chris Adderley (Nertea)
* blowfish * blowfish
@ -23,43 +26,27 @@ We believe that there are a number of places where KSP is missing key parts - fo
* Andrew Cassidy * Andrew Cassidy
* Passinglurker * Passinglurker
If you want to contribute, contact us. ### Repository Structure
## Repository Structure
* Distribution * Distribution
* readme.txt * Restock
* changelog.txt * readme.txt
* license.txt * changelog.txt
* GameData * license.txt
* ReStock * GameData
* Assets: all model and texture files * ReStock
* FX: new effects * **Assets:** all model and texture files
* Localization: new localization data * **FX:** new effects
* Patches: ModuleManager patches to enable art replacements * **Localization:** new localization data
* ReStockPlus * **Patches:** ModuleManager patches to enable art replacements
* Assets: all models and texture files * **PatchesMH:** ModuleManager patches to enable art replacements for Making History
* Parts: config files for new parts * RestockPlus
* Patches: ModuleManager patches that change stock parts * readme.txt
* changelog.txt
* Assets: author source files * license.txt
* Author: A folder per author * GameData
* license.txt (license your source files!) * ReStockPlus
* whatever asset file structure you want * **Assets**: all models and texture files
* **FX**: new effects
# Proposed Asset Naming Conventions * **Localization**: new localization data
* **Parts**: config files for new parts
restock-`<descriptor>`-`<sizecategory>`-`<id>`-`<suffix>` * **Patches**: ModuleManager patches that change parts
Suffix is like -n for normal map, -e for emissive, etc
## Examples:
#### Largest 3.75m Tank
* restock-fueltank-375-1.mu
* restock-fueltank-375-1.dds
* restock-fueltank-375-1-n.dds
* restock-fueltank-375-1-e.dds
#### Small radial Battery
* restock-battery-radial-1.mu
* restock-battery-radial-1.dds
* restock-battery-radial-1-n.dds
* restock-battery-radial-1-e.dds

Loading…
Cancel
Save