Skip to content

fowlerj/SC-VRse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

SC-VRse

VRse-AE (Attribute Editor)

VR fan project for Chachi_Sanchez's VRse https://discord.gg/g2jn2vzju3

Description

Easily perform the necessary steps to enable VR HeadTracking

This includes: Enabling VORPX functionality (Vorpx not included) with Star Citizen by:

  • setting the Route Table for bypassing EAC verification
  • purging previously cached EAC files from temporary cache

Configure the Screen Size for VR use, configure your FOV, Height x Width, whether Headtracking is toggled on, and what the Tracking Source is, all without loading the game, or even while in game open the XML file remotely with this tool.

I'll expose more options soon. i think a fullscreen toggle would be useful.

Screenshot

How to use this script

download the .ps1 somewhere and run it through powershell. simples.

powershell.exe -ExecutionPolicy Bypass -File "C:\Path\To\star citizen xml editor.ps1"

You can run it remotely directly from your standard powershell session. no admin rights are required.

just open the powershell (or the IDE) and run this:

iex ((New-Object System.Net.WebClient).DownloadString("https://raw.githubusercontent.com/troubleNZ/SC-VRse/refs/heads/main/starcitizen_xml_editor.ps1"))

Fixed

  • Import and Export now works

current issues

  • profile.json (which is used for convenience remembering last location on script start) is appending data instead of updating.
  • dark mode is broken sorry

About

VRse-AE (Attribute Editor)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PowerShell 100.0%