-
-
Notifications
You must be signed in to change notification settings - Fork 505
export
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]
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. Setid
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
Usealone=1
to export the game without the editors [PRO version]. Users won't be able to see/edit your code/sprites/map/sfx/music.
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.
TIC-80 tiny computer https://tic80.com | Twitter | Telegram | Terms
Built-in Editors
Console
Platform
RAM & VRAM | Display | Palette | Bits per Pixel (BPP) |
.tic
Format | Supported Languages
Other
Tutorials | Code Snippets | Libraries | External Tools | FFT
API
- BDR (0.90)
- BOOT (1.0)
- MENU
- OVR (deprecated)
- SCN (deprecated)
- TIC
- btn & btnp
- circ & circb
- clip
- cls
- elli & ellib (0.90)
- exit
- fget & fset (0.80)
- font
- key & keyp
- line
- map
- memcpy & memset
- mget & mset
- mouse
- music
- peek, peek4
- peek1, peek2 (1.0)
- pix
- pmem
- poke, poke4
- poke1, poke2 (1.0)
- rect & rectb
- reset
- sfx
- spr
- sync
- ttri (1.0)
- time
- trace
- tri & trib (0.90)
- tstamp (0.80)
- vbank (1.0)