Skip to content
Skeptim edited this page Apr 10, 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.

Options (choose 1):

  • win | winxp | linux | rpi | mac export currently loaded cart as native build for the platform of your choice.
  • html export cart to HTML.
  • binary export binary segment for WASM cartridges.
  • 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. Set id option to choose the sfx id or music track.
  • screen export cover image as image.
  • help export help in a markdown file with console commands, API functions and much more.

Fully optional:

  • bank Choose the bank from witch you want to export.
  • vbank Choose the VRAM bank from witch you want to export.
  • id to choose the sfx id or music track you want to export.
  • 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.

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