mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
commit
2d2ec43100
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 1.0 MiB |
Binary file not shown.
After Width: | Height: | Size: 1.0 MiB |
Binary file not shown.
After Width: | Height: | Size: 1.0 MiB |
@ -0,0 +1,64 @@
|
||||
// Patches applying art changes to ladders
|
||||
// Contents:
|
||||
// - Pegasus I Mobility Enhancer (ladder1)
|
||||
// - Kelus Mobility Enhancer (telescopicLadder)
|
||||
// - Kelus-LV Bay Mobility Enhancer (telescopicLadderBay)
|
||||
|
||||
// Static Ladder
|
||||
@PART[ladder1]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL,* {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Utility/restock-ladder-static-1
|
||||
position = 0.0, 0.0, 0.0
|
||||
scale = 1,1,1
|
||||
rotation = 0, 0, 0
|
||||
}
|
||||
}
|
||||
|
||||
// Small ladder
|
||||
@PART[telescopicLadder]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL,* {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Utility/restock-ladder-extending-1
|
||||
position = 0.0, 0.0, 0.0
|
||||
scale = 1,1,1
|
||||
rotation = 0, 0, 0
|
||||
}
|
||||
|
||||
@MODULE[RetractableLadder]
|
||||
{
|
||||
@ladderAnimationRootName = animationRoot
|
||||
@ladderColliderName = ladderCollider
|
||||
@ladderRetractAnimationName = LadderExtend
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Big ladder
|
||||
@PART[telescopicLadderBay]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL,* {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Utility/restock-ladder-extending-2
|
||||
position = 0.0, 0.0, 0.0
|
||||
scale = 1,1,1
|
||||
rotation = 0, 0, 0
|
||||
}
|
||||
@MODULE[RetractableLadder]
|
||||
{
|
||||
@ladderAnimationRootName = animationRoot
|
||||
@ladderColliderName = ladderCollider
|
||||
@ladderRetractAnimationName = LadderLightExtend
|
||||
}
|
||||
}
|
@ -13,12 +13,17 @@ v0.2.0
|
||||
- Electrical
|
||||
- Fuel Cell (Andrew Cassidy)
|
||||
- Fuel Cell Array (Andrew Cassidy)
|
||||
- Utility
|
||||
- Pegasus I Mobility Enhancer (Nertea)
|
||||
- Kelus Mobility Enhancer (Nertea)
|
||||
- Kelus-LV Bay Mobility Enhancer (Nertea)
|
||||
- Making History parts replaced:
|
||||
- Fuel Tanks
|
||||
- FL-C1000 Fuel Tank (Nertea)
|
||||
- FL-TX220 Fuel Tank (Nertea)
|
||||
- FL-TX440 Fuel Tank (Nertea)
|
||||
- FL-TX900 Fuel Tank (Nertea)
|
||||
- FL-C1000 Fuel Tank (Nertea)
|
||||
- FL-A150 Fuel Tank Adapter (Nertea)
|
||||
- FL-A151L Fuel Tank Adapter (Nertea)
|
||||
- FL-A151S Fuel Tank Adapter (Nertea)
|
||||
|
@ -320,5 +320,15 @@ Localization
|
||||
#LOC_RestockPlus_restock-antenna-stack-3_title = Communotron HG-61
|
||||
#LOC_RestockPlus_restock-antenna-stack-3_description = After developing the venerable HG-55, one of our marketing people came up with the idea of a budget version for small probes. The HG-61 removes the fancy extending arm, while still providing the same great communication range of its predecessor, making it perfect for building deep space probes on a budget.
|
||||
#LOC_RestockPlus_restock-antenna-stack-3_tags = antenna radial transmit data dish Galileo TDRS restock communotron hg 61
|
||||
|
||||
// LADDERS
|
||||
// ==============
|
||||
#LOC_RestockPlus_restock-ladder-static-2_title = Pegasus II Mobility Enhancer
|
||||
#LOC_RestockPlus_restock-ladder-static-2_description = A logical extension of the Pegasus I, the Pegasus II however does not extend but is twice as long, allowing for longer, more dramatic climbing sequences.
|
||||
#LOC_RestockPlus_restock-ladder-static-2_tags =
|
||||
|
||||
#LOC_RestockPlus_restock-ladder-static-3_title = Pegasus III Mobility Enhancer
|
||||
#LOC_RestockPlus_restock-ladder-static-3_description =
|
||||
#LOC_RestockPlus_restock-ladder-static-3_tags =
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,37 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 2x size static ladder
|
||||
PART
|
||||
{
|
||||
name = restock-ladder-static-2
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
// --- asset parameters ---
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Utility/restock-ladder-static-2
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
PhysicsSignificance = 1
|
||||
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0
|
||||
TechRequired = spaceExploration
|
||||
entryCost = 750
|
||||
cost = 200
|
||||
category = Utility
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-ladder-static-2_title
|
||||
manufacturer =
|
||||
description = #LOC_RestockPlus_restock-ladder-static-2_description
|
||||
tags = #LOC_RestockPlus_restock-ladder-static-2_tags
|
||||
attachRules = 0,1,0,0,1
|
||||
mass = 0.01
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.2
|
||||
angularDrag = 1
|
||||
crashTolerance = 8
|
||||
maxTemp = 2000 // = 3200
|
||||
emissiveConstant = 0.8
|
||||
thermalMassModifier = 3
|
||||
PhysicsSignificance = 1
|
||||
bulkheadProfiles = srf
|
||||
}
|
@ -0,0 +1,37 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 4x size static ladder
|
||||
PART
|
||||
{
|
||||
name = restock-ladder-static-3
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
// --- asset parameters ---
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Utility/restock-ladder-static-3
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
PhysicsSignificance = 1
|
||||
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0
|
||||
TechRequired = spaceExploration
|
||||
entryCost = 1100
|
||||
cost = 400
|
||||
category = Utility
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-ladder-static-3_title
|
||||
manufacturer =
|
||||
description = #LOC_RestockPlus_restock-ladder-static-3_description
|
||||
tags = #LOC_RestockPlus_restock-ladder-static-3_tags
|
||||
attachRules = 0,1,0,0,1
|
||||
mass = 0.02
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.2
|
||||
angularDrag = 1
|
||||
crashTolerance = 8
|
||||
maxTemp = 2000 // = 3200
|
||||
emissiveConstant = 0.8
|
||||
thermalMassModifier = 3
|
||||
PhysicsSignificance = 1
|
||||
bulkheadProfiles = srf
|
||||
}
|
@ -38,6 +38,9 @@ v0.2.0
|
||||
- New Resources parts
|
||||
- Jumbo Holding Tank (Andrew Cassidy): 3.75m ore tank
|
||||
- Medium Holding Tank (Andrew Cassidy): 1.875m ore tank
|
||||
New Utility parts
|
||||
- Pegasus II Mobility Enhancer (Nertea): 2x size static ladder
|
||||
- Pegasus III Mobility Enhancer (Nertea): 4x size static ladder
|
||||
|
||||
v0.1.4
|
||||
------
|
||||
|
Loading…
Reference in New Issue
Block a user