PECAKsGUITAR 1 Posted March 22, 2013 Hello, I am trying to increase LOD for grass (clutter). I hope, I can do it simply by editing config.bin, which is part of bin.pbo. I realised how to open bin.pbo (cpbo tool) to get acces to config.bin and here I am stuck. In my mind are these steps: 1) "unbin" config.bin 2) change "clutterDist" from 50 to some higher value 3) convert config.cpp to config.bin 4) replace old config.bin 5) make new bin.pbo with this new config.bin Is it correct method or I am completely lost? Or do I need to make it like addon? (I am not sure, if I can change core files in main game folder) Anyway I would like to know, how work with this config.bin - how to decompress and compress again... (I tried utilities like "unbin" and "cpp2bin", but it didnt work... Thank you for any advice... Share this post Link to post Share on other sites
Sealife 22 Posted March 22, 2013 when changing clutter distance you must also change Detail and nodetail distance too , the clutter is only defined to appear on the detailed textures so this needs to be stretched out , couple of other factors remember is Object viewdistance and quality in settings personal UI Lod structure of clutter (unkown) may dictate final draw distance no matter what cpp and slider in UI say Share this post Link to post Share on other sites
PECAKsGUITAR 1 Posted March 22, 2013 Thank you for your notes, but it told me nothing about how to do it... Share this post Link to post Share on other sites