View Single Post
Posts: 135 | Thanked: 151 times | Joined on Dec 2009 @ Slovakia/Bratislava
#256
you need to do it from command line.
copy Level1.lua to same dir where lua.exe, lublua51.dll and decompile_levels.lua are.
let's say it's c:\data\levels
then open cmd.exe and type:
Code:
c:
cd c:\data\levels
lua.exe decompile_levels.lua Level1.lua
Then, you should see the level1.lua.dec in the same directory, that's your decompiled level.

Sorry, I can't explain it easier than this.
 

The Following 2 Users Say Thank You to forcer For This Useful Post: