Skip to content
Skeptim edited this page Apr 23, 2024 · 5 revisions

save <cart> Save cartridge to the local filesystem.

Parameters

Required:

  • <cart> input cart name. .tic extension will be added if no extension is used.
    • Use .png file extension to save as png cart.
    • Use .lua, .py .rb, .js, .moon, .fnl, .nut, .wren, .wasmp cart extension to save it in text format to use an external editor [PRO version]. See supported languages page for the full list of languages.

Description

Save cartridge to the local filesystem.

Related commands

Use load command to load saved cartridge.

Use export command to export cartridge as native build, HTML or to export part of the data.

Save as png cart

Save as a png cartridge for easy sharing.
You can drag this cart to tic80.exe as an example:

motion

The cart data are stored in the chunk of the png file.

Clone this wiki locally