yesimanoob Posted March 12, 2023 Posted March 12, 2023 hello everyone just wanted to share how i setup comet server for me to learni picked Comet Server with client 5187 it was really easy to setupfollowing the getting started guild in the repository i was able to start the server just i changed the "Port": 9959 i have no idea why it didn't work on port 9960https://imgur.com/a/cHVvsYOso after setting up the server what is next how to have all the game functionality like NPCs, Pathfinding , monsters spawning .... etchow to add more stuf to the game of how can i make my client to connect to the game server without using the loader pleas i want to learn more about this things if there is any guild , videos , or if I'm missing something pls let me know i want to learn more about privet servers I'm new to game development and i wanted to learn more about building bots, revers engendering , cheats and how to prevent them and i setup my server for testing and ofCorse having fun Quote
Spirited Posted March 12, 2023 Posted March 12, 2023 Looks like some of this was already answered on epvp, so I'll post my responses there. But just to wrap things up here, Comet was made to be pretty advanced. It contains some advanced topics in multi-threading and parallelism that I cover only partially here: https://spirited.io/multi-threaded-game-server-design/.It doesn't stop you from working with it though, just make sure you understand the direction / parallelism of the project before running straight into adding features. If you're looking for guides... then this probably isn't the source for you. I made it after the community died off for a bit. It's only recently gotten more attention. Quote
yesimanoob Posted March 12, 2023 Author Posted March 12, 2023 Looks like some of this was already answered on epvp, so I'll post my responses thereYeah xD i found this website after some search related to Comet thank u so much for keep a lot of your code open source i will learn from it and thanks agine for taking time to reply to me i guess some of my questions wont make sense but i will check the multi-threading and parallelism link and keep learning thank you so much Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.