Jump to content

Anyway to customize the "low" "medium" "high" "vr" presets?


Krasniye

Recommended Posts

I was looking around for this a while back but wasn't able to get it to work.

 

What I ended up doing was save off 2 versions of options.lua and made 2 batch files that will switch between them.

 

Haven't gotten around to changing the paths for 2.5 cause I've just been playing it in VR since release, but here it is for my 2.1 install:

 

saved off a version of options.lua with my VR settings as options.vr and create a file called DCS-VR.bat in notepad

 

@echo off
title Setting DCS VR Options
cd /d D:\Users\nosebruise\Saved Games\DCS.openalpha\Config\
copy options.vr options.lua
cd /d E:\DCS World 2 OpenAlpha\bin
DCS_updater.exe

 

it will just overwrite options.lua with options.vr file replacing it with whatever my VR settings are and then launch the game.

 

then do the same thing with standard mode settings in a new batch file. I called mine options.replay and DCS-Replay.bat


Edited by nosebruise
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...