This is a pretty cool effect. When I get to a point where I am able to make my dream project, I might add in spritestacking to give it a bit more of a unique look than a standard, 2d top down game.
Duuuuude this is amazing! I never knew what it was called but I accidentally did a lower form of this for my first game ever! We also had drawn all the maps with regular flat “brightness” and then added a “shadows” layer over top of the entire game so that the shadows looked like they covered moving objects dynamically lol.
I tried to make a car racing game before and used a free asset from itch but didn't realize the asset was meant to be used as spritestacks and just took the upper layer of the car and added rotation to make it turn which ended up looking very bad. I gave it a try after watching this video and sure enough, it looks 100x better :)
Your racing game reminds me of Codemasters' NES racing game called "Micro Machines", based on the toy cars from the 1990s of the same name. Have you ever seen that game? They rotate the car sprites in a way that looks very similar, albeit without sprite stacks. Also, your rotating background looks awesome, and is something that was not done in Micro Machines.
In a game like this with a locked isometric perspective it seems more efficient to just do the spritework in 3d to begin with, that way you're not wasting performance on pixels that will never be rendered (the inside of the car for example). Even for the backgrounds since you're not using parallax the result will be identical to predrawn sprites with a clever tiling system. Spritestacking only seems worthwhile if you're trying to do 3D with perspective.
for a bigger game wouldn't this be very cpu intensive rendering all of these images for a 3d model because if they're multiple different 3d sprites in a game it could be a lot?
Hey dude, I have learnt way too much from you for free. Do you have a separate payment link? I'd like to donate some cash privately, without commission being taken off. Any cashapp would do.
accidentally recorded with my gain too high. oops.
The audio actually sounds better
This effect never gets old! It's so charming
bruh you again
@@onebigsnowball 😳
That is a super neat and simple little trick! I guess the hardest part of all of this is just making everything consistent.
This is a pretty cool effect. When I get to a point where I am able to make my dream project, I might add in spritestacking to give it a bit more of a unique look than a standard, 2d top down game.
Nice to see you exploring other genres. I really liked the aesthetics in this video, good shit
Duuuuude this is amazing! I never knew what it was called but I accidentally did a lower form of this for my first game ever! We also had drawn all the maps with regular flat “brightness” and then added a “shadows” layer over top of the entire game so that the shadows looked like they covered moving objects dynamically lol.
I tried to make a car racing game before and used a free asset from itch but didn't realize the asset was meant to be used as spritestacks and just took the upper layer of the car and added rotation to make it turn which ended up looking very bad. I gave it a try after watching this video and sure enough, it looks 100x better :)
:O I can't wait to watch this tonight!
Ok so I watched it and this is awesome... idk why I never thought of this. Thanks Fluuff
this is crazy
I love how it looks, you allways find ways of making better looking games with pygame, it's awesome. Btw, how did all end with pygame and pygame-ce??
There is no end
damn this looks great! i really want to try out this racing game when it is finished
Your racing game reminds me of Codemasters' NES racing game called "Micro Machines", based on the toy cars from the 1990s of the same name. Have you ever seen that game? They rotate the car sprites in a way that looks very similar, albeit without sprite stacks. Also, your rotating background looks awesome, and is something that was not done in Micro Machines.
I only know the name because someone else said the same thing.
Really cool concept
In a game like this with a locked isometric perspective it seems more efficient to just do the spritework in 3d to begin with, that way you're not wasting performance on pixels that will never be rendered (the inside of the car for example). Even for the backgrounds since you're not using parallax the result will be identical to predrawn sprites with a clever tiling system. Spritestacking only seems worthwhile if you're trying to do 3D with perspective.
You don't waste anything on the middle if you cache.
I use pg.RESIZABLE and pg.SCALED is there a reason why the other method is better?
SCALED is faster but is more difficult to make work nicely with RESIZABLE. Also, I started using that technique before SCALED was even a thing.
5:24 looks trippy.. wow
Can you do a tutorial about top down sprite rendering I have problems at ordering them correctly
Sort by Y of the base
@@DaFluffyPotato thx
I think I first saw this on a 2kliksphillip video where he called them "dolley mixtures"
pygame is a wrapper for sdl2, i dont understand why people hate pygame but love sdl2
Have you developed your own framework when using Pygame?
yes
Are the fences in this scene sprite stacked too?
yes
It looks like the spinning 3D rat meme xD
for a bigger game wouldn't this be very cpu intensive rendering all of these images for a 3d model because if they're multiple different 3d sprites in a game it could be a lot?
No, it's as fast as rendering a 2D tile if you cache properly.
@@DaFluffyPotato by cache do you mean iterations?
Is there a trick to caching? Or do you just add layers you’ve already generated to a dictionary or array
I actually prerender the whole stack and store it based on angle
I was wondering when someone would make a game with 2KliksPhillip's "dolly mixture" method. :D It looks great!
I'd love to know what base resolution you are setting with your games?
it varies. you can just run the games and check
Interesting concept! May I ask if you will ever be developing using a more efficient platform, say using C# or Java?
I have no reason to at the moment
Thanks, thats so cool, i’ve try this before but it was slow af.
CUMAZINGGGGGGGGG!!!!!!!!!!
coder space made the similiar stuf likes you but he used magica voxel to make stacked sprites))
i been working on a same thing
tutorial for caching!!
Hey dude, I have learnt way too much from you for free. Do you have a separate payment link? I'd like to donate some cash privately, without commission being taken off. Any cashapp would do.
Patreon takes a pretty small cut (
Hi there guys
wait its online or its ai?
wsg