FAQ / Troubleshooting
Q: No music or cover art
A: Ensure your
.mp3
and.png
files live inhtml/music/
and that the filenames inconfig.js
exactly match.Q: Background video not playing
A: Verify
background.mode
is set to"video"
, and thatbackground.videoId
is a valid YouTube video ID.Q:Stats never update
A: Make sure your framework starts before the loading screen resource.
Q: Handover defaults to Steam name
A: Happens when no record exists in your
risk_lastchar
table and fallback database queries return empty.Check your MySQL table schema and connection settings.
Q: Icons not appearing
A: Double-check that each
socials.icon
class matches a valid Font-Awesome 6 icon name.
Last updated