I build a building buildings disappear after a few days

ErikaBransherry

New Member
Hello
first : Sorry for my bad english...


If I build building on my server,
The building disappear after a few days

Where to go from the server file to modify the building who knows whether this should disappear?
ex) " init.sqf "

and Do let me know if you need to modify the

That would appreciate it if you help when reading the article

Plz! Help Me!
 
Possibly your database script is deleting them. Just guessing here as i am usually completely wrong

open your hiveext.ini file and look for this
Code:
[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 = 6

try changing
;CleanupPlacedAfterDays = 6
to
CleanupPlacedAfterDays = 9999
 
Possibly your database script is deleting them. Just guessing here as i am usually completely wrong

open your hiveext.ini file and look for this
Code:
[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 = 6

try changing
;CleanupPlacedAfterDays = 6
to
CleanupPlacedAfterDays = 9999


Thank you I look up to you! THANK YOU!
 
Possibly your database script is deleting them. Just guessing here as i am usually completely wrong

open your hiveext.ini file and look for this
Code:
[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 = 6

try changing
;CleanupPlacedAfterDays = 6
to
CleanupPlacedAfterDays = 9999
Setting it to -1 will turn it off completely
 
Setting it to -1 will turn it off completely

See! I AM WRONG AGAIN! :D
Actually I have seen several posts where they said it doesn't work by setting -1 even though that is what is says in the instruction paragraph in hiveext.ini which is why I suggested setting it to 27 years (pretty sure the server wont be running that long).
 
See! I AM WRONG AGAIN! :D
Actually I have seen several posts where they said it doesn't work by setting -1 even though that is what is says in the instruction paragraph in hiveext.ini which is why I suggested setting it to 27 years (pretty sure the server wont be running that long).

ok I see Thank!
 
Back
Top