wiremod / wire-fpga

An addon for Garry's Mod that adds a programmable chip, that can be programmed using flow-based programming.
Apache License 2.0
15 stars 1 forks source link

Improve FPGA entity upload networking #2

Closed llysdal closed 1 year ago

llysdal commented 3 years ago

Currently a vON string is being sent, this could be compressed using util.Compress, and then decompressed on the other side. This would allow people to send slightly bigger chips, but the size display on the toolgun won't be representative of the actual size anymore.