Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VRCFT doesn't auto open when steam vr lauched #227

Open
SnubbleJr opened this issue Aug 18, 2024 · 0 comments
Open

VRCFT doesn't auto open when steam vr lauched #227

SnubbleJr opened this issue Aug 18, 2024 · 0 comments

Comments

@SnubbleJr
Copy link

SnubbleJr commented Aug 18, 2024

This is due to permissions off the app being a windows app and the directory that it lives is right protected when steam attempts to open it "C:\\Program Files\\WindowsApps\\96ba052f-0948-44d8-86c4-a0212e4ae047_5.2.3.0_x64__4s4k90pjvq32p\\app.vrmanifest"

I found a work around for this however.

  1. Create a shortcut to VRCFT
  2. Create a bat file that runs "Shortcut.lnk"
  3. Create another app manifest ffor steam VR that launches the bat file

`{
"source": "builtin",
"applications": [
{
"app_key": "Custom.VRCFaceTrackingLauncher",
"launch_type": "binary",
"binary_path_windows": "autorun.bat",
"is_dashboard_overlay": true,

		"strings": {
			"en_us": {
				"name": "VRCFaceTracking Launcher",
				"description": "VRCFaceTracking Shortcut Launcher."
			}
		}
	}
]

}`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant