Novetus / Novetus_src

A multi-version ROBLOX client launcher built to allow the user to run LAN and Internet servers.
GNU General Public License v3.0
133 stars 31 forks source link

Add compression function and Place compressor to SDK #61

Closed IDeletedSystem64 closed 1 year ago

IDeletedSystem64 commented 1 year ago

I've "ported" my ROBLOX Place compressor to the SDK, based off of 1.0's source code, it might be a little messy(?) but it works quite well.

IDeletedSystem64 commented 1 year ago

Marking this as a draft as I want to try something with GCing the memory resources that are left after compression finishes (It does eventually GC, but not as soon as I'd like it to)

Bitl commented 1 year ago

closing as this is obviously not complete