November 15, 2025
Terminal Menu System Complete
In a development instance I ran a POC that replaces the original auto-cycling display with an actual interactive menu. Players could use their movement controls to navigate up/down through options and select with the interact button.
Had to implement player immobilization when they’re at the terminal - otherwise pressing up/down would move your avatar AND the cursor. Using VRCStation for this also solves the “walking away mid-interaction” problem.
Also extracted the weather module into its own script. The terminal now pulls real-time weather data from my GitHub Pages endpoint and displays it in the header.
