Home › Forums › General Discussions Forum › Modding › Reply To: Modding
@rizdub
@thepeckybird After decrypting the .lua and .json files you should actually get an archive file of type .lzma. I have to remove the first nine bytes in a hex editor before I can extract its contents.
After this the .json files should be readable, but the .lua files are still a little obfuscated. I’m not sure how to deal with the lua files.