Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

TIC-80

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

Where do I put carts on Android?

A topic by DJ AwesomeSauce created Dec 16, 2021 Views: 971 Replies: 3
Viewing posts 1 to 4

I have TIC-80 installed from the Play Store, I type folder and it says "/storage/emulated/0/Android/data/com.nesbox.tic/files/TIC-80" but I don't know where that is and can't find it. I have a .tic file I want to move, but where does it go???

Try the root /Android folder? Mine is (Main Storage) /Android/data/com.nesbox.tic/files/TIC-80

Do we need to root the android to add carts?

(2 edits)

I had the same question. First I tried using adb shell to put a symbolic link to /storage/emulated/0/Documents/TIC-80 (my folder of carts I copied over) into /storage/emulated/0/Android/data/com.nesbox.tic/files/TIC-80/ but only the application has access to that folder. That also means you can't copy files to that folder while connected to your computer.

You could get your code copied over by opening the cart you've copied to your device in a text editor app, copying the code text, and then paste it with CTRL+V in the TIC-80 editor.

The app should have an Android intent that lets other apps, such as a file manager or the web browser after download, share a .tic file to it so you can open files that way. Not sure if the app also needs file system permission with that or if the intent system just passes the object without necessitating that (probably?) Or the app could have file system permission and create the TIC-80 folder at /storage/emulated/0/TIC-80 instead. That way users can copy files from another machine and play them.

Can't remember if mentions work on itch but worth a shot. @Nesbox, can you review my suggestion?