From 3589d7cfedba84655bda7bf18a9e0586d9c2b30d Mon Sep 17 00:00:00 2001 From: fgsfds Date: Tue, 9 Jun 2020 05:23:15 +0300 Subject: [PATCH] texrename: put textures in gfx folder --- tools/texrename.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/texrename.py b/tools/texrename.py index e8ac24e0..600c8bfc 100644 --- a/tools/texrename.py +++ b/tools/texrename.py @@ -53,7 +53,7 @@ try: crc = int(crcstr[2:], 16) else: crc = int(crcstr) - crcmap.append((crc, os.path.join(outpath, tok[1].strip()))) + crcmap.append((crc, os.path.join(outpath, 'gfx', tok[1].strip()))) except OSError as e: print('could not open {0}: {1}'.format(mapfname, e)) except ValueError as e: