Farming Simulaor 15 luc -> lua

Doubts, help and support about QuickBMS and other game research tools
bErt
Posts: 2
Joined: Tue Nov 04, 2014 9:24 am

Farming Simulaor 15 luc -> lua

Post by bErt »

Hi

your tool is great.

I have a question. is it possible to convert the extracted *.luc files to *.lua files
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Farming Simulaor 15 luc -> lua

Post by aluigi »

In FS15 the scripts are no longer encrypted like in the previous games, now they are "simply" compiled.
But it's not clear how they have been compiled or if they just modified something small in the header.
Currently I'm not aware of any tool or solution.
bErt
Posts: 2
Joined: Tue Nov 04, 2014 9:24 am

Re: Farming Simulaor 15 luc -> lua

Post by bErt »

okay

thanks for your fast answer;)

I'll keep an eye on your scripts. maybe you find a solution to decompile the luc files to lua
devilkkw
Posts: 14
Joined: Mon Oct 13, 2014 10:58 am

Re: Farming Simulaor 15 luc -> lua

Post by devilkkw »

In the headers that's have LJ, it's mean it's compiled by luajit bitecode.
I've try some decompiler without success.
Try to make decompiler myself,but frist have to study luajit.
BrianM
Posts: 1
Joined: Sat Nov 22, 2014 9:59 pm

Re: Farming Simulaor 15 luc -> lua

Post by BrianM »

., @devilkkw:

Do you by any chance have an update on this? I tried my best with luadec, luajit, but I fear this exceeds my expertise. Thanks for an answer in advance.