r/HowToHack 14d ago

programming Help decompiling lua

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)

2 Upvotes

5 comments sorted by

View all comments

1

u/_supitto 14d 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.

1

u/luafurry 14d ago

Bet, give me a moment