Quote:
Originally Posted by PortalDark
if anyone got any kind of coding exp, lua is simple, onyl thing is the dbg is difficult
|
Quote:
Originally Posted by xavi
It's possible to make new quest, if you can decrypt/encrypt *.sct (lua) script files.
|
That's the problem, they are compiled Lua scripts, not regular Lua source code.
These scripts are called Lua bytecode chunks, they are Lua assemblies, comparable to PE executables. (.exe/.dll/.ocx files)
Like x86 has ASM and like C#/VB.Net/C++CLI has IL, Lua has bytecode.