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.Q: How do I change the welcome text (e.g. βWelcome to RISC-Cityβ)? A: Right-click the
index.html
, select βOpen withβ, then choose a text editor (like VS Code or Notepad++). Scroll down until you find the welcome message under<section id="status">
and edit the text inside the<h1>
tag.
Last updated