Users browsing this thread: 2 Guest(s)
Sonic Forces DDS to TGA conversion tool
#2
As minor as this is, any convenience in a major project is helpful and encouraged.
I would recommend adding the following lines at the top of your batch file to clean up output and fix potential starting directory issues:
Code:
@ECHO OFF
CD/D%~dp0
And the following lines at the bottom to stop the console from closing and allow the user to check for errors:
Code:
<NUL SET/P=""
PAUSE>NUL

I'm glad you credited Castano too.
Reply
Thanked by: roket333


Messages In This Thread
RE: Sonic Forces DDS to TGA conversion tool - by Friedslick6 - 11-28-2017, 07:33 PM

Forum Jump: