Anshar-Eternalis / anshar

ModFest 2023 submission
GNU Lesser General Public License v3.0
3 stars 1 forks source link

Reimplement entering the network when entering the beam #29

Closed Lgmrszd closed 8 months ago

Lgmrszd commented 9 months ago

Client: new extra BeaconComponent logic:

Server: listen for enter beam event:

Lgmrszd commented 8 months ago

Leaving this open for now: This could (and should) have server-side only implementation that can be controlled via config. Unless there's lots of players, it shouldn't be a strain on the server.

Lgmrszd commented 8 months ago

Implemented server-side check in e3731c8b88fc4e25adf19269becc6b45672699d1 From testing it doesn't seem like there's too much strain on the server side (tested with 30 players and 100 beacons), so the client check could probably be removed altogether. image