mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Document fixes
This commit is contained in:
parent
f6f881f7dd
commit
4288d99d7e
@ -14,8 +14,8 @@ dependencies: # Configure dependencies
|
||||
location: s3
|
||||
deploy:
|
||||
SpaceDock:
|
||||
enabled: false # activate/deactivate this deployment script
|
||||
mod-id: 709 # The Spacedock mod ID for deployment
|
||||
enabled: true # activate/deactivate this deployment script
|
||||
mod-id: 2098 # The Spacedock mod ID for deployment
|
||||
CurseForge:
|
||||
enabled: false # activate/deactivate this deployment script
|
||||
mod-id: 230112 # The CurseForge mod ID for deployment
|
||||
|
@ -6,7 +6,7 @@
|
||||
{
|
||||
"MAJOR":0,
|
||||
"MINOR":1,
|
||||
"PATCH":0,
|
||||
"PATCH":1,
|
||||
"BUILD":0
|
||||
},
|
||||
"KSP_VERSION":
|
||||
|
@ -1,4 +1,11 @@
|
||||
v0.1.0
|
||||
v0.1.1
|
||||
------
|
||||
- Fixed solar array pivots on already-built craft having some potential issues
|
||||
- Fixed interstage shrouds on already-built and decoupled craft hanging around when they shouldn't
|
||||
- Fixed diameter of Mk16-XL parachute
|
||||
- Fixed vertical offset of Mk16 parachute
|
||||
|
||||
v0.1.0
|
||||
------
|
||||
- Initial release
|
||||
- Stock parts included:
|
||||
|
@ -1,5 +1,5 @@
|
||||
=============
|
||||
RESTOCK 0.1.0
|
||||
RESTOCK 0.1.1
|
||||
=============
|
||||
|
||||
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.
|
||||
|
@ -14,8 +14,8 @@ dependencies: # Configure dependencies
|
||||
location: s3
|
||||
deploy:
|
||||
SpaceDock:
|
||||
enabled: false # activate/deactivate this deployment script
|
||||
mod-id: 709 # The Spacedock mod ID for deployment
|
||||
enabled: true # activate/deactivate this deployment script
|
||||
mod-id: 2099 # The Spacedock mod ID for deployment
|
||||
CurseForge:
|
||||
enabled: false # activate/deactivate this deployment script
|
||||
mod-id: 230112 # The CurseForge mod ID for deployment
|
||||
|
@ -6,7 +6,7 @@
|
||||
{
|
||||
"MAJOR":0,
|
||||
"MINOR":1,
|
||||
"PATCH":0,
|
||||
"PATCH":1,
|
||||
"BUILD":0
|
||||
},
|
||||
"KSP_VERSION":
|
||||
|
@ -1,3 +1,7 @@
|
||||
v0.1.1
|
||||
------
|
||||
- Minor fixes
|
||||
|
||||
v0.1.0
|
||||
------
|
||||
- Initial release
|
||||
|
@ -1,5 +1,5 @@
|
||||
==============
|
||||
RESTOCK+ 0.1.0
|
||||
RESTOCK+ 0.1.1
|
||||
==============
|
||||
|
||||
Restock+ is a complement to Restock which adds useful parts that we feel are missing from the base game. Functionally, these parts additions allow better flexibility in craft construction and not add new gameplay systems or form factors. Some examples might include:
|
||||
@ -15,7 +15,7 @@ DEPENDENCIES
|
||||
============
|
||||
|
||||
Required:
|
||||
- Restock (0.1.0)
|
||||
- Restock (0.1.1)
|
||||
- ModuleManager (4.0.2)
|
||||
|
||||
=============
|
||||
|
Loading…
Reference in New Issue
Block a user