Chimney Block POI stuck?

XLR8R

Refugee
I put the chimney block with the black smoke coming out on the wrong spot but I can't remove it/destroy it. I tried using the dev tool submachine gun, the auger, fist! Nothing does damage to it. I tried going in and out of god mode. The blocks behind it all get destroyed except for that. Anyone know how to remove it?

 
***************************************
1. it's tagged as a dev block.
2. how did you place it.. in game by creative menu or editor? easy to delete it in editor if thats how you did it.
3. a). it can not be destroyed normal way you can destroy all blocks surrounding it so it drops and destroys itself and then replace the blocks you had to destroy.
b). worse case scenario... type CR in console (not recommended)
c). delete the appropriate region file

your best bet is 3.a).

lesson to learn... just because its in the menu doesnt mean its there to use if you do not know anything about it. and how do you learn? go into editor and check it out, that way you harm no game saves.

:) good luck
QA Tester-unholyjoe
***************************************
 

Code:
<block name="chimneyPOI">
    <property name="Material" value="Mmetal"/>
    <property name="Shape" value="ModelEntity"/>
    <property name="Model" value="Entities/Buildings/chimneyPrefab"/>
    <property name="CreativeMode" value="Dev"/>
</block>

<block name="chimneyBlackPOI">
    <property name="Extends" value="chimneyPOI"/>
    <property name="CreativeMode" value="Dev"/>
    <property name="Model" value="Entities/Buildings/chimneyBlackPrefab"/>
</block>
 
Last edited by a moderator:
Thanks for the response mate. It just didn't occur to me cos I mean, I've never come across anything I can't destroy block-wise in this game yet. Are there any other blocks like that I should know about?

 
Back
Top