-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from ChrisAdderley/dev
Release 0.1.1
- Loading branch information
Showing
9 changed files
with
140 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
122 changes: 122 additions & 0 deletions
122
GameData/WaterfallRestock/Patches/Squad/engineLargeSkipper_v2.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
|
||
|
||
@PART[engineLargeSkipper_v2]:AFTER[ReStock] | ||
{ | ||
|
||
!EFFECTS {} | ||
EFFECTS | ||
{ | ||
engage | ||
{ | ||
AUDIO | ||
{ | ||
channel = Ship | ||
clip = sound_vent_medium | ||
volume = 1.0 | ||
pitch = 2.0 | ||
loop = false | ||
} | ||
} | ||
disengage | ||
{ | ||
AUDIO | ||
{ | ||
channel = Ship | ||
clip = sound_vent_soft | ||
volume = 1.0 | ||
pitch = 2.0 | ||
loop = false | ||
} | ||
} | ||
flameout | ||
{ | ||
PREFAB_PARTICLE | ||
{ | ||
prefabName = fx_exhaustSparks_flameout_2 | ||
transformName = smokePoint | ||
oneShot = true | ||
} | ||
AUDIO | ||
{ | ||
channel = Ship | ||
clip = sound_explosion_low | ||
volume = 1.0 | ||
pitch = 2.0 | ||
loop = false | ||
} | ||
} | ||
fx-skipper-running | ||
{ | ||
AUDIO | ||
{ | ||
channel = Ship | ||
clip = sound_rocket_hard | ||
volume = 0.0 0.0 | ||
volume = 0.01 0.4 | ||
volume = 1.0 1.0 | ||
pitch = 0.0 0.2 | ||
pitch = 0.01 0.6 | ||
pitch = 1.0 1.8 | ||
loop = true | ||
} | ||
|
||
PREFAB_PARTICLE | ||
{ | ||
prefabName = fx_smokeTrail_veryLarge | ||
transformName = smokePoint | ||
emission = 0.0 0.0 | ||
emission = 0.05 0.0 | ||
emission = 0.075 0.25 | ||
emission = 1.0 1.25 | ||
speed = 0.0 0.25 | ||
speed = 1.0 1.0 | ||
localOffset = 0, 0, 1 | ||
} | ||
} | ||
} | ||
MODULE | ||
{ | ||
name = ModuleWaterfallFX | ||
// This is a custom name | ||
moduleID = skipperFX | ||
// This links the effects to a given ModuleEngines | ||
engineID = basicEngine | ||
|
||
// List out all controllers we want available | ||
// This controller scales with atmosphere depth | ||
CONTROLLER | ||
{ | ||
name = atmosphereDepth | ||
linkedTo = atmosphere_density | ||
} | ||
// This controller scales with effective throttle | ||
CONTROLLER | ||
{ | ||
name = throttle | ||
linkedTo = throttle | ||
} | ||
// this controller generates a random value in the range specified | ||
CONTROLLER | ||
{ | ||
name = random | ||
linkedTo = random | ||
range = -1,1 | ||
} | ||
// ----------------------------------------------------- | ||
// Past here should be generated with the ingame editor! | ||
// ----------------------------------------------------- | ||
TEMPLATE | ||
{ | ||
// This is the name of the template to use | ||
templateName = waterfall-kerolox-sustainer-1 | ||
// This field allows you to override the parentTransform name in the EFFECTS contained in the template | ||
overrideParentTransform = thrustTransform | ||
position = 0,0,-0.8 | ||
rotation = 0, 0, 0 | ||
scale = 2, 2, 1.5 | ||
} | ||
|
||
|
||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
{ | ||
"MAJOR":0, | ||
"MINOR":1, | ||
"PATCH":0, | ||
"PATCH":1, | ||
"BUILD":0 | ||
}, | ||
"KSP_VERSION": | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters