Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
ISKA
Posts: 223 Joined: Mon Apr 09, 2018 11:09 pm
Post
by ISKA » Mon Jul 30, 2018 9:58 pm
Code: Select all
# Nioh (LNK) # script for QuickBMS http://quickbms.aluigi.org idstring "K300" get ZERO long get FILES longlong get DUMMY longlong get ALIGN longlong for i = 0 < FILES get OFFSET longlong get ZSIZE longlong get SIZE longlong get ZIP longlong # I have no compressed samples! if ZIP == 0 log "" OFFSET SIZE else clog "" OFFSET ZSIZE SIZE endif next i
Last edited by
ISKA on Thu Jan 17, 2019 10:15 am, edited 2 times in total.
aluigi
Site Admin
Posts: 12984 Joined: Wed Jul 30, 2014 9:32 pm
Post
by aluigi » Tue Jul 31, 2018 4:47 am
If I understand correctly your steps are:
extract with the script edit with tool/script of swuforce (I don't know where it is because it's not linked in another topic too) reimport with the script Are you sure you didn't skip the last step?
ISKA
Posts: 223 Joined: Mon Apr 09, 2018 11:09 pm
Post
by ISKA » Wed Jan 09, 2019 4:45 pm
aluigi wrote: If I understand correctly your steps are:
extract with the script edit with tool/script of swuforce (I don't know where it is because it's not linked in another topic too) reimport with the script Are you sure you didn't skip the last step?
Problem solved. Thanks.
ISKA
Posts: 223 Joined: Mon Apr 09, 2018 11:09 pm
Post
by ISKA » Fri Jan 11, 2019 2:43 pm
aluigi wrote: If I understand correctly your steps are:
extract with the script edit with tool/script of swuforce (I don't know where it is because it's not linked in another topic too) reimport with the script Are you sure you didn't skip the last step?
Hi Aluigi, can you export and import font files?
I can't export. I need help. _n1 files. Maybe it help topics
viewtopic.php?f=7&t=7598&hilit=nioh https://www56.zippyshare.com/v/IxtmBqkj/file.html
aluigi
Site Admin
Posts: 12984 Joined: Wed Jul 30, 2014 9:32 pm
Post
by aluigi » Fri Jan 11, 2019 11:30 pm
"_N1G0000" magic, fonts is not my stuff but hopefully someone can give you an answer.
ISKA
Posts: 223 Joined: Mon Apr 09, 2018 11:09 pm
Post
by ISKA » Mon Jan 14, 2019 9:31 am
aluigi wrote: "_N1G0000" magic, fonts is not my stuff but hopefully someone can give you an answer.
Hopefully.
Botory
Posts: 2 Joined: Fri Mar 08, 2019 1:35 pm
Post
by Botory » Sat Mar 09, 2019 8:05 am
Hello everyone! Can you tell me how to use this script to extract models and pictures? I was extract a lot of .dat files. But no models and pictures there.I think i used the wrong method or tool. Thanks a lot.