[#bugs] The new `Load="Remove"` and `Load="Replace"` features for poptables do not work ...

Issue #11214 resolved
Freehold Games Bot Account created an issue

Marked for crossposting by: kernelmethod

Message (jump):

<kernelmethod> The new Load="Remove" and Load="Replace" features for poptables do not work correctly when applied at the group level. For example, the following XML will add Scrap Cape to DataDiskWare's Items group as if it were doing a merge, rather than replacing the group:
xml <population Name="DataDiskWares" Load="Merge"> <group Name="Items" Load="Replace"> <object Blueprint="Scrap Cape" /> </group> </population>
It appears that both Load="Merge" and Load="Remove" do work at the object level.

Comments (2)

  1. Log in to comment