Skip to content
TimotheeGreg edited this page Apr 5, 2024 · 14 revisions

export [ win | winxp | linux | rpi | mac | html | binary | tiles | sprites | map | mapimg | sfx | music | screen | help] <outfile> [bank=0 vbank=0 id=0 alone=0]

Parameters

Required:

  • <outfile> output file name.

Choose one:

  • win | winxp | linux | rpi | mac export currently loaded cart as native build for the platform of your choice.
  • html export cart to HTML.
  • binary
  • tiles | sprites | mapimg export tiles, sprites or map as image.
  • map export map as .map file.
  • sfx | music export sfx or music as .wav file.
  • screen export cover image as image.
  • help export help in a markdown file with console commands, API functions and much more.

Optional:

  • bank
  • vbank
  • id
  • alone Use alone=1 to export the game without the editors [PRO version]. Users won't be able to see/edit your code/sprites/map/sfx/music.

(Work In Progress)

Description

Export currently loaded cart to HTML or as a native build.
Export sprites, map or cover as image. Export sfx or music to wav files. Use import to import these files to another cart or use load to load data directly from a cart to an other one.
Export help in a markdown file.

Clone this wiki locally