No video

How sound effects might work in Powder Toy

  Рет қаралды 11,647

tanookipear

tanookipear

Күн бұрын

A "simple" explanation
#science
#soundeffects
#powdertoy
0:00 Intro
0:56 sound effects
3:55 music
5:40 Both
7:23 Extra details
8:52 outro
This video might not make sense if you don't play Powder Toy.

Пікірлер: 112
@xcreeperbombx61
@xcreeperbombx61 2 жыл бұрын
I think that a way this could be done is with two more varibles per particles, a tiny bit of code, some sound files, and a function: A varible called "sfx" that is used to link a sound file with a particle, A varible called "soundtype" which is between 0 and 1 and determines how ambient or triggered the sound is, And a fuction called "triggersound" which plays the sound using the trigger data. Also, code that plays the particle at soundtype/10000 * [particles of the type onscreen] volume. For example: Singularity is tied to a sound of something getting sucked in, and soundtype is set to 0.5. It plays a half-volume version of the sucking sound ambiently, but when eating a particle, plays it at full volume. Unfortunetely, I don't know how to make a mod :/
@tanookipear7494
@tanookipear7494 2 жыл бұрын
Thank you! This is essentially the psedocode version of the idea I came up with. I'm pinning this comment!
@xcreeperbombx61
@xcreeperbombx61 2 жыл бұрын
@@tanookipear7494 Thanks!
@andresdorta5354
@andresdorta5354 2 жыл бұрын
How do i get that sound i downloaded for android tell me please
@tanookipear7494
@tanookipear7494 2 жыл бұрын
@@andresdorta5354 This isn't in the the game, it's a suggestion
@sandraadelmann3108
@sandraadelmann3108 Жыл бұрын
​​@@tanookipear7494 how do i turn on sounds in powder toy on mobile or PC?
@veryveryoldacccc75775
@veryveryoldacccc75775 3 жыл бұрын
Imagine commiting crimes against humanity with body v5 and then that calm music starts playing in the background lol
@spycrab3723
@spycrab3723 2 жыл бұрын
minecraft players
@yayitsafreakingrandomchannelxd
@yayitsafreakingrandomchannelxd 3 жыл бұрын
I would call the game "Element Box" if it had sounds.
@morlanius
@morlanius 3 жыл бұрын
Grouping particles is just kicking the can down the road. A better idea would be to think like MIDI and use channels, each particle type adds an instrument channel as long as there is 1 on the screen. The loudness of that channel then tied to the number of particles on the screen.
@tanookipear7494
@tanookipear7494 3 жыл бұрын
That's what i was trying to suggest in the video, maybe I didn't explain well enough.
@awesomeknight_1170
@awesomeknight_1170 3 жыл бұрын
Imagine someone actually made a mod for the powder toy that's like this
@MasenMonster
@MasenMonster 3 жыл бұрын
THIS SHOULD HAVE BEEN ADDED LONG AGO!
@sokzpieprzu
@sokzpieprzu 3 жыл бұрын
Privet TPT players! Good idea btw
@tanookipear7494
@tanookipear7494 3 жыл бұрын
Thank you
@lukandrate9866
@lukandrate9866 3 жыл бұрын
Privetus
@qqw1-101
@qqw1-101 2 жыл бұрын
with a little tweaking this would prob be perfect for the game. im already thinking about an electronic that plays certain pitches, the pitch would be linked to the particle's temperature, and the volume(linked to life) should be capped to a maximum value. these particles could open the door for a whole new musical section of the community. and if multiple of them play at the same pitch, the volume shouldnt stack bc, well, ppl would most likely exploit this to troll others, but they should still be able to layer different pitches for chords. they would need pscn to activate, and nscn to deactivate, so we have precise control of when they start making sound.
@tanookipear7494
@tanookipear7494 2 жыл бұрын
I agree with having a soung generator, but what I'm talking about here is a way of having sound for every particle in the game.
@qqw1-101
@qqw1-101 2 жыл бұрын
@@tanookipear7494 ye ik
@belltower5857
@belltower5857 3 жыл бұрын
this should rename powder toy to free asmr for people who like sounds
@tanookipear7494
@tanookipear7494 3 жыл бұрын
I... what?
@erridkforname
@erridkforname 3 жыл бұрын
@@tanookipear7494 btw what would the sound ice !set ctype ice sing !set tmp ice 100000000000 Sound like? Answer *10K 500 megaton bombs going off*
@antarctica1341
@antarctica1341 2 жыл бұрын
@@erridkforname sound of tsar bomb? the biggest and strongest nuke ever detonated?
@erridkforname
@erridkforname 2 жыл бұрын
@@antarctica1341 probrably a 2 gigaton bomb
@antarctica1341
@antarctica1341 2 жыл бұрын
@@erridkforname yeah thats what i think
@spacex6997
@spacex6997 2 жыл бұрын
I love listening to casual music while playing with uranium
@tanookipear7494
@tanookipear7494 2 жыл бұрын
Ahh, what a wonderful relaxing day to nuke a city
@tanookipear7494
@tanookipear7494 3 жыл бұрын
If anyone is a modder with the skills to make something like this (or a powder toy dev), contact me. My email is tanookipear@gmail.com
@tanookipear7494
@tanookipear7494 3 жыл бұрын
@@ethanhanks200 no one has responded yet, but i'll put one if anyone ever responds
@AstroSamDev
@AstroSamDev 3 жыл бұрын
I dont know if anybody has already made this, but I've been playing around with modding tpt recently and I'll see if I am able to implement this, somehow lol
@tanookipear7494
@tanookipear7494 3 жыл бұрын
@@AstroSamDev Thank you! if you need sounds for the mod, just ask me.
@norwegiansmores811
@norwegiansmores811 3 жыл бұрын
@@tanookipear7494 just make sure its not copyrighted. allthough i believe astrosam can figure that one out themselves.
@mstech-gamingandmore1827
@mstech-gamingandmore1827 3 жыл бұрын
Maybe it can be done as a mod using a lua script
@nieldoesyt
@nieldoesyt 2 жыл бұрын
for someone who knows how to make a mod this would actually be pretty simple, the biggest problem would most likely be time, this is because not only would the modder need to repeat a script and sometimes change it a bit for EVERY ELEMENT, but they would also need to find sound effects for every element and even find multiple variations of sounds for that element, but it is definitely a cool idea!
@tanookipear7494
@tanookipear7494 2 жыл бұрын
If any modders contact me about making this, I can make a video with sounds for every element for them to use. I'm an ametur sound designer. It's also nice to hear that this idea could be feasible.
@nieldoesyt
@nieldoesyt 2 жыл бұрын
@@tanookipear7494 If i knew how to code in LUA i would totally make this mod, it is a very cool concept. (That being said i'm getting into some coding so i might try learning a bit of LUA on the way, i'm not sure.)
@rml3d293
@rml3d293 2 жыл бұрын
the powder toy should have this complement
@costbubbles8336
@costbubbles8336 3 жыл бұрын
"how sound effects might work in Powder Toy" *hear them and go to the settings to turn them off immediately*
@tanookipear7494
@tanookipear7494 3 жыл бұрын
:(
@windowsxpmemesandstufflol
@windowsxpmemesandstufflol 2 жыл бұрын
To be fair It’s really hard to get good sound effects
@mad_6519
@mad_6519 2 жыл бұрын
What if (and I know this sounds a bit far fetched) it simulated vibrations from particles and used that info to simulate sounds. and that way you could probably make speakers
@e7leopard919
@e7leopard919 2 жыл бұрын
I think TPT should have some kind of note block like on minecraft so. You set it ctype to change the instrument/sound You set the temperature to set the pitch/note "Similar like how portal and wifi use" Use tmp 1 to loop the sound PSCN to turn on NSCN to turn off 'if looped' Example: Note: temperature 100 ctype Rock no looping would make low drum sound So with this you could make music!
@tanookipear7494
@tanookipear7494 2 жыл бұрын
Cool idea!
@-InTheProcess-
@-InTheProcess- Ай бұрын
Why hasn't this been added? This would be amazing! Hey Powder Toy Devs, here is an idea! When you guys release it to steam, add sounds and music. If it is already there, add it as a major update. This would be amazing and take the game to the next level!
@endermannull4420
@endermannull4420 2 жыл бұрын
Ah yes, sound effects. Now my dodgy polonium reactors will sound like an analog TV!
@paranormalackivvity4866
@paranormalackivvity4866 2 жыл бұрын
*now get a neutron nuke with sound*
@hyryos8814
@hyryos8814 3 жыл бұрын
Have you made an complete mod of this yet?
@joshrivet6225
@joshrivet6225 2 жыл бұрын
imagine creating a nuke while a calming chip tune soundtrack is in. the back lol, still great video though
@tanookipear7494
@tanookipear7494 2 жыл бұрын
Music that doesn't fit is a staple of sandbox games like terraria and minecraft, I think soft piano while a city is being razed to the ground would be the epitome of that
@nevinfarkas7695
@nevinfarkas7695 2 жыл бұрын
Nice
@Napoleon_e2
@Napoleon_e2 3 күн бұрын
i would like there to be a wind sound when there is pressure and an explosion sound when it exceeds 10
@perryzheng8372
@perryzheng8372 3 жыл бұрын
i never knew that BUBW turns into co2 when you drop a powder into it :D
@tanookipear7494
@tanookipear7494 3 жыл бұрын
I didn't either. I was just recording some footage and that just... happened. It's pretty cool.
@ultraapple3997
@ultraapple3997 2 жыл бұрын
It's called cobonated water fir a reason.
@tomatematheus13
@tomatematheus13 3 жыл бұрын
3:16 asmr for sleep - u -
@Marcy53Volkswagen
@Marcy53Volkswagen Жыл бұрын
you could also choose like soundtracks or lower volume
@t4g2s
@t4g2s 3 жыл бұрын
How can PT determine how many particles there are in scene and find state of them ??
@tanookipear7494
@tanookipear7494 3 жыл бұрын
When you ask the program to change all of one particle into another it does it instantly, showing that the amount of a certain type of particle is pretty easy to track.
@t4g2s
@t4g2s 3 жыл бұрын
@@tanookipear7494 yeah, but there is difference every frame andonce in a while. As far as I know, the world is one big 2d grid , and it is not so fast to lookup whole grid to see how many particles there are.
@autumnrah
@autumnrah 3 жыл бұрын
imagine a nuke going off with this lmao
@xerosfs
@xerosfs 3 жыл бұрын
It should play a flash bang sound, you know, the really high pitched noise?
@erridkforname
@erridkforname 3 жыл бұрын
How about put some ice Go to console And do !set ctype ice sing And !set tmp ice 100000 And after that heat up the ice
@HafJaf
@HafJaf 2 жыл бұрын
Now you get to bake your ears as well!
@sandraadelmann3108
@sandraadelmann3108 Жыл бұрын
How does powder toy has sounds ?
@tanookipear7494
@tanookipear7494 3 жыл бұрын
Guys, does this explanation make any sense?
@hyryos8814
@hyryos8814 3 жыл бұрын
yep
@tanookipear7494
@tanookipear7494 3 жыл бұрын
@@hyryos8814 thank you!
@hyryos8814
@hyryos8814 3 жыл бұрын
Also, what is the name of this song at 0:00 in the video?
@tanookipear7494
@tanookipear7494 3 жыл бұрын
@@hyryos8814 Mario paint - main letter T
@norwegiansmores811
@norwegiansmores811 3 жыл бұрын
copyright still needs to be considered.
@tanookipear7494
@tanookipear7494 3 жыл бұрын
Not sure what this mans, powder toy is and always has been a free, moddable game.
@Boredability
@Boredability 3 жыл бұрын
Why there no flip in sound in powder toy yet lol
@tanookipear7494
@tanookipear7494 3 жыл бұрын
If someone were willing to turn my idea into a mod, I would love that lol. Tell me if you know any modders for the game that would be willing to.
@andresdorta5354
@andresdorta5354 2 жыл бұрын
How do i get that sound
@tanookipear7494
@tanookipear7494 2 жыл бұрын
It's just theoretical. It's not a real mod
@iquit2755
@iquit2755 3 жыл бұрын
Ok
@narimikoaldera5387
@narimikoaldera5387 3 жыл бұрын
top 10 unholy vid
@TheWagonroast
@TheWagonroast 2 жыл бұрын
what would a nuclear reactor sound like
@TheWagonroast
@TheWagonroast 2 жыл бұрын
or a nuke
@tanookipear7494
@tanookipear7494 2 жыл бұрын
@@TheWagonroast loud
@TheWagonroast
@TheWagonroast 2 жыл бұрын
@@tanookipear7494 makes sense
@xhinmaranan212
@xhinmaranan212 2 жыл бұрын
this is why they not maid sound its complently random
@tanookipear7494
@tanookipear7494 2 жыл бұрын
What do you mean?
@xhinmaranan212
@xhinmaranan212 2 жыл бұрын
@@tanookipear7494 there are random to do so it needs may be an ai so the ai can instructions what will sound make
@tanookipear7494
@tanookipear7494 2 жыл бұрын
@@xhinmaranan212 I'm really sorry, I can't understand what you mean.
@joaobravelyt5540
@joaobravelyt5540 3 жыл бұрын
download please? link
@joaobravelyt5540
@joaobravelyt5540 3 жыл бұрын
it would be nice if it had a mod that adds sound
@tanookipear7494
@tanookipear7494 3 жыл бұрын
@@joaobravelyt5540 yea that would be cool, but no one's contacted me about making it
@joaobravelyt5540
@joaobravelyt5540 3 жыл бұрын
@@tanookipear7494 like putting sound in a notepad or some file so the game recognizes the sound mod
@doodlebro.
@doodlebro. 2 жыл бұрын
music is honestly not needed what if you want to torture fighters? you wouldn't see enthusiasm in there... right? other than that, the only thing needed is a beat, which changes based on what the hell is going on, if there's many particles but not many things going on, the beat stays decently calm, but if for example you filled most of the screen with vibr and set the life to 9, the beat's at maximum adrenaline
@tanookipear7494
@tanookipear7494 2 жыл бұрын
ok
@doodlebro.
@doodlebro. 2 жыл бұрын
@@tanookipear7494 tanookiplier
@tanookipear7494
@tanookipear7494 2 жыл бұрын
@@doodlebro. Hello everybody and welcome back to powder toy!
@seedlessplant
@seedlessplant 3 жыл бұрын
or just add a sound element
@tanookipear7494
@tanookipear7494 3 жыл бұрын
That's something completely different from what i'm talking about here
@Neuro537
@Neuro537 3 жыл бұрын
lets better keep this off
@weepgamer
@weepgamer 3 жыл бұрын
No, I don't like the background music personally
@tanookipear7494
@tanookipear7494 3 жыл бұрын
That's fine, it was just an example
@hyryos8814
@hyryos8814 3 жыл бұрын
Is this already a mod?
@tanookipear7494
@tanookipear7494 3 жыл бұрын
I never made a mod of this, unfortunately. I put the idea out there, but i didn't have enough skill to make it myself.
@hyryos8814
@hyryos8814 3 жыл бұрын
@@tanookipear7494 I understand
@dorin-mariancirlan9995
@dorin-mariancirlan9995 3 жыл бұрын
Hi
@tanookipear7494
@tanookipear7494 3 жыл бұрын
hello
@dorin-mariancirlan9995
@dorin-mariancirlan9995 3 жыл бұрын
@@tanookipear7494 good idea but it dependes on what PC You have bcs the sound would brack
@tanookipear7494
@tanookipear7494 3 жыл бұрын
@@dorin-mariancirlan9995 I would think with a bit of tweaking it could work on even a slow pc.
@BelldofersMatlack
@BelldofersMatlack 2 жыл бұрын
The heck is up with the cursor
@tanookipear7494
@tanookipear7494 2 жыл бұрын
Obs hates me
@BelldofersMatlack
@BelldofersMatlack 2 жыл бұрын
Oof
@Andro.d
@Andro.d 3 жыл бұрын
Just no, .
@tanookipear7494
@tanookipear7494 2 жыл бұрын
okay
@Socks122
@Socks122 2 жыл бұрын
epic video, but please centre ur mouse :D
Comparison: 50 Signs You Might Be A Genius
3:03
WatchData
Рет қаралды 313 М.
🇺🇸 DOES YOUR FLAG FAIL?  Grey Grades State Flags!
18:53
CGP Grey
Рет қаралды 10 МЛН
Викторина от МАМЫ 🆘 | WICSUR #shorts
00:58
Бискас
Рет қаралды 5 МЛН
Llegó al techo 😱
00:37
Juan De Dios Pantoja
Рет қаралды 59 МЛН
Каха заблудился в горах
00:57
К-Media
Рет қаралды 10 МЛН
PLASMA TORCHES in The Powder Toy!
24:24
Spike Viper
Рет қаралды 35 М.
Worst CAPTCHA Ever
17:37
tamago2474
Рет қаралды 1,9 МЛН
Dear Game Developers, Stop Messing This Up!
22:19
Jonas Tyroller
Рет қаралды 699 М.
10 FORBIDDEN Sorting Algorithms
9:41
Ardens
Рет қаралды 831 М.
PLASMA RE ENTRY POD with Graphene in The Powder Toy!
16:49
Spike Viper
Рет қаралды 34 М.
Making a VIRUS for a Game Jam (and almost winning)
9:36
Deynum Studio
Рет қаралды 304 М.
Mouse Cursor History (and why I made my own)
15:09
Posy
Рет қаралды 2,6 МЛН
THE DEMON CORE in The Powder Toy!
14:09
Spike Viper
Рет қаралды 31 М.