What I would like to do is host my own site and then have game pages (my own respectively) and have the games playable by Parchment. I’ve seen this done on Adam Cadre’s website for example.
Do I download and then upload to my server? Do I need to edit any config files? Where do I store my .z5 game and where does the name of the game go in the script files?
Is there a noob friendly step-by-step I could follow please?
Are you just wanting to make your Z-Code or Glulx game available to play online, or do you want to have a local installation so that you can customise it etc?
If the first, then just upload the storyfile somewhere, and then add the URL to the end of https://iplayif.com/?story=
If the second, then you can get the code from Github (I recommend the ifcomp branch, though be warned, the rewrite is still a work in progress) and edit index.html to specify where your storyfile is:
But, this is only necessary for the Inform 7 tool as it is designed for playing off a local file:// URL. If you intend to upload your copy of Parchment to be played online, you no longer need to convert it to Javascript, you can just point to the file directly.
What are your difficulties? Parchment has been on my server for a long time and I can easily run the games without any problem (you have to reduce the number of characters per line with parchment_options for a more comfortable reading).
Correct. Several others on the PunyInform Discord sever were also having problems getting this working. It has now been resolved in the other thread. You can always (well, nearly always) rely on the lovely people here to answer the difficult questions.
The solution has got to be the most convoluted process that I’ve ever come across. I’m sure the mission to Mars was simpler.