VDLR Posted March 18, 2014 Report Share Posted March 18, 2014 I loged into one of the servers which lowered the value of drawdistance and the performance boost was out of the charts. I plead to you that you make it on the server side with cap of 1600, but allow to lower it on user side. It would be a choice if someone want's to lower their ability to spot people afar. I would certienly use it. Hope it is possible. Otherwise I would have to look for servers that lower their drawdistance wich is hard because it would take a loooot of time and do not guarantee succes. Link to comment Share on other sites More sharing options...
cen Posted March 18, 2014 Report Share Posted March 18, 2014 You can right click on binoculars or range finders on our servers to choose your view distance :D peipo118 1 Link to comment Share on other sites More sharing options...
peipo118 Posted March 18, 2014 Report Share Posted March 18, 2014 Well Cen, it seems that it is not only your servers anymore :D (PS i think there was somebody going through your files and releasing it here...................) Link to comment Share on other sites More sharing options...
cen Posted March 18, 2014 Report Share Posted March 18, 2014 I'm not worried about it, anything in the mission pbo is pretty much up for grabs, haha. Link to comment Share on other sites More sharing options...
VDLR Posted March 18, 2014 Author Report Share Posted March 18, 2014 and what servers would that be? peipo you know of more of such servers? Link to comment Share on other sites More sharing options...
hambeast Posted April 2, 2014 Report Share Posted April 2, 2014 Well Cen, it seems that it is not only your servers anymore :D (PS i think there was somebody going through your files and releasing it here...................) I hope you're not talking about our server. I came up with the idea independently... anyway, its a super simple script so I'm planning on a release / tutorial. Link to comment Share on other sites More sharing options...
cen Posted April 3, 2014 Report Share Posted April 3, 2014 He isn't ham, no worries :) Link to comment Share on other sites More sharing options...
Razorman Posted April 3, 2014 Report Share Posted April 3, 2014 I hope you're not talking about our server. I came up with the idea independently... anyway, its a super simple script so I'm planning on a release / tutorial. May I get a link to that? Link to comment Share on other sites More sharing options...
hambeast Posted April 9, 2014 Report Share Posted April 9, 2014 May I get a link to that? this is the script to provide the seperate view distances in a scroll menu. how you call this script is up to you. viewDistance_600 = { setViewDistance 600; }; viewDistance_1000 = { setViewDistance 1000; }; viewDistance_1500 = { setViewDistance 1500; }; viewDistance_2000 = { setViewDistance 2000; }; viewDistance_3000 = { setViewDistance 3000; }; viewDistance_5000 = { setViewDistance 5000; }; opt_main = [ ["",false], ["Set View Distance(600)", [0], "", -5, [["expression", "[] spawn viewDistance_600; "]], "1", "1"], ["Set View Distance(1000)", [0], "", -5, [["expression", "[] spawn viewDistance_1000; "]], "1", "1"], ["Set View Distance(1500)", [0], "", -5, [["expression", "[] spawn viewDistance_1500; "]], "1", "1"], ["Set View Distance(3000)", [0], "", -5, [["expression", "[] spawn viewDistance_3000; "]], "1", "1"], ["Set View Distance(5000)", [0], "", -5, [["expression", "[] spawn viewDistance_5000; "]], "1", "1"], ["", [-1], "", -5, [["expression", ""]], "1", "0"], ["Exit", [13], "", -3, [["expression", ""]], "1", "1"] ]; showCommandingMenu "#USER:opt_main"; Link to comment Share on other sites More sharing options...
ZarX Posted April 25, 2014 Report Share Posted April 25, 2014 That is nice.. but I personally would like a set limit. Mine keeps randomly reverting back to 600... kind of annoying. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now