Comments

Log in with itch.io to leave a comment.

(1 edit)

Actually getting a 413 Entity too large error on the Playdate sideload page when trying to import your game. Thankfully, I can still sideload it with the other ways (thanks for detailing the alternative methods), but you may need to try to get it under 200mb zipped. I managed to just repackaged it with heavier zip compression methods for 198.4Mo, so this could also be an easier fix. Additionally, there’s a mistake in the pdxinfo, you added duplicate entries for buildtime and pdx version which cause errors.

Thanks so much for calling these out! Super helpful catch.

Just pushed an update that fixes both issues:

  • Web Sideloading: Re-encoded the WAV files to 32kHz mono. Sounds practically identical on the Playdate's speaker, but dropped the zip from 211MB down to 104MB, so the web uploader won't kick it back anymore.
  • pdxinfo Error: Cleaned up pdxinfo and stripped out the duplicate buildtime and pdxversion lines so installation is clean.


    Appreciate you taking the time to write this up! Please let me know if you have any additional feedback as you play through it. Hope you have a blast with Stormbound!