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

AdvDup2 doesn't copy npc_mannable_turret. #87

Closed CubicalMayhem closed 3 years ago

CubicalMayhem commented 3 years ago

Even if npc_mannable_turret is green in area copy tool, it still doesn't appear at copied building. Later I got new issue. Issue 1 20201211154801_1 20201211154912_1

Issue 2 "DUPLICATOR: ERROR, NoCollide Constraint could not find an entity!"

20201211154001_1

thegrb93 commented 3 years ago

Probably just need duplicator.Allow("npc_mannable_turret") for it to work

thegrb93 commented 3 years ago

Whatever addon you're using to spawn those should incorporate duplicator support. I don't think those should be spawnable via duplicator without the addon installed.