FAQ / Troubleshooting

  1. Q: No music or cover art

    A: Ensure your .mp3 and .png files live in html/music/ and that the filenames in config.js exactly match.

  2. Q: Background video not playing

    A: Verify background.mode is set to "video", and that background.videoId is a valid YouTube video ID.

  3. Q:Stats never update

    A: Make sure your framework starts before the loading screen resource.

  4. 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.

  5. Q: Icons not appearing

    A: Double-check that each socials.icon class matches a valid Font-Awesome 6 icon name.

  6. 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.

MP4 Style:

Use an MP4 video. You can set up the same video as an MP3 in the playlist so that the video and audio are perfectly synced.

YouTube Video Style:

For videoId:, you need to enter something like "IUVW8Mf-PXg". You can find out how to do this here

Last updated