Jump to content
Levias

Looking for the fix ... (invisible grass/trees)

Recommended Posts

Currently it seems some people at my server are able to disable grass/trees to directly spot tents and vehicles. I have read about this some days ago at this forums but I dunno where.. search didn't help at all.

As a server admin I had to include some file check as I remember. Can anyone help me?

Share this post


Link to post
Share on other sites

you need to enable the file check on all files inside /addons/

buildings.pbo

buildings.pbo.bi.bisign

buildings.pbo.bi2.bisign

buildings2.pbo

buildings2.pbo.bi.bisign

buildings2.pbo.bi2.bisign

buildings2_Ind_CementWorks.pbo

buildings2_Ind_CementWorks.pbo.bi.bisign

buildings2_ind.cementworks.pbo.bi2.bisign

and the plant files.

but for best result just check on all of the pbo files

*edit* heres the sticky about it:

http://dayzmod.com/forum/index.php?/topic/58449-need-of-codes-for-file-check-plantspbo/#entry558512

Edited by JoSchaap

Share this post


Link to post
Share on other sites

The files you have to check for are..

plants2_Bush.pbo

plants2_Clutter.pbo

plants2_misc.pbo

plants2_Plant.pbo

plants2_Tree.pbo

Or just check every single file in the ArmA2/AddOns folder.

However, I have no clue on how to actually do those checks.

EDIT:

And yes, as stated above, the building files so they won't be able to walk / see through buildings.

Edited by krtshv

Share this post


Link to post
Share on other sites

In the server config where Hostname, password, reporting IP.. ect Add the following ot make sure the servers do a check for the following files

// =======================

// JOINING RULES

checkFiles[] = {

"AddOns\plants2_Bush.pbo";

"AddOns\plants2_Clutter.pbo";

"AddOns\plants2_misc.pbo";

"AddOns\plants2_Plant.pbo";

"Expansion\AddOns\plants_e.pbo"

"AddOns\buildings.pbo";

"AddOns\buildings.pbo.bi.bisign";

"AddOns\buildings.pbo.bi2.bisign";

"AddOns\buildings2.pbo";

"AddOns\buildings2.pbo.bi.bisign";

"AddOns\buildings2.pbo.bi2.bisign";

"AddOns\buildings2_Ind_CementWorks.pbo";

"AddOns\buildings2_Ind_CementWorks.pbo.bi.bisign";

"AddOns\buildings2_ind.cementworks.pbo.bi2.bisign";

};

// =======================

Edited by nohrt

Share this post


Link to post
Share on other sites

Hello there

There should be a sticky noobs guide to administering a DAYZ server. Which is a mandatory read.

rgds

LoK

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×