Share article

Help spread this knowledge! 💙

You Can Now Export Your RPGJS Game
Sam
2 min read

You Can Now Export Your RPGJS Game

Game export is now available in RPGJS Studio with two workflows: quick web embed or full source export based on open-source RPGJS v5.

#rpgjs #export #embed #typescript #javascript #studio

You Can Now Export Your RPGJS Game

Export is now officially available in RPGJS Studio.

From now on, you can export your game in two different ways, depending on your goals.

1. Simple Embed Export

The first option is a simple embed that you can place directly on a website.

It is easy to set up and works well if you want to publish quickly without changing your development workflow.

2. Full Source Export (RPGJS v5)

The second option is a full source export based on the open-source RPGJS v5 framework.

This is ideal if you are comfortable with TypeScript and JavaScript and want to keep developing beyond the studio workflow.

What This Changes

This means your project is no longer locked inside Studio.

Some creators were understandably concerned about having their whole game only on one platform. With source export, your game can be moved offline and continued on top of RPGJS packages.

You can customize everything, keep building, and push your project much further.

In short:

  • Studio mode gives you powerful no-code creation
  • Source export lets you go further with code

That combination is what makes the workflow especially powerful.

Availability

Full source export is available with the subscription offer.

It is not available on the free offer.

Native Export Roadmap

Native one-click export for Windows, macOS, Linux, Android, and iOS is planned for the future.

For now, because you already have the sources, you can still target these platforms yourself (for example with Electron). It is possible today, just not yet a one-click studio flow.

How to Export

  1. Open your project maps
  2. Click Export Game
  3. Download the ZIP
  4. Install project dependencies (prefer pnpm)
  5. Start the project with npm run dev

More Articles

Discover more insights and tutorials about RPG development with RPGJS

Stretch Element Set and Light Spots
Sam

Stretch Element Set and Light Spots

The new product version introduces Stretch Element Set: resize-ready elements with drawing rules, hitbox and light spot setup, and direct placement in the map editor.

Read article
rpgjs map-editor