saltysystems / overworld

Open source framework for scalable multiplayer games.
Mozilla Public License 2.0
22 stars 4 forks source link

Simplify _msg encoders/decoders, make them optional #56

Closed cmdrk closed 1 month ago

cmdrk commented 1 month ago

This hasn't been tested thoroughly with the matrix of configuration possibilities. However, it SHOULD be:

  1. If there's nothing special specified, use the ow_msg module for routing messages.
  2. If you want, you can define a <module>_msg plugin. (doesn't seem to be working?)