Skip to content
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.

Trying to understand where a user is being used up #13

Open
alex-kwan opened this issue Nov 13, 2020 · 1 comment
Open

Trying to understand where a user is being used up #13

alex-kwan opened this issue Nov 13, 2020 · 1 comment

Comments

@alex-kwan
Copy link

Super interested in this project. I was wondering where exactly are we losing one player in the game?

I am trying to understand if its possible to just host the client code in the cloud as well and no one needs to run anything locally outside of the game?

@TECHNOFAB11
Copy link

You can definitely host it wherever you want. The one player that's missing is the Bot itself. It's technically there on the server, but it does not send a "Spawn" packet and thus won't get a player character (and the other clients won't show it). That's also why the clients say 9/10 players, but when someone joins it says the game is full. Ive been working on reverse engineering that for a while now and it's a weird implementation, but you also have to keep in mind that the team behind this game just has one dev afaik and just 3 people in total (at least last time I've heard).

So yeah, host it wherever you want. But you'll never be able to have 10 player AND the bot/client in a lobby :)

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

No branches or pull requests

2 participants