Chi 0 Posted March 3, 2007 I run my PC as the host for coop for myself and a few friends. I have the grass turned off (terrain detail very low) in my options and this is fine in all SP missions and the campaign. However when I host a game online for us the grass is still there. I want it off as I get an average of 20 fps extra and it would also give us a chance against the AI which seems to be able to spot me prone 200m away in grass and through bushes ect. Is it possible to do this ? Ta Chi Share this post Link to post Share on other sites
mattxr 9 Posted March 3, 2007 Yes, but you have to edit the mission. Inside the init.sqs you have to add this.. setterraingrid 50 Share this post Link to post Share on other sites
celery 8 Posted March 3, 2007 Isn't there a setting for the server to disable grass in every map? I suspect it's: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">terrainGrid=50.000000; but I'm not sure since I don't have a server at hand. Share this post Link to post Share on other sites
celery 8 Posted March 5, 2007 So, can anyone confirm what the no grass server command is? Share this post Link to post Share on other sites
enforcer1975 0 Posted March 5, 2007 That isnt the command parameter for "grass off". I think its the parameter for the LOD. Try "lawnmower=1" instead  I dont think this will be solved in the next Patch. Maybe they were a bit rash to tell this and dont have a solution yet ( or never ). At least i am able to play on a 50+ player server with minor performance hits. Looking foreward to 1.06, especially to the fog thingie. Share this post Link to post Share on other sites
celery 8 Posted March 5, 2007 That isnt the command parameter for "grass off". I think its the parameter for the LOD. Try "lawnmower=1" instead Well, that parameter also means "terrain very low" which disables grass for the regular user. I'm just wondering if it works like that for servers. Still, wasn't it an advertised feature that you can choose if the server has grass turned on or off? I would really love to know the command for that because there are lots of players that are running a slide show with all that grass. At least my fps suffers some 20 frames with grass on. Share this post Link to post Share on other sites
whisper 0 Posted March 6, 2007 Apart from setTerrainGrid, nothing that I know off. You need to put setTerrainGrid higher in every mission Share this post Link to post Share on other sites
pedro870 0 Posted March 6, 2007 Isn't there a setting for the server to disable grass in every map?I suspect it's: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">terrainGrid=50.000000; but I'm not sure since I don't have a server at hand. This should be the server setting which would turn off grass in multiplayer for every client too. However it doesn't seem to work yet, at least this is my experience. Now the only option is to include "setterraingrid 50" in every init.sqs for every mission. Share this post Link to post Share on other sites