Mite, Shrimp replacements

This commit is contained in:
ChrisAdderley
2019-10-18 11:39:03 -07:00
parent 6ea78d95f1
commit 86b8cc5ce0
8 changed files with 24 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

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

View File

@ -4,7 +4,7 @@
// - F3S0 'Shrimp' SRB ()
// FM1 'Mite' SRB
@PART[SRBTBD]
@PART[Mite]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
@ -14,6 +14,14 @@
model = ReStock/Assets/Engine/restock-engine-srb-mite-1
}
%rescaleFactor = 1
!fx_exhaustFlame_yellow_thin = DELETE
!fx_exhaustSparks_yellow = DELETE
!fx_smokeTrail_medium_thin = DELETE
!sound_vent_medium = DELETE
!sound_rocket_hard = DELETE
!sound_vent_soft = DELETE
!sound_explosion_low = DELETE
!EFFECTS {}
EFFECTS
{
@ -22,7 +30,7 @@
AUDIO
{
channel = Ship
clip = sound_vent_medium
clip = sound_vent_soft
volume = 1.0
pitch = 2.0
loop = false
@ -85,10 +93,12 @@
}
}
}
@MODULE[ModuleEnginesFX]
@MODULE[ModuleEngines]
{
@name = ModuleEnginesFX
%runningEffectName = fx-mite-running
}
!MODULE[FXModuleAnimateThrottle] {}
MODULE
{
name = FXModuleThrottleEffects
@ -168,7 +178,7 @@
}
// F3S0 'Shrimp' SRB
@PART[SRBTBD]
@PART[Shrimp]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
@ -178,6 +188,13 @@
model = ReStock/Assets/Engine/restock-engine-srb-shrimp-1
}
%rescaleFactor = 1
!fx_exhaustFlame_yellow_thin = DELETE
!fx_exhaustSparks_yellow = DELETE
!fx_smokeTrail_medium_thin = DELETE
!sound_vent_medium = DELETE
!sound_rocket_hard = DELETE
!sound_vent_soft = DELETE
!sound_explosion_low = DELETE
EFFECTS
{
engage
@ -248,10 +265,12 @@
}
}
}
@MODULE[ModuleEnginesFX]
@MODULE[ModuleEngines]
{
@name = ModuleEnginesFX
%runningEffectName = fx-shrimp-running
}
!MODULE[FXModuleAnimateThrottle] {}
MODULE
{
name = FXModuleThrottleEffects