@@bluespino You can grab the username from logged in players, check out the co-op platformer example game, it shows player names above their heads in game. As for the player chat system, we just linked to another creator who made a video on a simple way to do that. The link is in the community tab of this channel. 👍 -Wesley
What plans do you have for multiplayer? I’m excited to see things like server creation, and adding the ability for players to play the game without a gd games account.
am really falling in Love with G-Develop am a 3d artist but recently started making 2D games, and I am so happy I made the right choice I want to ask if I can edit or recreate the lobby Ui 2) In the multiplayer game I am building I want players to select and play with different characters, but following this tutorial, I don't see how I can set that up 3) my game will require a total of 8 players(minimum is 4) in "free-for-all" mode and a total of 8 players forming 2 teams in "team-match" mode. which means I will have a team lobby that matches with other teams and a free-for-all lobby
Hi thanks for this useful video I created multiplayer racing cars game , the problem there is a cars mouvment shaking of car 1 in screen of player 2 and car 2 in screen of player 1 I need your help to fix that
I am trying to make a 3D game with multiplayer did the same thing in the tutorial and player 1 and player 2 are just shaking like crazy and i see through the camera of player 1 evrythigh i do is done by player 1 idk why i literally turned off the synchronization still not working do a tutorial for the tutorial pls.
Heyoo, how can I do the following: I want the 70% and 30% chance to hit an enemy (I already have) and then only this textvar that is set (which enemy it is) should then be used as the object name and only go through for this object. Since I do not want to write the same thing 1,000 times with the same function only that another object name is selected (would then be far too many lines in the long run and becomes confusing) is there a possibility?
Please make a 3d view mode its a pain having to manually put the z point and stuff and please fix the 3d lighting! And a suggestion is a built in tile editor..
each player have a variable Called "ID" That identifies each player you can do that when the variable ID is 2 "Player 2" change the idle and other animation of player to the animation with the skin that you want to be on player 2
I think this need 1 more thing to be perfect. (I mean gdevelop). FUNCTION! For like Func(object) Object X + 10 And you can use it in your code. I'm Russian so i hope i said that clearly
I was create apk for android but multiplayer did not work becouse of logging error. can't create or login to account when it is on android device but, on the PC it works well. :(
I want to be able to have the secod player play as a different character instead of a copy of player 1 and different sprites and stuff. If its possible PLEASE make a video (If you can)
@@GDevelopApp ok for now i will use prviuse version and waiting for the next patch because newest version have new future like TileMap thankyou for anwer
This is amazing. I really want to support and get an gold membership, I want to pay with IDEAL. But I do not have paypal or any credit cards. Is this true?
I can't make the points of a hair type player's object be synchronized for everyone and as if the points didn't exist for other players, just stop the player himself......
Check the game multiplayer Coop platformer game example, it uses a point on each instance of the player object to show the player name above their head. Hope that helps. -Wesley
It's the same concept as the platformer behavior. Add the top down behavior to the player object, give it the multiplayer behavior, and then select who owns which object in the game. Hope that helps. 👍 -Wesley
For new users, we have the intro tutorial playlist. It goes over the different parts of the engine, everything from how events work to optimization. th-cam.com/video/595-swNh0Mw/w-d-xo.html&ab_channel=GDevelop Hope it helps. 👍 -Wesley
@@quadinglelemon5773 The mobile version of the engine is largely meant to be a perk for users with a subscription, so there are limitations for users without one. You can use the desktop or web version of the app on your devices without that limitation. 👍 -Wesley
The fact that for the past 2 days i was trying to find a way to do this and you magically made a video about it is crazy, Thank you so much 🙌
Glad we could help. 😉
-Wesley
@@GDevelopApp can you make a tutorial on how to make a multiplayer username system, and chat system where players can chat?
@@bluespino You can grab the username from logged in players, check out the co-op platformer example game, it shows player names above their heads in game.
As for the player chat system, we just linked to another creator who made a video on a simple way to do that. The link is in the community tab of this channel. 👍
-Wesley
@@GDevelopApp can you make a tutorial on how to make a multiplayer shooter please :)!!!!
Top notch tutorial Wesley and the rest of the gang!
What plans do you have for multiplayer? I’m excited to see things like server creation, and adding the ability for players to play the game without a gd games account.
Thx can't wait for this😊
Exactly What i asked for in the comments ❤
finally gonna be able to make a good multiplayer game
I think its finally time I give GDevelop a serious look 👀
am really falling in Love with G-Develop
am a 3d artist but recently started making 2D games, and I am so happy I made the right choice
I want to ask if I can edit or recreate the lobby Ui
2) In the multiplayer game I am building I want players to select and play with different characters, but following this tutorial, I don't see how I can set that up
3) my game will require a total of 8 players(minimum is 4) in "free-for-all" mode
and a total of 8 players forming 2 teams in "team-match" mode.
which means I will have a team lobby that matches with other teams and a free-for-all lobby
Thank you so much! could you maybe make a video about choosing characters in multiplayer ^-^
Awesome! Thanks!
If I Want To Play Multiplayer Game With Friend If I Host My Friend says Its Just Crash And Says "Could Not Connetcted To Other Players" What This?
Brilliant. Thanks.
Hi thanks for this useful video
I created multiplayer racing cars game , the problem there is a cars mouvment shaking of car 1 in screen of player 2 and car 2 in screen of player 1
I need your help to fix that
I tried using condition : If object owned by current player , and not worked for me
@@EASYRANK23 same
Hello, can you make the gdevelop shop system, for example, we can buy characters or weapons and so on.
what if you have a 360 controller
You guys should make a astar type movement tutorial
Do that work for local multiplayer or just online multiplayer
GDevelop peak!
I am trying to make a 3D game with multiplayer did the same thing in the tutorial and player 1 and player 2 are just shaking like crazy and i see
through the camera of player 1 evrythigh i do is done by player 1 idk why i literally turned off the synchronization still not working do a tutorial for the tutorial pls.
is there anyway to make a game like Punch out on nes?
You know what I really want? Private lobbies that players create.
Bro really made the "cant pause online game" meme
This is first and simple but p2p system is fev❤ because i feel I can do anything with p2p it's fully open 👍
Heyoo, how can I do the following: I want the 70% and 30% chance to hit an enemy (I already have) and then only this textvar that is set (which enemy it is) should then be used as the object name and only go through for this object. Since I do not want to write the same thing 1,000 times with the same function only that another object name is selected (would then be far too many lines in the long run and becomes confusing) is there a possibility?
Please make a 3d view mode its a pain having to manually put the z point and stuff and please fix the 3d lighting! And a suggestion is a built in tile editor..
Make a tutorial about how to make an app please 🙏 🙂
Круто получается
Hello, I have a small question. How do I do so that players can have different aspects?
each player have a variable Called "ID" That identifies each player you can do that when the variable ID is 2 "Player 2" change the idle and other animation of player to the animation with the skin that you want to be on player 2
Can you make cutscene tutorial in gdevelop
Hey gdevelop can tell me where do you find this frames for animation ❤
I think this need 1 more thing to be perfect. (I mean gdevelop). FUNCTION! For like
Func(object)
Object X + 10
And you can use it in your code.
I'm Russian so i hope i said that clearly
Well I guess I should try making a side scroller death match game
I have a problem with my phone copy - I cannot add a background image?❔
Sorry I haven't researched but are these games playable in browser? Excellent video I'm looking to pick it up.
yes once u generate link paste it in browser
How to make a map in style voxel and i can break and put blocks?
Hi, i dont have any is pressed command in my condition, and i can't find it
Could you please make a video about creating a WW1 game
a tutorial on the new tilemap object please
Is there some way to create an in-game account creator (not using gdevelop account)?
no
Would be very nice to see how to do a multiplayer card game where you can see your cards but your opponents` are hidden.
Thx now i get it😅
Hoping for an update where you can login as guest for the lobbies
Can Claude Sonnet 3.5 make this?
Please make a simple video for IAP in gdevelop 😢😢😢😢
can you make a tutorial on how to make a multiplayer shooter please :)!!!!
how i can make a multiplayer with mobile controls? when i add controls in the ui the player on mobile control everyone
Did you watch the video duh
I was create apk for android but multiplayer did not work becouse of logging error. can't create or login to account when it is on android device but, on the PC it works well. :(
I want to be able to have the secod player play as a different character instead of a copy of player 1 and different sprites and stuff.
If its possible PLEASE make a video (If you can)
MAKE SEPERATE OBJECT EVENT SHEETS RAHHHHHH🗣🗣🗣🗣🔥🔥🔥🔥🔥🔥🔥
You can externalize object event in an extension
@@aurel3117 yea but it would be better as a built in feature you could easily access through object editing
will you guys add vr one day?
Gd pls work more in the app for 3d to look more realistic
hello for gdevelop newest version i found abug
the global object not appear in editor but appear in runtime
thanks
It's being worked on, there will be a fix coming out in the next patch. 👍
-Wesley
@@GDevelopApp ok for now i will use prviuse version and waiting for the next patch
because newest version have new future like TileMap
thankyou for anwer
@@GDevelopApp hllo it fi now with gdevelop version 5.4.208
thank you for updating
А че делать с Multitouch Joystik?
can u make tutorial on how to make minecraft multiplayer game?
due to copyright they most likely won't do this idea
Hello, make a video, however, how to make 3d shooter multiplayer🙏🙏🙏🙏🙏🙏
the players even player 1 don't move, can anyone help me? 😢
It would be nice if it didn't require you to create an account on GDevelop to be able to access the game.
This is amazing. I really want to support and get an gold membership, I want to pay with IDEAL. But I do not have paypal or any credit cards. Is this true?
Why did they limit events
On phone it's limited but on PC is infinity but u can use browser version on phone for infinity events
@@АгресивныйБекон thanks for letting me know I'll continue on pc then
Ahh thanks
I can't make the points of a hair type player's object be synchronized for everyone and as if the points didn't exist for other players, just stop the player himself......
Check the game multiplayer Coop platformer game example, it uses a point on each instance of the player object to show the player name above their head.
Hope that helps.
-Wesley
Add tutorial for top down
topdown multiplayer
It's the same concept as the platformer behavior.
Add the top down behavior to the player object, give it the multiplayer behavior, and then select who owns which object in the game.
Hope that helps. 👍
-Wesley
@@GDevelopApp thanks but i already made that) (its a bit laggy) can you tell me why it has inputlag in desktop app?
also i want to know, when in the engine there will be 10-15 player limit?
WTF APPENED AFTER THE TODAY'S UPDATE! ALL MY CODE IS DESTROYED! MY PROJECT OF 8 MONTH IS GONE! HOW DO I GET ALL MY CODE BACK!!!!!!***
👀
👀
-Wesley
i watched all your tutorial videos but learn very little because i didn't find even single video which can be for beginners with 0 knowledge
For new users, we have the intro tutorial playlist. It goes over the different parts of the engine, everything from how events work to optimization. th-cam.com/video/595-swNh0Mw/w-d-xo.html&ab_channel=GDevelop
Hope it helps. 👍
-Wesley
Why you guys put event limiton phone
@@quadinglelemon5773 The mobile version of the engine is largely meant to be a perk for users with a subscription, so there are limitations for users without one.
You can use the desktop or web version of the app on your devices without that limitation. 👍
-Wesley
fist
🤜
-Wesley
@@GDevelopApp How do let the player run automatically?
@@Qsa7680x use an event with no condition and the action "simulate pressing left for ______".
Hope that helps.
-Wesley
@@GDevelopApp Thanks
Why do he teach us multiplayer 1901200th time?