Page 1 of 1
lua extractor
Posted: Sat Nov 12, 2005 1:09 pm
by MorpheusWells
Hello, I'm new to modding and I was wondering if anyone could show me where to download a program to extract lua files from .lvl files and a program to compile the lua files again.
Thank you.
RE: lau extractor
Posted: Sat Nov 12, 2005 1:35 pm
by Leviathan
In fact, you can just extract
compiled *.LUA files out of
SWBF II's *.LVL files. Moreover, all softwares allowing the decompiling of any
LUA scripts do not work on
SWBF II's... If you want to get more informations about those scripts, then you should send a PM to
Nimlot...
PS : By the way, welcome on
GameToast's forums !...

RE: lau extractor
Posted: Sat Nov 12, 2005 1:36 pm
by Teancum
Nope -- I believe lua files are actually compiled into a different kind of file. BF is different than other games in that the files you use to mod actually get ocmpiled into a different kind of file for the game to read.
Posted: Sat Nov 12, 2005 1:58 pm
by Riley75
I added a new section in my original post
here (in the sticky thread about Lua scripts).
luck3y's extractor program can be used to pull out the Lua byte-code for scripts. I'm doing a bit of work today on trying to figure out why LuaDec crashes when trying to decompile the scripts.
Posted: Sat Nov 12, 2005 2:14 pm
by MorpheusWells
Thanks, I'll try luck3y's extractor.
Posted: Sat Nov 12, 2005 3:26 pm
by Teancum
WOW! --- didn't know about that.
Posted: Sat Nov 12, 2005 5:08 pm
by Leviathan
It is the extractor which pulls out
compiled LUA files,
Tean'...
