Just in the nick of time, I really needed this for my upcoming project-a simple way to let players choose which dungeon floor to start from. Crisis averted! Thanks Gdevelop
@beedly104 ай бұрын
This gives me idead personally for my rpg but im so far into my project that i cant impliment this lol. MAYBE NEXT TIME
@mohLuk71214 ай бұрын
@@beedly10 Best Of luck!! Each GDevelop update makes my project even simpler, allowing me to add even more features!
@MLCoder2 ай бұрын
This is one of the best and most straightforward tutorials. It's recent, it's direct, it helps you understand how gdevelop works a bit. Awesome tutorial!
@MetalSonicReject4 ай бұрын
This is great. I’m trying to make a Mega Man clone as my first game, so this level select tutorial will be super helpful.
@DefenDefault4Ай бұрын
I have a problem. In 1:25 I don't have label text.
@GDevelopAppАй бұрын
You need to have added a panel sprite button in to your game, the action won't show up before you add the button in. -Wesley
@DefenDefault4Ай бұрын
@@GDevelopApp Oh! Add the Panel sprite button from the Behaviors of the button? Edit: Anyways thanks for the fast reply.
@Playsomegames194 ай бұрын
Hi my name is shiva I'm the previous person Who commented for the 3D features in the previous video this tutorial is great but we need g develop official 3D feature
@josephjoseph26734 ай бұрын
yes
@josephjoseph26734 ай бұрын
we need more. 3d light object , shadows and more
@Playsomegames194 ай бұрын
@@josephjoseph2673 hi you are the Sigma boy 🗿 🗿 because you need 3D
@1MBD14 ай бұрын
I totally agree with you@@Playsomegames19
@nazik33444 ай бұрын
Regarding unlocking the level, it is better to create a variable "Win" and save the current level when passing, and not save when "Win" < "CurrentLevel". Then in the "Select Level" scene create events: Button.Level > "Win" - Then we make the button closed, and if Button.Level
@ChristianBaller4 ай бұрын
Let’s go GDevelop!
@GDevelopApp4 ай бұрын
Let's go! -Wesley
@FracturaTemporalАй бұрын
Just what I needed ❤
@MrJumpingj4 ай бұрын
Thanks for the tut. 1:57 It was also an opportunity to discover two extensions I did not know
@GDevelopApp4 ай бұрын
The button extension is just the one you get when you add the panel sprite button object to your game from the object list, but the animator is really useful for these videos because it keeps events needed to animate the character out of the event sheet. 😅 -Wesley
@alexandre_18834 ай бұрын
Really nice explanation about level selection!
@stevenkennett86944 ай бұрын
Helpful logic for people new to GDevelop.
@GDevelopApp4 ай бұрын
Doing it this way will hopefully save people a lot of time. 👍 -Wesley
@IamNewbo4 ай бұрын
Yo this is so helpful right now! Thanks!
@Carlwheezerawesome-qp5rs4 ай бұрын
This is awesome! since Gdevelop can now do 3d could you make a vid tutorial of how to create a resident evil classic type of game based on fixed camera angles, ps1 graphics, tank controls, inventory system, just enough to feel like a resident evil classic type of game from the 90s.
@PRAZPADA_Dev4 ай бұрын
Nice video about level system just in time would be great if we get new tutorials, you know some advanced things👍
@Ahmed-L-gd4 ай бұрын
I remember there was an older video about level selecting, but I can't find it anymore, did you delete that video?
@879-07hjkmkl4 ай бұрын
Can you guys make a video tutorial for an inventory system?
@Mahesh_656294 ай бұрын
But How to save that level's in that array?? I watch your all save and load video's but still not understand how to save array & structure value
@GDevelopApp4 ай бұрын
If you mean save the array externally so you can load it back in later, the best resource to learn how to do that is from this video: kzbin.info/www/bejne/fJ6Qc316icZ1eck This video also saves and loads a structure in order to save the settings from one playthrough to the next. kzbin.info/www/bejne/mYTGoYOZi56paq8 (Check the chapters to see which part) I hope those help. -Wesley
@Mahesh_656294 ай бұрын
@@GDevelopApp thanks bro finally i learn how to save & load structure and array values ❤❤❤❤
@bonbon50004 ай бұрын
Using 0 and 1 as locked an unlocked respectively is an interesting choice, wouldn't it be more desirable to just use booleans instead? Unless maybe you want to add MORE states to levels? Regardless, the video is still extremely helpful to those who may struggle with this. You showed the most efficient and performant way to handle this, and everything was easy to understand and straight to the point. Your tutorials are a league above the others
@GDevelopApp4 ай бұрын
Let's just say it's done that way to let people make use of that variable for different states of the level in their game, like saving the score of a 3 star scoring system. (And it totally wasn't a weird choice made by the person who made the video.😅) -Wesley
@Playsomegames194 ай бұрын
@@GDevelopApp Wesley can you make a tutorial about 3d shadow
@abdulazizrafie4051Ай бұрын
Gdevelop help I made a game and tried adding new levels but when I made a new one it would always glitch out and show the level I made in the game scene and when I deleted that level it would never show amlevel
@ElliotBergeron-e3t4 ай бұрын
i love you gdevelop
@GICUKA23E_MCOC4 ай бұрын
Nice Gdevelop the game bester good will
@LostLoserHero4 ай бұрын
Yo uhm, could there be a tutorial on how to make metroidvania rooms system like the one in hollow knight or monster boy and the cursed kingdom?
@purpledragonofdoom4 ай бұрын
Nice but I don't understand why using multiple external layouts is better than using multiple scenes
@GDevelopApp4 ай бұрын
It's a little more performant to use layouts instead of scenes, but my favorite benefit is when you need to make a change to the game objects/events you only need to do it once and it'll apply to all of your levels. 👍 I once made a puzzle game where I used different scenes for different levels and I tried to make a change to one of the core features in the game.... and it took days to change all of the different scenes and their events. 😅 -Wesley
@99ZenPower4 ай бұрын
So that when you make changes to the main scene, the change reaches every other external scenes linked. So you don't have to individually edit other scenes in your game. I actually wish I knew this a while ago. It's such a useful feature ❤
@purpledragonofdoom4 ай бұрын
@@GDevelopAppthank you for your answer ! I'm making a Dragon Quest 1 inspired game and I was going to use global objects and link external events in each of my scenes' event sheets, so I guess external layouts will help me gain time
@aaron_274 ай бұрын
GDevelop is very cool and easy to use :D
@Animer15-074 ай бұрын
I made a game, i exported it but when i try open the apk it doesnt open
@xcom_rx72414 ай бұрын
Can you develop games in the tablets like the Samsung s9+? Because I cannot allow my laptop to my job, so only phones or tablets
@vinaciotm2 ай бұрын
please tutorials to organize eventsheets like external functions/components to better management of logic.
@windadar211Ай бұрын
so we can use this external layout for Menu too ?
@Vise_gd4 ай бұрын
Hello, I have a question, will there ever be an update to be able to do real post processing?
@dgbro5244 ай бұрын
how to rename button label from Javascript?
@Tigero-TA2 ай бұрын
i have created external layout but my level 1 does not appear
@GDevelopApp2 ай бұрын
Are you using the action to create the external layout at the beginning of your game scene? Try working on it a little more, and if you can't get it working, check out some different game examples. A number of them use external layouts for spawning levels. -Wesley
@TypAusHamburg4 ай бұрын
Please make one for animated Tilemaps - BIG THANKS!
@GDevelopApp4 ай бұрын
The new tilemap object doesn't currently support animations in the tilemap. For animated sections of a level, I'd suggest using a few sprite objects laid on top of the tilemap. -Wesley
@TypAusHamburg4 ай бұрын
@@GDevelopApp thx for reply! not even a trick with ID s?
@GDevelopApp4 ай бұрын
@@TypAusHamburg You could technically use timers and tile IDs to animate tiles. But that could easy flood your event sheet. If you need a more advanced tilemap object, try using the external tilemaps.(Tiled or LDtk) Here is a page in the documentation showing how to use them: wiki.gdevelop.io/gdevelop5/objects/tilemap/ Hope that helps. 👍 -Wesley
@TypAusHamburg4 ай бұрын
@@GDevelopApp mmh y ok. Understand
@hfriday73334 ай бұрын
A question that I hope someone can answer. What if you create a game and there are no events?
@itsadriel87664 ай бұрын
Can you explain how making a sonic game would look like?
@MaximTheGnome4 ай бұрын
Can you please make a tutorial on how to make a timer system if you left the game and come back the timer will still count down and ends after a time that you can set yourself. the timer also has to be visible somewhere. Thank you.
@CALANGOTV1234 ай бұрын
List menu😢
@brawl_secrets4 ай бұрын
Can u make a tutorial on how to add cheat codes to your game
@LemunDev4 ай бұрын
there is an extension already made for it
@francopispico57504 ай бұрын
So i must create level in external layout and not in every scene?
@GDevelopApp4 ай бұрын
You can create your levels in different scenes, but it's much better to use external layouts. If you notice something is wrong in your game events or objects, fixing it will be way easier if you only have 1 scene to edit. -Wesley
@VillagerVibes-g9l4 ай бұрын
Hi my name is Omar And I'm making a 2d sort of metrodovine and horror style game with uniqie gameplay elements but in looking toward how can i add some atmosphere or better graphics to the game instead of just lights
@ReapeX4 ай бұрын
I've been using scenes for different levels instead of layouts. Processing wise is it easier for G-Develop to load layouts rather than scenes? I mainly wondering which level displaying/loading method would use less battery power on mobile devices.
@GDevelopApp4 ай бұрын
It's a little more performant to use layouts instead of scenes, but my favorite benefit is when you need to make a change to the game objects/events you only need to do it once and it'll apply to all of your levels. 👍 -Wesley
@ReapeX4 ай бұрын
@@GDevelopApp Thank you, so I did a hybrid approach. I use layouts for the GUI, so that way I only need to change the GUI once. Then I use an external event that I call a library. The library has external events that all game scenes used. That way each game scene only has to look at the library external event. So, what I did is similar to your approach. However, the way you did it in the video is more straightforward and simpler. Thank you for your answer :D
@ReapeX3 ай бұрын
@@GDevelopApp Since, we talked I believe I'm going to adopt the approach in this video for particular levels that have a ton of assets to load. Thanks again for showing us :D
@Yimrihane4 ай бұрын
where is the tilemap
@ayyanahmed3664 ай бұрын
Why not set every object as global object?
@Supernation.4 ай бұрын
Nice video
@threeone1174 ай бұрын
How can you choose where the player starts in a particular level?
@GDevelopApp4 ай бұрын
I placed the player object in the external layout along with the level, and then just made the camera follow the player. So it didn't matter where it was created. But if you create an external layout at the 0,0,0 point in the scene, the top left corner of your game scene and the top left corner of your external layout will align. So the positions you see in the external layout will be the same as in your game scene. Hope that helps. 👍 -Wesley
@threeone1174 ай бұрын
Thank you
@Supernation.4 ай бұрын
Is it possible to make a sonic game on this?
@GDevelopApp4 ай бұрын
Definitely is. You could just tweak the platformer behavior with some events to get the exact feel you're looking for. 👍 -Wesley
@anassanbati-w1m4 ай бұрын
Is it possible to choose a character?
@josephjoseph26734 ай бұрын
possible
@GDevelopApp4 ай бұрын
Sure is. 👍 We don't really have any videos about it on our channel, but we briefly talk about how you can do it with 1 object in this video. kzbin.info/www/bejne/h5-bZnWYo7iCa6M -Wesley
@StiakDev4 ай бұрын
Add scene folders!!!!!!
@op_ey91724 ай бұрын
I want video how to make domino online
@josephjoseph26734 ай бұрын
Is 2D ?
@op_ey91724 ай бұрын
@@josephjoseph2673 yeah
@op_ey91724 ай бұрын
Yeah @@josephjoseph2673
@auliaa.malfaruq99334 ай бұрын
how do players collinsion objects then a pop up question appears?
@Riftyz4 ай бұрын
Hope Gdevelop Gets a 3D Editor Like Unity
@DrewcrewAnimations4 ай бұрын
Error 404? 😹‼️🪂🪂
@GDevelopApp4 ай бұрын
Level 404. (Just a joke to make people curious about the video. 😅) -Wesley