Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

You can adjust this behaviour in apollo_core.gmllua_add_file - change

lua_set_cwd(dir);

to

lua_set_cwd(filename_dir(fp));

or call lua_set_cwd yourself and set the optional chdir argument to false when calling lua_add_file.

This is very useful info! Thanks for the continued exceptional customer support :)