Nioh complete edition .INK [and _N1G0000]

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

Nioh complete edition .INK [and _N1G0000]

Post by ISKA »

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

Re: Nioh complete edition .INK

Post by aluigi »

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

Re: Nioh complete edition .INK

Post by ISKA »

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

Re: Nioh complete edition .INK

Post by ISKA »

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

Re: Nioh complete edition .INK

Post by aluigi »

"_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

Re: Nioh complete edition .INK

Post by ISKA »

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

Re: Nioh complete edition .INK [and _N1G0000]

Post by Botory »

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.