I am still trying to properly install and run the updated version of parchment found on the creators github but I would like to know if it’s worth it for what I want it to do, which is show graphics, and play sounds, on the complied webpage interpreter. Is that possible with the latest version?
I’m also having problems with the Parchment Site Generator, I’m was getting Error: ENOSPC: no space left on device, write when I was trying to make the single file site. Now I am getting 500 Internal Server Error anyone know a way to fix this? Thank you.
Is there a way to download the Parchment Site Generator so I could use it locally?
The Parchment template for Inform 7 has not been updated with sound support yet, sorry. It has supported graphics for a long time, but Inform 7 didn’t output a Blorb meaning it couldn’t really be used.
The Sitegen site shouldn’t be showing an error like that! I’ll investigate. How big is your storyfile?
The Parchment template for Inform 7 has not been updated with sound support yet, sorry. It has supported graphics for a long time, but Inform 7 didn’t output a Blorb meaning it couldn’t really be used.
I can’t help with the other stuff, but not supporting sound/music on opening the webpage is a security feature of most web browsers. You can get past it easily by having the game start with a ‘press any key’ screen and only starting the music once the player presses a key (browsers require you to interact with a page before it can play sound).
So Docker was using all the disk space. I’m not sure what exactly was wrong, it could even have been something as simple as the logs not being capped. I didn’t solve the core problem, just cleared it all and started over (there’s no persistent state). Which should give me a year or so to find the cause before it happens again.