mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Merge branch 'master' of https://github.com/PorktoberRevolution/ReStocked
This commit is contained in:
commit
88a2ec341d
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,6 +1,8 @@
|
||||
// Patches applying art changes to crewed utility/science parts
|
||||
// Patches applying art changes to reaction wheels
|
||||
// Contents:
|
||||
// - .625m reaction wheel (sasModule)
|
||||
// - Small Inline Reaction Wheel (sasModule)
|
||||
// - Advanced Inline Stabilizer (advSasModule)
|
||||
// - Advanced Reaction Wheel Module, Large (asasmodule1-2)
|
||||
|
||||
// .625m reaction wheel
|
||||
@PART[sasModule] {
|
||||
@ -21,3 +23,39 @@
|
||||
%node_stack_bottom = 0.0, -0.0911109, 0.0, 0.0, -1.0, 0.0, 0
|
||||
%node_stack_top = 0.0, 0.0911109, 0.0, 0.0, 1.0, 0.0, 0
|
||||
}
|
||||
|
||||
// 1.25m reaction wheel
|
||||
@PART[advSasModule] {
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Control/restock-reactionwheel-125-1
|
||||
}
|
||||
|
||||
DRAG_CUBE
|
||||
{
|
||||
cube = Default, 0.5389,0.7794,0.7665, 0.5389,0.7792,0.7665, 1.281,0.9797,0.1504, 1.281,0.9798,0.1504, 0.5389,0.7776,0.7665, 0.5389,0.7779,0.7665, 0,7.451E-09,-8.882E-16, 1.351,0.3993,1.351
|
||||
}
|
||||
|
||||
%rescaleFactor = 1
|
||||
}
|
||||
|
||||
// 2.5m reaction wheel
|
||||
@PART[asasmodule1-2] {
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Control/restock-reactionwheel-25-1
|
||||
}
|
||||
|
||||
DRAG_CUBE
|
||||
{
|
||||
cube = Default, 1.245,0.7807,1.345, 1.245,0.7807,1.345, 4.643,0.9184,0.5737, 4.643,0.959,0.5463, 1.245,0.7746,1.345, 1.245,0.7746,1.345, 0,0,0, 2.5,0.5,2.5
|
||||
}
|
||||
|
||||
%rescaleFactor = 1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user