how to make a building that can't be claimed?

Started by eatKenny, January 25, 2015, 02:00:05 PM

Previous topic - Next topic

eatKenny

want make some "decoration" in the map which don't do anything and can't be claimed or deconstructed :P

Igabod

Quote from: eatKenny on January 25, 2015, 02:00:05 PM
want make some "decoration" in the map which don't do anything and can't be claimed or deconstructed :P

not sure if this will help with the claiming issue but I think it will work to make it not deconstructable. <destroyable>false</destroyable> is on the def for the SteamGeyser. doing <selectable>false</selectable> might make it unclaimable but I don't know, haven't tested any of this myself. and another one that may or may not be useful is the <useStandardHealth>false</useStandardHealth>.  Hope at least one of these suggestions helps.

eatKenny

Quote from: Igabod on January 25, 2015, 09:02:47 PM
Quote from: eatKenny on January 25, 2015, 02:00:05 PM
want make some "decoration" in the map which don't do anything and can't be claimed or deconstructed :P

not sure if this will help with the claiming issue but I think it will work to make it not deconstructable. <destroyable>false</destroyable> is on the def for the SteamGeyser. doing <selectable>false</selectable> might make it unclaimable but I don't know, haven't tested any of this myself. and another one that may or may not be useful is the <useStandardHealth>false</useStandardHealth>.  Hope at least one of these suggestions helps.

thanks, the <destroyable>false</destroyable> works!