top of page
Search

PowerShell VRChat OSC V1 Complete

  • Writer: kamiesiokam
    kamiesiokam
  • May 24
  • 2 min read

On 05/04/2024 My first ever OSC Was made with PowerShell what shows the UK Train timetable when a train is at a train station.

(NOTE: This is not the code I am talking about in the photo)
(NOTE: This is not the code I am talking about in the photo)

How is it Used?: You run PowerShell ISE (With admin rights) on the machine and copy the code into the console (E.G Or Load the Ps1 on ISE) then run the code. How did I get it to work?: It uses the Huxley2 API (E.G Huxley 2 API, a proxy for the UK National Rail Live Departure Board API (Darwin), is open source. The source code is available on GitHub. Huxley 2 makes the Darwin API easier to use by providing a RESTful JSON endpoint, according to the developers. It also supports both the Public and Staff versions of the Darwin API) In how I can see the data it tells you in a window what trains at a train station on a PLT (Platform) and the time departure. How Did I Managed to get to work with VRChat?: It uses the VRChat IP & Port For OSC and Uses (Chatbox/input Same as MagicChatBox) In the chatbox IT tells you what Operator Departs from a station & what Operator Terminates at a station and tells you the total amount of trains at the train station showing the PLT And time of departure. Future Plans for the OSC?: Future Plans for the OSC to keep it up and keep updating it every time a update (E.G New train company and new train stations))


How Long Did the Project start?: The project started 07/01/2025 and was completed for V1 Release at 05/04/2025.

 
 
 

コメント


bottom of page