Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

TIC-80

Fantasy computer for making, playing and sharing tiny games. · By Nesbox

export ??

A topic by jackj106 created Feb 12, 2017 Views: 3,414 Replies: 10
Viewing posts 1 to 4

how do i export to anything other than html?

Im pretty sure you need the tic-bundler. It's a separate program.

ok.. will look

Developer

Try to use 'export native' console command (it works only on win/linux/macosx)

it said native not supported.

oh wait thats cuz im on win 10 right?

Developer (1 edit)

UWP doesn't support native export

ok, but if i move it onto my other computer and export it should do the trick right? (my other computer is win 7)

Developer

just install TIC from itch.io, not from windows store

oh ok :)

(+2)

thanks. my game is now online.

https://jackj106.itch.io/pokey-the-hedgehog-

(1 edit)

this is a bit out of date.
If you’d like to export it as an exe file, type:

export [platform] [gamefile]


For example if you have a gamefile called “game.tic”, and you’d like it to be native on windows, type:

export win game.


If you’d like to export it as a html file, type:

export html [gamefile]


Hopefully anyone who’s looking at this won’t be confused.