Duplication Support
ColonelThirtyTwo opened this issue · 2 comments
ColonelThirtyTwo commented
Currently this is impossible without crashing advdupe as it will try to get the protected metatable of something in the instance's environment, because it will try to copy the entire entity table.
ColonelThirtyTwo commented
AdvDupe calls Ent:PreEntityCopy and Ent:PostEntityCopy before copying the entity table. Can be used to temporary store the environment and other stuff.
ColonelThirtyTwo commented
This was done.