Vive Cosmos tweaks

Dieses Thema im Forum "HTC" wurde erstellt von SolKutTeR, 12. Oktober 2019.

  1. Vielleicht kann jemand damit ja arbeiten? ;)

    Der Reddit User phr00t_ hat eine Übersicht von möglichen tweaks gefunden, wie z.B. Gamma Einstellungen, oder die der Kameras etc. pp.
    Code:
    "externalPredictPose" : {
        "enable" : true,
        "disableHMDVel" : true,
        "disableControllerVel" : false,
        "diablePredictHMDPose" : false,
        "diablePredictControllerPose" : true
    },
    Code:
    "collisionBounds" : {
        "CollisionBoundsStyle" : 0,
        "CollisionBoundsGroundPerimeterOn" : false,
        "CollisionBoundsCenterMarkerOn" : false,
        "CollisionBoundsPlaySpaceOn" : false,
        "CollisionBoundsFadeDistanceInner" : 0.4,
        "CollisionBoundsFadeDistanceOuter" : 0.3,
        "CollisionBoundsColorGammaR" : 241,
        "CollisionBoundsColorGammaG" : 123,
        "CollisionBoundsColorGammaB" : 79,
        "CollisionBoundsColorGammaA" : 153,
        "CollisionBoundsAlwaysOn" : false
    },
    Code:
       "htcvr" : {
          "ApplyHiddenMesh" : true,
          "AutoSavingProfiler" : false,
          "BringUpDashboard" : true,
      "BringUpVRMonitor" : true,
      "BringUpSteamVR" : true,
          "BringUpDesktopProjector" : false,
      "ControllerSimulation" : false,
          "Enable45FPS" : false,
          "EnableFlipMode" : true,
          "EnableNightmode" : false,
          "EnableProfiler" : false,
          "EnableRollingCorrection" : false,
      "EnableASW" : false,
      "EnableHIDFusion" : true,
          "GCDown" : 0.02,
          "GCDownChange" : 0.01,
          "GCUp" : 0.03,
          "GCUpChange" : 0.01,
          "QuatPredict" : true,
          "ShowPresentStatus" : 30,
          "SteamVRVsyncToPhotons" : 0.004,
          "TransPredict" : true,
          "ghostCorrection" : true,
          "loglevel" : 2,
          "nightModeBlue" : 0.92,
          "nightModeGreen" : 1,
          "nightModeRed" : 1,
          "renderTargetMultiplier" : 1,
      "recordTrackingData" : false,
          "showMirrorView" : false,
          "Contrast" : 0.004,
          "Saturation" : 1,
          "UseAMDComputeEngine" : false,
          "ForceRenderBeforeTracking" : false,
      "CloseCUWithoutApp" : true,
      "BlockKeyThreshold" : 0.75
       }
    Code:
       "driver_vive_eyes_Gamma_Correction" :
       {
            "EnableGammaCorrection" : false,
            "Gamma_L" : 0.5,
            "Gamma_H" : 0.5
       },
       
        "driver_vive_eyes_Purplish_Edge_Reduction" :
       {
            "EnablePurplishEdgeReduction" : false,
            "Camera_Edge_1" : 200,
            "Camera_Edge_2" : 200,
            "Camera_Edge_3" : 1.2
       },