Nioh lnk format [and .mdl, .dat., .gt1, col, trm,tdp, trr]
-
- Posts: 48
- Joined: Sun Jan 25, 2015 4:15 pm
Nioh lnk format [and .mdl, .dat., .gt1, col, trm,tdp, trr]
Is it possible to extract the lnk format?
Last edited by jmgg on Tue Nov 14, 2017 9:00 pm, edited 1 time in total.
-
- Posts: 216
- Joined: Mon Oct 06, 2014 3:30 am
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 48
- Joined: Sun Jan 25, 2015 4:15 pm
Re: Nioh lnk format
Thanks shadow_lonely & Aluigi!
the script extracts several files. I believe that the models are in the mdl extension. Here are several files of some extensions.
the script extracts several files. I believe that the models are in the mdl extension. Here are several files of some extensions.
Last edited by jmgg on Tue Nov 14, 2017 9:01 pm, edited 1 time in total.
-
- Posts: 51
- Joined: Mon Sep 01, 2014 7:19 pm
Re: Nioh lnk format
Looks like a common KOEI format. Steven's gas machine might support it quite soon. I recommend you to check it sometimes, otherwise I think I'll make model import script, after some time (game have nice armors, and for me it's everything I need to be interested xD)
-
- Posts: 5
- Joined: Fri Aug 19, 2016 5:00 pm
Re: Nioh lnk format
hey everyone,
anybody have a converter or something to convert the .mdl, .dat., .gt1, col, trm,tdp, trr etc that are extracted with alugis bms script?
anybody have a converter or something to convert the .mdl, .dat., .gt1, col, trm,tdp, trr etc that are extracted with alugis bms script?
-
- Posts: 4
- Joined: Mon Jan 14, 2019 2:04 am
Re: Nioh lnk format
hi everyone
This script is incomplete I do not have enough files. Maybe it's overwritten or missing. I can not find the main characters. Okatsu is the example. I checked it with 3d ripper and found out that there was no texture for Okatsu
This script is incomplete I do not have enough files. Maybe it's overwritten or missing. I can not find the main characters. Okatsu is the example. I checked it with 3d ripper and found out that there was no texture for Okatsu
-
- Posts: 4
- Joined: Mon Jan 14, 2019 2:04 am
Re: Nioh lnk format [and .mdl, .dat., .gt1, col, trm,tdp, trr]
@echo off
For %%a in (*.gt1) do ffsnt.exe "%%a"
Exit
I looked into all .gt1 files, but there were no Okats textures, as well as a lot of other characters
For %%a in (*.gt1) do ffsnt.exe "%%a"
Exit
I looked into all .gt1 files, but there were no Okats textures, as well as a lot of other characters