Having asked that question tells us you either you don't know what you're doing or you're just to lazy to read around and get informed.
Search found 23 matches
- Mon Nov 09, 2020 2:51 am
- Forum: Game Archive
- Topic: Watch Dogs: Legion .dat .fat archives
- Replies: 75
- Views: 12389
Re: Watch Dogs: Legion .dat .fat archives
- Fri May 24, 2019 11:31 pm
- Forum: Game Archive
- Topic: Rage 2 .arc .tab Archives
- Replies: 46
- Views: 19062
Re: Rage 2 .arc .tab Archives
Not sure if you are mapping .ogg files, but a lot of the UNKNOWNs are actually that :) See game10.arc/.tab: https://cdn.discordapp.com/attachments/579784301978320905/581608852647313409/unknown.png That we don't know their names, that's a different story. However you could do a look-up for "OggS" (fi...
- Sun Dec 30, 2018 2:15 am
- Forum: Game Archive
- Topic: ARchive_neXt
- Replies: 876
- Views: 257295
Re: ARchive_neXt
(Recently, the games developed with the Unreal engine have started to be encrypted. I think this is the future.Bad...) No idea what you're smoking.. see these titles I've enabled console in; 0 encryption. I really can't say anything about ONLINE games you're perhaps dealing with. Us, in the single-...
- Sun Apr 15, 2018 3:41 pm
- Forum: Game Archive
- Topic: Far Cry 5 .Fat and .Dat Files
- Replies: 279
- Views: 87324
Re: Far Cry 5 .Fat and .Dat Files
Similarly here, managed to finish the cleaner/extractor. It makes use of some old source-code I had lying around + snippets from various places on the internet. The only thing I can say I'd take credit for is the time spent to combine these and apply my own logic to the process. Tool can now recursi...
- Tue Apr 10, 2018 4:14 am
- Forum: Game Archive
- Topic: Far Cry 5 .Fat and .Dat Files
- Replies: 279
- Views: 87324
Re: Far Cry 5 .Fat and .Dat Files
^ Yeah, did figure it out on my own
Will pimp the decompiler to parkour dirs/subdirs of Lua files 
- Tue Apr 10, 2018 12:11 am
- Forum: Game Archive
- Topic: Far Cry 5 .Fat and .Dat Files
- Replies: 279
- Views: 87324
Re: Far Cry 5 .Fat and .Dat Files
Never mind, there's a bunch of files I got from installpkg.fat/.dat
So it's all good 
- Mon Apr 09, 2018 9:48 pm
- Forum: Game Archive
- Topic: Far Cry 5 .Fat and .Dat Files
- Replies: 279
- Views: 87324
Re: Far Cry 5 .Fat and .Dat Files
@ mlleemiles : Can you please check if you have ALL of these extracted to disk? (see attached file) I've dumped a list from all the Lua files I could get their references in. For example, here's what I could gather about Domino/System/Activity/ : "Domino/System/Activity/ActivityAcknowledgeGate.lua" ...
- Mon Apr 09, 2018 9:10 pm
- Forum: Game Archive
- Topic: Far Cry 5 .Fat and .Dat Files
- Replies: 279
- Views: 87324
Re: Far Cry 5 .Fat and .Dat Files
As far as the missing files: Ekey , why does the tool extract these for some people and not for everyone? A bug somewhere? Path size maybe? Because people do not read what i write, that's why they use it incorrectly :) No.. I mean.. I don't get some .lua files extracted, while for others, they are ...
- Sun Apr 08, 2018 9:13 pm
- Forum: Game Archive
- Topic: Far Cry 5 .Fat and .Dat Files
- Replies: 279
- Views: 87324
Re: Far Cry 5 .Fat and .Dat Files
I happen to have these 2 extracted. See attached file. Also, can you release a command line tool? Walking through each folder and dragging all the files aren't very fun to do :( Yeah, I know. I've done the hard part myself :D I'll see if I can tweak it to walk a root directory through sub-directori...
- Sun Apr 08, 2018 2:56 am
- Forum: Game Archive
- Topic: Far Cry 5 .Fat and .Dat Files
- Replies: 279
- Views: 87324
Re: Far Cry 5 .Fat and .Dat Files
Here's the cleaner/decompiler: https://goo.gl/CZFS56. Just drag and drop either a single or multiple files over the GUI for the magix to happen (you will need JRE installed for the decompiler to work). Also, here's the cleaned/decompiled Lua files from farcry5.dat : https://goo.gl/gf9B7c. Can you po...
- Sat Apr 07, 2018 9:25 am
- Forum: Game Archive
- Topic: Far Cry 5 .Fat and .Dat Files
- Replies: 279
- Views: 87324
Re: Far Cry 5 .Fat and .Dat Files
It's not weird at all. Make sure you navigate to tool folder first and don't run it from wherever you are when you open CMD.
- Fri Apr 06, 2018 5:35 pm
- Forum: Game Archive
- Topic: Far Cry 5 .Fat and .Dat Files
- Replies: 279
- Views: 87324
Re: Far Cry 5 .Fat and .Dat Files
No idea, might take a look. Decided not to post the version I have now for the decompiler as it works with individual files being dragged over the GUI. I'll make it so it detects what you drag over, file or folder, so that it is then able to also process an entire folder of Lua files :) There's like...
- Fri Apr 06, 2018 12:12 pm
- Forum: Game Archive
- Topic: Far Cry 5 .Fat and .Dat Files
- Replies: 279
- Views: 87324
Re: Far Cry 5 .Fat and .Dat Files
^ Carefully.. again.. carefully make sure what you type is what the tool expects 
- Thu Apr 05, 2018 11:12 pm
- Forum: Game Archive
- Topic: Far Cry 5 .Fat and .Dat Files
- Replies: 279
- Views: 87324
Re: Far Cry 5 .Fat and .Dat Files
Progress report: https://i.imgur.com/qfsXbUK.png Scenario 1 -- removing LUAC container and dumping clean script file (left, original; right, container removed): https://i.imgur.com/4evHvjq.png https://i.imgur.com/vbwkINT.png Scenario 2 -- removing LUAC container, dumping script file and decompiling ...
- Thu Apr 05, 2018 4:15 pm
- Forum: Game Archive
- Topic: Far Cry 5 .Fat and .Dat Files
- Replies: 279
- Views: 87324
Re: Far Cry 5 .Fat and .Dat Files
From my knowledge of modding previous FCs, you either find lines like this "EnableUnlimitedAmmo(1)" in their system scripts or find them using a function hook (You probably won't get the parameters). Not all functions are referenced in system scripts. I used that as a reference. Am not trying to fi...
