Posted on October 24, 2017 at 16:59 (GMT +00:00) by
Colin
Today I am releasing my view distance/grass detail updater which is ideal for multi-player games where you require a fast way of changing view distance or terrain detail.
This allows the following 2 things (using the + and - key next to backspace):
* Ctrl + "+" = increase terrain detail
* Ctrl + "-" = decrease terrain detail
* Left Alt + "+" = increase view distance
* Left Alt + "-" = decrease view distance
This script will also save the users' configuration for the next time they join so they do not need to change settings every time they connect!
As usual, place the above code inside a file px_viewdist.sqf and place it into a folder PX/ inside your mission folder, then add the following code to your init.sqf:
Let me know what you think.