-
Notifications
You must be signed in to change notification settings - Fork 2
Porting
Jimb Esser edited this page Mar 10, 2015
·
2 revisions
There are now separate folders for each game. All of your files in luaScripts/ and images in images/ will have automatically been moved into the appropriate folders inside of games/ATITD/.
Most script and file loading now automatically looks in the appropriate scripts folder (of both the current game and common), so what was previously dofile("luaScripts/foo.lua") is now dofile("foo.lua").
"luaScripts" was renamed to just "scripts", so if any of your scripts were referencing "luaScripts/filename.txt" that needs to simply be replaced with "scripts/filename.txt".