Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

TIC-80

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

Exporting .exe

A topic by Isocube Software created Oct 25, 2022 Views: 323 Replies: 2
Viewing posts 1 to 3

Hi guys. I just bought TIC-80 to be able to export. However, it only gets exported without the editor, but the "dingding" main splash screen and the "ESC" to menu is still there. I want everything to be gone - my program should be 100 % its own thing. Is this possible? If not, why not?

Thanks,

Nicholas

Developer

Hi

The only way I see is to run my cart with the TIC-80 player, but you have to build it from https://github.com/nesbox/TIC-80 source.

After build you will find `player.exe` next to `tic80.exe`, you can name `cart.tic` to your cart and put it next to `player.exe` and it can run without anything, just your game.

Also you can customize the player as you wish and build.

Hi - thanks.

I think it will be easier to reproduce the program in GML or GDScript. I just thought exporting as a "clean" .exe was a given in TIC-80

Thanks though!

Nicholas