Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

TIC-80

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

converting .tic to .txt-based files

A topic by nitrofurano created Dec 02, 2017 Views: 363
Viewing posts 1 to 1

i coded now a simple .tic extraction tool on sdlBasic: https://pastebin.com/raw/Xfar7ama

what it does is extracting the Lua code as .lua, and the other parts as .hex (having breaklines placed accordingly, at least trying)

the idea is also making its results able to be converted/concatenated back to a .tic file, like using that method i used on Geany IDE on GNU/Linux