mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Compare commits
61 Commits
Author | SHA1 | Date | |
---|---|---|---|
b1cc1f4e1a | |||
c3866326b2 | |||
a73400e670 | |||
23576ec626 | |||
a1b31be760 | |||
bfbd918a44 | |||
aaf18430d0 | |||
fd99e736b6 | |||
f32d0c2898 | |||
57e9252970 | |||
bb8c0a8af7 | |||
34f23d33ee | |||
d24f1e7768 | |||
3fe76daaa0 | |||
3198c3f029 | |||
18f670720e | |||
1fc91b11a9 | |||
8b8bd7949a | |||
438b4829e6 | |||
6ff7420da0 | |||
bc8a2dd2d1 | |||
ee197b82ce | |||
708570522e | |||
e55da6ece0 | |||
55687bd620 | |||
2a4c916252 | |||
3a3d08c6f2 | |||
4daa6d31d5 | |||
757b79c3c5 | |||
0879507400 | |||
effc3d337e | |||
3442060f47 | |||
a2aaece58f | |||
e8625b1a00 | |||
a229b0ac91 | |||
74f5a852ba | |||
7f987282ed | |||
5a7c77a755 | |||
1ebf86d3e5 | |||
84cb53c0a1 | |||
4288d99d7e | |||
f6f881f7dd | |||
e357a9cd44 | |||
875092532c | |||
ce0ff5b4c6 | |||
2ab1cdd4a3 | |||
bd864b9dc8 | |||
96e829694a | |||
778779c9d2 | |||
f8d8ac7f78 | |||
aaf2b472d1 | |||
356eee2b37 | |||
4e6755d6a9 | |||
942181e939 | |||
c7d2aee9bf | |||
ab3aed40b0 | |||
612ed3d39a | |||
3e5b00a03e | |||
61506322f9 | |||
507d0c3f4c | |||
7abf42eaef |
@ -2,13 +2,13 @@
|
||||
"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",
|
||||
"license": "restricted",
|
||||
"resources": {
|
||||
"homepage": "tbd",
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/182679-161-restock-revamping-ksps-art/",
|
||||
"repository": "https://github.com/PorktoberRevolution/ReStocked"
|
||||
},
|
||||
"install": [
|
||||
|
@ -2,13 +2,13 @@
|
||||
"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",
|
||||
"license": "restricted",
|
||||
"resources": {
|
||||
"homepage": "tbd",
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/182679-161-restock-revamping-ksps-art/",
|
||||
"repository": "https://github.com/PorktoberRevolution/ReStocked"
|
||||
},
|
||||
"install": [
|
||||
|
@ -10,12 +10,12 @@ package:
|
||||
- license.txt
|
||||
dependencies: # Configure dependencies
|
||||
ModuleManager:
|
||||
version: 3.1.3
|
||||
version: 4.0.2
|
||||
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
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,81 @@
|
||||
// RealChute compatability fixes
|
||||
|
||||
@PART[parachuteDrogue]:AFTER[RealChute]
|
||||
{
|
||||
@MODULE[RealChuteModule]
|
||||
{
|
||||
@PARACHUTE
|
||||
{
|
||||
@preDeploymentAnimation = semiDeployLarge
|
||||
@deploymentAnimation = fullyDeployLarge
|
||||
@capName = ChuteCap
|
||||
@parachuteName = B_ParachuteLargeDrogueRotator
|
||||
}
|
||||
}
|
||||
|
||||
!DRAG_CUBE {}
|
||||
}
|
||||
|
||||
@PART[parachuteLarge]:AFTER[RealChute]
|
||||
{
|
||||
@MODULE[RealChuteModule]
|
||||
{
|
||||
@PARACHUTE
|
||||
{
|
||||
@preDeploymentAnimation = semiDeployLarge
|
||||
@deploymentAnimation = fullyDeployLarge
|
||||
@capName = ChuteCap
|
||||
@parachuteName = B_ParachuteLargeRotator
|
||||
}
|
||||
}
|
||||
|
||||
!DRAG_CUBE {}
|
||||
}
|
||||
|
||||
@PART[parachuteSingle]:AFTER[RealChute]
|
||||
{
|
||||
@MODULE[RealChuteModule]
|
||||
{
|
||||
@PARACHUTE
|
||||
{
|
||||
@preDeploymentAnimation = semiDeployLarge
|
||||
@deploymentAnimation = fullyDeployLarge
|
||||
@capName = SmallChuteCap
|
||||
@parachuteName = B_ParachuteRoot004
|
||||
}
|
||||
}
|
||||
|
||||
!DRAG_CUBE {}
|
||||
}
|
||||
|
||||
@PART[parachuteRadial]:AFTER[RealChute]
|
||||
{
|
||||
@MODULE[RealChuteModule]
|
||||
{
|
||||
@PARACHUTE
|
||||
{
|
||||
@preDeploymentAnimation = semiDeployLarge
|
||||
@deploymentAnimation = fullyDeployLarge
|
||||
@capName = RadialChuteCap
|
||||
@parachuteName = B_ParachuteRoot
|
||||
}
|
||||
}
|
||||
|
||||
!DRAG_CUBE {}
|
||||
}
|
||||
|
||||
@PART[radialDrogue]:AFTER[RealChute]
|
||||
{
|
||||
@MODULE[RealChuteModule]
|
||||
{
|
||||
@PARACHUTE
|
||||
{
|
||||
@preDeploymentAnimation = semiDeployLarge
|
||||
@deploymentAnimation = fullyDeployLarge
|
||||
@capName = RadialChuteCapDrogue
|
||||
@parachuteName = B_ParachuteRoot005
|
||||
}
|
||||
}
|
||||
|
||||
!DRAG_CUBE {}
|
||||
}
|
Binary file not shown.
Binary file not shown.
@ -109,6 +109,51 @@
|
||||
scale = 1,1,1
|
||||
rotation = 0, 0, 0
|
||||
}
|
||||
|
||||
!EFFECTS {}
|
||||
EFFECTS
|
||||
{
|
||||
running
|
||||
{
|
||||
AUDIO_MULTI_POOL
|
||||
{
|
||||
channel = Ship
|
||||
transformName = thrustTransform
|
||||
clip = sound_rocket_mini
|
||||
volume = 0.0 0.0
|
||||
volume = 0.1 0.0
|
||||
volume = 0.5 0.025
|
||||
volume = 1.0 0.1
|
||||
pitch = 1.0
|
||||
loop = true
|
||||
}
|
||||
MODEL_MULTI_PARTICLE
|
||||
{
|
||||
name = fx1
|
||||
modelName = ReStock/FX/restock-fx-rcs-1
|
||||
transformName = thrustTransform
|
||||
emission = 0.0 0.0
|
||||
emission = 0.1 0.0
|
||||
emission = 1.0 1.0
|
||||
speed = 0.0 0.8
|
||||
speed = 1.0 1.0
|
||||
//localRotation = -90, 0, 0
|
||||
}
|
||||
MODEL_MULTI_PARTICLE
|
||||
{
|
||||
name = fx2
|
||||
modelName = ReStock/FX/restock-fx-rcs-1
|
||||
transformName = thrustTransform
|
||||
emission = 0.0 0.0
|
||||
emission = 0.1 0.0
|
||||
emission = 1.0 1.0
|
||||
speed = 0.0 0.8
|
||||
speed = 1.0 1.0
|
||||
//localRotation = -90, 0, 0
|
||||
localPosition = 0, -0.015, 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Mk1 Lander Can
|
||||
|
@ -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)
|
||||
|
||||
|
@ -25,36 +25,6 @@
|
||||
{
|
||||
@secondaryTransformName = panel6
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleRestockModifyMaterials
|
||||
MATERIAL
|
||||
{
|
||||
shader = KSP/Bumped Specular (Mapped)
|
||||
TEXTURE_PROPERTY
|
||||
{
|
||||
name = _MainTex
|
||||
textureUrl = ReStock/Assets/Electrical/restock-solarpanel-1
|
||||
}
|
||||
TEXTURE_PROPERTY
|
||||
{
|
||||
name = _SpecMap
|
||||
textureUrl = ReStock/Assets/Electrical/restock-solarpanel-1-s
|
||||
}
|
||||
FLOAT_PROPERTY
|
||||
{
|
||||
name = _SpecTint
|
||||
value = 0.02
|
||||
}
|
||||
FLOAT_PROPERTY
|
||||
{
|
||||
name = _Shininess
|
||||
value = 0.7
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 1x6 shielded
|
||||
@ -74,40 +44,9 @@
|
||||
{
|
||||
@secondaryTransformName = panel6
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleRestockModifyMaterials
|
||||
|
||||
MATERIAL
|
||||
{
|
||||
shader = KSP/Bumped Specular (Mapped)
|
||||
baseTransform = panel1
|
||||
TEXTURE_PROPERTY
|
||||
{
|
||||
name = _MainTex
|
||||
textureUrl = ReStock/Assets/Electrical/restock-solarpanel-1
|
||||
}
|
||||
TEXTURE_PROPERTY
|
||||
{
|
||||
name = _SpecMap
|
||||
textureUrl = ReStock/Assets/Electrical/restock-solarpanel-1-s
|
||||
}
|
||||
FLOAT_PROPERTY
|
||||
{
|
||||
name = _SpecTint
|
||||
value = 0.02
|
||||
}
|
||||
FLOAT_PROPERTY
|
||||
{
|
||||
name = _Shininess
|
||||
value = 0.7
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 2x3
|
||||
// 3x2
|
||||
@PART[solarPanels3]
|
||||
{
|
||||
@author = Beale
|
||||
@ -115,7 +54,7 @@
|
||||
!MODEL,* {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Electrical/restock-solarpanel-2x3
|
||||
model = ReStock/Assets/Electrical/restock-solarpanel-3x2
|
||||
position = 0.0, 0.0, 0.0
|
||||
scale = 1,1,1
|
||||
rotation = 0, 0, 0
|
||||
@ -124,34 +63,6 @@
|
||||
{
|
||||
@secondaryTransformName = solar6
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleRestockModifyMaterials
|
||||
MATERIAL
|
||||
{
|
||||
shader = KSP/Bumped Specular (Mapped)
|
||||
TEXTURE_PROPERTY
|
||||
{
|
||||
name = _MainTex
|
||||
textureUrl = ReStock/Assets/Electrical/restock-solarpanel-1
|
||||
}
|
||||
TEXTURE_PROPERTY
|
||||
{
|
||||
name = _SpecMap
|
||||
textureUrl = ReStock/Assets/Electrical/restock-solarpanel-1-s
|
||||
}
|
||||
FLOAT_PROPERTY
|
||||
{
|
||||
name = _SpecTint
|
||||
value = 0.02
|
||||
}
|
||||
FLOAT_PROPERTY
|
||||
{
|
||||
name = _Shininess
|
||||
value = 0.7
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 2x3 shroud
|
||||
@ -171,35 +82,6 @@
|
||||
{
|
||||
@secondaryTransformName = solar6
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleRestockModifyMaterials
|
||||
MATERIAL
|
||||
{
|
||||
shader = KSP/Bumped Specular (Mapped)
|
||||
baseTransform = solar1
|
||||
TEXTURE_PROPERTY
|
||||
{
|
||||
name = _MainTex
|
||||
textureUrl = ReStock/Assets/Electrical/restock-solarpanel-1
|
||||
}
|
||||
TEXTURE_PROPERTY
|
||||
{
|
||||
name = _SpecMap
|
||||
textureUrl = ReStock/Assets/Electrical/restock-solarpanel-1-s
|
||||
}
|
||||
FLOAT_PROPERTY
|
||||
{
|
||||
name = _SpecTint
|
||||
value = 0.02
|
||||
}
|
||||
FLOAT_PROPERTY
|
||||
{
|
||||
name = _Shininess
|
||||
value = 0.7
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Gigantor
|
||||
|
@ -32,12 +32,7 @@
|
||||
}
|
||||
flameout
|
||||
{
|
||||
PREFAB_PARTICLE
|
||||
{
|
||||
prefabName = fx_exhaustSparks_flameout_2
|
||||
transformName = thrustTransform
|
||||
oneShot = true
|
||||
}
|
||||
|
||||
AUDIO
|
||||
{
|
||||
channel = Ship
|
||||
@ -195,12 +190,8 @@
|
||||
}
|
||||
flameout
|
||||
{
|
||||
PREFAB_PARTICLE
|
||||
{
|
||||
prefabName = fx_exhaustSparks_flameout_2
|
||||
transformName = thrustTransform
|
||||
oneShot = true
|
||||
}
|
||||
|
||||
|
||||
AUDIO
|
||||
{
|
||||
channel = Ship
|
||||
@ -393,12 +384,7 @@
|
||||
}
|
||||
flameout
|
||||
{
|
||||
PREFAB_PARTICLE
|
||||
{
|
||||
prefabName = fx_exhaustSparks_flameout_2
|
||||
transformName = thrustTransform
|
||||
oneShot = true
|
||||
}
|
||||
|
||||
AUDIO
|
||||
{
|
||||
channel = Ship
|
||||
@ -567,7 +553,7 @@
|
||||
SparkCompact = false
|
||||
SparkBoattail = false
|
||||
AdditionalColliders = false
|
||||
ShroudSparkBasic = true
|
||||
Shroud = true
|
||||
ShroudSparkCompact = false
|
||||
}
|
||||
}
|
||||
@ -589,7 +575,7 @@
|
||||
SparkCompact = false
|
||||
SparkBoattail = true
|
||||
AdditionalColliders = true
|
||||
ShroudSparkBasic = false
|
||||
Shroud = false
|
||||
ShroudSparkCompact = false
|
||||
}
|
||||
}
|
||||
@ -611,7 +597,7 @@
|
||||
SparkCompact = true
|
||||
SparkBoattail = false
|
||||
AdditionalColliders = true
|
||||
ShroudSparkBasic = false
|
||||
Shroud = false
|
||||
ShroudSparkCompact = true
|
||||
}
|
||||
}
|
||||
@ -699,7 +685,7 @@
|
||||
}
|
||||
@MODULE[ModuleJettison]
|
||||
{
|
||||
@jettisonName = ShroudSparkBasic,ShroudSparkCompact
|
||||
@jettisonName = Shroud,ShroudSparkCompact
|
||||
useMultipleDragCubes = true
|
||||
}
|
||||
}
|
||||
@ -739,12 +725,7 @@
|
||||
}
|
||||
flameout
|
||||
{
|
||||
PREFAB_PARTICLE
|
||||
{
|
||||
prefabName = fx_exhaustSparks_flameout_2
|
||||
transformName = thrustTransform
|
||||
oneShot = true
|
||||
}
|
||||
|
||||
AUDIO
|
||||
{
|
||||
channel = Ship
|
||||
@ -958,12 +939,6 @@
|
||||
}
|
||||
flameout
|
||||
{
|
||||
PREFAB_PARTICLE
|
||||
{
|
||||
prefabName = fx_exhaustSparks_flameout_2
|
||||
transformName = thrustTransform
|
||||
oneShot = true
|
||||
}
|
||||
AUDIO
|
||||
{
|
||||
channel = Ship
|
||||
|
@ -234,12 +234,6 @@
|
||||
}
|
||||
flameout
|
||||
{
|
||||
PREFAB_PARTICLE
|
||||
{
|
||||
prefabName = fx_exhaustSparks_flameout_2
|
||||
transformName = thrustTransform
|
||||
oneShot = true
|
||||
}
|
||||
AUDIO
|
||||
{
|
||||
channel = Ship
|
||||
@ -319,7 +313,7 @@
|
||||
Var_Compact = false
|
||||
Var_UpperGimbals = false
|
||||
Var_LowerGimbals = false
|
||||
Fairing125 = true
|
||||
Fairing = true
|
||||
Fairing25 = false
|
||||
Fairing25_Boat = false
|
||||
FairingCompact = false
|
||||
@ -343,7 +337,7 @@
|
||||
Var_Compact = false
|
||||
Var_UpperGimbals = true
|
||||
Var_LowerGimbals = true
|
||||
Fairing125 = false
|
||||
Fairing = false
|
||||
Fairing25 = true
|
||||
Fairing25_Boat = false
|
||||
FairingCompact = false
|
||||
@ -367,7 +361,7 @@
|
||||
Var_Compact = false
|
||||
Var_UpperGimbals = true
|
||||
Var_LowerGimbals = true
|
||||
Fairing125 = false
|
||||
Fairing = false
|
||||
Fairing25 = false
|
||||
Fairing25_Boat = false
|
||||
FairingCompact = false
|
||||
@ -391,7 +385,7 @@
|
||||
Var_Compact = true
|
||||
Var_UpperGimbals = true
|
||||
Var_LowerGimbals = true
|
||||
Fairing125 = false
|
||||
Fairing = false
|
||||
Fairing25 = true
|
||||
Fairing25_Boat = false
|
||||
FairingCompact = true
|
||||
@ -408,7 +402,7 @@
|
||||
}
|
||||
@MODULE[ModuleJettison]
|
||||
{
|
||||
@jettisonName = Fairing125,Fairing25,FairingCompact
|
||||
@jettisonName = Fairing,Fairing25,FairingCompact
|
||||
useMultipleDragCubes = false
|
||||
}
|
||||
@MODULE[ModuleGimbal]
|
||||
@ -660,8 +654,8 @@
|
||||
LV_909_Boattail = false
|
||||
LV_909_Basic = true
|
||||
LV_909_Compact = false
|
||||
Shroud909 = true
|
||||
Shroud909_Compact = false
|
||||
ShortShroud = true
|
||||
TallShroud = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
@ -675,8 +669,8 @@
|
||||
LV_909_Boattail = true
|
||||
LV_909_Basic = false
|
||||
LV_909_Compact = false
|
||||
Shroud909 = false
|
||||
Shroud909_Compact = false
|
||||
ShortShroud = false
|
||||
TallShroud = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
@ -690,8 +684,8 @@
|
||||
LV_909_Boattail = false
|
||||
LV_909_Basic = false
|
||||
LV_909_Compact = true
|
||||
Shroud909 = false
|
||||
Shroud909_Compact = true
|
||||
ShortShroud = false
|
||||
TallShroud = true
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -702,7 +696,7 @@
|
||||
}
|
||||
@MODULE[ModuleJettison]
|
||||
{
|
||||
@jettisonName = Shroud909,Shroud909_Compact
|
||||
@jettisonName = ShortShroud,TallShroud
|
||||
useMultipleDragCubes = true
|
||||
}
|
||||
@MODULE[ModuleGimbal]
|
||||
@ -833,12 +827,7 @@
|
||||
}
|
||||
flameout
|
||||
{
|
||||
PREFAB_PARTICLE
|
||||
{
|
||||
prefabName = fx_exhaustSparks_flameout
|
||||
transformName = thrustTransform
|
||||
oneShot = true
|
||||
}
|
||||
|
||||
AUDIO
|
||||
{
|
||||
channel = Ship
|
||||
@ -931,7 +920,7 @@
|
||||
LV_T30_Basic = true
|
||||
LV_T30_Compact = false
|
||||
LV_T30_Boattail = false
|
||||
ShroudT30 = true
|
||||
fairing = true
|
||||
ShroudT30_Compact = false
|
||||
}
|
||||
}
|
||||
@ -946,7 +935,7 @@
|
||||
LV_T30_Basic = false
|
||||
LV_T30_Compact = false
|
||||
LV_T30_Boattail = true
|
||||
ShroudT30 = false
|
||||
fairing = false
|
||||
ShroudT30_Compact = false
|
||||
}
|
||||
}
|
||||
@ -961,7 +950,7 @@
|
||||
LV_T30_Basic = false
|
||||
LV_T30_Compact = true
|
||||
LV_T30_Boattail = false
|
||||
ShroudT30 = false
|
||||
fairing = false
|
||||
ShroudT30_Compact = true
|
||||
}
|
||||
}
|
||||
@ -973,7 +962,7 @@
|
||||
}
|
||||
@MODULE[ModuleJettison]
|
||||
{
|
||||
@jettisonName = ShroudT30,ShroudT30_Compact
|
||||
@jettisonName = fairing,ShroudT30_Compact
|
||||
useMultipleDragCubes = false
|
||||
}
|
||||
!MODULE[FXModuleAnimateThrottle] {}
|
||||
@ -1100,12 +1089,7 @@
|
||||
}
|
||||
flameout
|
||||
{
|
||||
PREFAB_PARTICLE
|
||||
{
|
||||
prefabName = fx_exhaustSparks_flameout
|
||||
transformName = thrustTransform
|
||||
oneShot = true
|
||||
}
|
||||
|
||||
AUDIO
|
||||
{
|
||||
channel = Ship
|
||||
@ -1193,7 +1177,7 @@
|
||||
T45_Piston004 = false
|
||||
Engine = true
|
||||
EngineBoattail = false
|
||||
ShroudT45 = true
|
||||
fairing = true
|
||||
ShroudT45_Compact = false
|
||||
}
|
||||
}
|
||||
@ -1214,7 +1198,7 @@
|
||||
T45_Piston004 = false
|
||||
Engine = false
|
||||
EngineBoattail = true
|
||||
ShroudT45 = false
|
||||
fairing = false
|
||||
ShroudT45_Compact = false
|
||||
}
|
||||
}
|
||||
@ -1235,14 +1219,14 @@
|
||||
T45_Piston004 = true
|
||||
Engine = true
|
||||
EngineBoattail = false
|
||||
ShroudT45 = false
|
||||
fairing = false
|
||||
ShroudT45_Compact = true
|
||||
}
|
||||
}
|
||||
}
|
||||
@MODULE[ModuleJettison]
|
||||
{
|
||||
@jettisonName = ShroudT45,ShroudT45_Compact
|
||||
@jettisonName = fairing,ShroudT45_Compact
|
||||
useMultipleDragCubes = false
|
||||
}
|
||||
@MODULE[ModuleGimbal]
|
||||
@ -1399,13 +1383,7 @@
|
||||
}
|
||||
flameout
|
||||
{
|
||||
PREFAB_PARTICLE
|
||||
{
|
||||
prefabName = fx_exhaustSparks_flameout
|
||||
transformName = thrustTransform
|
||||
oneShot = true
|
||||
localRotation = -90, 0, 0
|
||||
}
|
||||
|
||||
AUDIO
|
||||
{
|
||||
channel = Ship
|
||||
@ -1488,13 +1466,6 @@
|
||||
}
|
||||
flameout
|
||||
{
|
||||
PREFAB_PARTICLE
|
||||
{
|
||||
prefabName = fx_exhaustSparks_flameout
|
||||
transformName = thrustTransform
|
||||
oneShot = true
|
||||
localRotation = -90, 0, 0
|
||||
}
|
||||
AUDIO
|
||||
{
|
||||
channel = Ship
|
||||
|
@ -266,7 +266,7 @@
|
||||
{
|
||||
Mainsail_Boattail = false
|
||||
Mainsail_25m = true
|
||||
Mainsail_Shroud = true
|
||||
fairing = true
|
||||
Mainsail_Shroud_Compact = false
|
||||
Mainsail_Compact = false
|
||||
}
|
||||
@ -281,7 +281,7 @@
|
||||
{
|
||||
Mainsail_Boattail = true
|
||||
Mainsail_25m = false
|
||||
Mainsail_Shroud = false
|
||||
fairing = false
|
||||
Mainsail_Shroud_Compact = false
|
||||
Mainsail_Compact = false
|
||||
}
|
||||
@ -296,7 +296,7 @@
|
||||
{
|
||||
Mainsail_Boattail = false
|
||||
Mainsail_25m = false
|
||||
Mainsail_Shroud = false
|
||||
fairing = false
|
||||
Mainsail_Shroud_Compact = true
|
||||
Mainsail_Compact = true
|
||||
}
|
||||
@ -304,7 +304,7 @@
|
||||
}
|
||||
@MODULE[ModuleJettison]
|
||||
{
|
||||
@jettisonName = Mainsail_Shroud,Mainsail_Shroud_Compact
|
||||
@jettisonName = fairing,Mainsail_Shroud_Compact
|
||||
useMultipleDragCubes = false
|
||||
}
|
||||
}
|
||||
@ -595,7 +595,7 @@
|
||||
}
|
||||
@MODULE[ModuleJettison]
|
||||
{
|
||||
@jettisonName = Poodle_Shroud, Poodle_Shroud_Compact
|
||||
@jettisonName = Shroud, Poodle_Shroud_Compact
|
||||
useMultipleDragCubes = true
|
||||
}
|
||||
MODULE
|
||||
@ -932,7 +932,7 @@
|
||||
Skipper_Compact = false
|
||||
Skipper_Boattail = false
|
||||
Skipper_25m = true
|
||||
Skipper_Shroud = true
|
||||
obj_fairing = true
|
||||
Skipper_Shroud_Compact = false
|
||||
}
|
||||
}
|
||||
@ -953,7 +953,7 @@
|
||||
Skipper_Compact = false
|
||||
Skipper_Boattail = true
|
||||
Skipper_25m = false
|
||||
Skipper_Shroud = false
|
||||
obj_fairing = false
|
||||
Skipper_Shroud_Compact = false
|
||||
}
|
||||
}
|
||||
@ -974,14 +974,14 @@
|
||||
Skipper_Compact = true
|
||||
Skipper_Boattail = false
|
||||
Skipper_25m = false
|
||||
Skipper_Shroud = false
|
||||
obj_fairing = false
|
||||
Skipper_Shroud_Compact = true
|
||||
}
|
||||
}
|
||||
}
|
||||
@MODULE[ModuleJettison]
|
||||
{
|
||||
@jettisonName = Skipper_Shroud,Skipper_Shroud_Compact
|
||||
@jettisonName = obj_fairing,Skipper_Shroud_Compact
|
||||
useMultipleDragCubes = false
|
||||
}
|
||||
}
|
||||
|
@ -118,7 +118,7 @@
|
||||
{
|
||||
Var_375 = true
|
||||
Var_Compact = false
|
||||
Fairing375 = true
|
||||
obj_fairing = true
|
||||
Fairing375_Compact = false
|
||||
}
|
||||
NODES
|
||||
@ -136,7 +136,7 @@
|
||||
{
|
||||
Var_375 = false
|
||||
Var_Compact = true
|
||||
Fairing375 = false
|
||||
obj_fairing = false
|
||||
Fairing375_Compact = true
|
||||
}
|
||||
NODES
|
||||
@ -151,7 +151,7 @@
|
||||
}
|
||||
@MODULE[ModuleJettison]
|
||||
{
|
||||
@jettisonName = Fairing375,Fairing375_Compact
|
||||
@jettisonName = obj_fairing,Fairing375_Compact
|
||||
useMultipleDragCubes = false
|
||||
}
|
||||
@MODULE[ModuleGimbal]
|
||||
|
@ -1,12 +1,12 @@
|
||||
{
|
||||
"NAME":"ReStock",
|
||||
"URL":"https://raw.githubusercontent.com/PorktoberRevolution/ReStocked/prod/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version",
|
||||
"DOWNLOAD":"",
|
||||
"DOWNLOAD":"https://forum.kerbalspaceprogram.com/index.php?/topic/182679-161-restock-revamping-ksps-art/&",
|
||||
"VERSION":
|
||||
{
|
||||
"MAJOR":0,
|
||||
"MINOR":0,
|
||||
"PATCH":9,
|
||||
"MINOR":1,
|
||||
"PATCH":3,
|
||||
"BUILD":0
|
||||
},
|
||||
"KSP_VERSION":
|
||||
|
@ -1,4 +1,31 @@
|
||||
v0.1.0
|
||||
v0.1.3
|
||||
------
|
||||
- Fixed animation of SC-9001 Material Bay
|
||||
- Fixed thrust offset on LV-909 (#553)
|
||||
- Fixed Mk1-3 Command pod still using old RCS FX (#546)
|
||||
- Fixed docking transform on Clamp-O-Tron Sr (#555)
|
||||
- Killed flameout effects on many engines (#549)
|
||||
|
||||
v0.1.2
|
||||
------
|
||||
- Fixes to address SurfaceLights compatibility (requires updated RealPlume, #522)
|
||||
- Fixes to address RealChute compatibility
|
||||
- Fixes to address RealPlume compatibility (requires updated RealPlume)
|
||||
- Fixed Basic variant Spark shroud (#521, #539)
|
||||
- Fixed incorrect dimensions on SC-9001 Material Bay (#542)
|
||||
- Fixed Communotron HG-55 being rotated 180° to the stock version (#529)
|
||||
- Fixed Rhino plume (#538)
|
||||
- Fixed symmetry of 0.625m heat shield (#536)
|
||||
- Tuned Stayputnik reflectivity
|
||||
|
||||
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:
|
||||
@ -149,6 +176,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)
|
||||
|
@ -1,39 +1,40 @@
|
||||
=============
|
||||
RESTOCK 0.1.0
|
||||
RESTOCK 0.1.3
|
||||
=============
|
||||
|
||||
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
|
||||
=======
|
||||
|
||||
Art
|
||||
- Andrew Cassidy
|
||||
- Chris Adderley (Nertea)
|
||||
- Andrew Cassidy (Cineboxandrew)
|
||||
- Beale
|
||||
- blowfish
|
||||
- Passinglurker
|
||||
- Porkjet
|
||||
- riocrokite
|
||||
|
||||
|
||||
Drag cube wizardry
|
||||
- DMagic
|
||||
|
||||
Plugin code
|
||||
- blowfish
|
||||
|
||||
Lead Testing:
|
||||
Lead Testing
|
||||
- Tyko
|
||||
- Poodmund
|
||||
|
||||
@ -41,13 +42,21 @@ Lead Testing:
|
||||
INSTALLATION
|
||||
============
|
||||
|
||||
To install, place the GameData folder inside your Kerbal Space Program folder. If asked to overwrite files, do so.
|
||||
To install, drag the ReStock folder and Modulemanager DLL from the GameData folder you downloaded into your Kerbal Space Program Gamedata folder. If installed correctly, you should see:
|
||||
- Kerbal Space Program
|
||||
- GameData
|
||||
- Squad
|
||||
- ReStock
|
||||
- Assets
|
||||
- Patches
|
||||
- etc.
|
||||
- ModuleManager.4.0.2.dll
|
||||
|
||||
===============
|
||||
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 +65,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,12 +10,12 @@ package:
|
||||
- license.txt
|
||||
dependencies: # Configure dependencies
|
||||
ModuleManager:
|
||||
version: 3.1.3
|
||||
version: 4.0.2
|
||||
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: 2106 # The Spacedock mod ID for deployment
|
||||
CurseForge:
|
||||
enabled: false # activate/deactivate this deployment script
|
||||
mod-id: 230112 # The CurseForge mod ID for deployment
|
||||
|
Binary file not shown.
@ -8,9 +8,16 @@ Localization
|
||||
{
|
||||
en-us
|
||||
{
|
||||
|
||||
// Actions and buttons
|
||||
#LOC_RestockPlus_light_rotate_on = Pivoted
|
||||
#LOC_RestockPlus_light_rotate_off = Base Rotation
|
||||
#LOC_RestockPlus_light_rotate_toggle = Rotate Light
|
||||
|
||||
|
||||
// Engines
|
||||
#LOC_RestockPlus_restock-engine-corgi_title = KR-10A 'Corgi' Liquid Fuel Engine Cluster
|
||||
#LOC_RestockPlus_restock-engine-corgi_description = Kerbodyne engineers have discovered that clustering can be an effective solution when you need more thrust, and don't want to add more boosters. This upper stage engine is very efficient as it takes advantage of a set of lovingly handcrafted, free range KR-10 Engines.
|
||||
#LOC_RestockPlus_restock-engine-corgi_description = Kerbodyne engineers have discovered that clustering can be an effective solution when you need more thrust, and don't want to add more boosters. This upper stage engine is very efficient as it takes advantage of a set of four lovingly handcrafted engines.
|
||||
#LOC_RestockPlus_restock-engine-corgi_tags = orbit vac upper propuls sls rl10 eus restock kr 10a corgi
|
||||
|
||||
#LOC_RestockPlus_restock-engine-boar_title = KR-1 'Boar' Liquid Fuel Engine
|
||||
@ -48,7 +55,7 @@ Localization
|
||||
|
||||
// RCS
|
||||
#LOC_RestockPlus_restock-rcs-block-dual-1_title = RV-102 RCS Thruster Block
|
||||
#LOC_RestockPlus_restock-rcs-block-dual-1_description = A spin on a classic, the 102 model removes two of the 105's engines for fewer confusing directions of thrust.
|
||||
#LOC_RestockPlus_restock-rcs-block-dual-1_description = A spin on a classic, this model removes two of the 105's engines for fewer confusing directions of thrust.
|
||||
#LOC_RestockPlus_restock-rcs-block-dual-1_tags = restock cluster control dock maneuver manoeuvre react rendezvous rotate stab steer translate two pair dual rcs
|
||||
#LOC_RestockPlus_restock-rcs-block-triple-angled-1_title = RV-103 RCS Thruster Block
|
||||
#LOC_RestockPlus_restock-rcs-block-triple-angled-1_description = Apparently this is theoretically the most efficient RCS block.
|
||||
@ -57,14 +64,14 @@ Localization
|
||||
#LOC_RestockPlus_restock-rcs-block-quad-angled-1_description = Angling the thrusters on the standard RV-105 model can produce much better RCS translation in some spacecraft.
|
||||
#LOC_RestockPlus_restock-rcs-block-quad-angled-1_tags = restock cluster control dock maneuver manoeuvre react rendezvous rotate stab steer translate four lunar quad rcs
|
||||
#LOC_RestockPlus_restock-rcs-block-quint-1_title = RV-105-X RCS Thruster Block
|
||||
#LOC_RestockPlus_restock-rcs-block-quint-1_description = Apparently for some space programs, four jets is just plain not enough. After in-the-field observations of PA-7s jammed into RV-105 blocks with electrical tape and pruning shears, STEADLER has released to 105-X with a fifth perpendicular nozzle.
|
||||
#LOC_RestockPlus_restock-rcs-block-quint-1_description = Apparently for some space programs, four jets is just plain not enough. After in-the-field observations of the linear RCS Port jammed into RV-105 blocks with electrical tape and pruning shears, STEADLER has released a new RCS block with a fifth perpendicular nozzle.
|
||||
#LOC_RestockPlus_restock-rcs-block-quint-1_tags = restock cluster control dock maneuver manoeuvre react rendezvous rotate stab steer translate five quint rcs
|
||||
|
||||
#LOC_RestockPlus_restock-rcs-single-mini-1_title = RC-1 RCS Linear RCS Port
|
||||
#LOC_RestockPlus_restock-rcs-single-mini-1_description = STEADLER Engineering has worked tirelessly and at considerable expense with Probodobodyne Corp on die shrinking processes for space compute hardware, with resultingly lower assembly line fatality rates. Out of this engineering sprung an oversized communications port which has been repurposed as a reaction control thruster.
|
||||
#LOC_RestockPlus_restock-rcs-single-mini-1_tags = restock control dock maneuver manoeuvre react rendezvous rotate stab steer translate single one rcs
|
||||
#LOC_RestockPlus_restock-rcs-block-dual-mini-1_title = RC-12 RCS Thruster Block
|
||||
#LOC_RestockPlus_restock-rcs-block-dual-mini-1_description = A miniaturized RV-102, the RC-12 has a whole quarter of the thrust of its big brother.
|
||||
#LOC_RestockPlus_restock-rcs-block-dual-mini-1_description = This miniaturized dual thruster block has a whole quarter of the thrust of its big brother.
|
||||
#LOC_RestockPlus_restock-rcs-block-dual-mini-1_tags = restock cluster control dock maneuver manoeuvre react rendezvous rotate stab steer translate tiny dual two pair rcs
|
||||
#LOC_RestockPlus_restock-rcs-block-triple-angled-mini-1_title = RC-13 RCS Thruster Block
|
||||
#LOC_RestockPlus_restock-rcs-block-triple-angled-mini-1_description = Check out the three thrusters on this one!
|
||||
@ -108,15 +115,15 @@ Localization
|
||||
#LOC_RestockPlus_restock-docking-375-1_tags = restock berth capture connect couple dock fasten join moor socket clamp grande
|
||||
|
||||
#LOC_RestockPlus_restock-decoupler-1875-1_title = TD-18 Decoupler
|
||||
#LOC_RestockPlus_restock-decoupler-1875-1_description = The TD-18 Stack Decoupler is a medium sized tool for splitting rockets.
|
||||
#LOC_RestockPlus_restock-decoupler-1875-1_description = This stack decoupler is a medium sized tool for splitting rockets.
|
||||
#LOC_RestockPlus_restock-decoupler-1875-1_tags = restock break decouple explo kerbodyne separat split
|
||||
|
||||
#LOC_RestockPlus_restock-separator-1875-1_title = TS-18 Separator
|
||||
#LOC_RestockPlus_restock-separator-1875-1_description = The TS-18 Stack Separator is a medium sized separator, much like the other separators. Unlike Decouplers, Separators will eject anything connected to themselves. This is good, as it removes the need to worry about which side needs to be pointed away from face. Try to not look at it too much though.
|
||||
#LOC_RestockPlus_restock-separator-1875-1_description = This stack separator is a medium sized separator, much like the other separators. Unlike Decouplers, Separators will eject anything connected to themselves. This is good, as it removes the need to worry about which side needs to be pointed away from face. Try to not look at it too much though.
|
||||
#LOC_RestockPlus_restock-separator-1875-1_tags = restock break decouple separat split stag
|
||||
|
||||
#LOC_RestockPlus_restock-decoupler-radial-tiny-1_title = TT-14 Radial Decoupler
|
||||
#LOC_RestockPlus_restock-decoupler-radial-tiny-1_description = The TT-14 is an extra small decoupler for very small separation events.
|
||||
#LOC_RestockPlus_restock-decoupler-radial-tiny-1_description = It's an extra small decoupler for very small separation events.
|
||||
#LOC_RestockPlus_restock-decoupler-radial-tiny-1_tags = restock break decouple separat split stag
|
||||
|
||||
// Aerodynamic
|
||||
@ -130,7 +137,7 @@ Localization
|
||||
|
||||
// Structural
|
||||
#LOC_RestockPlus_restock-adapter-hollow-25-375-1_title = Kerbodyne ADTP-2-3A
|
||||
#LOC_RestockPlus_restock-adapter-hollow-25-375-1_description = A gutted version of the 2-3, which allows the storage of spacecraft components in its core.
|
||||
#LOC_RestockPlus_restock-adapter-hollow-25-375-1_description = A gutted version of the other Kerbodyne adapter, which allows the storage of spacecraft components in its core.
|
||||
#LOC_RestockPlus_restock-adapter-hollow-25-375-1_tags = connect frame scaffold adapt structur strut truss hollow skel carg restock adtp
|
||||
|
||||
#LOC_RestockPlus_restock-adapter-skeletal-25-375-1_title = Kerbodyne SKLE-2-3
|
||||
@ -144,16 +151,16 @@ Localization
|
||||
|
||||
// Payload
|
||||
#LOC_RestockPlus_restock-fairing-base-0625-1_title = AE-FF0 Airstream Protective Shell (0.625m)
|
||||
#LOC_RestockPlus_restock-fairing-base-0625-1_description = While the Kerbals at Mission Control were still figuring out how to get their rockets back down to Kerbin safely, the research engineers at FLOOYD were quickly realising that protecting parts on ascent was just as important. Heavy research into two-dimensional-input driven procedural construction was then funded with the hopes of making protective shells for important payloads and interstage areas of the crafts. The protective shells also have the benefit of making the craft more aerodynamic, hopefully saving on precious rocket fuel! The AE-FF0 is an even tinier size available from FLOOYD.
|
||||
#LOC_RestockPlus_restock-fairing-base-0625-1_description = While the Kerbals at Mission Control were still figuring out how to get their rockets back down to Kerbin safely, the research engineers at FLOOYD were quickly realising that protecting parts on ascent was just as important. Heavy research into two-dimensional-input driven procedural construction was then funded with the hopes of making protective shells for important payloads and interstage areas of the crafts. The protective shells also have the benefit of making the craft more aerodynamic, hopefully saving on precious rocket fuel! This protective shell is an even tinier size available from FLOOYD.
|
||||
#LOC_RestockPlus_restock-fairing-base-0625-1_tags = restock aero )cap cargo cone contain drag fairing hollow inter nose payload protect rocket shroud stage (stor transport 625
|
||||
|
||||
#LOC_RestockPlus_restock-fairing-base-1875-1_title = AE-FF1-L Airstream Protective Shell (1.875m)
|
||||
#LOC_RestockPlus_restock-fairing-base-1875-1_description = While the Kerbals at Mission Control were still figuring out how to get their rockets back down to Kerbin safely, the research engineers at FLOOYD were quickly realising that protecting parts on ascent was just as important. Heavy research into two-dimensional-input driven procedural construction was then funded with the hopes of making protective shells for important payloads and interstage areas of the crafts. The protective shells also have the benefit of making the craft more aerodynamic, hopefully saving on precious rocket fuel! As a result of budget schedule realignments, the AE-FF1-L has become available.
|
||||
#LOC_RestockPlus_restock-fairing-base-1875-1_description = While the Kerbals at Mission Control were still figuring out how to get their rockets back down to Kerbin safely, the research engineers at FLOOYD were quickly realising that protecting parts on ascent was just as important. Heavy research into two-dimensional-input driven procedural construction was then funded with the hopes of making protective shells for important payloads and interstage areas of the crafts. The protective shells also have the benefit of making the craft more aerodynamic, hopefully saving on precious rocket fuel! As a result of budget schedule realignments, this protective shell has recently become available.
|
||||
#LOC_RestockPlus_restock-fairing-base-1875-1_tags = restock aero )cap cargo cone contain drag fairing hollow inter nose payload protect rocket shroud stage (stor transport 875
|
||||
|
||||
// Science
|
||||
#LOC_RestockPlus_restock-materialbay-radial-1_title = SC-9001R Radial Science Jr.
|
||||
#LOC_RestockPlus_restock-materialbay-radial-1_description = The SC-9001R has the same set of experiments as the regular Science Jr. Material Bay, but in a convenient, radial-mountable package. Recommended for ages 4-8. Small parts inside make it not suitable for small children.
|
||||
#LOC_RestockPlus_restock-materialbay-radial-1_description = The radial variant of the Science Jr. has the same set of experiments as the regular Science Jr. Material Bay, but in a convenient, radial-mountable package. Recommended for ages 4-8. Small parts inside make it not suitable for small children.
|
||||
#LOC_RestockPlus_restock-materialbay-radial-1_tags = bay experiment lab material research radial sandwich kracken kraken restock
|
||||
|
||||
#LOC_RestockPlus_restock-goocanister-625-1_title = Mystery Goo™ Inline Containment Unit
|
||||
|
@ -41,6 +41,7 @@ PART
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = White
|
||||
useMultipleDragCubes = false
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
|
@ -38,6 +38,10 @@ PART
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
tags = #LOC_RestockPlus_restock-drone-core-375-1_tags
|
||||
DRAG_CUBE
|
||||
{
|
||||
cube = Default, 1.752,0.7152,1.92, 1.752,0.7152,1.92, 10.96,0.8323,0.68, 10.96,0.8328,0.68, 1.752,0.7056,1.92, 1.752,0.7058,1.92, -1.49E-07,0.01997,-2.199E-07, 3.748,0.4746,3.748
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleProbeControlPoint
|
||||
|
@ -46,6 +46,7 @@ PART
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Gold
|
||||
useMultipleDragCubes = false
|
||||
VARIANT
|
||||
{
|
||||
name = Gold
|
||||
|
@ -13,7 +13,7 @@ PART
|
||||
attachRules = 1,1,0,0,0
|
||||
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0
|
||||
node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0
|
||||
TechRequired = Electrical
|
||||
TechRequired = electrics
|
||||
entryCost = 2000
|
||||
cost = 1000
|
||||
category = Communication
|
||||
|
@ -34,12 +34,6 @@ PART
|
||||
}
|
||||
flameout
|
||||
{
|
||||
PREFAB_PARTICLE
|
||||
{
|
||||
prefabName = fx_exhaustSparks_flameout_2
|
||||
transformName = smokePoint
|
||||
oneShot = true
|
||||
}
|
||||
AUDIO
|
||||
{
|
||||
channel = Ship
|
||||
@ -473,6 +467,7 @@ PART
|
||||
jettisonedObjectMass = 0.1
|
||||
jettisonForce = 5
|
||||
jettisonDirection = 0 0 1
|
||||
useMultipleDragCubes = false
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
|
@ -356,7 +356,6 @@ PART
|
||||
jettisonedObjectMass = 0.1
|
||||
jettisonForce = 5
|
||||
jettisonDirection = 0 0 1
|
||||
useMultipleDragCubes = false
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
|
@ -357,7 +357,6 @@ PART
|
||||
jettisonedObjectMass = 0.1
|
||||
jettisonForce = 5
|
||||
jettisonDirection = 0 0 1
|
||||
useMultipleDragCubes = false
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
|
@ -9,6 +9,11 @@ PART
|
||||
{
|
||||
model = ReStock/Assets/Engine/restock-engine-pug-1
|
||||
}
|
||||
DRAG_CUBE
|
||||
{
|
||||
cube = Fairing, 0.6602,0.745,0.7051, 0.6602,0.7453,0.7051, 1.217,0.9673,0.1492, 1.217,0.767,0.4913, 0.6629,0.7423,0.7222, 0.6629,0.7432,0.7222, -9.537E-07,0.0005498,3.576E-05, 1.25,0.5458,1.25
|
||||
cube = Clean, 0.4559,0.6999,0.7222, 0.4559,0.6999,0.7222, 0.8838,0.7113,0.5849, 0.8838,0.7387,0.4504, 0.4559,0.697,0.7222, 0.4559,0.6994,0.7222, -9.537E-07,0.0005498,3.576E-05, 1.25,0.5458,1.25
|
||||
}
|
||||
rescaleFactor = 1
|
||||
scale = 1
|
||||
node_attach = 0.0, 0.251, 0.0, 0.0, 1.0, 0.0, 1
|
||||
@ -133,6 +138,7 @@ PART
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Size1
|
||||
useMultipleDragCubes = false
|
||||
VARIANT
|
||||
{
|
||||
name = Size1
|
||||
@ -188,6 +194,7 @@ PART
|
||||
jettisonedObjectMass = 0.1
|
||||
jettisonForce = 0
|
||||
jettisonDirection = 0 0 1
|
||||
useMultipleDragCubes = true
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
|
@ -9,6 +9,12 @@ PART
|
||||
{
|
||||
model = ReStock/Assets/Engine/restock-engine-valiant-1
|
||||
}
|
||||
DRAG_CUBE
|
||||
{
|
||||
cube = 0, 1.686,0.7699,0.7051, 1.686,0.7699,0.7051, 1.217,0.9,0.3731, 1.217,0.6,1.419, 1.697,0.7678,0.7051, 1.697,0.7701,0.7051, 9.775E-05,-0.1317,7.105E-05, 1.25,1.521,1.25
|
||||
cube = 1, 1.015,0.7384,0.7165, 1.015,0.7339,0.7222, 1.217,0.8,0.3731, 1.217,0.7,1.419, 1.034,0.7409,0.7222, 1.033,0.7424,0.7222, -0.006,-0.1207,1.192E-07, 1.25,1.499,1.25
|
||||
cube = 2, 1.69,0.768,0.6994, 1.69,0.7681,0.6994, 1.217,0.35,0.3731, 1.217,0.35,1.419, 1.699,0.7671,0.7051, 1.699,0.7688,0.7051, 9.781E-05,-0.131,7.105E-05, 1.25,1.522,1.25
|
||||
}
|
||||
node_attach = 0.0, 0.4499999, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_stack_top = 0.0, 0.4499999, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, -0.87125, 0.0, 0.0, -1.0, 0.0, 1
|
||||
@ -30,12 +36,6 @@ PART
|
||||
}
|
||||
flameout
|
||||
{
|
||||
PREFAB_PARTICLE
|
||||
{
|
||||
prefabName = fx_exhaustSparks_flameout
|
||||
transformName = thrustTransform
|
||||
oneShot = true
|
||||
}
|
||||
AUDIO
|
||||
{
|
||||
channel = Ship
|
||||
@ -308,6 +308,7 @@ PART
|
||||
jettisonedObjectMass = 0.1
|
||||
jettisonForce = 0
|
||||
jettisonDirection = 0 0 1
|
||||
useMultipleDragCubes = false
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
|
@ -81,18 +81,18 @@ PART
|
||||
}
|
||||
}
|
||||
}
|
||||
node_stack_bottom = 0.0, -3.08, 0.0, 0.0, -1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, -10.699, 0.0, 0.0, -1.0, 0.0, 1
|
||||
node_stack_top = 0.0, 7.574, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_attach = 0.0, 0.0, -0.9375, 0.0, 0.0, 1.0, 1
|
||||
TechRequired = heavierRocketry
|
||||
entryCost = 0
|
||||
cost = 11000
|
||||
cost = 10500
|
||||
category = Engine
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-engine-srb-anvil_title
|
||||
description = #LOC_RestockPlus_restock-engine-srb-anvil_description
|
||||
attachRules = 1,1,1,1,0
|
||||
mass = 3
|
||||
mass = 10
|
||||
heatConductivity = 0.06 // 1/2 default
|
||||
skinInternalConductionMult = 4.0
|
||||
emissiveConstant = 0.5 // yes, it's white. But let's claim it's an emissive white...
|
||||
@ -113,7 +113,7 @@ PART
|
||||
exhaustDamage = True
|
||||
ignitionThreshold = 0.1
|
||||
minThrust = 0
|
||||
maxThrust = 1600
|
||||
maxThrust = 2250
|
||||
heatProduction = 545
|
||||
useEngineResponseTime = True
|
||||
engineAccelerationSpeed = 10.0
|
||||
@ -140,8 +140,8 @@ PART
|
||||
RESOURCE
|
||||
{
|
||||
name = SolidFuel
|
||||
amount = 4500
|
||||
maxAmount = 4500
|
||||
amount = 7200
|
||||
maxAmount = 7200
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
|
@ -13,6 +13,12 @@ PART
|
||||
model = ReStock/Assets/Engine/restock-engine-boar-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
DRAG_CUBE
|
||||
{
|
||||
cube = 0, 6.005,0.7711,1.302, 6.005,0.7711,1.853, 4.87,0.85,0.2801, 4.87,0.85,0.2801, 5.975,0.7708,1.334, 5.975,0.771,1.334, 1.192E-07,-0.5142,0, 2.5,2.518,2.5
|
||||
cube = 1, 3.622,0.7014,1.451, 3.623,0.7133,1.842, 4.87,0.65,0.2801, 4.87,0.55,0.2801, 3.956,0.7193,1.355, 3.959,0.7207,1.355, 0,-0.4773,-1.192E-07, 2.5,2.444,2.5
|
||||
cube = 2, 5.803,0.7729,1.302, 5.803,0.7729,1.842, 4.87,0.35,0.2801, 4.87,0.35,0.2801, 5.755,0.7725,1.334, 5.755,0.7728,1.334, 1.192E-07,-0.5129,0, 2.5,2.516,2.5
|
||||
}
|
||||
scale = 1.0
|
||||
rescaleFactor = 1
|
||||
// --- node definitions ---
|
||||
@ -35,12 +41,6 @@ PART
|
||||
}
|
||||
flameout
|
||||
{
|
||||
PREFAB_PARTICLE
|
||||
{
|
||||
prefabName = fx_exhaustSparks_flameout_2
|
||||
transformName = smokePoint
|
||||
oneShot = true
|
||||
}
|
||||
AUDIO
|
||||
{
|
||||
channel = Ship
|
||||
@ -492,6 +492,7 @@ PART
|
||||
jettisonedObjectMass = 0.1
|
||||
jettisonForce = 5
|
||||
jettisonDirection = 0 0 1
|
||||
useMultipleDragCubes = false
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
|
@ -13,6 +13,11 @@ PART
|
||||
model = ReStockPlus/Assets/Engine/restock-engine-corgi-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
DRAG_CUBE
|
||||
{
|
||||
cube = 0, 11.9,0.7662,1.977, 11.9,0.7663,1.961, 10.96,0.8323,1.053, 10.96,0.8328,0.6802, 11.82,0.7685,1.929, 11.82,0.7687,1.929, 0.002148,-0.6796,0.000664, 3.769,3.364,3.766
|
||||
cube = 1, 4.807,0.702,2.317, 4.807,0.7027,1.975, 4.55,0.6248,3.297, 4.55,0.4356,2.857, 4.839,0.6968,1.975, 4.84,0.6965,2.007, 0.004143,-0.5996,0.000664, 3.765,3.204,3.766
|
||||
}
|
||||
scale = 1.0
|
||||
rescaleFactor = 1
|
||||
// --- node definitions ---
|
||||
@ -462,6 +467,7 @@ PART
|
||||
jettisonedObjectMass = 0.1
|
||||
jettisonForce = 5
|
||||
jettisonDirection = 0 0 1
|
||||
useMultipleDragCubes = false
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
|
@ -43,6 +43,7 @@ PART
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Metal
|
||||
useMultipleDragCubes = false
|
||||
VARIANT
|
||||
{
|
||||
name = Metal
|
||||
|
@ -43,6 +43,7 @@ PART
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Metal
|
||||
useMultipleDragCubes = false
|
||||
VARIANT
|
||||
{
|
||||
name = Metal
|
||||
|
@ -43,6 +43,7 @@ PART
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Metal
|
||||
useMultipleDragCubes = false
|
||||
VARIANT
|
||||
{
|
||||
name = Metal
|
||||
|
@ -68,6 +68,7 @@ PART
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = BlackAndWhite
|
||||
useMultipleDragCubes = false
|
||||
VARIANT
|
||||
{
|
||||
name = BlackAndWhite
|
||||
|
@ -61,6 +61,7 @@ PART
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = BlackAndWhite
|
||||
useMultipleDragCubes = false
|
||||
VARIANT
|
||||
{
|
||||
name = BlackAndWhite
|
||||
|
@ -67,6 +67,7 @@ PART
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Truss
|
||||
useMultipleDragCubes = false
|
||||
VARIANT
|
||||
{
|
||||
name = Truss
|
||||
|
@ -37,11 +37,16 @@ PART
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
breakingTorque = 350
|
||||
DRAG_CUBE
|
||||
{
|
||||
cube = Default, 7.345,0.7515,1.98, 7.345,0.7516,1.98, 11,0.4259,2.355, 11,0.7471,0.1906, 7.398,0.7433,1.971, 7.398,0.7582,1.971, -1.907E-06,0,0, 3.776,2.302,3.758
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = BlackAndWhite
|
||||
useMultipleDragCubes = false
|
||||
VARIANT
|
||||
{
|
||||
name = BlackAndWhite
|
||||
|
@ -10,6 +10,10 @@ PART
|
||||
model = ReStock/Assets/FuelTank/restock-adapter-375-skeletal-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
DRAG_CUBE
|
||||
{
|
||||
cube = Default, 1.681,0.6088,2.394, 1.684,0.6114,1.946, 11,0.7862,1.275, 11,0.8002,0.1906, 1.649,0.625,1.916, 1.649,0.624,1.916, -0.004143,0.1585,0.0006646, 3.739,1.075,3.74
|
||||
}
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
// Attachment
|
||||
|
@ -0,0 +1,35 @@
|
||||
// Allows rotation of lights via a tweakable
|
||||
|
||||
// Spotlight
|
||||
@PART[spotLight1]
|
||||
{
|
||||
MODULE
|
||||
{
|
||||
name = ModuleAnimateGeneric
|
||||
animationName = RestockSpotLight_Rotate
|
||||
startEventGUIName = #LOC_RestockPlus_light_rotate_on
|
||||
endEventGUIName = #LOC_RestockPlus_light_rotate_off
|
||||
actionGUIName = #LOC_RestockPlus_light_rotate_toggle
|
||||
allowDeployLimit = true
|
||||
revClampDirection = false
|
||||
revClampSpeed = true
|
||||
revClampPercent = true
|
||||
}
|
||||
}
|
||||
|
||||
// Floodlight
|
||||
@PART[spotLight2]
|
||||
{
|
||||
MODULE
|
||||
{
|
||||
name = ModuleAnimateGeneric
|
||||
animationName = RestockFloodLightRotate
|
||||
startEventGUIName = #LOC_RestockPlus_light_rotate_on
|
||||
endEventGUIName = #LOC_RestockPlus_light_rotate_off
|
||||
actionGUIName = #LOC_RestockPlus_light_rotate_toggle
|
||||
allowDeployLimit = true
|
||||
revClampDirection = false
|
||||
revClampSpeed = true
|
||||
revClampPercent = true
|
||||
}
|
||||
}
|
@ -1,12 +1,12 @@
|
||||
{
|
||||
"NAME":"ReStockPlus",
|
||||
"URL":"https://raw.githubusercontent.com/PorktoberRevolution/ReStocked/prod/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version",
|
||||
"DOWNLOAD":"",
|
||||
"DOWNLOAD":"https://forum.kerbalspaceprogram.com/index.php?/topic/182679-161-restock-revamping-ksps-art/&",
|
||||
"VERSION":
|
||||
{
|
||||
"MAJOR":0,
|
||||
"MINOR":0,
|
||||
"PATCH":9,
|
||||
"MINOR":1,
|
||||
"PATCH":3,
|
||||
"BUILD":0
|
||||
},
|
||||
"KSP_VERSION":
|
||||
|
@ -1,3 +1,21 @@
|
||||
v0.1.3
|
||||
------
|
||||
- Balance tweaks to Anvil SRB. Fuel increased to 7200, thrust increased to 2250 kN (#547)
|
||||
- Fixed light pivots not moving light emitters (#548)
|
||||
|
||||
v0.1.2
|
||||
------
|
||||
- Fixed incorrect dimensions on SC-9001R Material Bay (#542)
|
||||
- Fixed mesh hole in 3.75m battery (#531)
|
||||
- Fixed bottom node of Anvil SRB being too high (#534)
|
||||
- Fixed Communotron HG-20 not appearing in the tech tree (#527)
|
||||
- Replaced SKLE-2-3 adapter colldiers with hollow version (#528)
|
||||
- Enabled patch to allow a tweakable to rotate both replaced lights
|
||||
|
||||
v0.1.1
|
||||
------
|
||||
- Minor fixes
|
||||
|
||||
v0.1.0
|
||||
------
|
||||
- Initial release
|
||||
@ -24,7 +42,7 @@ v0.1.0
|
||||
- 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
|
||||
- TT-14 Decoupler (Nertes): Tiny radial decoupler suitable for 0.625m boosters
|
||||
- TT-14 Decoupler (Nertea): Tiny radial decoupler suitable for 0.625m boosters
|
||||
- Clamp-O-Tron Docking Port 'Grande' (Nertea): 3.75m docking port
|
||||
- New Structural parts
|
||||
- Kerbodyne ADTP-2-3A (Nertea): A hollow version of the fuelled 3.75 to 2.5m adapter
|
||||
@ -51,6 +69,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)
|
||||
|
@ -1,5 +1,5 @@
|
||||
==============
|
||||
RESTOCK+ 0.1.0
|
||||
RESTOCK+ 0.1.3
|
||||
==============
|
||||
|
||||
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,16 +15,16 @@ DEPENDENCIES
|
||||
============
|
||||
|
||||
Required:
|
||||
- Restock (0.1.0)
|
||||
- ModuleManager (4.0.1)
|
||||
- Restock (0.1.3)
|
||||
- ModuleManager (4.0.2)
|
||||
|
||||
=============
|
||||
CREDITS
|
||||
=============
|
||||
|
||||
Art
|
||||
- Andrew Cassidy
|
||||
- Chris Adderley (Nertea)
|
||||
- Andrew Cassidy (Cineboxandrew)
|
||||
- Porkjet
|
||||
|
||||
Drag cube wizardry
|
||||
@ -33,7 +33,7 @@ Drag cube wizardry
|
||||
Plugin code
|
||||
- blowfish
|
||||
|
||||
Lead Testing:
|
||||
Lead Testing
|
||||
- Tyko
|
||||
- Poodmund
|
||||
|
||||
@ -41,7 +41,20 @@ Lead Testing:
|
||||
INSTALLATION
|
||||
============
|
||||
|
||||
To install, place the GameData folder inside your Kerbal Space Program folder. If asked to overwrite files, do so.
|
||||
To install, drag the ReStockPlus folder from the GameData folder you downloaded into your Kerbal Space Program Gamedata folder. If installed correctly, you should see:
|
||||
- Kerbal Space Program
|
||||
- GameData
|
||||
- Squad
|
||||
- ReStock
|
||||
- Assets
|
||||
- Patches
|
||||
- etc.
|
||||
- ReStockPlus
|
||||
- Assets
|
||||
- Parts
|
||||
- etc.
|
||||
- ModuleManager.4.0.2.dll
|
||||
|
||||
|
||||
============
|
||||
LOCALIZATION
|
||||
|
28
README.md
28
README.md
@ -1,4 +1,4 @@
|
||||
# Restock
|
||||
# Restock [](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
|
||||
- Chris Adderley (Nertea)
|
||||
- Andrew Cassidy (Cineboxandrew)
|
||||
- Beale
|
||||
- blowfish
|
||||
- Passinglurker
|
||||
- Porkjet
|
||||
- riocrokite
|
||||
|
||||
#### Drag cube wizardry
|
||||
- DMagic
|
||||
|
||||
#### Plugin code
|
||||
- blowfish
|
||||
|
||||
#### Lead Testing
|
||||
- Tyko
|
||||
- Poodmund
|
||||
|
||||
### Repository Structure
|
||||
* Distribution
|
||||
|
Reference in New Issue
Block a user