mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Mite, Shrimp replacements
This commit is contained in:
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 |
Binary file not shown.
Binary file not shown.
@ -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
|
||||
|
Reference in New Issue
Block a user