Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated info godot 4 (multiplater ENet) #6741

Closed
pc9098 opened this issue Feb 7, 2023 · 7 comments
Closed

Outdated info godot 4 (multiplater ENet) #6741

pc9098 opened this issue Feb 7, 2023 · 7 comments
Labels

Comments

@pc9098
Copy link

pc9098 commented Feb 7, 2023

https://docs.godotengine.org/en/latest/tutorials/networking/high_level_multiplayer.html

See that it is in latest, which should be Beta 4.17

-Initializing the Network:
It uses classes like NetworkedMultiplayerENet that have been changed.

@Calinou
Copy link
Member

Calinou commented Feb 7, 2023

Related to #6475 and #5121.

@Calinou Calinou added bug area:manual Issues and PRs related to the Manual/Tutorials section of the documentation labels Feb 7, 2023
@pgorley
Copy link

pgorley commented Mar 8, 2023

I'd like to bump this issue since the page is terribly broken. It suggests using a class that doesn't exist and there's no path forward for people previously using ENetMultiplayerPeer in 3.5. ENetMultiplayerPeer is also completely different and I assume it's no longer supposed to even be around in 4.0. If I knew a path forward (which APIs I can call), I'd be glad to contribute here, but I'm just as lost as the current documentation.

@TristanTurcotte
Copy link

I'd like to bump this issue since the page is terribly broken. It suggests using a class that doesn't exist and there's no path forward for people previously using ENetMultiplayerPeer in 3.5. ENetMultiplayerPeer is also completely different and I assume it's no longer supposed to even be around in 4.0. If I knew a path forward (which APIs I can call), I'd be glad to contribute here, but I'm just as lost as the current documentation.

You may find the article Multiplayer in Godot 4.0: ENet wrappers, WebRTC helpful. That entire series of blog posts (except for the 4th one) contain some good information about the changes

@mhilbrunner
Copy link
Member

Closing as duplicate of #5755 and #5754

FYI, the multiplayer docs are in the process of being reworked. Until then, have a look at the Bomberman and TPS demos to see how the new multiplayer features in Godot 4.0 can be used.

@mhilbrunner mhilbrunner added archived and removed bug area:manual Issues and PRs related to the Manual/Tutorials section of the documentation labels Mar 31, 2023
@MisterE123
Copy link

This is very important. I really wish that the multiplayer docs were current ... and if they are, I would like to know

@MisterE123
Copy link

Oh it was closed as completed ... so I guess that the checkbox on #5121 should be marked...

@pc9098
Copy link
Author

pc9098 commented Jan 7, 2024

Oh it was closed as completed ... so I guess that the checkbox on #5121 should be marked...

This was closed as duplicate, not as completed.
If you need some help I suggest you these videos they are a good start:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants
@Calinou @pgorley @mhilbrunner @TristanTurcotte @MisterE123 @pc9098 and others