JariKCoding / CoDLuaDecompiler

Call of Duty Lua (HavokScript & LuaJit) Decompiler
MIT License
51 stars 14 forks source link

Question: Black Ops 2/3 content versions that have Lua debug information #16

Open Jake-NotTheMuss opened 1 year ago

Jake-NotTheMuss commented 1 year ago

Hi, I am doing some Havokscript research for Black Ops II & Black Ops III, and I want to examine Lua files that have debug information, but I don't know which manifests on Steam have Lua scripts that include debug info. Could you enlighten me? Also, I have been reading the decomp of the Lua scripts with debug info that you published, and I am wondering which particular manifest are those files from?

JariKCoding commented 1 year ago

The debug information files I have are from developer builds that aren't public and they probably haven't been published via Steam.

Jake-NotTheMuss commented 1 year ago

Oh I see. The reason I'm interested in those files is to see all the information they have such as line info, chunk names, etc. (I'm currently working on a project which is rewriting the Lua scripts as source code, and I want to have them be as accurate as possible. All the debug info that is present will be a great help). Is there any way I could get a look at those precompiled files?