diff --git a/Distribution/Restock/GameData/ReStock/Assets/Control/restock-reaction-wheels-1-n.tga b/Distribution/Restock/GameData/ReStock/Assets/Control/restock-reaction-wheels-1-n.tga new file mode 100644 index 00000000..cf2b6f96 Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Control/restock-reaction-wheels-1-n.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Control/restock-reaction-wheels-1.tga b/Distribution/Restock/GameData/ReStock/Assets/Control/restock-reaction-wheels-1.tga new file mode 100644 index 00000000..c5d8b848 Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Control/restock-reaction-wheels-1.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Control/restock-reactionwheel-125-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Control/restock-reactionwheel-125-1.mu new file mode 100644 index 00000000..93868dba Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Control/restock-reactionwheel-125-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Control/restock-reactionwheel-25-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Control/restock-reactionwheel-25-1.mu new file mode 100644 index 00000000..bc3b1d55 Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Control/restock-reactionwheel-25-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Patches/Control/restock-sas.cfg b/Distribution/Restock/GameData/ReStock/Patches/Control/restock-sas.cfg index 980c3f84..37fcad87 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Control/restock-sas.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Control/restock-sas.cfg @@ -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 +}