Farming Simulator 2019 GAR Game Files

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
leone98
Posts: 18
Joined: Sat Jul 15, 2017 7:48 am

Re: Farming Simulator 2019 GAR Game Files

Post by leone98 »

ok thanks but before unlock the shapes what's the software use to unlock lua file?
Rockstar94
Posts: 7
Joined: Sat Nov 14, 2020 9:24 am

Re: Farming Simulator 2019 GAR Game Files

Post by Rockstar94 »

leone98 wrote:ok thanks but before unlock the shapes what's the software use to unlock lua file?


https://github.com/chill1Penguin/l64decode
https://gitlab.com/znixian/luajit-decompiler
leone98
Posts: 18
Joined: Sat Jul 15, 2017 7:48 am

Re: Farming Simulator 2019 GAR Game Files

Post by leone98 »

Rockstar94 wrote:
leone98 wrote:ok thanks but before unlock the shapes what's the software use to unlock lua file?


https://github.com/chill1Penguin/l64decode
https://gitlab.com/znixian/luajit-decompiler



thanks, i download and use but when open the l64decode with python immediatly close why?

I try with python 3.3 and more version but show me this error
TTV
Posts: 6
Joined: Sun Oct 11, 2020 11:48 am

Re: Farming Simulator 2019 GAR Game Files

Post by TTV »

I have also an error like as Leone98,
I use Python 3.9
leone98
Posts: 18
Joined: Sat Jul 15, 2017 7:48 am

Re: Farming Simulator 2019 GAR Game Files

Post by leone98 »

i resolve the problem but when convert the lua file from L64 the file not convert why?
leone98
Posts: 18
Joined: Sat Jul 15, 2017 7:48 am

Re: Farming Simulator 2019 GAR Game Files

Post by leone98 »

Rockstar94 wrote:
leone98 wrote:ok thanks but before unlock the shapes what's the software use to unlock lua file?


https://github.com/chill1Penguin/l64decode
https://gitlab.com/znixian/luajit-decompiler


i unlock the lua file in luabytecode language now i try to convert the luabytecode to lua , i use luajt but when run in cmd insert all file directory input and output show this error. why?
TTV
Posts: 6
Joined: Sun Oct 11, 2020 11:48 am

Re: Farming Simulator 2019 GAR Game Files

Post by TTV »

I get this error
main.py: error: Options -f or -r are required.

This code i use:
C:\Users\TTV630>C:\rommelen\luajit\main.py --recursive ./C:\rommelen\AdditionalFillTypes.lua --dir_out ./C:\rommelen\lua\AdditionalFillTypes.lua

What do i wrong?

@Rockstar94, i have send you a PM
wumpen
Posts: 1
Joined: Thu Dec 24, 2020 7:10 am

Re: Farming Simulator 2019 GAR Game Files

Post by wumpen »

aluigi wrote:Script 0.3.3 with current quickbms 0.10.1 works perfectly with datas.gar of FS 2019.

the link for script seems to not be working, any one have a copy ?
Emincan
Posts: 1
Joined: Thu Dec 31, 2020 2:30 pm

Re: Farming Simulator 2019 GAR Game Files

Post by Emincan »

Hi everyone,
I have successfully extracted dataS.gar files. I want to edit a few .xml files. But How do I reimport it? I tried with same giants.bms file but it's failed. Is it impossible to reimport dataS.gar file? or Did I make a mistake somewhere? (used both reimport and reimport2 files)
Last edited by Emincan on Sun Jan 10, 2021 1:30 pm, edited 2 times in total.
_dr71k0l_
Posts: 1
Joined: Tue Jan 05, 2021 2:54 am

farming simulator 19

Post by _dr71k0l_ »

Hi, guys do you have any idea how to decrypt and open .dlc files from farming simulator 19?
TY all
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Farming Simulator 2019 GAR Game Files

Post by aluigi »

wumpen wrote:the link for script seems to not be working, any one have a copy ?

https://paste.ee/d/LBRAu
Heckblende
Posts: 1
Joined: Mon Jan 25, 2021 1:47 am

Re: Farming Simulator 2019 GAR Game Files

Post by Heckblende »

Hi!
Can anyone help? When I try to use the LuaJIT decompiler I get this error. I have no idea what it is, I was looking for a solution everywhere! :oops:
Anyway, I want to make a mod out of Bourgault DLC, it would be enough for someone to upload it for me!
Sorry for my poor English, I hope you understand what I want! :roll:
thediabl0
Posts: 21
Joined: Wed Nov 18, 2015 4:04 pm

Re: Farming Simulator 2019 GAR Game Files

Post by thediabl0 »

Rockstar94 wrote:Hi, I made a python script that unlocks .shapes files

I have no knowledge of python so please be understanding if I did something wrong.

https://www.youtube.com/watch?v=XXKZ-MGOPOc


Work perfectly the shapesUnlocker.zip, can you attachment similar ZIP with l64decode? I don't know how work, I use python but show the next error:

Image

Edit:

well, I can run it :)

In the folder where you have the file .py hold key shift and right click in the center for open powerShell windows.
After write this commands:
python l64decode.py --recursive ./NameDirOrigin --dir_out ./NameDirOutput this unlock the .l64 files.
python main.py --recursive ./NameDirOrigin --dir_out ./NameDirOutput this rewrite the files .lua

I recommend putting the directories in the same folder as the scripts .py
FSLS2019
Posts: 1
Joined: Tue Feb 02, 2021 12:58 pm

Re: Farming Simulator 2019 GAR Game Files

Post by FSLS2019 »

thediabl0 wrote:
Rockstar94 wrote:Hi, I made a python script that unlocks .shapes files

I have no knowledge of python so please be understanding if I did something wrong.

https://www.youtube.com/watch?v=XXKZ-MGOPOc


Work perfectly the shapesUnlocker.zip, can you attachment similar ZIP with l64decode? I don't know how work, I use python but show the next error:

Image

Edit:

well, I can run it :)

In the folder where you have the file .py hold key shift and right click in the center for open powerShell windows.
After write this commands:
python l64decode.py --recursive ./NameDirOrigin --dir_out ./NameDirOutput this unlock the .l64 files.
python main.py --recursive ./NameDirOrigin --dir_out ./NameDirOutput this rewrite the files .lua

I recommend putting the directories in the same folder as the scripts .py


Can you please make a video about it? Either I don't fully understand it or it doesn't work ?!

Could you send me your "l64decode" file?

Many Thanks! <3
wisniagames239
Posts: 2
Joined: Tue Feb 02, 2021 8:26 pm

Re: Farming Simulator 2019 GAR Game Files

Post by wisniagames239 »

unknown.png
I have a problem, I am trying to decompile lua and I have this error
tiger7904
Posts: 1
Joined: Thu Mar 18, 2021 2:25 pm

Re: Farming Simulator 2019 GAR Game Files

Post by tiger7904 »

Hi
anybody have a script to opened a fs19 data files . i try to find it but all what i find on this quote is not avaible now . can anybody paste a link to this script . thanks
Vertuzek
Posts: 2
Joined: Mon Mar 22, 2021 8:00 am

Farming Simulator 19 dataS

Post by Vertuzek »

[PL]
Witam. Jakiego skryptu najlepiej użyć żeby otworzyć dataS?
[EN]
Hello. What script is best to use to open dataS?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Farming Simulator 2019 GAR Game Files

Post by aluigi »

@tiger7904 and Vertuzek
It was posted few posts before:
https://paste.ee/d/LBRAu
Vertuzek
Posts: 2
Joined: Mon Mar 22, 2021 8:00 am

Re: Farming Simulator 2019 GAR Game Files

Post by Vertuzek »

Do you have a script to recode dataS into * .gar?
thediabl0
Posts: 21
Joined: Wed Nov 18, 2015 4:04 pm

Re: Farming Simulator 2019 GAR Game Files

Post by thediabl0 »

Rockstar94 wrote:Hi, I made a python script that unlocks .shapes files

I have no knowledge of python so please be understanding if I did something wrong.

https://www.youtube.com/watch?v=XXKZ-MGOPOc


Need update for work in FS22, Giants Soft. change the bits for FS22.