Hello, I found out that unluac didn't feature a way to perform a bulk decompilation and keep the folder structure to then mirror it in the output folder, so i asked ChatGPT to make me a batch file and with some tweaking, it worked quite well so i'm sharing it, it may help many people. Tested on a game that used compiled chunk as .lua and it did decompile 4k scripts in a few minutes with a HDD, the batch file is commented and only need minimal change. It is spawning an instance of unluac for each...
Hello, I found out that unluac didn't feature a way to perform a bulk decompilation and keep the folder structure, so i asked ChatGPT to make me a batch file and with some tweaking, it worked quite well so i'm sharing it, it may help many people. Tested on a game that used compiled chunk as .lua and it did decompiled 4k scripts in a few minutes with a HDD, the batch file is commented and only need minimal change. It is spawning an instance of unluac for each .lua files found, I found out that it...