Dave317 Posted August 28, 2024 Posted August 28, 2024 I don't suppose anyone has or is able to replace the default su27 for the F4 in vr hanger. It would be an awesome addition. 1
Lace Posted August 28, 2024 Posted August 28, 2024 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. 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.
Lt_Jaeger Posted August 28, 2024 Posted August 28, 2024 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 Scoop Posted August 28, 2024 Solution Posted August 28, 2024 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
plott1964 Posted August 28, 2024 Posted August 28, 2024 28 minutes ago, Scoop said: Here try this one, change the livery to suit your taste sceneVR.lua 2.48 kB · 0 downloads ...very nice! PC specs: Intel Core i7-13700K [Raptor Lake 3.4GHz Sixteen-Core LGA 1700] (stock clock)/64.0 GB RAM/RTX 3080 GPU (stock clock)/Windows 10 Home/Multiple M.2 SSD Drives/T.Flight HOTAS X/HP Reverb G2
Mr_sukebe Posted August 29, 2024 Posted August 29, 2024 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
=475FG= Dawger Posted August 29, 2024 Posted August 29, 2024 (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 August 29, 2024 by =475FG= Dawger 1
Recommended Posts