You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The last GMod update from March 2024 fixed npcs being spawned and duped by their classname instead of their spawnname. It made it more elegant to have them apply all their properties that are supported by default via list.Get("NPC") without addional dupe code.
Unfortunately ADV Dupe 1 does not support this change yet. So please adjust it to work similary to ADV Dupe 2 and Garry's Dupe which supports this new behavour. For example ADV Dupe 1 does not handle Health, MaxHealth and other properties that might come later.
The last GMod update from March 2024 fixed npcs being spawned and duped by their classname instead of their spawnname. It made it more elegant to have them apply all their properties that are supported by default via list.Get("NPC") without addional dupe code.
https://gmod.facepunch.com/changelist/3976
Unfortunately ADV Dupe 1 does not support this change yet. So please adjust it to work similary to ADV Dupe 2 and Garry's Dupe which supports this new behavour. For example ADV Dupe 1 does not handle Health, MaxHealth and other properties that might come later.
This was the relvant change in GMod:
Facepunch/garrysmod@9fe82bc?diff=unified&w=0#diff-b7a357bf1c9ee1f589fa300430bf6c5c1331cb4fcb1ddc81d7a9bca0b36fbd8bR595-R597
The text was updated successfully, but these errors were encountered: