Forum




stranded 2 can you remove/desroy a palisade
2 replies



go to the /mods/sys folder.
open the file objects_buildings.inf in your editor like notepad.
scroll down to the Palisade to see this:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
### Palisade
id=218
name=Palisade
group=building
icon=gfx\palisade.bmp
model=gfx\palisade.b3d
scale=2
health=8000
mat=wood
col=3
script=start
on:build_finish {
event "palisadebuild",0,0;
}
script=end
change the health=8000 to health=100 or something.
then SAVE from the FILE top left.
There is no problem in destroying the Palisade, it simply has 8000 health so it will take a while with a hammer or axe. When your done you can change the health back to 8000 or what ever you want.



