Skip to content

How to use DCS MetaShader and FXO Cleanup script

OzDeaDMeaT edited this page Jun 11, 2020 · 1 revision

Firstly Enable scripts via a Powershell run as administrator

Set-ExecutionPolicy bypass

then when prompted select 'A' for Yes to All

Then open the script with notepad or your preference of text / code editing software. Modify these two lines at the top of the script to point to your DCS install folder and your DCS Profile respectively. DONT FORGET THE BACKSLASH AT THE END $DCSFOLDER = "G:\Games\DCS World" $DCSPROFILE = "C:\Users\OzDeaDMeaT\Saved Games\DCS.openbeta"

Right click the script and select 'Run with Powershell'

Logs will be placed in your DCS PROFILE folder. The log file is called 'DCS_CLEANUP_METASHADERS.log'.

THIS SCRIPT HAS ONLY BEEN TESTED WITH AN NVIDIA GRAPHICS CARD. UNKNOWN RESULTS WITH AMD OR OTHER MANUFACTURER VIDEO CARDS.

Clone this wiki locally