How To Make A Multiplayer Game Easily - In GDevelop

  Рет қаралды 28,972

GDevelop

GDevelop

Күн бұрын

Пікірлер: 299
@peppercraftyt5346
@peppercraftyt5346 7 ай бұрын
Bro really added the add multiplayer button
@sparklyjuicejuice
@sparklyjuicejuice 7 ай бұрын
Honestly i wasn't expecting anything, but multiplayer support (even p2p) was something i've been struggling to understand for years with the old system i hope once i hop on and test the new update i can finally make a multiplayer game without spinning in circles about connection stuff i dont understand. Thank you Gdevelop, very cool.
@GDevelopApp
@GDevelopApp 7 ай бұрын
We have some examples being released soon too, so hopefully everyone will easily be able to pick up this new system and run with it. 👍 -Wesley
@Fer-s4i
@Fer-s4i 7 ай бұрын
​@@GDevelopApp No es por pedir mucho ni menos pero podrían hacer tutoriales en español? Porfis? Gracias
@warframegod9619
@warframegod9619 7 ай бұрын
GDevelop the goat for literally adding the multiplayer functionality as simple as this. 👍🏽
@PercivalCadogan
@PercivalCadogan 6 ай бұрын
This helped me develop a multiplayer game for my friends in math class play video games with teachers permission because it was “playtesting.”
@feriga4640
@feriga4640 7 ай бұрын
How gamers think that multiplayer is added to a game:
@GDevelopApp
@GDevelopApp 7 ай бұрын
When reality and expectations collide. 😱 -Wesley
@KeLoGlAnInSeKsIBaBaAnNeSi31
@KeLoGlAnInSeKsIBaBaAnNeSi31 7 ай бұрын
​@@GDevelopApp😎
@Low_by2009
@Low_by2009 7 ай бұрын
FR
@HeuzyGameDevYT
@HeuzyGameDevYT 7 ай бұрын
Wow wasn't expecting this, nice addition! I was actually looking into multiplayer this last week and decided it was too complicated so this will be fun to mess around with!
@chaosNinja790
@chaosNinja790 7 ай бұрын
GDevelop is next level
@SweeeeeetTea
@SweeeeeetTea 7 ай бұрын
You guys really made it simple to make multiplayer, I know my what my next project is
@pixelzwithaz
@pixelzwithaz 7 ай бұрын
3D collisions that don’t take the framerate lower than my animations
@wizradgames
@wizradgames 7 ай бұрын
cant wait for updates on your game dude
@VHD_sdk
@VHD_sdk 9 күн бұрын
wut da ytber doin
@KatTheOneAndOnly
@KatTheOneAndOnly 7 ай бұрын
I may have been wrong about the 3D editor, but thank god for this either way, this was something I didn’t even know I wanted!
@Strienghardt
@Strienghardt 7 ай бұрын
Wow! I was just wondering if I could set up multiplayer in my game. This is awesome! I love that it is so easy
@LazyLinesStudio
@LazyLinesStudio 8 ай бұрын
What I'm hoping for: - C++ and Python support - custom objects - better and easier multiplayer support - vector art support - 3D editor - native mobile support - dropping chromium - horizonally collapsing actions and conditions in the sheet - event sheets for objects What we'll probably get: - UI changes - some crap about gold and subscriptions
@SweeeeeetTea
@SweeeeeetTea 8 ай бұрын
I really hope we get what we want and not some random stuff we don't really care about like last time.
@warframegod9619
@warframegod9619 8 ай бұрын
Most true comment
@manuelbegnoni8336
@manuelbegnoni8336 8 ай бұрын
I think it's multiplayer
@مستخدم.جديد
@مستخدم.جديد 8 ай бұрын
Since it's all HTML, I don't think it's possible to support Python (I wish they drop Electron). Afaik C++ existed in GDevelop (experimental), but got removed. However, according to your wishlist, it's something you hope to be added.
@peppercraftyt5346
@peppercraftyt5346 7 ай бұрын
It would be cool to add other lenguaje support just if they continue making the event system
@blossomcherrypink
@blossomcherrypink 8 ай бұрын
Literally just want the ability to press CTRL+TAB to cycle through tabs. EDIT: LOCAL VARIABLES AND EXTENSION VARIABLES OMFG. The lack of this was the lamest thing ever coming from Unity and Godot. I know you can work around it but this warms my heart.
@blossomcherrypink
@blossomcherrypink 7 ай бұрын
Multiplayer is cool too. I plan on purchasing a subscription once I release a game and become rich anyway so I'll be sure to use this, surely.
@bluenosaurus2720
@bluenosaurus2720 7 ай бұрын
I'm trying to understand the importance of Local var and Ext var. Could you give me a brief explain please?
@blossomcherrypink
@blossomcherrypink 7 ай бұрын
​​​​@@bluenosaurus2720The variable changes are solely for project management. They only make it easier to keep track of things (basically). Previously global extension variables had to be awkwardly added to the global variables of the project during runtime. This could lead to naming collisions. If your extension called a variable "inventory" and another did as well, you have a problem. It was also hard to keep track of things. Not to mention, I don't think you can even add a new structure to the global variables from the events sheet. As for local variables, I feel I overhyped them a bit. Local variables as I understand are variables declared on the events sheet whose lifespan only persists for that singular run (frame) of the sheet. One use case might be calculating a position once and then using that position in multiple events without having to type a super long calculation five times again. Initially I thought local variables would be scene variables scoped to a specific event sheet, which IMO would make more sense. Because you still have to clutter objects or the scene with variables sometimes.
@stevenkennett8694
@stevenkennett8694 7 ай бұрын
Oh wow! This is a fantastic development. I'm really excited.
@gamesandkaran7409
@gamesandkaran7409 7 ай бұрын
Now i can perfectly manage multiplayer system of my game For custom rooms - p2p For random matchmaking - lobby system Thanx gdevelope ❤
@morti80
@morti80 7 ай бұрын
I needed a better and easier way to make multiplayer games. Thank you so much!!!❤
@panicformusic9511
@panicformusic9511 7 ай бұрын
No way they just made the best Game engine of all time
@bluenosaurus2720
@bluenosaurus2720 7 ай бұрын
Build in sever for multiplayer game dev is always welcome. Can't wait to explore the potential of this feature.
@CrowSpaceboy
@CrowSpaceboy 7 ай бұрын
Can you go into further/more technical detail about how the multiplayer works? The predictive/ownership stuff hints to something akin rollback, and depending upon how true that is, that could be massive for indie fighting game development. A video demonstarting what happens with desyncs/resyncing at high ping would be really nice
@RadiantPix-100
@RadiantPix-100 7 ай бұрын
This is Amazing!!! I can actually work on a Project now and the best part is this feature is so simple!!!!! Best Engine Ever!!!!
@LunaRimu
@LunaRimu 7 ай бұрын
your dedication to excellent content creation is evident!
@Origamiwithsree
@Origamiwithsree 7 ай бұрын
jeezz. i have been trying hard to make a multiplayer game and these features just made that possible
@therubbermeep7456
@therubbermeep7456 8 ай бұрын
PLEASE be more physics engine stuff specifically procedural animation for physics support :D
@RhodaKshba
@RhodaKshba 7 ай бұрын
watching your videos is always time well spent! ⏰
@Eeleemos
@Eeleemos 8 ай бұрын
i'm really hopping for more 3d features, or better tilemaps
@Young_Zealous
@Young_Zealous 21 күн бұрын
I really need y’all help. My player two in the lobby has A lot of text overlays and is in some grey area.
@flygi2562
@flygi2562 7 ай бұрын
IT'S THE BEST THING!!!!! TAKE ALL MY MONEY I ALWAYS WANTED THIS
@coponstackos
@coponstackos 7 ай бұрын
Now my multiplayer tank game can run better without P2P connection! Thanks for this new feature!
@samuel_officialgames8879
@samuel_officialgames8879 7 ай бұрын
Thanks a lot Gd team!Always adding the best things!! This is very useful!
@ivggames8366
@ivggames8366 8 ай бұрын
Omg. Tilemap editor integrado?
@peppercraftyt5346
@peppercraftyt5346 8 ай бұрын
I’ll love that
@maxz-aguy
@maxz-aguy 7 ай бұрын
HOLY MACARONI THATS A COOL FEATURE
@Ominisphere
@Ominisphere 7 ай бұрын
It's looking real freaking good for Indie developers right now....REAL GOOD!!!
@cinimation-games
@cinimation-games 7 ай бұрын
cool. I've been working on a p2p game for a long time and now this comes out
@italian_scratch6502
@italian_scratch6502 7 ай бұрын
Another WIN for Gdevelop. Let's GO!
@kvancgerek8656
@kvancgerek8656 7 ай бұрын
Also a bit more fleshed out audio system would do wonders like mixer with simple effects like on godot
@wfstar9193
@wfstar9193 7 ай бұрын
Love it. One step forward to make the skill trees drag&drop
@DGX_BS
@DGX_BS 7 ай бұрын
You calling this Exciting features? THESE ARE AMAZING!!!! multiplayer !!! finally!!!
@E-Patrik
@E-Patrik 8 ай бұрын
The games will finish themselves 😁
@GDevelopApp
@GDevelopApp 8 ай бұрын
Well that would be no fun. 😅 -Wesley
@flygi2562
@flygi2562 7 ай бұрын
​@@GDevelopApp Ai which makes FULL-MEGA-WITH-LORE games
@NeetuSharma-gz7eh
@NeetuSharma-gz7eh 7 ай бұрын
I m hoping for a 3d editor and shaders
@marcy1
@marcy1 7 ай бұрын
Wow, this is amazing! Everything I wanted in GDevelop was crossed down from my list. But can't wait for features that I didn't ask for, but always needed ^^ I have only one question: Will GUI customization be available for lobbies and rankings? If not that's also fine it looks cool, I only mind the flashbang XD It's almost like Steam Multiplayer, so good job guys!
@GDevelopApp
@GDevelopApp 7 ай бұрын
Just like with leaderboards, if you have a gold/pro subscription, you'll be able to customize the colors of the interface to better fit with your game. 👍 -Wesley
@FouhDos
@FouhDos 7 ай бұрын
@@GDevelopAppmake if you have one lobby of 2 players you can have a second lobby with 2 players too please free because you can have 4 players free
@guilhermecayeiro6522
@guilhermecayeiro6522 8 ай бұрын
3D navigation on editor pls
@Gshjxstgghijnmngtes
@Gshjxstgghijnmngtes 8 ай бұрын
REAL
@benmora28
@benmora28 7 ай бұрын
this is the best feuture ever
@andrew.8
@andrew.8 7 ай бұрын
I think another good GDevelop Update
@CalPeter1234
@CalPeter1234 8 ай бұрын
Pls make it being the animation a lot easier
@Martyvader
@Martyvader 7 ай бұрын
Heck yes! Finally!!!
@mauiimakesgames
@mauiimakesgames 8 ай бұрын
The dreams: - 3D editor/camera integration - 3D updates/support like collisions, additional file and animation integration, etc. etc. - Online options - Vector art support Judging by the splash image, whatever is announced will likely be gold level only. Will gladly upgrade if any of my dreams come true!
@GDevelopApp
@GDevelopApp 8 ай бұрын
I tossed the thumbnail together in a few minutes to hide the actual video content, so don't judge based on that, there is no hidden meaning in it. 😅 -Wesley
@BeTx5
@BeTx5 7 ай бұрын
Every day it pass, GDevelop gets better 🗿
@twgusta1
@twgusta1 7 ай бұрын
Hello, can you make a tutorial on how to use multiplayer with a mobile joystick?
@dimitrijemitojovicic965
@dimitrijemitojovicic965 7 ай бұрын
Cool Video!
@MrDruw.
@MrDruw. 7 ай бұрын
making a game perfect for this rn
@TypAusHamburg
@TypAusHamburg 8 ай бұрын
better Tilemaps integration?
@FR-qq9bt
@FR-qq9bt 7 ай бұрын
Great! Is there a shortcut to start a preview with multiple windows?
@FlorianRival
@FlorianRival 7 ай бұрын
Yes, click on the arrow next to the Preview button and you can choose to launch in 2/3/4 preview windows.
@FR-qq9bt
@FR-qq9bt 7 ай бұрын
@@FlorianRival thanks, I see that. But I wanted to know if there was a keyboard shortcut. Or maybe an action to start multiple previews like with THNK local. This is smart.
@learnlearn9328
@learnlearn9328 7 ай бұрын
Gdevelop Is the Best a Legendary No coding Engine
@Mahesh_65629
@Mahesh_65629 7 ай бұрын
Please make video's on little things but very important when i want condition like trigger once I don't know This thing exist in gdevelop after long time i found this randomly maybe more little but important thing many people don't know please make video's on this topic 😢❤
@MichiCraft44
@MichiCraft44 7 ай бұрын
Really Cool Update but could you show how to make splitscreen or multiplayer with controlers That would be cool. And i understand that you also want to earn some money but it wont make gdevelop a cooler game develop engine.
@Jack.Berger
@Jack.Berger 7 ай бұрын
Very good so far! I'm excited about the lobby customizable UI but I'm afraid it won't be solved well..
@95mcjog
@95mcjog 8 ай бұрын
Spritesheet for animations??? I hate using separate image files
@ARQUIVAS
@ARQUIVAS 8 ай бұрын
If I'm not mistaken, I think You can actually do it through piskel.
@95mcjog
@95mcjog 8 ай бұрын
@@ARQUIVAS not really. You use piskel to slice the spritesheet and use the images separately. It's weird they didn't add it yet, because PIXI totally supports it
@ARQUIVAS
@ARQUIVAS 8 ай бұрын
@@95mcjog so when you import a spritesheet through piskel and mark as Import as spritesheet that's what it does?
@JcjcjcjvUchc
@JcjcjcjvUchc 17 күн бұрын
@Gdevelop Hi,GDevelop official, there are bugs with the multiplayer feature you developed: 1. Lobby: Because some players maliciously stay idle in the lobby without starting, they occupy the lobby space, preventing other players from joining. 2. When the game starts, if a player is AFK, the game cannot proceed. 3. When a player leaves, the room is not freed up, causing other players to be unable to enter the lobby.
@Stefano_Gaming
@Stefano_Gaming 7 ай бұрын
I announces the day after my birthday! Thank you for the unintentional late birthday present Gdevelop😎🤣
@HackeemSoleyn
@HackeemSoleyn 7 ай бұрын
I agree with the negative comments but yall sound ungrateful af 😂
@Abcia2
@Abcia2 7 ай бұрын
please i hope it's fixes and updates to the admob extension (it's obviously just multiplayer)
@urielsilveira33
@urielsilveira33 7 ай бұрын
Nova opção do 3d para melhorar no game como gravidade 3d
@calithirst2051
@calithirst2051 7 ай бұрын
I understand the documentation says the ability to customize the lobbies menu is coming in the future. Will we be able to remove the gdevelop branding? I understand it being there on the free tier, but fully removing branding is a must for paid tiers. Additionally, are there any plans for larger lobbies or even MMO-sized servers in the future? Would be great if this were possible on a paid tier as well. Great stuff!
@simplyneemay
@simplyneemay 7 ай бұрын
I really needed this
@file-k--s
@file-k--s 7 ай бұрын
Yeeeees yees yes yes yeeeeeeeeeeeees Finallyeeee
@TrEeBLaZe
@TrEeBLaZe 7 ай бұрын
Would be cool to get shader integration
@justNur_
@justNur_ 7 ай бұрын
Обожаю вас смотреть и спасибо за мультиплеер
@blueflamesdino5788
@blueflamesdino5788 7 ай бұрын
I hope that whatever the feature is. It'll come out with the video.
@RickeyMan
@RickeyMan 3 ай бұрын
Is there any way we can customise the multiplayer tab or the place where u choose the lobby?
@frgblst11
@frgblst11 2 ай бұрын
You can. But only for subscription.
@NeetuSharma-gz7eh
@NeetuSharma-gz7eh 7 ай бұрын
And Procedural Generation extension
@Visualsofkarthik
@Visualsofkarthik 7 ай бұрын
We need 3D editor for creating 3D games please, Gdevelop is very powerful I love creating games in it. Event system is great but. Creating 3D games without 3D editor
@GuloZ47
@GuloZ47 7 ай бұрын
Up😊
@Hiiiinxjdbdbdidndn
@Hiiiinxjdbdbdidndn 7 ай бұрын
Wowwwww thats really cool 🎉🎉🎉🎉🎉🎉
@ritwikyayayay
@ritwikyayayay 6 ай бұрын
HELLL YEAA THANKS GUYS LYSMMM
@emoneydatruth1
@emoneydatruth1 7 ай бұрын
Tilemap editor ?
@mcnoob1898
@mcnoob1898 7 ай бұрын
wow that look coool
@gamesandtips9524
@gamesandtips9524 7 ай бұрын
Thanks❤
@izanth99
@izanth99 7 ай бұрын
Pls add a tutorial explaining more detailed the multiplayer integration and all the option in
@GDevelopApp
@GDevelopApp 7 ай бұрын
There will be a follow up video later, when multiplayer is developed a little more. 👍 -Wesley
@Pixeljelly_only
@Pixeljelly_only 7 ай бұрын
What I'm hoping for: 3D editor What we'll probably get: Some shit abot subscriptions or coins
@Mahesh_65629
@Mahesh_65629 7 ай бұрын
Please make tutorial on how to make your game look the same on all mobile screen sizes.
@sunimolsebastian5482
@sunimolsebastian5482 8 ай бұрын
3D and multiplayer i like plzzzzz
@Fala303.mp3
@Fala303.mp3 7 ай бұрын
THATS CRAZY
@vicchang530
@vicchang530 5 ай бұрын
6:29 "Pasue" A new word was invented.
@MohamedSuleiman-jq3xz
@MohamedSuleiman-jq3xz 7 ай бұрын
The best
@3emad.305
@3emad.305 7 ай бұрын
Oooo interesting!
@Riftyz
@Riftyz 7 ай бұрын
Next Could You Make Save Files Easier To Set Up For People Who Want To Make Like Story Games And They Need To Save Its Progress
@GuloZ47
@GuloZ47 8 ай бұрын
Tilemap pelo amor de Deus
@ivggames8366
@ivggames8366 8 ай бұрын
X2
@PixelZone77
@PixelZone77 7 ай бұрын
holy SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSsh*t (Sorry for the bad word) this is next level man and i was thinking of changing engine but this is EPIC thanks GD ;)
@Volt-Eye.
@Volt-Eye. 7 ай бұрын
Every thing is appreciated except few things going shady little by little. You know what we mean
@luigifarina1806
@luigifarina1806 7 ай бұрын
Maybe can be a dumb question, but do you suggest using the p2p functions or these one shown in the video?? Thanks in advance
@theaveshansari
@theaveshansari 7 ай бұрын
Next tutorial on how to make 1V1 shooter game? Please🙏🙏🙏🙏
@GDevelopApp
@GDevelopApp 7 ай бұрын
There's a 4 player platformer shooting example game that should be released now, or released very soon, that should help get people started. 👍 -Wesley
@theaveshansari
@theaveshansari 7 ай бұрын
@@GDevelopApp ok thanks ❤❤
@JmanDraws
@JmanDraws 7 ай бұрын
I'm making an online multiplayer platformer game and when I connect it to multiplayer, for example everyone's animation is the same as player 1's but only on player 1's window (this can be applied to every other player) How can I fix this?
@frgblst11
@frgblst11 2 ай бұрын
There is project template called arrow fight. You can open and check every line of the events.
@ImNotNightmare_
@ImNotNightmare_ 7 ай бұрын
This is really helpful but i have 1 issue... If there are 2 player objects it doesn't rlly work and before you ask me to use the example ive run out of cloud based objects can you make a tutorial for multiple player objects?
@TheRealPenguin17
@TheRealPenguin17 7 ай бұрын
i was wondering if there was a way to make the 3d maps and see the map from a player pov while I'm making it kinda like unity or unreal because idk how to tell what I'm making when all I can see is the top pov
@Nix04_
@Nix04_ 7 ай бұрын
I would like you to make a video, I want to make simulation games like the game that became famous, Supermarket manager simulator
@Nix04_
@Nix04_ 7 ай бұрын
something like that, but I want to make it for multiplayer, I want everyone to have their own store or even work for each other? Is there any way? Besides, each variable object would belong to each player
@Orangie-f8b
@Orangie-f8b 7 ай бұрын
I hope if one day you can make a better tile map system.
@travisalexfitness
@travisalexfitness 7 ай бұрын
Will this support the ability to save the game state? For example, if you have a crafting style game where players build things, can you save the game so players can continue building later on?
@GDevelopApp
@GDevelopApp 7 ай бұрын
It's not going to be any easier/harder to do that with this multiplayer update, the only difference would be that you would need to share the saved information to all of the players instead of just loading it in once. -Wesley
@sobhanbabu2725
@sobhanbabu2725 4 ай бұрын
I tried using this template to make a co op rpg, and deleted the game scene but realised the players shown in the lobby can not ‘connect’ with the new sprites in a new scene i added to make an rpg. (I did swap the old scene in the lobby events with the new scene)
@CokieTutorials
@CokieTutorials 7 ай бұрын
WE KNEW IT
@Averjax
@Averjax 7 ай бұрын
is it possible to run our own servers on a vps or something?
@TOPHATGAM5
@TOPHATGAM5 8 ай бұрын
ONLINE UPDATE PLZ Edit: LES GOOOOOOOOOOOOOOOOOOOOO
Make A Multiplayer Game Without Coding - In GDevelop
9:57
GDevelop
Рет қаралды 17 М.
Troubleshooting Tools And Tricks - GDevelop
11:58
GDevelop
Рет қаралды 13 М.
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
How To Make A Game - Easy Menus And Settings [3]
15:43
GDevelop
Рет қаралды 63 М.
Programming a multiplayer game from scratch in 7 DAYS
18:28
My First 6 Months Making Games With GDevelop
8:38
Tauredian
Рет қаралды 5 М.
6 DEVS Make a GAME without COMMUNICATING! (HARDCORE edition)
20:12
Blackthornprod
Рет қаралды 1,8 МЛН
How to Code (almost) Any Feature
9:48
DaFluffyPotato
Рет қаралды 718 М.
The Best 3D Games - GDevelop Game Jam 2023
8:39
GDevelop
Рет қаралды 34 М.
I Made the Same Game in 8 Engines
12:34
Emeral
Рет қаралды 4,4 МЛН
Blazingly Fast Greedy Mesher - Voxel Engine Optimizations
23:35
The Best Games of GDevelop Game Jam 2024 - 1
11:34
GDevelop
Рет қаралды 15 М.
Multiplayer in GDevelop - Under 15 Minutes!
14:51
Queue The Game Dev
Рет қаралды 1,1 М.