Can someone please compile these Lua tools/binaries for Windows?
-
- Posts: 865
- Joined: Fri Apr 20, 2018 12:41 am
Can someone please compile these Lua tools/binaries for Windows?
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.
-
- 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?
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/
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/
-
- 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?
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.
-
- 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?
Where do I find libm5.dll? LUADEC52 needs it...
-
- 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?
Really strange, I was sure to have compiled them as static.
Anyway attached.
Anyway attached.
-
- 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?
Thanks so much but next a x64 version if possible?
-
- 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?
why you need that?
I mean, is there any difference in the bytecode or anything else?
I mean, is there any difference in the bytecode or anything else?
-
- 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?
My other game uses 64-bit LUAs, and bytecode is different.
-
- 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?
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
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
-
- 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?
These two soon if possible for 32-bit? https://github.com/loosepolygon/luadec-5.0 https://github.com/cikilang168/luadec-5.0