wiremod / advduplicator

Garry's Mod add-on that allows a player to save and load contraptions
http://www.wiremod.com
Apache License 2.0
67 stars 43 forks source link

dupeshare isn't loaded if zlib_b64 is not available #8

Closed AbigailBuccaneer closed 12 years ago

AbigailBuccaneer commented 12 years ago

Garry seems to have changed require() to throw an error if the found module doesn't exist. lua/autorun/shared/dupeshare.lua checks if the zlib_b64 is available by require()ing it, which means that it just halts execution there.

ColonelThirtyTwo commented 12 years ago

Does anyone even use this? In all of the condumps I have read it always had 'zlib not found'

AbigailBuccaneer commented 12 years ago

I suspect that nobody does, and so simply removing zlib_b64 support might be the best way forwards. We should come to a consensus on this beforehand though.