Can someone please compile these Lua tools/binaries for Windows?

Do you know a tool, link or website for working on a specific game files or to help game research? Let's collect them here!
LolHacksRule
Posts: 865
Joined: Fri Apr 20, 2018 12:41 am

Can someone please compile these Lua tools/binaries for Windows?

Post by LolHacksRule »

Please, it would be great on modding modern LUAs... https://github.com/viruscamp/luadec
Last edited by LolHacksRule on Wed Sep 04, 2019 3:58 pm, edited 1 time in total.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Can someone please compile this for Windows for LUA 5.1.4 and 5.2.3?

Post by aluigi »

Attached.

I know that you are probably going to use them on the Angry Birds decrypted lua files, but consider that you are going to get an error on them ("bad header in precompiled chunk").
For the files of that game you must use unluac that works perfectly (tested 1.2.2):
https://sourceforge.net/projects/unluac/files/
LolHacksRule
Posts: 865
Joined: Fri Apr 20, 2018 12:41 am

Re: Can someone please compile this for Windows for LUA 5.1.4 and 5.2.3?

Post by LolHacksRule »

Thanks so much! Also why I wanted 5.2.3 is because I wanted to modify Bezel Engine (Super Mario Party) LUAs. Also yes, I used unluac on Angry Birds LUAs fine.
LolHacksRule
Posts: 865
Joined: Fri Apr 20, 2018 12:41 am

Re: Can someone please compile this for Windows for LUA 5.1.4 and 5.2.3?

Post by LolHacksRule »

Where do I find libm5.dll? LUADEC52 needs it...
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Can someone please compile this for Windows for LUA 5.1.4 and 5.2.3?

Post by aluigi »

Really strange, I was sure to have compiled them as static.
Anyway attached.
LolHacksRule
Posts: 865
Joined: Fri Apr 20, 2018 12:41 am

Re: Can someone please compile this for Windows for LUA 5.1.4 and 5.2.3?

Post by LolHacksRule »

Thanks so much but next a x64 version if possible?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Can someone please compile this for Windows for LUA 5.1.4 and 5.2.3?

Post by aluigi »

why you need that?
I mean, is there any difference in the bytecode or anything else?
LolHacksRule
Posts: 865
Joined: Fri Apr 20, 2018 12:41 am

Re: Can someone please compile this for Windows for LUA 5.1.4 and 5.2.3?

Post by LolHacksRule »

My other game uses 64-bit LUAs, and bytecode is different.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Can someone please compile this for Windows for LUA 5.1.4 and 5.2.3?

Post by aluigi »

Honestly I don't know if there is any compilation flag for compiling luadec with such support or if I only need to use Mingw64.
What I did the first time was just a plain compiling with Mingw32.
Maybe I will check the files again when I will have more time but currently I lack desire too :)