Troubleshooting: Images and Audio

No system is without its quirks, and Renpy is no exception! We had a slight problem during this project of the audio files and images we coded for not showing up on the final website. A quick internet search offered several solutions for this problem, including:

  • make sure all letters are lowercase,
  • check that all files are in the same folder as the script file (aka the code), and
  • ensure that there are no spaces in your file names (use underscores instead if necessary)

That last debug ended up being the solution for our problem. Happy coding!