Emitters & Shaders (Work in Progress)

  Рет қаралды 10,204

Matthewmatosis Extra

Matthewmatosis Extra

Күн бұрын

KZbin's compression really mangled the rain and film grain effects. Everything else seems visible, although it's a lot more crisp in reality.

Пікірлер: 54
@andude3
@andude3 2 жыл бұрын
If "blue rectangle" is not a playable character option I will be deeply saddened.
@GuyOnAChair
@GuyOnAChair 2 жыл бұрын
Here for his soothing voice.
@TectonicImprov
@TectonicImprov 2 жыл бұрын
In case you didn't already know this, but a way of getting around KZbin's compression is rendering videos in a higher resolution. Even if the files themselves are 1080p, rendering in 4k or even 1440p will get around the compression KZbin seems to do with 1080p videos. They specifically throttle that option the most, likely because it's the most common resolution to upload to
@gusonian8637
@gusonian8637 7 ай бұрын
Do you upload as 1080p or 1440?
@TectonicImprov
@TectonicImprov 7 ай бұрын
@@gusonian8637 I usually render and upload at 4k. Doing 1440p should work fine though.
@nickkerinklio8239
@nickkerinklio8239 2 жыл бұрын
Still planning on ripping off Ape Escape? I’d buy it
@TheDepressedTurtle
@TheDepressedTurtle 2 жыл бұрын
what do you mean by this
@nickkerinklio8239
@nickkerinklio8239 2 жыл бұрын
@@TheDepressedTurtle he said in a video that he wants to make a game inspired by Ape Escape one day.
@utuberz123456789
@utuberz123456789 2 жыл бұрын
I like this bouncy blue rectangle, keep it as our main character.
@ThatOneGuyYouSaw15
@ThatOneGuyYouSaw15 2 жыл бұрын
this eroge is coming along nicely
@tomholt1080
@tomholt1080 2 жыл бұрын
Hope your doing well Matt! Most of what your saying in these videos goes over my head, but i still find it interesting.
@wrench7_12
@wrench7_12 2 жыл бұрын
Unlike previous videos, I barely understand what is going on and how it set up despite your best efforts trying to explain it, so congratulations, you have officially changed your class to a developer in my mind.
@CribbsTV
@CribbsTV 2 жыл бұрын
Really cool, I hope we keep getting to see more of this stuff.
@zydeas
@zydeas 2 жыл бұрын
Really happy you're getting into visual effects! Particles/fx have always been my favorite thing to create. You're definitely taking the correct approach by making a general purpose emitter object that's reusable.
@Tiger66261
@Tiger66261 2 жыл бұрын
It's super inspiring to see you continue to make progress with this. It's helping me push through with my own indie project. Many thanks Matt.
@duunchannel
@duunchannel 2 жыл бұрын
The shaders section reminds me of how certain monochrome games offer shaders in the menu that you can toggle on and off at whim. In the unlikely event your game ends up monochrome, it would be a cool idea to have that. But even if it's not monochrome it's still a neat idea. Display customization in games is always fun and deserves more exploration IMO.
@matthewmatosisextra
@matthewmatosisextra 2 жыл бұрын
Even though I rarely use them, I like to see options to change the palette or add filters or whatever. Seems like a fairly lightweight way for players to keep the visuals fresh across repeated playthroughs. I'm not committing to doing this (because it might increase the amount of testing substantially) but I'm certainly open to the idea. We'll just have to see how it shakes out.
@Coreagrus
@Coreagrus 2 жыл бұрын
@dune The most recent example of that I've seen is ZeroRanger. Typically the game is green and orange, but I've gotten used to a red and blue palette.
@vystaz
@vystaz 2 жыл бұрын
You're sounding well. Great progress, glad to see what you're up to. Catch you next time.
@astrobeef8231
@astrobeef8231 2 жыл бұрын
I started watching on my computer and it looked great, but my laptop is a bit more crunchy. It's cool to see how far you've pushed the particle system in its capabilities, even if GM handles most of the code. Takes a lot to figure out how to use it in all these niche cases. Shaders are even more impressive. I think they're a much larger can of worms than they first appear, with a barrier to entry and even larger barrier to mastery. Good luck on further development; thanks for sharing your progress
@RamblingCatastrophe
@RamblingCatastrophe 2 жыл бұрын
Drinking game: Every time Matt says the word ‘right’.
@Kriss_ch.
@Kriss_ch. 2 жыл бұрын
Some of these already look pretty neat. I never thought about it before, but I guess various special effects in Touhou Luna Nights or Deedlit for example used those sorts of emitters. I'm partial to the leaves. The shaders I think can be a pretty neat way just to get some variety. Some area where it's all a silhouette or whatever comes to mind. It was definitely worth experimenting with at least. I've played plenty of older games I don't think have any of this stuff that look good, but I've also played some amateur efforts that could've really used some spit and shine to feel a bit better, and I think this stuff can help with that.
@pawlogates
@pawlogates 2 жыл бұрын
sick
@JCrazeeee
@JCrazeeee 2 жыл бұрын
i feel like matt's project manager watching these. better hit those deadlines pal :)
@GlowingOrangeOoze
@GlowingOrangeOoze 2 жыл бұрын
As a non-programmer I have such a vague idea of what a shader actually is. Trying to reconcile how everything I've seen called a "shader" can be the same thing feels like I've been asked what a chihuahua, a leprechaun, and a bowl of soup have in common.
@jac1011
@jac1011 2 жыл бұрын
the bitrate kinda fucked with you on this video. Good work either way Either way, Maybe you know this but dont forget to use bluenoise instead of whitenoise! edit : blue noise is random like white noise, but it makes sure the particles (or whatever) are at least some distance apart, which makes it less random but much more natural.
@AQGamedev
@AQGamedev 2 жыл бұрын
10:51 I think you can set the orientation of a particle type with part_type_orientation, unless I'm misunderstanding what you're wanting to do.
@matthewmatosisextra
@matthewmatosisextra 2 жыл бұрын
I probably could've been more clear. You can only set the initial orientation of the particle to a random value, not its orientation increase which is what imparts a spin to it. I want them to spin at different rates. To get the leaves spinning in different directions I had to set up several emitters.
@AQGamedev
@AQGamedev 2 жыл бұрын
@@matthewmatosisextra Ahhh my bad, thanks for elaborating.
@mirrorblade6268
@mirrorblade6268 2 жыл бұрын
When can we expect a trailer?
@thelawgameplaywithcommenta2654
@thelawgameplaywithcommenta2654 2 жыл бұрын
The ancient language sprites look like a teleporter. You should use them later
@octagonseventynine1253
@octagonseventynine1253 2 жыл бұрын
Matthew and Ullillillia are going to merge
@lustsoul69
@lustsoul69 2 жыл бұрын
What about unitys particle system?
@100hundert
@100hundert 2 жыл бұрын
This looks like something Ulillillia would post, in the best way possible.
@augustdahlkvist3998
@augustdahlkvist3998 2 жыл бұрын
What engine is this?
@dropkickduncan6877
@dropkickduncan6877 2 жыл бұрын
Hey there, this is a really neat project, though I don't totally know what it is. Is it a game you're going to eventually release for the public? Is it just a personal learning project? Is there a video I missed explaining all of it?
@IanZWhite00
@IanZWhite00 2 жыл бұрын
There’s a blog detailing all this that’s free to view on his Patreon
@m.czandogg9576
@m.czandogg9576 2 жыл бұрын
:D
@zacharybrown3010
@zacharybrown3010 2 жыл бұрын
that 3 looks like a ろ
@megamozgs9959
@megamozgs9959 2 жыл бұрын
What is the difference between emitters and shaders? As if emitters weren't shaders anymore?
@MenacingSnail
@MenacingSnail 2 жыл бұрын
Blah blah blah im a boring semantic
@dongodongo12
@dongodongo12 2 жыл бұрын
at this point ill take whatever mathewmatosis thing i can get between videos
@joebailey8294
@joebailey8294 2 жыл бұрын
He ain’t making videos anymore. He’s making games
@dongodongo12
@dongodongo12 2 жыл бұрын
@@joebailey8294 never ever?
@joebailey8294
@joebailey8294 2 жыл бұрын
@@dongodongo12 I mean, never say never
@dongodongo12
@dongodongo12 2 жыл бұрын
@@joebailey8294 it would be kinda depressing, i would say he is top 3 youtuber in my book
@joebailey8294
@joebailey8294 2 жыл бұрын
@@dongodongo12 agreed, but he has transcended KZbin and that’s exciting
@squawkdog9367
@squawkdog9367 2 жыл бұрын
im out of the loop. Is he just making this game now and not video, or what?
@pawlogates
@pawlogates 2 жыл бұрын
I know theres nothing to be said about Oddworld Soulstorm that youve not said already in the New n Tasty/Oddysee comparison, but I want you to know that despite that, every second of your Soulstorm video not existing, brings me excruciating pain that grows in strenght exponentially with every passing minimicrosecond. Have a great whole life
@tommero6584
@tommero6584 2 жыл бұрын
Have fun!
@UmDevoto
@UmDevoto 2 жыл бұрын
Can we get another game review? Please? Pls?
@Jamradt
@Jamradt 2 жыл бұрын
Nope
@protolad2458
@protolad2458 2 жыл бұрын
Never ever. Not even once.
Various Improvements
53:43
Matthewmatosis Extra
Рет қаралды 14 М.
Potentially Acceptable Rendering
41:32
Matthewmatosis Extra
Рет қаралды 13 М.
Balloon Pop Racing Is INTENSE!!!
01:00
A4
Рет қаралды 7 МЛН
КАРМАНЧИК 2 СЕЗОН 4 СЕРИЯ
24:05
Inter Production
Рет қаралды 576 М.
WorkBoy: Lost Game Boy Add-on FOUND After 28 Years - Game History Secrets
27:29
Reverse emulating the NES to give it SUPER POWERS!
22:21
suckerpinch
Рет қаралды 1 МЛН
Chess, But There's Mystery Pieces With Gravity
18:08
Aliensrock
Рет қаралды 78 М.
Mojang finally gives us the Copper recipe we've always wanted!
4:30
83 Geometry Dash Build Hacks!
16:45
Waboo
Рет қаралды 99 М.
Why You (Probably) Didn't Get Lost in Metroid Dread
17:33
Game Maker's Toolkit
Рет қаралды 912 М.
Action Editor
43:40
Matthewmatosis Extra
Рет қаралды 11 М.
How to Enjoy The Wonderful 101
1:07:11
Matthewmatosis Extra
Рет қаралды 41 М.
Кто забьёт гол ? #логиклаб
0:29
ЛогикЛаб
Рет қаралды 1,7 МЛН
skibidi toilet 73 (part 2)
4:15
DaFuq!?Boom!
Рет қаралды 22 МЛН