Outils pour utilisateurs

Outils du site


en:yaml:export

Language / Langue : FR | EN

YAML - Standalone and PDF Export

HTML5 Standalone Export

The standalone export generates a ZIP containing a complete game that can run without installing JDR-Bot. It can be hosted on itch.io or any web server.

From the editor: File > Export HTML5 Standalone.

ZIP contents:

  • index.html - entry point.
  • app/ - JS/CSS runtime.
  • data/ - compiled scenario data.

Features:

  • No JDR-Bot backend required.
  • Progress saved in localStorage.
  • Online variables converted to local persistent variables.
  • Mobile and tablet compatible.
  • External assets remain referenced by URL.

PDF Gamebook Export

The PDF export creates a printable gamebook with numbered chapters, links, endings and appendices for objects, actions and HUD panels.

Sharing on itch.io

  1. Export as a standalone HTML5 bundle
  2. On itch.io, create a project of type “HTML
  3. Upload the ZIP directly
  4. Select the ZIP as the main file
  5. Tick “This file will be played in the browser”

A hosted video keeps working there, since the bundle is served over HTTPS. Local file:// pages cannot play them.

See also

en/yaml/export.txt · Dernière modification : de cyrilfiesta