Skip to content

Commit

Permalink
Merge branch 'portal-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Gistix committed Sep 16, 2023
2 parents 8eed164 + 5d7cb6e commit 944d710
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 20 deletions.
11 changes: 8 additions & 3 deletions L4D2VR/SteamVRActionManifest/bindings_knuckles.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"click_activate_threshold": "0.45",
"click_deactivate_threshold": "0.4"
},
"path" : "/user/hand/right/input/grip"
"path" : "/user/hand/left/input/grip"
},
{
"inputs" : {
Expand All @@ -221,15 +221,20 @@
}
},
"mode" : "button",
"path" : "/user/hand/left/input/trigger"
"parameters" : {
"force_input" : "force",
"click_activate_threshold": "0.45",
"click_deactivate_threshold": "0.4"
},
"path" : "/user/hand/right/input/grip"
}
]
}
},
"category" : "steamvr_input",
"controller_type" : "knuckles",
"description" : "",
"name" : "Default Left 4 Dead 2 VR bindings for Index Controllers",
"name" : "Default Portal 2 VR bindings for Index Controllers",
"options" : {},
"simulated_actions" : []
}
Expand Down
8 changes: 4 additions & 4 deletions L4D2VR/SteamVRActionManifest/bindings_oculus_touch.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}
},
"mode" : "button",
"path" : "/user/hand/left/input/grip"
"path" : "/user/hand/left/input/trigger"
},
{
"inputs" : {
Expand Down Expand Up @@ -202,7 +202,7 @@
}
},
"mode" : "button",
"path" : "/user/hand/right/input/grip"
"path" : "/user/hand/left/input/grip"
},
{
"inputs" : {
Expand All @@ -211,15 +211,15 @@
}
},
"mode" : "button",
"path" : "/user/hand/left/input/trigger"
"path" : "/user/hand/right/input/grip"
}
]
}
},
"category" : "steamvr_input",
"controller_type" : "oculus_touch",
"description" : "",
"name" : "Default Left 4 Dead 2 VR bindings for Oculus Touch",
"name" : "Portal 2 VR bindings for Oculus Touch",
"options" : {},
"simulated_actions" : []
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}
},
"mode" : "button",
"path" : "/user/hand/left/input/grip"
"path" : "/user/hand/left/input/trigger"
},
{
"inputs" : {
Expand Down Expand Up @@ -202,7 +202,7 @@
}
},
"mode" : "button",
"path" : "/user/hand/right/input/grip"
"path" : "/user/hand/left/input/grip"
},
{
"inputs" : {
Expand All @@ -211,15 +211,15 @@
}
},
"mode" : "button",
"path" : "/user/hand/left/input/trigger"
"path" : "/user/hand/right/input/grip"
}
]
}
},
"category" : "steamvr_input",
"controller_type" : "vive_cosmos_controller",
"description" : "",
"name" : "Default Left 4 Dead 2 VR bindings for Vive Cosmos Controllers",
"name" : "Portal 2 VR bindings for Vive Cosmos Controllers",
"options" : {},
"simulated_actions" : []
}
Expand Down
9 changes: 5 additions & 4 deletions L4D2VR/config.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
TurnSpeed=0.3
TurnSpeed=0.15
SnapTurning=false
SnapTurnAngle=45.0
LeftHanded=false
VRScale=43.2
IPDScale=1.0
HideArms=false
6DOF=false
HudDistance=1.3
HudSize=1.1
HudAlwaysVisible=false
HudSize=4.0
HudAlwaysVisible=false
AimMode=2
Binary file removed L4D2VR/l4d2vr_capsule_main.png
Binary file not shown.
Binary file removed L4D2VR/l4d2vr_portrait_main.png
Binary file not shown.
10 changes: 5 additions & 5 deletions L4D2VR/manifest.vrmanifest
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"source" : "builtin",
"applications": [{
"app_key": "steam.app.550",
"app_key": "steam.app.620",

"launch_type": "url",
"url": "steam://launch/550/VR",
"url": "steam://launch/620/VR",
"action_manifest_path" : "SteamVRActionManifest/action_manifest.json",
"image_path" : "l4d2vr_capsule_main.png",
"image_path" : "portal2vr_capsule_main.png",

"strings": {
"en_us": {
"name": "Left 4 Dead 2 VR",
"description": "Left 4 Dead 2 VR Mod"
"name": "Portal 2 VR",
"description": "Portal 2 VR Mod"
}
}
}]
Expand Down
Binary file added L4D2VR/portal2vr_capsule_main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added L4D2VR/portal2vr_portrait_main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 944d710

Please sign in to comment.