mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Template out configs
This commit is contained in:
@ -0,0 +1,97 @@
|
||||
// Patches applying art changes to decouplers
|
||||
// Contents:
|
||||
// - TD-06 Decoupler (Decoupler_0)
|
||||
// - TD-12 Decoupler (Decoupler_1)
|
||||
// - TD-25 Decoupler (Decoupler_2)
|
||||
// - TD-37 Decoupler (Decoupler_3)
|
||||
// - TD-38K Decoupler (radialDecoupler)
|
||||
// - TD-70 Decoupler (radialDecoupler2)
|
||||
// - Hydraulic Detachment Manifold (radialDecoupler1-2)
|
||||
|
||||
// TD-06 Decoupler
|
||||
@PART[Decoupler_0] {
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Coupling/restock-decoupler-0625-1
|
||||
}
|
||||
|
||||
%rescaleFactor = 1
|
||||
}
|
||||
// TD-12 Decoupler
|
||||
@PART[Decoupler_1] {
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Coupling/restock-decoupler-125-1
|
||||
}
|
||||
|
||||
%rescaleFactor = 1
|
||||
}
|
||||
// TD-25 Decoupler
|
||||
@PART[Decoupler_2] {
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Coupling/restock-decoupler-25-1
|
||||
}
|
||||
|
||||
%rescaleFactor = 1
|
||||
}
|
||||
// TD-37 Decoupler
|
||||
@PART[Decoupler_3] {
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Coupling/restock-decoupler-375-1
|
||||
}
|
||||
|
||||
%rescaleFactor = 1
|
||||
}
|
||||
|
||||
// TT-38K Decoupler
|
||||
@PART[radialDecoupler] {
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Coupling/restock-decoupler-radial-1
|
||||
}
|
||||
|
||||
%rescaleFactor = 1
|
||||
}
|
||||
|
||||
// TT-70 Decoupler
|
||||
@PART[radialDecoupler2] {
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Coupling/restock-decoupler-radial-2
|
||||
}
|
||||
|
||||
%rescaleFactor = 1
|
||||
}
|
||||
|
||||
// HDM
|
||||
@PART[radialDecoupler1-2] {
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Coupling/restock-decoupler-radial-2
|
||||
}
|
||||
|
||||
%rescaleFactor = 1
|
||||
}
|
Reference in New Issue
Block a user