i noticed that in the mapgroupproto.xml, all the amusement park objects have no usage flag for "Lunapark".
instead it's like this for the ferris wheel for example (village, town and additional hunting for the shooting gallery):
<group name="Land_Lunapark_Ferris_wheel" lootmax="3">
<usage name="Village" /> <usage name="Town" />
in cfglimitsdefinition.xml: <usage name="Lunapark"/>
in types.xml: multiple items are assigned to "Lunapark", yet there isn't a single entry for it in the mapgroupproto.xml, which makes the whole category useless.
i removed the village, town and hunting tags from the amusement park objects and replaced them with the lunapark usage-name in the mappgroupproto. sadly this resulted in spawning police and prison loot at the lunaparks.... which makes absolute zero sense, as this tags are nowhere assigned to those objects.
i would be very grateful if someone could put some light on this.