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

Can this work for Godot 4+ multiplayer open-world chunk system? #1

Closed
WithinAmnesia opened this issue Feb 20, 2024 · 6 comments
Closed

Comments

@WithinAmnesia
Copy link

I am doing a from scratch build now for the multiplayer chunk system. What should I do for the server and the data and chunk storage?
I have a few leads and some more thoughts and resources can be found here:
WithinAmnesia/ARPG#16 <Start fresh thread.
WithinAmnesia/ARPG#15 <Previous start thread.
It was suggested I build a from scratch Multiplayer seamless chunk system that eventually be put together where it can handle 2K-16K+ players on the same server. What should be done for a web deployment to also run on a browser? I was suggested to try and do a chunk storage system similar to Minecraft or Terraria where each chunk is stored individually and accessed by the server in communication with the player clients. What should be done to solve this chunk puzzle? All feedback is welcome.

@Frejbo
Copy link
Owner

Frejbo commented Feb 20, 2024

I think you are in the wrong place for this. This is an old personal project I did to try to generate minecraft maparts from images. Had a few bugs and didn't look that good.

@Frejbo Frejbo closed this as completed Feb 20, 2024
@Frejbo Frejbo closed this as not planned Won't fix, can't repro, duplicate, stale Feb 20, 2024
@WithinAmnesia
Copy link
Author

Thank you for replying. What should I find help and do you have some thoughts and suggestions or people ask?All feedback is welcome, take care.

@Frejbo
Copy link
Owner

Frejbo commented Feb 21, 2024

As I'm not fully sure what you want to it's hard to give specific feedback but why not ask on Reddit?

@WithinAmnesia
Copy link
Author

I've asked around reddit and on the github places and on discords but it's good to ask people directly too. Its good community building to seek input and have all feedback be welcome.

@Frejbo
Copy link
Owner

Frejbo commented Feb 22, 2024

That's true but I'm afraid I can't help that much. I wish you luck though!

@WithinAmnesia
Copy link
Author

WithinAmnesia commented Feb 22, 2024

That's okay. Watcha working on? Good luck to you too.
Also Zylann/voxelgame#101 (comment) + WithinAmnesia/ARPG#16 (reply in thread) Big 2D/3D hybrid progress update! It all works!

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

No branches or pull requests

2 participants