Transform your favorite Beat Saber maps into stunning Tesla light shows
With Tesla's latest software update introducing custom light shows, this tool bridges the gap between the VR rhythm game Beat Saber and your Tesla's lighting system. Instead of manually creating light shows, this converter automatically translates Beat Saber level data into Tesla-compatible xLights format.
Note: This project is in active development. Community contributions and feedback are welcome!
Feature | Description |
---|---|
🚀 Lightning Fast | Built with Go for optimal performance |
🎵 Audio Processing | Automatic OGG → WAV conversion for Tesla compatibility |
💡 Smart Mapping | Notes → Front lights, Background effects → Rear lights |
📦 Direct Downloads | Download maps using direct BeatSaver links |
🛠️ xLights Ready | Generates compatible files for easy compilation in xLight |
These features are planned for future releases
- Manual Compilation Required: Output requires xLights compilation to
.fseq
format - Memory Limits: No automatic trimming for Tesla's memory constraints
- Mod Compatibility: Limited support for modded beat maps (Mapping Extensions, Noodle Extensions, etc.)
- Version Support: V4+ beat map formats not yet supported (But most custom maps use V2/V3)
- Go 1.19+ installed on your system
Note: Pre-compiled binaries may be provided in future releases
-
Clone the repository
git clone https://github.com/your-username/Tesla-Beat-Saber-Light-Show-Converter.git cd Tesla-Beat-Saber-Light-Show-Converter
-
Run the converter
go run . <beatmap_url>
-
Get BeatSaver URLs
- Visit BeatSaver
- Right-click the download button → "Copy link address"
- URL format:
https://eu.cdn.beatsaver.com/103d39b43966277c5e4167ab086f404e0943891f.zip
-
Process in xLights
- Open the generated
.xsq
file in xLights (Inside LightshowOutput folder) - Trim if necessary to meet Tesla memory limits
- Save as
.fseq
file - Use Tesla's validation script to verify compatibility
- Open the generated
-
Deploy to Tesla
- Transfer
.fseq
file to USB drive - Test in your Tesla! 🎉
- Transfer
If this project helped you create amazing light shows, consider starring it to encourage continued development!