Background Types (and why Parallax is important)

  Рет қаралды 149,029

Challacade

Challacade

Күн бұрын

There are several different 2D background types, which I talk through in this video (spoiler, parallax is the best)
#shorts

Пікірлер: 63
@loyaleling
@loyaleling Жыл бұрын
Terraria is a great example of this because in the settings you can switch between modes
@wn4426
@wn4426 7 ай бұрын
I love it. I think having many layers is the best option, but my PC isn't amazing so having the option to flatten or remove it helps SOOO much with performance
@BurningMarsh
@BurningMarsh 7 ай бұрын
⁠@@wn4426not to be rude but you must have a laptop or something cause my switch and xbox can handle them both perfectly fine I know they were optimized for those but I feel even a lower-end desktop should be able to handle base terraria well
@wn4426
@wn4426 7 ай бұрын
@@BurningMarsh nah its just an old pc
@gumbitoicic9977
@gumbitoicic9977 7 ай бұрын
​@@BurningMarshlaptops are pcs
@cloudy7092
@cloudy7092 7 ай бұрын
not really, if you put paralax at 0 it still moves
@stumonster6091
@stumonster6091 6 ай бұрын
If your looking to impress you tech high school class, parallax is godly. I made a 2D game for my ITM major, it was terrible, hardly anything worked how i wanted and it was mostly a sprite test. But one thing I had from the beginning, great parallax backgrounds and even some foreground. It easily was the thing that got me as high a mark as I got, and genuinely I loved the look of it.
@sakuya9017
@sakuya9017 2 жыл бұрын
I'm trying to learn how to make the parallax effect with unity. Nice tid bit of info here, thanks!
@rafeverao4105
@rafeverao4105 6 ай бұрын
I just love the little bird character. I'm learning how to do something I love while watching a cute lil guy. love him.
@nottechytutorials
@nottechytutorials Жыл бұрын
I never thought about different layers like that. Thanks for the tips.
@darkfrei2
@darkfrei2 2 жыл бұрын
Very nice! Can you show how to code it?
@jameswales2122
@jameswales2122 Жыл бұрын
There's a few ways to do this. I would do it by taking the change in the position of the camera and moving each layer with the camera but at a decreased amount of change
@zergrush8709
@zergrush8709 7 ай бұрын
I’ve heard that you use a 3d camera and just place objects that move slower further away from the camera and objects that move faster closer to the camera. You can then also put stuff in the foreground too (in front of the player). I believe this technique is used in hollow knight.
@razacmarx1441
@razacmarx1441 6 ай бұрын
​@@zergrush8709 why not just use some functions, for example, foreground = f(x) =x, background f(x) =x/2, or similar functions to calculate map positions from zhe theoretical player position. You could also use mod(x, y) to generate a background loop, etc.
@justaway_of_the_samurai
@justaway_of_the_samurai 6 ай бұрын
The last one adds depth, but kinda unrealistically. In reality there wouldn't be several mountains in the background being displaced that quickly relative to each other and the camera. It IS still a good option though for placing other various background images with closer range in the scene. So you can use this for layering trees in a forest, with a single mountain in the background, or a brick wall that the player is passing directly in front of.
@ebobab9564
@ebobab9564 4 ай бұрын
Yes but that is quite solvable, no? Instead of having a rigid mountain just have it move very slowly whereas the trees move much faster
@mmoommee666
@mmoommee666 25 күн бұрын
Yoo those are my parallax backgrounds, thanks for using it!
@LandoGame
@LandoGame 2 ай бұрын
Games such as hollow knight despite being a 2D game are actually made in 3D so they can use multi-layer parallax Extremely well by Literally putting layers that are further away, further away from the camera
@eboatwright_
@eboatwright_ 2 жыл бұрын
Really awesome! :D
@adityapawar4692
@adityapawar4692 5 ай бұрын
If u use each type based on the player traveling distance like if the player is traveling from city to city its should be multi layer showing he is covering great distance, or if the player is moving in city it should be single layer as he is moving short distance (across the city) or if he is in a cave or dungeon it should be fixed or flat as he is moving a single structure.
@Mernom
@Mernom 5 ай бұрын
I remember figuring this stuff out in the Jazz Jackrabbit 2 map editor when I was a kid.
@purplerain3109
@purplerain3109 6 ай бұрын
Moving in a straight line vs. A diagonal line vs. moving in a circle!
@valletas
@valletas Жыл бұрын
The first level of my game uses like 7 background layers and 1 front layer for parallax
@chefdunsparce4254
@chefdunsparce4254 6 ай бұрын
Peak background music
@snowset675
@snowset675 5 ай бұрын
There aren’t a lot of channels on shorts about game design, and as I’m trying to learn Godot, I could use your videos’ help. Subbed!
@brandonclark171
@brandonclark171 4 ай бұрын
You should show each onion of the code, background, and layers.
@veggiet2009
@veggiet2009 5 ай бұрын
Also can implement alternate universe physics by making the background move faster than the player... Definitely use sparingly
@user-gy9dh2ox6p
@user-gy9dh2ox6p Ай бұрын
Who made the assets? I wanna make a game with that bird
@cesarsalad
@cesarsalad Жыл бұрын
would do if i knew how to do it 💀
@treymtz
@treymtz 7 ай бұрын
Need help? If your on Unity, there are many example scripts ready to go and all you need to do is slap it on a gameobject to get it working. There are simple ones that work quick and easy, as well as more complex ones that allow for customization.
@cesarsalad
@cesarsalad 7 ай бұрын
damn, thanks
@Isaak0923
@Isaak0923 11 ай бұрын
I love your discord server :)
@dungeon_delvers
@dungeon_delvers 6 ай бұрын
Hmm, flat feels close, each type of parallax pushes it out farther, and fixed feels the most distanced. I wonder what inverted parallax would feel like? Either the opposite direction or quicker than the camera
@george36615984
@george36615984 6 ай бұрын
Inverted would feel weird, the fastest movement being from the farthest background would probably make it seem like the character is spinning the camera while going in a straight line something. Or there would be some sort of disconnect like with optical illusions I think.
@samlewis6487
@samlewis6487 6 ай бұрын
You can make easy parallax by just having the game exist in a 3d space with 2d motion and having the background be literally behind the foreground
@poshpolygon1494
@poshpolygon1494 2 жыл бұрын
Way to go!!! 50th Like
@poshpolygon1494
@poshpolygon1494 2 жыл бұрын
It really gives detail
@ngohieu8165
@ngohieu8165 6 ай бұрын
Elonmusk background: background moving reverse direction
@BlueAndy_
@BlueAndy_ 5 ай бұрын
Isnt the fixed background moving with the same speed as the camera?
@griswoldthegoblin9420
@griswoldthegoblin9420 7 ай бұрын
Did you make a tutorial on how to make such a simple platformer?
@Display_Name774
@Display_Name774 Жыл бұрын
Interesting even tho I'm looking at the parallax mod for Kerbal space program
@mars4480
@mars4480 5 ай бұрын
Flat is best for rooms, fixed is best for short periods (so it still looks livley) for very far backrounds, like oceans, forest tops, deserts etc. Basicly the horizon (tho can work for other) Single layer is classic but basic, its great for runner levels! And multi layer is great for, as seen here, for backrounds like mountains, forests, human structures and other- pretty obviously- layerd backrounds. So all can! Be fluid with your work! Dont be scared to try something new!
@appledrawss1353
@appledrawss1353 6 ай бұрын
quick question: *how* do you make multi-layer parallax
@GreenGoblinCoryintheHouse
@GreenGoblinCoryintheHouse 6 ай бұрын
This channel makes me wanna leave everything and get on game dev but i suck at coding. It will be a nightmare.
@diagojonathan
@diagojonathan 6 ай бұрын
Can you make the background move on its own, like in terraria
@user-ly7vp5ng2z
@user-ly7vp5ng2z 5 ай бұрын
also topdown games?
@ZaneDragonBorn
@ZaneDragonBorn 4 ай бұрын
Do these rely on the plastyer staying in place and world move around them or can the player move around with a parallax
@MemeCheryl
@MemeCheryl 6 ай бұрын
Does the parallax run a check every frame to see if yout character is still on screen?
@Freelancer-dev
@Freelancer-dev Ай бұрын
@yagami1160
@yagami1160 3 ай бұрын
multilayer parallax was the first thing I developed in first month of learning coding
@TheLoneBit
@TheLoneBit Жыл бұрын
Kirby: Nightmare in Dreamland was my favorite game as a kid. I beat it from beginning to end several times. Good times. Rainbow Resort was always a good song from the track.
@SoftHyphen.
@SoftHyphen. 3 ай бұрын
Difficult? Just steal the code from some kid on the internet
@randommewtwo
@randommewtwo 7 ай бұрын
Kaiso parallax, where every pixel moves at its own speed
@sugarpoyon2077
@sugarpoyon2077 7 ай бұрын
Where can I see that? Sounds pretty interesting
@AizzurasReaper
@AizzurasReaper 7 ай бұрын
@@sugarpoyon2077 I think it was a joke.
@sugarpoyon2077
@sugarpoyon2077 7 ай бұрын
@@AizzurasReaper I w a n n a s e e t h a t
@HunterGoodin
@HunterGoodin 7 ай бұрын
If you’re talking about backgrounds, zoom out the camera. The focus of this educational content isn’t the player, it’s the background. The furthest back layer is barely present. Also don’t have platforms that take up most of the screen when you jump onto them.
@joshuakelly9390
@joshuakelly9390 5 ай бұрын
It really upsets me how much bad advice this guy gives. At least this one was just a "what not to do" vid
The HARDEST part of game development | Devlog
6:16
Challacade
Рет қаралды 32 М.
The Beauty of Parallax
10:23
Video Game Animation Study
Рет қаралды 283 М.
Cat Corn?! 🙀 #cat #cute #catlover
00:54
Stocat
Рет қаралды 16 МЛН
Clown takes blame for missing candy 🍬🤣 #shorts
00:49
Yoeslan
Рет қаралды 37 МЛН
УГАДАЙ ГДЕ ПРАВИЛЬНЫЙ ЦВЕТ?😱
00:14
МЯТНАЯ ФАНТА
Рет қаралды 3,3 МЛН
The Parallax Effect // 5 Minute WebDev Project
5:01
Fireship
Рет қаралды 605 М.
The Ultimate Pixel Art Tutorial
14:15
Saultoons
Рет қаралды 1,5 МЛН
Creating SMART enemies from scratch! | Devlog
5:40
Challacade
Рет қаралды 292 М.
Every game needs this feature! | Devlog
6:03
Challacade
Рет қаралды 49 М.
How to make Parallax Backgrounds (Pixel Art Tutorial)
6:55
Pixel Overload
Рет қаралды 118 М.
INSANELY Smooth pixel ATTACK Animation Tutorial
18:54
Penusbmic
Рет қаралды 552 М.
How to Make Parallax Backgrounds in Godot.
3:01
Nesi
Рет қаралды 44 М.
5 tips for better platformer controls
5:22
The Shaggy Dev
Рет қаралды 196 М.
How I made an Excellent Platformer
8:25
GoldenEvolution
Рет қаралды 262 М.
Жаңа үйімді ЖЫЛАНДАР басып алды!
19:13
ОЧЕНЬ ТРЕВОЖНЫЙ ХОРРОР ► It Happened At Night
36:00
Kuplinov ► Play
Рет қаралды 1,1 МЛН
ИГРАЮ ЗА ОТЦА 😱 В SchoolBoy | SchoolBoy Runaway
19:56
ЛИГЛЕЙЧИК
Рет қаралды 1,2 МЛН