Jump to content

[How To] [CPC] Indestructible Bases


ToejaM

Recommended Posts

I tried this, but it didn't work for me. Can someone take a look and see if anything is wrong?

 

http://www.mediafire.com/?2ro4h1xaha8e1e1

Post your files with the scripts in, rather than your entire dayz_server.pbo - use http://pastebin.com/

 

 

I've added the line myself tonthe hiveini and i'll see what it does

Make sure you've added it under [Objects]

 

[Objects]
;Which table should the objects be stored and fetched from ?
;Table = Object_DATA

;Negative values will disable this feature
;0 means that ALL empty placed items will be deleted every server restart
;A positive number is how old (in days) a placed empty item must be, in order for it to be deleted
CleanupPlacedAfterDays = -1
Link to comment
Share on other sites

Hi everyone,

First thanks for the tuts really nice !

 

Second, i've a question, i'm on Vilayer for my epoch server 1.0.2.5 and where i can find this " server_monitor.sqf " ?

When i look in the init.sqf i see that :

 

z\addons\dayz_code\system\player_monitor.sqf"

 

But when i check my folder i don't see any folder are named "Z" so where i can found this File please ?

 

( Always work in 1.0.2.5 ? )

Link to comment
Share on other sites

Hi everyone,

First thanks for the tuts really nice !

 

Second, i've a question, i'm on Vilayer for my epoch server 1.0.2.5 and where i can find this " server_monitor.sqf " ?

When i look in the init.sqf i see that :

 

z\addons\dayz_code\system\player_monitor.sqf"

 

But when i check my folder i don't see any folder are named "Z" so where i can found this File please ?

 

( Always work in 1.0.2.5 ? )

it is in the dayz_server.pbo, ignore the "Z" folder that gets replaced at runtime by the ArmA engine..

unpack the PBO and look here: "dayz_server\system\server_monitor.sqf"

Link to comment
Share on other sites

  • 2 weeks later...

So Epoch now has Ores and Boxes randomly spawning, I'm using the Indestructible Bases after restarts and i as told that i cant open the boxes or extract ore because of Indestructible Bases. Is there anyway to make an execption and allow me to extract ore and get loot from the boxes?

Link to comment
Share on other sites

Hello, I've got a problem with destructible Cinder Block Garage Door (locked).

Your addon works fine, but not for every piece included in server_monitor. When I build Cinder block garage (frame), after restart it's ok, you cannot destroy it, but when I add doors to it, after restart it still destructible. Might be the issue with the same classname as the garage without doors.

So far I've got:

 

// ### [CPC] Indestructible Buildables Fix
_cpcimmune =[
"CinderWallHalf_DZ",
"CinderWall_DZ",
"CinderWallDoorway_DZ",
"MetalFloor_DZ",
"CinderWallDoorSmallLocked_DZ",
"CinderWallSmallDoorway_DZ",
"CinderWallDoor_DZ",
"CinderWallDoorSmall_DZ"

];
// ### [CPC] Indestructible Buildables Fix

 

Please help, with this bug It's no problem to enter someone's base..

Link to comment
Share on other sites

I'm telling you CinderWallDoorway_DZ is for frame and garage door, walls, floors, etc work fine. But garage door is still destructible... Also I got my classnames from wiki, so it should be working..

then just add this two: CinderWallDoorLocked_DZ and CinderWallDoorSmallLocked_DZ whats the problem? :D

Edit: just noticed the door is already in the list so just add the garage door then.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
×
×
  • Create New...