Hello, such! I would like to know how I can open these files of this game, what I am looking for that I want to extract the animations of the game, the images and I could extract them, but I would like to know if there is a script to extract or translate them. Greetings.
I add some files.
KOF 98 UM OL || How to decrypt or open .lua & .bobj?
-
- Posts: 23
- Joined: Sun Dec 09, 2018 2:18 am
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: KOF 98 UM OL || How to decrypt or open .lua & .bobj?
lua has a 32-bytes hash at the beginning followed by sensleless unaligned data, probably encrypted.
bobj has the "BMCX" magic, content is not encrypted, and it's not an archive. It's almost all text, try to take a look at it with notepad++ just for fun.
bobj has the "BMCX" magic, content is not encrypted, and it's not an archive. It's almost all text, try to take a look at it with notepad++ just for fun.
-
- Posts: 23
- Joined: Sun Dec 09, 2018 2:18 am
Re: KOF 98 UM OL || How to decrypt or open .lua & .bobj?
aluigi wrote:lua has a 32-bytes hash at the beginning followed by sensleless unaligned data, probably encrypted.
bobj has the "BMCX" magic, content is not encrypted, and it's not an archive. It's almost all text, try to take a look at it with notepad++ just for fun.
Ok thanks. Is there any way to decrypt the .lua files?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: KOF 98 UM OL || How to decrypt or open .lua & .bobj?
Reverse engineering, you need to wait someone who wants to work on it.
-
- Posts: 23
- Joined: Sun Dec 09, 2018 2:18 am
Re: KOF 98 UM OL || How to decrypt or open .lua & .bobj?
aluigi wrote:Reverse engineering, you need to wait someone who wants to work on it.
Then I'll be waiting. Thank you.
-
- Posts: 23
- Joined: Sun Dec 09, 2018 2:18 am
Re: KOF 98 UM OL || How to decrypt or open .lua & .bobj?
Any Solution?