Space Engineers

Space Engineers

60 ratings
Isy's Sound Randomizer
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
1.797 KB
7 May, 2018 @ 8:48am
14 May, 2018 @ 6:02am
7 Change Notes ( view )

Subscribe to download
Isy's Sound Randomizer

In 1 collection by Isy
Isy's Mini Script Series
7 items
Description
This script lets you randomly play sounds of a soundblock. Great for ambient soundpacks.

Current Version:
Version: 1.0.5
Date: 2018-05-14

Main features:
  • Play sounds in a fixed interval or adjustable random interval
  • Play sounds in order or random order
  • Use search filter to find sounds

Setup:
  • set up a programmable block with the script
  • change the settings in the PB to your likings
  • no timer required
  • Note: Game has to be in experimental mode and ingame scripts have to enabled in world options!

Join my discord:

You need additional help, want to make suggestions or just want be up to date about my scripts? Join my discord server:
https://discord.gg/gY9aUUy

Wanna buy me a beer?

If you like my work, you can buy me a beer via PayPal:
http://paypal.me/derisy/1

Thanks to all my donators so far!
32 Comments
Deapri 24 Jan, 2024 @ 3:32pm 
Isy, would it be too much trouble to add an argument to skip a sound if ddesired?


void Main(string argument)
{
if(argument == "next")

{

firstRun = true;
}
Deapri 24 Jan, 2024 @ 4:21am 
Thanks for this Isy, was looking for a was to play a mix track while salvaging via a sound block.
MacMooey 31 May, 2022 @ 3:32pm 
Okay, I was unaware. Still new to the modding scene of SE, thank you so much!
Isy  [author] 31 May, 2022 @ 1:55am 
That's because you put it in the MOD list... Scripts are not mods! They have to be subscribed by every user and then loaded into programmable blocks.. Watch this video for more informations about how to do it:

https://youtu.be/NkhZ7BbYgvc
MacMooey 30 May, 2022 @ 7:23pm 
Hey Isy, every time I attempt to load your script in a world, I get a fatal error and the script fails to load.
Sindobaddo 14 Apr, 2022 @ 4:55am 
oh... damn, well thank you anyway
Isy  [author] 14 Apr, 2022 @ 1:19am 
No, it's more likely meant to play some ambient background noises now and then.. For your case, you'd need two sound blocks that are triggered by the sensors directly..
Sindobaddo 13 Apr, 2022 @ 9:36am 
can this script use a sensor to trigger a specified sound? and another sensor to trigger a different specified sound on the same sound block? or is it only meant for random?
Isy  [author] 24 Feb, 2022 @ 1:21am 
It's definitely possible but would require some work on this script, which I'm honestly not willing to do.. Neither I nor many other people found a good use for it, so you have to take it as-is unfortunately..
waverider6000 23 Feb, 2022 @ 8:00am 
Hi Isy.... thanks for your prompt reply

I think I miss understood your description and was trying to achieve a result that the script isn't designed to do which is a shame.

"Main features: Play sounds in order or random order"

I believe that it will play all sounds in list once before restarting the list, but placing sounds in script one after the other doesn't ensure it will play them in the exact order in script.

wish you could enter a number command before sound in the script so that it knows the order to play. I am not sure if thats possible, I am jealous of those who can code thanks for your time.