Jump to content

RogueSqdn

Members
  • Posts

    835
  • Joined

  • Last visited

Posts posted by RogueSqdn

  1. @BIGNEWY Sorry, just now saw the updated posts.

     

    I'm not overclocking at all.  I generally stay updated with release nVidia drivers (using 3090 FE), and believe I've updated since the last post.  I currently have my Quest 3 hooked up, but I'll hook the Crystal back up this weekend and see if it works this time.

    To answer the other posts questions, I did not have OpenXR Toolkit installed since its functionality was added natively to Pimax Play.  I currently have it installed for using fixed foveated rendering with the Quest 3, but plan to uninstall it before trying my Crystal again.

  2. 2 minutes ago, Wostg said:

    Lol phew - I was going to fix my typo and say make sure they are L06 and R07 respectively.

    If the snares give you any issues you could also do:

    local ChaffCount = "C" .. LoGetSnares().chaff

    local FlareCount = "F" .. LoGetSnares().flare

    LoGets are the basic DCS references used by all modules so should always work (thanks Preston for teaching me all this stuff)

    I had copied them from elsewhere in the file.  😉

     

        return ufcUtils.buildSimAppProUFCPayload({
     		option1= ChaffCount,
    		option2= FlareCount,
            option3= Altitudes,
            option4= "B" .. HeadingString,
            option5= Fuelpercentage,
            scratchPadNumbers=scratchPadNumbers,
            scratchPadString1=scratchPadString1,
            scratchPadString2=scratchPadString2,
            com1=UFCL06NoSpace,
            com2=UFCR07NoSpace,
            selectedWindows={}
        })
    end

     

    No chaff/flare issues yet with what I posted.  Will keep in mind what you posted.

    image.png

    • Like 2
  3. @Wostg

    I've managed to get chaff on line 1 and flare on line 2 by putting this in the body and changing all the 99 references to 999 (since chaff default is 120):

    
    	local ChaffCount = "C" .. Chaffdigits
    	local FlareCount = "F" .. Flaredigits

    and this at the bottom:

    
     		option1= ChaffCount,
    		option2= FlareCount,

     

     

    I've tried what you listed for Com1 and Com2 but get no results.

     

    EDIT:  Your suggestion works, idiot me didn't have commas after them.

    ufcPatchF15e.lua

  4. I've been having massive Lakenheath flashbacks lately due to this module.

     

    Sometimes that's a good thing, sometimes not.  But when it involves this jet (and not other things), it's good.  😉

    • Like 1
  5. I typed this checklist myself.  It includes plenty of things that aren't modeled yet but is based on the real thing and in the same format.

    I also extracted the last few checklist pages from the manual and converted everything to PNG so they could be used in DCS as your kneeboard.

    Enjoy!

    F-15ESE.zip

    • Thanks 2
  6. My experience with Razer gear is that if you have too many of their devices plugged in simultaneously, it can cause other HIDs to disconnect.  How many Razer devices do you have connected now?

    Funny business usually starts around device #3.

    I have three currently:  The Leviathan v2 soundbar, the Deathstalker v2 Pro TKL keyboard, and the Basilisk v3 Pro mouse.  However, since the mouse and keyboard both connect to the same dongle, I only have two actually plugged in.  If you have a wireless keyboard and mouse from Razer, I'd recommend seeing if they're compatible with "Hyperspeed Multi-Device Pairing."

    List of compatible devices:

    https://www.razer.com/technology/razer-hyperspeed-wireless

     

    Quote

    Razer DeathStalker V2 Pro
    Razer DeathStalker V2 Pro Tenkeyless
    Razer BlackWidow V3 Pro
    Razer BlackWidow V3 Mini HyperSpeed
    Razer BlackWidow V3 Mini HyperSpeed Phantom Edition
    Razer DeathAdder V3 Pro
    Razer DeathAdder V2 Pro
    Razer DeathAdder V2 X HyperSpeed
    Razer Viper V2 Pro
    Razer Naga V2 Pro
    Razer Naga Pro
    Razer Naga V2 HyperSpeed
    Razer Basilisk V3 Pro
    Razer Orochi V2

     

×
×
  • Create New...