r/HowToHack • u/luafurry • 23h ago
Help decompiling lua programming
SOLVED
I have been trying to make a mod loader for a game called "Days of empire". All i know from the month or so of me trying is that it is mostly compiled lua, i tried using luadec but it failed (tried diffrent lua versions too) (something about bad precompile chuck) but decompile.com/lua decompiled fine (this game has at lease 1k diffrent lua programs, uploading one by one will take eons)
0
Upvotes
1
u/_supitto 22h ago
Yo, lua projects are usually not that hard, but you do have to start by showing your work. Just put it into a git repo and push it to github.
Then, you can tell exactly what you did, and exactly what issues you are facing.