Jump to content

F4 in vr hanger


Go to solution Solved by Scoop,

Recommended Posts

Posted

It would be great if the VR model would match the wallpaper theme.  I'm sure it has been requested (several times no doubt) but it is one of those seemingly very easy to do, but also very low priority items.

There is a LUA file which you can change manually but I remember it caused some issues for me a while back so I've left it alone since then.

  • Like 1

Laptop Pilot. Alienware X17, i9 11980HK 5.0GHz, 16GB RTX 3080, 64GB DDR4 3200MHz, 2x2TB NVMe SSD. 2x TM Warthog, Hornet grip, Virpil CM2 & TPR pedals, Virpil collective, Cougar throttle, Viper ICP & MFDs,  pit WIP (XBox360 when traveling). Quest 3S.

Wishlist: Tornado, Jaguar, Buccaneer, F-117 and F-111.

Posted

I started but, since I'm short of time, I stoped. Going thru all the arguments to lower gears, put in Pilots and stuff takes forever. That turned me off and I forgot about it. Might start again to look into it ...

  • Solution
Posted

Here try this one, change the livery to suit your taste

sceneVR.lua

Asus Dark Hero X570, AMD 5800x3D, RTX 4090 Reference, All on Custom Water Loop, 3600 CL15 XMP, 4xCrucial P5P 2T M2+SSD's, Hotas Warthog, Reverb G2,

Latest DCS MT and VR only

A10CII and AH64D, Nevada, Persian Gulf, Syria, Marianas, Caucasus, Afghanistan 

Posted

Just a thought on this.

Someone recently found that the hangar was eating PC resources and could potentially affect performance.

They also kindly provided a VR version that is basically just black space, and thus avoids those implications.  Sorry, don't have a link to hand.

7800x3d, 5080, 64GB, PCIE5 SSD - Oculus Pro - Moza (AB9), Virpil (Alpha, CM3, CM1 and CM2), WW (TOP and CP), TM (MFDs, Pendular Rudder), Tek Creations (F18 panel), Total Controls (Apache MFD), Jetseat 

Posted (edited)
7 hours ago, Mr_sukebe said:

Just a thought on this.

Someone recently found that the hangar was eating PC resources and could potentially affect performance.

They also kindly provided a VR version that is basically just black space, and thus avoids those implications.  Sorry, don't have a link to hand.

https://www.digitalcombatsimulator.com/en/files/3336353/

If you don't want to download all you have to do is the following:

Navigate to <DCS Install>/Scripts/DemoScenes

Copy sceneVR.lua and save somewhere as a backup.

Open sceneVR.lua in the above file path and delete its contents and paste the following in:

 package.path = package.path ..';./Scripts/DemoScenes/?.lua;'
local sceneEnvironment = require("demosceneEnvironment")
 
scene = {}
function loadScene(scenePtr)
    sceneAPI = sceneEnvironment.getInterface(scenePtr)
    sceneAPI:setUpdateFunc('sceneVRUpdate')
    sceneAPI:setSun(math.rad(-90), math.rad(0))
 
        local cam_level = 1.8
 
    scene.cam        = sceneAPI:addCamera(3, cam_level , 3)
    scene.cam:setFarClip(1000.0)
    scene.cam:setFov(90)
    scene.cam.transform:lookAtPoint(-10.0, cam_level, 0);
    scene.cam:setActive()
end
 
--[0;1]
local function pingpong(length, t)
    local tt = (t%length)*2/length
    if tt>1 then tt = 2-tt end
    return tt
end
 
function sceneVRUpdate(t, dt)
 
end

 

Save the file.

Start DCS in VR and make sure you have black background in VR scene

This will get wiped out with every update, unfortunately.

Edited by =475FG= Dawger
  • Like 1

 

 

 

 

EDsignaturefleet.jpg

  • Recently Browsing   0 members

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