Starbound icon indicating copy to clipboard operation
Starbound copied to clipboard

Server side mods

Open Shadowblitz16 opened this issue 2 years ago • 0 comments

Consider sandboxing lua scripts and sending them over to the clients when they join a server. This makes it far easier to host a server since we wouldn't need to make sure all clients have the same mods.

Servers would only send over things like...

  • tiled data
  • images
  • sounds
  • json
  • sandboxed lua

file validation may be necessary

Shadowblitz16 avatar Oct 11 '23 23:10 Shadowblitz16