Problem with several mods searching for wronginexistant inst

Post » Mon May 07, 2012 4:00 pm

No logs are generated, however with redirection it's as good as a log. Especially with scan only. I can make another flag to make a new log file so you can refer to that.

To do this, make a .bat file, and enter the following, then execute the bat file. (I think that's right)
rem for scan onlynif_tx_scan.exe >recent_scan.txtrem for changesrem nif_tx_strip.exe >recently_stripped.txt
User avatar
naana
 
Posts: 3362
Joined: Fri Dec 08, 2006 2:00 pm

Post » Mon May 07, 2012 9:34 pm

Thank you.
But when I drag and drop the Meshes folder on the .bat file, a window popup and go away on 2 secs.
But it creates the recent_scan.txt file and of course it's blank.
User avatar
Soku Nyorah
 
Posts: 3413
Joined: Tue Oct 17, 2006 1:25 pm

Post » Tue May 08, 2012 1:24 am

In the bat file case, drag and drop isn't going to work. I never did get fully into understanding msdos batch file processing (Bash ones make more sense). Just execute the bat file, and you'll be good (Although dragging won't make a difference in this case).

Make sure your bat and exe files are within the 'Data Files' directory.
Also if you don't have nif_tx_scan.exe, copy your nif_tx_strip.exe and rename the copy to nif_tx_scan.exe, and you'll be good.
User avatar
Philip Lyon
 
Posts: 3297
Joined: Tue Aug 14, 2007 6:08 am

Post » Tue May 08, 2012 7:03 am

same thing a windoww appear and disappear quickly, and a recent_scan.txt is create but it's empty >.<
User avatar
Kate Norris
 
Posts: 3373
Joined: Mon Nov 27, 2006 6:12 pm

Post » Tue May 08, 2012 7:25 am

Hmm... likely because the local directory wasn't included I'm sure.
Try changing
nif_tx_scan.exe >recent_scan.txt
to
nif_tx_scan.exe . >recent_scan.txtrem ORnif_tx_scan.exe --local >recent_scan.txt
User avatar
Blackdrak
 
Posts: 3451
Joined: Thu May 17, 2007 11:40 pm

Post » Mon May 07, 2012 5:04 pm

it works thanks!!
User avatar
Pawel Platek
 
Posts: 3489
Joined: Sat May 26, 2007 2:08 pm

Previous

Return to III - Morrowind