Bob's Warfare


Make things for warfare.

Content
2 months ago
0.13 - 1.1
241K
Combat

g Proper Sounds for Plasma Turrets and Tier 1 belt (white/grey)

4 years ago
(updated 4 years ago)

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

New response