Skip to content
Jimb Esser edited this page Mar 10, 2015 · 2 revisions

Porting from VeggieTales 1.x to Automato 2.0

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".

Clone this wiki locally