Blockland Forums > General Discussion
What ever happened with blockland Glass?
Scout31:
I just came up with my own system (technically a protocol) for sending text files over TCP. You can't send binary files.
Zeblote:
--- Quote from: Scout31 on February 12, 2013, 03:07:43 PM ---You can't send binary files.
--- End quote ---
Why not :c
Scout31:
--- Quote from: Zeblote on February 12, 2013, 04:02:49 PM ---Why not :c
--- End quote ---
Engine limitations. TorqueScript can't handle binary. The only reason we can download binary is because a special method on TCPObjects, where the buffer is saved directly to the file without passing through the script environment.
Zeblote:
--- Quote from: Scout31 on February 12, 2013, 06:35:09 PM ---Engine limitations. TorqueScript can't handle binary. The only reason we can download binary is because a special method on TCPObjects, where the buffer is saved directly to the file without passing through the script environment.
--- End quote ---
So Badspot could create a similar method for uploading them?