Hi Bobingabout,
Not sure if you are still interested in improving/fixing your (excellent) mod collection but I thought I'd give you access to some proper high power sci-fi sounds I edited for the Plasma Turrets.
The link on mediafire for the OGG files: http://www.mediafire.com/file/3yygfyl000h9xbf/Plasma_Turrets_sounds.zip/file
I edited the mod myself, adding these sounds to the various tiers of turrets. The "plasma-shot" group is generated randomly when a charges hit anything. In the "effects.lua" file, under "plasma-explosion" I used this:
sound =
{
aggregation =
{
max_count = 1,
remove = true
},
variations =
{
{
filename = "bobwarfare/sounds/plasma-hit1.ogg",
volume = 1.0
},
{
filename = "bobwarfare/sounds/plasma-hit2.ogg",
volume = 1.0
},
{
filename = "bobwarfare/sounds/plasma-hit3.ogg",
volume = 1.0
},
{
filename = "bobwarfare/sounds/plasma-hit4.ogg",
volume = 1.0
},
{
filename = "bobwarfare/sounds/plasma-hit5.ogg",
volume = 1.0
},
{
filename = "bobwarfare/sounds/plasma-hit6.ogg",
volume = 1.0
}
}
},
For the "plasma-shot" sounds, I assigned sound 1 to Tier 1, sound 2 to tier 2 and so on and so forth for each tier:
In "\Entity\turrets.lua", for each plasma turrets:
sound = {{ filename = "bobwarfare/sounds/plasma-shot1.ogg", volume = 1 }},
For the Tier 1, slow belt, the white/grey ones, I made this appropriately pitched sound:
http://www.mediafire.com/file/gznf1hkv5onrnnt/transport-belt-slow.ogg/file