Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Ok, absolute path works, But on andriod where is this file relate to?

For example the tic file is here :

'/sdcard/Android/data/com.nesbox.tic/files/game.tic'

I try put lua file here

'/sdcard/Android/data/com.nesbox.tic/files/game.lua'

and try to:

dofile('./game.lua')

it said file not found.

so where should I put it?

TIC tries to find game.lua in working directory (folder where TIC app is installed)