mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Compare commits
97 Commits
c15aacd364
...
1.4.4
Author | SHA1 | Date | |
---|---|---|---|
4ca42161c1 | |||
1877cec291 | |||
c6cf16233e | |||
cbefb48363 | |||
9398e070f3 | |||
77106d0a22 | |||
ccc6fe705d | |||
7eca4f80a7 | |||
cef5cc9fd3 | |||
b12e0c3027 | |||
881ad98374 | |||
016454d64c | |||
26bd8939b0 | |||
0beafe34ae | |||
4c06604169 | |||
3a04bbc586 | |||
154a0a25c5 | |||
4183f2046f | |||
9f980d42f7 | |||
72996db963 | |||
b0450f0b56 | |||
009fceb03f | |||
66f3d8c9fb | |||
7e2da705a2 | |||
b4b1f83843 | |||
142d7b9f36 | |||
569c3be680 | |||
9154eeb515 | |||
07d5a72788 | |||
e1ef57f77d | |||
f00d5b4a71 | |||
4f8eaf639e | |||
901618b571 | |||
eb3f3227d9 | |||
858b34400a | |||
4c15ae60af | |||
857767e76a | |||
305416c102 | |||
22bf0e7055 | |||
1152c83f7f | |||
6ab8377c3a | |||
285d3543f9 | |||
9081283174 | |||
59fd6bcb68 | |||
740a6e3e41 | |||
abab0d1c5f | |||
e9cc0c4515 | |||
def32dae09 | |||
d0aac2601e | |||
6472cce41a | |||
c0c899614f | |||
d3124f0606 | |||
4cb40be7ef | |||
999d7440cb | |||
99415890a3 | |||
8eac8f11cb | |||
628d600adc | |||
a67468a004 | |||
bd5293c398 | |||
993892994b | |||
7b2e0a277b | |||
29f4ec73cd | |||
d216c71d1a | |||
aec1d07b35 | |||
e5dc761a3c | |||
5f1c731a48 | |||
ff044dedce | |||
64a50541e4 | |||
dcad323e15 | |||
de199d26ff | |||
3358160411 | |||
e5ecbbf470 | |||
a7beefd4f9 | |||
be632e1a51 | |||
d99ef807ff | |||
0835a41cca | |||
4bf6f6bbf9 | |||
eaaf03fcdf | |||
c21dffbdd7 | |||
6db20ee793 | |||
43c13e7608 | |||
05c95e8ae8 | |||
e696ea7389 | |||
d1942672e0 | |||
967851b650 | |||
d3ba149ea9 | |||
745bcaa376 | |||
f8667a8e7a | |||
6161095581 | |||
f3a6970a36 | |||
b1cc1f4e1a | |||
d24f1e7768 | |||
1ebf86d3e5 | |||
778779c9d2 | |||
896d4fe3d0 | |||
20e48cccf1 | |||
e2eb2ac725 |
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
|||||||
run: python build-deploy/src/package.py --f "Distribution/RestockPlus/.mod_data.yml"
|
run: python build-deploy/src/package.py --f "Distribution/RestockPlus/.mod_data.yml"
|
||||||
- name: Staging package
|
- name: Staging package
|
||||||
run: python build-deploy/src/stage.py --f "Distribution/Restock/.mod_data.yml" # Run the staging script
|
run: python build-deploy/src/stage.py --f "Distribution/Restock/.mod_data.yml" # Run the staging script
|
||||||
name: Deploying Restock
|
- name: Deploying Restock
|
||||||
run: python build-deploy/src/deploy.py --f "Distribution/Restock/.mod_data.yml" # Deploy package to spacedock, curse, github
|
run: python build-deploy/src/deploy.py --f "Distribution/Restock/.mod_data.yml" # Deploy package to spacedock, curse, github
|
||||||
- name: Deploying RestockPlus
|
- name: Deploying RestockPlus
|
||||||
run: python build-deploy/src/deploy.py --f "Distribution/RestockPlus/.mod_data.yml" # Deploy package to spacedock, curse, github
|
run: python build-deploy/src/deploy.py --f "Distribution/RestockPlus/.mod_data.yml" # Deploy package to spacedock, curse, github
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ Distribution/Restock/GameData/ReStock/Spaces/**/*.png
|
|||||||
Distribution/Restock/GameData/ReStock/Props/**/*.png
|
Distribution/Restock/GameData/ReStock/Props/**/*.png
|
||||||
Distribution/RestockPlus/GameData/ReStockPlus/Props/**/*.png
|
Distribution/RestockPlus/GameData/ReStockPlus/Props/**/*.png
|
||||||
Distribution/RestockPlus/GameData/ReStockPlus/Spaces/**/*.png
|
Distribution/RestockPlus/GameData/ReStockPlus/Spaces/**/*.png
|
||||||
|
Distribution/Restock/GameData/ReStock/RestockPatchDisabler.cfg
|
||||||
|
@ -13,8 +13,9 @@ package:
|
|||||||
- RestockRigidLegs
|
- RestockRigidLegs
|
||||||
dependencies: # Configure dependencies
|
dependencies: # Configure dependencies
|
||||||
ModuleManager:
|
ModuleManager:
|
||||||
version: 4.1.4
|
location: url
|
||||||
location: s3
|
url: https://ksp.sarbian.com/jenkins/job/ModuleManager/163/artifact/ModuleManager.4.2.3.dll
|
||||||
|
zip: false
|
||||||
deploy:
|
deploy:
|
||||||
SpaceDock:
|
SpaceDock:
|
||||||
enabled: true # activate/deactivate this deployment script
|
enabled: true # activate/deactivate this deployment script
|
||||||
|
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.
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.
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.
@ -1,6 +1,7 @@
|
|||||||
// Patches applying art changes to 2.5m aerodynamic parts
|
// Patches applying art changes to 2.5m aerodynamic parts
|
||||||
// Contents:
|
// Contents:
|
||||||
// - Protective Rocket Nose Cone Mk7 (rocketNoseCone_v2)
|
// - Protective Rocket Nose Cone Mk7 (rocketNoseCone_v2)
|
||||||
|
// - Protective Rocket Nose Cone Mk7 (rocketNoseCone_v3)
|
||||||
|
|
||||||
// Protective Rocket Nose Cone Mk7
|
// Protective Rocket Nose Cone Mk7
|
||||||
@PART[rocketNoseCone_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
@PART[rocketNoseCone_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||||
@ -62,3 +63,64 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Protective Rocket Nose Cone Mk7 [1.12]
|
||||||
|
@PART[rocketNoseCone_v3]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||||
|
{
|
||||||
|
@author = Chris Adderley (Nertea)
|
||||||
|
!mesh = DELETE
|
||||||
|
!MODEL,* {}
|
||||||
|
MODEL
|
||||||
|
{
|
||||||
|
model = ReStock/Assets/Structural/restock-nosecone-25-2
|
||||||
|
}
|
||||||
|
!MODULE[ModulePartVariants] {}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = ModulePartVariants
|
||||||
|
useMultipleDragCubes = false
|
||||||
|
baseVariant = White
|
||||||
|
VARIANT
|
||||||
|
{
|
||||||
|
name = White
|
||||||
|
displayName = #autoLOC_8007119
|
||||||
|
themeName = White
|
||||||
|
primaryColor = #ffffff
|
||||||
|
secondaryColor = #ffffff
|
||||||
|
GAMEOBJECTS
|
||||||
|
{
|
||||||
|
25mNoseconeBlackWhite = false
|
||||||
|
25mNoseconeWhite = true
|
||||||
|
25mNoseconeOrange = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
VARIANT
|
||||||
|
{
|
||||||
|
name = BlackAndWhite
|
||||||
|
displayName = #autoLOC_8007122
|
||||||
|
themeName = BlackAndWhite
|
||||||
|
primaryColor = #ffffff
|
||||||
|
secondaryColor = #000000
|
||||||
|
GAMEOBJECTS
|
||||||
|
{
|
||||||
|
25mNoseconeBlackWhite = true
|
||||||
|
25mNoseconeWhite = false
|
||||||
|
25mNoseconeOrange = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
VARIANT
|
||||||
|
{
|
||||||
|
name = Orange
|
||||||
|
displayName = #autoLOC_8007121
|
||||||
|
themeName = Orange
|
||||||
|
primaryColor = #4c4f47
|
||||||
|
secondaryColor = #f49841
|
||||||
|
GAMEOBJECTS
|
||||||
|
{
|
||||||
|
25mNoseconeBlackWhite = false
|
||||||
|
25mNoseconeWhite = false
|
||||||
|
25mNoseconeOrange = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -112,4 +112,9 @@
|
|||||||
@animationName = Deploy
|
@animationName = Deploy
|
||||||
@pivotName = Dish
|
@pivotName = Dish
|
||||||
}
|
}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = ModuleRestockDepthMask
|
||||||
|
maskTransform = DepthMask
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -185,7 +185,6 @@
|
|||||||
// RV-1X RCS Thruster Block
|
// RV-1X RCS Thruster Block
|
||||||
@PART[RCSblock_01_small]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
@PART[RCSblock_01_small]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||||
{
|
{
|
||||||
|
|
||||||
@author = Chris Adderley (Nertea)
|
@author = Chris Adderley (Nertea)
|
||||||
!mesh = DELETE
|
!mesh = DELETE
|
||||||
!MODEL {}
|
!MODEL {}
|
||||||
@ -558,6 +557,38 @@
|
|||||||
key = 0 1
|
key = 0 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
!MODULE[ModulePartVariants] {}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = ModulePartVariants
|
||||||
|
baseVariant = Bare
|
||||||
|
useMultipleDragCubes = true
|
||||||
|
VARIANT
|
||||||
|
{
|
||||||
|
name = Bare
|
||||||
|
displayName = #autoLOC_8007115
|
||||||
|
primaryColor = #ffffff
|
||||||
|
secondaryColor = #ffffff
|
||||||
|
GAMEOBJECTS
|
||||||
|
{
|
||||||
|
MiniRCSBlock1 = true
|
||||||
|
MiniRCSBlock2 = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
VARIANT
|
||||||
|
{
|
||||||
|
name = Shroud
|
||||||
|
displayName = #autoLOC_8007114
|
||||||
|
primaryColor = #999999
|
||||||
|
secondaryColor = #999999
|
||||||
|
GAMEOBJECTS
|
||||||
|
{
|
||||||
|
MiniRCSBlock1 = false
|
||||||
|
MiniRCSBlock2 = true
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@MODULE[ModuleRCSFX]
|
@MODULE[ModuleRCSFX]
|
||||||
{
|
{
|
||||||
@thrusterTransformName = RCSthruster
|
@thrusterTransformName = RCSthruster
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// Patches applying art changes to crewed utility/science parts
|
// Patches applying art changes to crewed utility/science parts
|
||||||
// Contents:
|
// Contents:
|
||||||
// - Inline Clamp-O-Tron (dockingPortLateral)
|
// - Inline Clamp-O-Tron (dockingPortLateral)
|
||||||
|
// - Mk2 Clamp-O-Tron (mk2DockingPort)
|
||||||
// - Clamp-O-Tron Jr. Docking Port (dockingPort3)
|
// - Clamp-O-Tron Jr. Docking Port (dockingPort3)
|
||||||
// - Clamp-O-Tron Docking Port (dockingPort2)
|
// - Clamp-O-Tron Docking Port (dockingPort2)
|
||||||
// - Clamp-O-Tron Sr. Docking Port (dockingPortLarge)
|
// - Clamp-O-Tron Sr. Docking Port (dockingPortLarge)
|
||||||
@ -9,15 +10,38 @@
|
|||||||
// Inline Clamp-O-Tron
|
// Inline Clamp-O-Tron
|
||||||
@PART[dockingPortLateral]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
@PART[dockingPortLateral]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||||
{
|
{
|
||||||
@author = Passinglurker
|
@author = Passinglurker and Chris Adderley (Nertea)
|
||||||
!mesh = DELETE
|
!mesh = DELETE
|
||||||
!MODEL {}
|
!MODEL {}
|
||||||
MODEL
|
MODEL
|
||||||
{
|
{
|
||||||
model = ReStock/Assets/Coupling/125/Re_dockingPortInline/restock-inlinedockingport-mk1-1
|
model = ReStock/Assets/Coupling/restock-docking-inline-125-1
|
||||||
}
|
}
|
||||||
%rescaleFactor = 1
|
%rescaleFactor = 1
|
||||||
%manufacturer = #autoLOC_501624
|
%manufacturer = #autoLOC_501624
|
||||||
|
|
||||||
|
@MODULE[ModuleAnimateGeneric]
|
||||||
|
{
|
||||||
|
@animationName = DockingPortExtend
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Mk2 Clamp-O-Tron
|
||||||
|
@PART[mk2DockingPort]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||||
|
{
|
||||||
|
@author = Porkjet and Chris Adderley (Nertea)
|
||||||
|
!mesh = DELETE
|
||||||
|
!MODEL {}
|
||||||
|
MODEL
|
||||||
|
{
|
||||||
|
model = ReStock/Assets/Coupling/restock-docking-inline-mk2-1
|
||||||
|
}
|
||||||
|
%rescaleFactor = 1
|
||||||
|
|
||||||
|
@MODULE[ModuleAnimateGeneric]
|
||||||
|
{
|
||||||
|
@animationName = DockingPortExtend
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Clamp-O-Tron Jr. Docking Port
|
// Clamp-O-Tron Jr. Docking Port
|
||||||
@ -28,7 +52,7 @@
|
|||||||
!MODEL {}
|
!MODEL {}
|
||||||
MODEL
|
MODEL
|
||||||
{
|
{
|
||||||
model = ReStock/Assets/Coupling/restock-docking-0625
|
model = ReStock/Assets/Coupling/restock-docking-0625-2
|
||||||
}
|
}
|
||||||
%rescaleFactor = 1
|
%rescaleFactor = 1
|
||||||
MODULE
|
MODULE
|
||||||
@ -76,7 +100,7 @@
|
|||||||
!MODEL {}
|
!MODEL {}
|
||||||
MODEL
|
MODEL
|
||||||
{
|
{
|
||||||
model = ReStock/Assets/Coupling/restock-docking-125-1
|
model = ReStock/Assets/Coupling/restock-docking-125-2
|
||||||
}
|
}
|
||||||
MODEL
|
MODEL
|
||||||
{
|
{
|
||||||
@ -86,41 +110,7 @@
|
|||||||
rotation = 180, 0, 0
|
rotation = 180, 0, 0
|
||||||
}
|
}
|
||||||
%rescaleFactor = 1
|
%rescaleFactor = 1
|
||||||
MODULE
|
|
||||||
{
|
|
||||||
name = ModuleColorChanger
|
|
||||||
shaderProperty = _EmissiveColor
|
|
||||||
animRate = 0.8
|
|
||||||
animState = false
|
|
||||||
useRate = true
|
|
||||||
toggleInEditor = true
|
|
||||||
toggleInFlight = true
|
|
||||||
unfocusedRange = 5
|
|
||||||
toggleName = #autoLOC_502011 //#autoLOC_502011 = Toggle Lights
|
|
||||||
eventOnName = #autoLOC_502012 //#autoLOC_502012 = Lights On
|
|
||||||
eventOffName = #autoLOC_502013 //#autoLOC_502013 = Lights Off
|
|
||||||
toggleAction = True
|
|
||||||
defaultActionGroup = Light
|
|
||||||
redCurve
|
|
||||||
{
|
|
||||||
key = 0 0 0 3
|
|
||||||
key = 1 1 0 0
|
|
||||||
}
|
|
||||||
greenCurve
|
|
||||||
{
|
|
||||||
key = 0 0 0 1
|
|
||||||
key = 1 1 1 0
|
|
||||||
}
|
|
||||||
blueCurve
|
|
||||||
{
|
|
||||||
key = 0 0 0 0
|
|
||||||
key = 1 0.7 1.5 0
|
|
||||||
}
|
|
||||||
alphaCurve
|
|
||||||
{
|
|
||||||
key = 0 1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Clamp-O-Tron Sr. Docking Port
|
// Clamp-O-Tron Sr. Docking Port
|
||||||
@ -131,7 +121,7 @@
|
|||||||
!MODEL {}
|
!MODEL {}
|
||||||
MODEL
|
MODEL
|
||||||
{
|
{
|
||||||
model = ReStock/Assets/Coupling/restock-docking-25-1
|
model = ReStock/Assets/Coupling/restock-docking-25-3
|
||||||
}
|
}
|
||||||
MODEL
|
MODEL
|
||||||
{
|
{
|
||||||
@ -141,39 +131,38 @@
|
|||||||
rotation = 180, 0, 0
|
rotation = 180, 0, 0
|
||||||
}
|
}
|
||||||
%rescaleFactor = 1
|
%rescaleFactor = 1
|
||||||
|
!MODULE[ModulePartVariants] {}
|
||||||
MODULE
|
MODULE
|
||||||
{
|
{
|
||||||
name = ModuleColorChanger
|
name = ModulePartVariants
|
||||||
shaderProperty = _EmissiveColor
|
baseVariant = Gray with Stripes
|
||||||
animRate = 0.8
|
useMultipleDragCubes = false
|
||||||
animState = false
|
VARIANT
|
||||||
useRate = true
|
|
||||||
toggleInEditor = true
|
|
||||||
toggleInFlight = true
|
|
||||||
unfocusedRange = 5
|
|
||||||
toggleName = #autoLOC_502011 //#autoLOC_502011 = Toggle Lights
|
|
||||||
eventOnName = #autoLOC_502012 //#autoLOC_502012 = Lights On
|
|
||||||
eventOffName = #autoLOC_502013 //#autoLOC_502013 = Lights Off
|
|
||||||
toggleAction = True
|
|
||||||
defaultActionGroup = Light
|
|
||||||
redCurve
|
|
||||||
{
|
{
|
||||||
key = 0 0 0 3
|
name = Gray with Stripes
|
||||||
key = 1 1 0 0
|
displayName = #autoLOC_8320084
|
||||||
|
themeName = Gray
|
||||||
|
primaryColor = #999999
|
||||||
|
themeName = Gray with Stripes
|
||||||
|
secondaryColor = #b08b39
|
||||||
|
GAMEOBJECTS
|
||||||
|
{
|
||||||
|
Docking25Base = true
|
||||||
|
Docking25Grey = false
|
||||||
}
|
}
|
||||||
greenCurve
|
|
||||||
{
|
|
||||||
key = 0 0 0 1
|
|
||||||
key = 1 1 1 0
|
|
||||||
}
|
}
|
||||||
blueCurve
|
VARIANT
|
||||||
{
|
{
|
||||||
key = 0 0 0 0
|
name = Gray
|
||||||
key = 1 0.7 1.5 0
|
displayName = #autoLOC_8007101
|
||||||
|
themeName = Gray
|
||||||
|
primaryColor = #999999
|
||||||
|
secondaryColor = #999999
|
||||||
|
GAMEOBJECTS
|
||||||
|
{
|
||||||
|
Docking25Base = false
|
||||||
|
Docking25Grey = true
|
||||||
}
|
}
|
||||||
alphaCurve
|
|
||||||
{
|
|
||||||
key = 0 1
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -186,7 +175,7 @@
|
|||||||
!MODEL {}
|
!MODEL {}
|
||||||
MODEL
|
MODEL
|
||||||
{
|
{
|
||||||
model = ReStock/Assets/Coupling/restock-docking-shielded-125-1
|
model = ReStock/Assets/Coupling/restock-docking-shielded-125-2
|
||||||
}
|
}
|
||||||
MODEL
|
MODEL
|
||||||
{
|
{
|
||||||
@ -200,41 +189,7 @@
|
|||||||
{
|
{
|
||||||
@animationName = PortExtend
|
@animationName = PortExtend
|
||||||
}
|
}
|
||||||
MODULE
|
|
||||||
{
|
|
||||||
name = ModuleColorChanger
|
|
||||||
shaderProperty = _EmissiveColor
|
|
||||||
animRate = 0.8
|
|
||||||
animState = false
|
|
||||||
useRate = true
|
|
||||||
toggleInEditor = true
|
|
||||||
toggleInFlight = true
|
|
||||||
unfocusedRange = 5
|
|
||||||
toggleName = #autoLOC_502011 //#autoLOC_502011 = Toggle Lights
|
|
||||||
eventOnName = #autoLOC_502012 //#autoLOC_502012 = Lights On
|
|
||||||
eventOffName = #autoLOC_502013 //#autoLOC_502013 = Lights Off
|
|
||||||
toggleAction = True
|
|
||||||
defaultActionGroup = Light
|
|
||||||
redCurve
|
|
||||||
{
|
|
||||||
key = 0 0 0 3
|
|
||||||
key = 1 1 0 0
|
|
||||||
}
|
|
||||||
greenCurve
|
|
||||||
{
|
|
||||||
key = 0 0 0 1
|
|
||||||
key = 1 1 1 0
|
|
||||||
}
|
|
||||||
blueCurve
|
|
||||||
{
|
|
||||||
key = 0 0 0 0
|
|
||||||
key = 1 0.7 1.5 0
|
|
||||||
}
|
|
||||||
alphaCurve
|
|
||||||
{
|
|
||||||
key = 0 1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
MODULE
|
MODULE
|
||||||
{
|
{
|
||||||
name = FXModuleLookAtConstraint
|
name = FXModuleLookAtConstraint
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
VARIANT
|
VARIANT
|
||||||
{
|
{
|
||||||
name = Dark
|
name = Dark
|
||||||
displayName #autoLOC_8007117
|
displayName = #autoLOC_8007117
|
||||||
themeName = Dark
|
themeName = Dark
|
||||||
primaryColor = #000000
|
primaryColor = #000000
|
||||||
secondaryColor = #000000
|
secondaryColor = #000000
|
||||||
@ -90,7 +90,6 @@
|
|||||||
canPitch = true
|
canPitch = true
|
||||||
pitchAxisName = X
|
pitchAxisName = X
|
||||||
pitchMin = 0
|
pitchMin = 0
|
||||||
pitchMin = 0
|
|
||||||
pitchMax = 180
|
pitchMax = 180
|
||||||
}
|
}
|
||||||
MODULE
|
MODULE
|
||||||
@ -102,7 +101,7 @@
|
|||||||
VARIANT
|
VARIANT
|
||||||
{
|
{
|
||||||
name = Dark
|
name = Dark
|
||||||
displayName #autoLOC_8007117
|
displayName = #autoLOC_8007117
|
||||||
themeName = Dark
|
themeName = Dark
|
||||||
primaryColor = #000000
|
primaryColor = #000000
|
||||||
secondaryColor = #000000
|
secondaryColor = #000000
|
||||||
@ -128,6 +127,127 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Illuminator Mk1 V2
|
||||||
|
@PART[spotLight1_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||||
|
{
|
||||||
|
@author = Chris Adderley (Nertea)
|
||||||
|
!mesh = DELETE
|
||||||
|
!MODEL,* {}
|
||||||
|
MODEL
|
||||||
|
{
|
||||||
|
model = ReStock/Assets/Electrical/restock-light-spot-2
|
||||||
|
position = 0.0, 0.0, 0.0
|
||||||
|
scale = 1,1,1
|
||||||
|
rotation = 0, 0, 0
|
||||||
|
}
|
||||||
|
@MODULE[ModuleLight]
|
||||||
|
{
|
||||||
|
@lightMeshRendererName = SpotLightLens
|
||||||
|
@lightName = Spot
|
||||||
|
movementTransformName = SpotLightBase
|
||||||
|
canRotate = false
|
||||||
|
canPitch = true
|
||||||
|
pitchAxisName = X
|
||||||
|
pitchMin = 0
|
||||||
|
pitchMax = 180
|
||||||
|
}
|
||||||
|
!MODULE[ModulePartVariants] {}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = ModulePartVariants
|
||||||
|
useMultipleDragCubes = false
|
||||||
|
baseVariant = Dark
|
||||||
|
|
||||||
|
VARIANT
|
||||||
|
{
|
||||||
|
name = Dark
|
||||||
|
displayName = #autoLOC_8007117
|
||||||
|
themeName = Dark
|
||||||
|
primaryColor = #000000
|
||||||
|
secondaryColor = #000000
|
||||||
|
TEXTURE
|
||||||
|
{
|
||||||
|
materialName = restock-lights-1
|
||||||
|
mainTextureURL = ReStock/Assets/Electrical/restock-lights-1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
VARIANT
|
||||||
|
{
|
||||||
|
name = White
|
||||||
|
displayName = #autoLOC_8007119
|
||||||
|
themeName = White
|
||||||
|
primaryColor = #ffffff
|
||||||
|
secondaryColor = #ffffff
|
||||||
|
TEXTURE
|
||||||
|
{
|
||||||
|
materialName = restock-lights-1
|
||||||
|
mainTextureURL = ReStock/Assets/Electrical/restock-lights-1-alt
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Illuminator Mk2 V2
|
||||||
|
@PART[spotLight2_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||||
|
{
|
||||||
|
@author = Chris Adderley (Nertea)
|
||||||
|
!mesh = DELETE
|
||||||
|
!MODEL,* {}
|
||||||
|
MODEL
|
||||||
|
{
|
||||||
|
model = ReStock/Assets/Electrical/restock-light-flood-2
|
||||||
|
position = 0.0, 0.0, 0.0
|
||||||
|
scale = 1,1,1
|
||||||
|
rotation = 0, 0, 0
|
||||||
|
}
|
||||||
|
@MODULE[ModuleLight]
|
||||||
|
{
|
||||||
|
@lightMeshRendererName = FloodLightLens
|
||||||
|
@lightName = Spot
|
||||||
|
movementTransformName = FloodR
|
||||||
|
canRotate = false
|
||||||
|
canPitch = true
|
||||||
|
pitchAxisName = X
|
||||||
|
pitchMin = 0
|
||||||
|
pitchMax = 180
|
||||||
|
}
|
||||||
|
!MODULE[ModulePartVariants] {}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = ModulePartVariants
|
||||||
|
useMultipleDragCubes = false
|
||||||
|
baseVariant = Dark
|
||||||
|
|
||||||
|
VARIANT
|
||||||
|
{
|
||||||
|
name = Dark
|
||||||
|
displayName = #autoLOC_8007117
|
||||||
|
themeName = Dark
|
||||||
|
primaryColor = #000000
|
||||||
|
secondaryColor = #000000
|
||||||
|
TEXTURE
|
||||||
|
{
|
||||||
|
materialName = restock-lights-1
|
||||||
|
mainTextureURL = ReStock/Assets/Electrical/restock-lights-1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
VARIANT
|
||||||
|
{
|
||||||
|
name = White
|
||||||
|
displayName = #autoLOC_8007119
|
||||||
|
themeName = White
|
||||||
|
primaryColor = #ffffff
|
||||||
|
secondaryColor = #ffffff
|
||||||
|
TEXTURE
|
||||||
|
{
|
||||||
|
materialName = restock-lights-1
|
||||||
|
mainTextureURL = ReStock/Assets/Electrical/restock-lights-1-alt
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// [1.11] Dome Light
|
// [1.11] Dome Light
|
||||||
@PART[domeLight1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
@PART[domeLight1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||||
{
|
{
|
||||||
@ -156,7 +276,7 @@
|
|||||||
VARIANT
|
VARIANT
|
||||||
{
|
{
|
||||||
name = Dark
|
name = Dark
|
||||||
displayName #autoLOC_8007117
|
displayName = #autoLOC_8007117
|
||||||
themeName = Dark
|
themeName = Dark
|
||||||
primaryColor = #000000
|
primaryColor = #000000
|
||||||
secondaryColor = #000000
|
secondaryColor = #000000
|
||||||
@ -226,7 +346,7 @@
|
|||||||
VARIANT
|
VARIANT
|
||||||
{
|
{
|
||||||
name = Dark
|
name = Dark
|
||||||
displayName #autoLOC_8007117
|
displayName = #autoLOC_8007117
|
||||||
themeName = Dark
|
themeName = Dark
|
||||||
primaryColor = #000000
|
primaryColor = #000000
|
||||||
secondaryColor = #000000
|
secondaryColor = #000000
|
||||||
@ -295,7 +415,7 @@
|
|||||||
VARIANT
|
VARIANT
|
||||||
{
|
{
|
||||||
name = Dark
|
name = Dark
|
||||||
displayName #autoLOC_8007117
|
displayName = #autoLOC_8007117
|
||||||
themeName = Dark
|
themeName = Dark
|
||||||
primaryColor = #000000
|
primaryColor = #000000
|
||||||
secondaryColor = #000000
|
secondaryColor = #000000
|
||||||
@ -364,7 +484,7 @@
|
|||||||
VARIANT
|
VARIANT
|
||||||
{
|
{
|
||||||
name = Dark
|
name = Dark
|
||||||
displayName #autoLOC_8007117
|
displayName = #autoLOC_8007117
|
||||||
themeName = Dark
|
themeName = Dark
|
||||||
primaryColor = #000000
|
primaryColor = #000000
|
||||||
secondaryColor = #000000
|
secondaryColor = #000000
|
||||||
|
@ -7,6 +7,11 @@
|
|||||||
// - Gigantor XL Solar Array (largeSolarPanel)
|
// - Gigantor XL Solar Array (largeSolarPanel)
|
||||||
// - OX-STAT Photovoltaic Panels (solarPanels5)
|
// - OX-STAT Photovoltaic Panels (solarPanels5)
|
||||||
// - OX-STAT-XL Photovoltaic Panels (LgRadialSolarPanel)
|
// - OX-STAT-XL Photovoltaic Panels (LgRadialSolarPanel)
|
||||||
|
// - OX-10C Photovoltaic Panels (solarPanelOX10C)
|
||||||
|
// - SP-10C Photovoltaic Panels (solarPanelSP10C)
|
||||||
|
// - OX-10L Photovoltaic Panels (solarPanelOX10L)
|
||||||
|
// - SP-10L Photovoltaic Panels (solarPanelSP10C)
|
||||||
|
|
||||||
|
|
||||||
// OX-4L 1x6 Photovoltaic Panels
|
// OX-4L 1x6 Photovoltaic Panels
|
||||||
@PART[solarPanels4]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
@PART[solarPanels4]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||||
@ -111,11 +116,21 @@
|
|||||||
!MODEL,* {}
|
!MODEL,* {}
|
||||||
MODEL
|
MODEL
|
||||||
{
|
{
|
||||||
model = ReStock/Assets/Electrical/restock-solarpanel-gigantor
|
model = ReStock/Assets/Electrical/restock-solarpanel-gigantor-2
|
||||||
position = 0.0, 0.0, 0.0
|
position = 0.0, 0.0, 0.0
|
||||||
scale = 1,1,1
|
scale = 1,1,1
|
||||||
rotation = 0, 0, 0
|
rotation = 0, 0, 0
|
||||||
}
|
}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = ModuleRestockDeployableMeshHider
|
||||||
|
transformName = Panels
|
||||||
|
transformName = PanelTruss
|
||||||
|
}
|
||||||
|
@MODULE[ModuleDeployableSolarPanel]
|
||||||
|
{
|
||||||
|
@breakName = pivotBase
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// OX-STAT Photovoltaic Panels
|
// OX-STAT Photovoltaic Panels
|
||||||
@ -147,3 +162,97 @@
|
|||||||
rotation = 0, 0, 0
|
rotation = 0, 0, 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// OX-10C Photovoltaic Panels
|
||||||
|
@PART[solarPanelOX10C]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||||
|
{
|
||||||
|
@author = Chris Adderley (Nertea)
|
||||||
|
!mesh = DELETE
|
||||||
|
!MODEL,* {}
|
||||||
|
MODEL
|
||||||
|
{
|
||||||
|
model = ReStock/Assets/Electrical/restock-solarpanel-round-1
|
||||||
|
position = 0.0, 0.0, 0.0
|
||||||
|
scale = 1,1,1
|
||||||
|
rotation = 0, 0, 0
|
||||||
|
}
|
||||||
|
@MODULE[ModuleDeployableSolarPanel]
|
||||||
|
{
|
||||||
|
@animationName = PanelsExtend
|
||||||
|
@secondaryTransformName = sunCatcher
|
||||||
|
%pivotName = B_PanelSunPivot
|
||||||
|
@breakName = B_PanelPitch
|
||||||
|
}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = ModuleRestockDeployableMeshHider
|
||||||
|
transformName = Panels
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// SP-10C Photovoltaic Panels
|
||||||
|
@PART[solarPanelSP10C]
|
||||||
|
{
|
||||||
|
@author = Chris Adderley (Nertea)
|
||||||
|
!mesh = DELETE
|
||||||
|
!MODEL,* {}
|
||||||
|
MODEL
|
||||||
|
{
|
||||||
|
model = ReStock/Assets/Electrical/restock-solarpanel-round-shrouded-1
|
||||||
|
position = 0.0, 0.0, 0.0
|
||||||
|
scale = 1,1,1
|
||||||
|
rotation = 0, 0, 0
|
||||||
|
}
|
||||||
|
@MODULE[ModuleDeployableSolarPanel]
|
||||||
|
{
|
||||||
|
@animationName = PanelsExtend
|
||||||
|
@secondaryTransformName = sunCatcher
|
||||||
|
%pivotName = B_PanelSunPivot
|
||||||
|
@breakName = B_PanelPitch
|
||||||
|
}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = ModuleRestockDeployableMeshHider
|
||||||
|
transformName = Panels
|
||||||
|
}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = ModuleRestockDepthMask
|
||||||
|
maskTransform = DepthMask
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// OX-10L Photovoltaic Panels
|
||||||
|
@PART[solarPanelOX10L]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||||
|
{
|
||||||
|
@author = Beale
|
||||||
|
!mesh = DELETE
|
||||||
|
!MODEL,* {}
|
||||||
|
MODEL
|
||||||
|
{
|
||||||
|
model = ReStock/Assets/Electrical/restock-ox-10l
|
||||||
|
position = 0.0, 0.0, 0.0
|
||||||
|
scale = 1,1,1
|
||||||
|
rotation = 0, 0, 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// SP-10L Photovoltaic Panels
|
||||||
|
@PART[solarPanelSP10L]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||||
|
{
|
||||||
|
@author = Beale
|
||||||
|
!mesh = DELETE
|
||||||
|
!MODEL,* {}
|
||||||
|
MODEL
|
||||||
|
{
|
||||||
|
model = ReStock/Assets/Electrical/restock-sp-10l
|
||||||
|
position = 0.0, 0.0, 0.0
|
||||||
|
scale = 1,1,1
|
||||||
|
rotation = 0, 0, 0
|
||||||
|
}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = ModuleRestockDepthMask
|
||||||
|
maskTransform = mask
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
// - LV-N "Nerv" Atomic Rocket Motor (nuclearEngine)
|
// - LV-N "Nerv" Atomic Rocket Motor (nuclearEngine)
|
||||||
// - S3 KS-25 "Vector" Liquid Fuel Engine (SSME)
|
// - S3 KS-25 "Vector" Liquid Fuel Engine (SSME)
|
||||||
// - LV-909 "Terrier" Liquid Fuel Engine (liquidEngine3_v2)
|
// - LV-909 "Terrier" Liquid Fuel Engine (liquidEngine3_v2)
|
||||||
// - LV-T30 "Reliant" Liquid Fuel Engine (liquidEngine)
|
// - LV-T30 "Reliant" Liquid Fuel Engine (liquidEngine_v2)
|
||||||
// - LV-T45 "Swivel" Liquid Fuel Engine (liquidEngine2)
|
// - LV-T45 "Swivel" Liquid Fuel Engine (liquidEngine2_v2)
|
||||||
// - Mk-55 "Thud" Liquid Fuel Engine (radialLiquidEngine1-2) - FX only
|
// - Mk-55 "Thud" Liquid Fuel Engine (radialLiquidEngine1-2) - FX only
|
||||||
// - T-1 Toroidal "Aerospike" Liquid Fuel Engine (toroidalAerospike) - FX only
|
// - T-1 Toroidal "Aerospike" Liquid Fuel Engine (toroidalAerospike) - FX only
|
||||||
|
|
||||||
@ -904,14 +904,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// LV-T30 "Reliant" Liquid Fuel Engine
|
// LV-T30 "Reliant" Liquid Fuel Engine
|
||||||
@PART[liquidEngine]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
@PART[liquidEngine_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||||
{
|
{
|
||||||
@author = Porkjet and Chris Adderley (Nertea)
|
@author = Porkjet and Chris Adderley (Nertea)
|
||||||
!mesh = DELETE
|
!mesh = DELETE
|
||||||
!MODEL {}
|
!MODEL {}
|
||||||
MODEL
|
MODEL
|
||||||
{
|
{
|
||||||
model = ReStock/Assets/Engine/restock-engine-reliant-1
|
model = ReStock/Assets/Engine/restock-engine-reliant-2
|
||||||
}
|
}
|
||||||
%rescaleFactor = 1
|
%rescaleFactor = 1
|
||||||
@scale = 1
|
@scale = 1
|
||||||
@ -1021,16 +1021,17 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
@bulkheadProfiles = srf, size1
|
@bulkheadProfiles = srf, size1
|
||||||
%node_attach = 0.0, 0.90182625, 0.0, 0.0, 1.0, 0.0, 1
|
|
||||||
@node_stack_top = 0.0, 0.90182625, 0.0, 0.0, 1.0, 0.0
|
%node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1
|
||||||
@node_stack_bottom = 0.0, -0.90925375, 0.0, 0.0, -1.0, 0.0
|
|
||||||
|
!MODULE[ModulePartVariants] {}
|
||||||
MODULE
|
MODULE
|
||||||
{
|
{
|
||||||
name = ModulePartVariants
|
name = ModulePartVariants
|
||||||
baseVariant = Size1
|
baseVariant = TrussMount
|
||||||
VARIANT
|
VARIANT
|
||||||
{
|
{
|
||||||
name = Size1
|
name = TrussMount
|
||||||
displayName = #LOC_Restock_variant-engine_size1_white
|
displayName = #LOC_Restock_variant-engine_size1_white
|
||||||
primaryColor = #999999
|
primaryColor = #999999
|
||||||
secondaryColor = #ffffff
|
secondaryColor = #ffffff
|
||||||
@ -1051,7 +1052,7 @@
|
|||||||
}
|
}
|
||||||
VARIANT
|
VARIANT
|
||||||
{
|
{
|
||||||
name = Boattail
|
name = Shroud
|
||||||
displayName = #LOC_Restock_variant-engine_boattail_white
|
displayName = #LOC_Restock_variant-engine_boattail_white
|
||||||
primaryColor = #ffffff
|
primaryColor = #ffffff
|
||||||
secondaryColor = #ffffff
|
secondaryColor = #ffffff
|
||||||
@ -1072,7 +1073,7 @@
|
|||||||
}
|
}
|
||||||
VARIANT
|
VARIANT
|
||||||
{
|
{
|
||||||
name = Compact
|
name = Bare
|
||||||
displayName = #LOC_Restock_variant-engine_compact_white
|
displayName = #LOC_Restock_variant-engine_compact_white
|
||||||
primaryColor = #666666
|
primaryColor = #666666
|
||||||
secondaryColor = #ffffff
|
secondaryColor = #ffffff
|
||||||
@ -1155,6 +1156,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@MODULE[ModuleSurfaceFX]
|
||||||
|
{
|
||||||
|
@thrustProviderModuleIndex= 0
|
||||||
|
}
|
||||||
@MODULE[ModuleEngines]
|
@MODULE[ModuleEngines]
|
||||||
{
|
{
|
||||||
@name = ModuleEnginesFX
|
@name = ModuleEnginesFX
|
||||||
@ -1245,20 +1250,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// LV-T45 "Swivel" Liquid Fuel Engine
|
// LV-T45 "Swivel" Liquid Fuel Engine
|
||||||
@PART[liquidEngine2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
@PART[liquidEngine2_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||||
{
|
{
|
||||||
@author = Porkjet and Chris Adderley (Nertea)
|
@author = Porkjet and Chris Adderley (Nertea)
|
||||||
!mesh = DELETE
|
!mesh = DELETE
|
||||||
!MODEL {}
|
!MODEL {}
|
||||||
MODEL
|
MODEL
|
||||||
{
|
{
|
||||||
model = ReStock/Assets/Engine/restock-engine-swivel-1
|
model = ReStock/Assets/Engine/restock-engine-swivel-2
|
||||||
}
|
}
|
||||||
@bulkheadProfiles = srf, size1
|
@bulkheadProfiles = srf, size1
|
||||||
rescaleFactor = 1.0
|
%rescaleFactor = 1.0
|
||||||
@node_stack_top = 0.0, 9.0182625, 0.0, 0.0, 1.0, 0.0
|
%node_attach = 0.0, 0, 0.0, 0.0, 1.0, 0.0, 1
|
||||||
@node_stack_bottom = 0.0, -7.179225, 0.0, 0.0, -1.0, 0.0
|
|
||||||
%node_attach = 0.0, 9.0182625, 0.0, 0.0, 1.0, 0.0, 1
|
|
||||||
@attachRules = 1,1,1,0,0
|
@attachRules = 1,1,1,0,0
|
||||||
!DRAG_CUBE {}
|
!DRAG_CUBE {}
|
||||||
DRAG_CUBE
|
DRAG_CUBE
|
||||||
@ -1275,6 +1278,8 @@
|
|||||||
!sound_rocket_hard = DELETE
|
!sound_rocket_hard = DELETE
|
||||||
!sound_vent_soft = DELETE
|
!sound_vent_soft = DELETE
|
||||||
!sound_explosion_low = DELETE
|
!sound_explosion_low = DELETE
|
||||||
|
|
||||||
|
!MODULE[ModulePartVariants] {}
|
||||||
EFFECTS
|
EFFECTS
|
||||||
{
|
{
|
||||||
engage
|
engage
|
||||||
@ -1351,18 +1356,23 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@MODULE[ModuleSurfaceFX]
|
||||||
|
{
|
||||||
|
@thrustProviderModuleIndex= 0
|
||||||
|
}
|
||||||
@MODULE[ModuleEngines]
|
@MODULE[ModuleEngines]
|
||||||
{
|
{
|
||||||
@name = ModuleEnginesFX
|
@name = ModuleEnginesFX
|
||||||
%runningEffectName = fx-swivel-running
|
%runningEffectName = fx-swivel-running
|
||||||
}
|
}
|
||||||
|
|
||||||
MODULE
|
MODULE
|
||||||
{
|
{
|
||||||
name = ModulePartVariants
|
name = ModulePartVariants
|
||||||
baseVariant = Size1
|
baseVariant = TrussMount
|
||||||
VARIANT
|
VARIANT
|
||||||
{
|
{
|
||||||
name = Size1
|
name = TrussMount
|
||||||
displayName = #LOC_Restock_variant-engine_size1_white
|
displayName = #LOC_Restock_variant-engine_size1_white
|
||||||
primaryColor = #999999
|
primaryColor = #999999
|
||||||
secondaryColor = #ffffff
|
secondaryColor = #ffffff
|
||||||
@ -1389,7 +1399,7 @@
|
|||||||
}
|
}
|
||||||
VARIANT
|
VARIANT
|
||||||
{
|
{
|
||||||
name = Boattail
|
name = Shroud
|
||||||
displayName = #LOC_Restock_variant-engine_boattail_white
|
displayName = #LOC_Restock_variant-engine_boattail_white
|
||||||
primaryColor = #ffffff
|
primaryColor = #ffffff
|
||||||
secondaryColor = #ffffff
|
secondaryColor = #ffffff
|
||||||
@ -1416,7 +1426,7 @@
|
|||||||
}
|
}
|
||||||
VARIANT
|
VARIANT
|
||||||
{
|
{
|
||||||
name = Compact
|
name = Bare
|
||||||
displayName = #LOC_Restock_variant-engine_compact_white
|
displayName = #LOC_Restock_variant-engine_compact_white
|
||||||
primaryColor = #666666
|
primaryColor = #666666
|
||||||
secondaryColor = #ffffff
|
secondaryColor = #ffffff
|
||||||
@ -1534,6 +1544,7 @@
|
|||||||
gimbalResponseSpeed = 8
|
gimbalResponseSpeed = 8
|
||||||
useGimbalResponseSpeed = true
|
useGimbalResponseSpeed = true
|
||||||
}
|
}
|
||||||
|
!MODULE[FXModuleLookAtConstraint] {}
|
||||||
MODULE
|
MODULE
|
||||||
{
|
{
|
||||||
name = FXModuleLookAtConstraint
|
name = FXModuleLookAtConstraint
|
||||||
|
@ -121,7 +121,7 @@
|
|||||||
{
|
{
|
||||||
@name = ModuleEnginesFX
|
@name = ModuleEnginesFX
|
||||||
%runningEffectName = fx-poodle-running
|
%runningEffectName = fx-poodle-running
|
||||||
}s
|
}
|
||||||
!MODULE[FXModuleLookAtConstraint] {}
|
!MODULE[FXModuleLookAtConstraint] {}
|
||||||
MODULE
|
MODULE
|
||||||
{
|
{
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
{
|
{
|
||||||
@author = Chris Adderley (Nertea)
|
@author = Chris Adderley (Nertea)
|
||||||
!mesh = DELETE
|
!mesh = DELETE
|
||||||
!MODEL = {}
|
!MODEL {}
|
||||||
MODEL
|
MODEL
|
||||||
{
|
{
|
||||||
model = ReStock/Assets/Engine/restock-engine-rhino-1
|
model = ReStock/Assets/Engine/restock-engine-rhino-1
|
||||||
@ -20,7 +20,6 @@
|
|||||||
cube = 0, 15.48,0.7679,2.678, 15.48,0.7679,2.743, 11.07,0.9882,0.3025, 11.06,0.7086,4, 15.48,0.7679,2.678, 15.48,0.7679,2.743, 0.002109,-0.5297,-0.002108, 5.308,4.086,5.308
|
cube = 0, 15.48,0.7679,2.678, 15.48,0.7679,2.743, 11.07,0.9882,0.3025, 11.06,0.7086,4, 15.48,0.7679,2.678, 15.48,0.7679,2.743, 0.002109,-0.5297,-0.002108, 5.308,4.086,5.308
|
||||||
cube = 1, 11.59,0.7684,2.41, 11.59,0.7684,2.426, 11,0.5,3.35, 11,0.5,2.257, 11.59,0.7685,2.41, 11.59,0.7681,2.41, 0,-0.8842,0, 3.765,3.374,3.765
|
cube = 1, 11.59,0.7684,2.41, 11.59,0.7684,2.426, 11,0.5,3.35, 11,0.5,2.257, 11.59,0.7685,2.41, 11.59,0.7681,2.41, 0,-0.8842,0, 3.765,3.374,3.765
|
||||||
}
|
}
|
||||||
#node_stack_bottom02 = 0.0, -2.536873, 0.0, 0.0, -1.0, 0.0, 3
|
|
||||||
%node_attach = 0.0, 1.487975, 0.0, 0.0, 1.0, 0.0, 3
|
%node_attach = 0.0, 1.487975, 0.0, 0.0, 1.0, 0.0, 3
|
||||||
@attachRules = 1,1,1,0,0
|
@attachRules = 1,1,1,0,0
|
||||||
!EFFECTS {}
|
!EFFECTS {}
|
||||||
@ -272,7 +271,7 @@
|
|||||||
{
|
{
|
||||||
@author = Chris Adderley (Nertea)
|
@author = Chris Adderley (Nertea)
|
||||||
!mesh = DELETE
|
!mesh = DELETE
|
||||||
!MODEL = {}
|
!MODEL {}
|
||||||
MODEL
|
MODEL
|
||||||
{
|
{
|
||||||
model = ReStock/Assets/Engine/restock-engine-mammoth-1
|
model = ReStock/Assets/Engine/restock-engine-mammoth-1
|
||||||
|
@ -115,7 +115,7 @@
|
|||||||
@damagedTransformName = WheelBusted
|
@damagedTransformName = WheelBusted
|
||||||
@undamagedTransformName = Wheel
|
@undamagedTransformName = Wheel
|
||||||
}
|
}
|
||||||
!MODULE[FXModuleLookAtConstraint]
|
!MODULE[FXModuleLookAtConstraint]{}
|
||||||
MODULE
|
MODULE
|
||||||
{
|
{
|
||||||
name = ModuleRestockConstraints
|
name = ModuleRestockConstraints
|
||||||
|
@ -387,7 +387,6 @@
|
|||||||
displayName = #LOC_Restock_variant-surface_thermalblankets
|
displayName = #LOC_Restock_variant-surface_thermalblankets
|
||||||
primaryColor = #ffffff
|
primaryColor = #ffffff
|
||||||
GAMEOBJECTS
|
GAMEOBJECTS
|
||||||
GAMEOBJECTS
|
|
||||||
{
|
{
|
||||||
PanelBasic = false
|
PanelBasic = false
|
||||||
PanelHollow = false
|
PanelHollow = false
|
||||||
@ -503,7 +502,6 @@
|
|||||||
displayName = #LOC_Restock_variant-surface_thermalblankets
|
displayName = #LOC_Restock_variant-surface_thermalblankets
|
||||||
primaryColor = #ffffff
|
primaryColor = #ffffff
|
||||||
GAMEOBJECTS
|
GAMEOBJECTS
|
||||||
GAMEOBJECTS
|
|
||||||
{
|
{
|
||||||
PanelXLBasic = false
|
PanelXLBasic = false
|
||||||
PanelXLHollow = false
|
PanelXLHollow = false
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user