Skip to content

Commit

Permalink
+ пакетное вытаскивание карт (tileXXxYY)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhrhhr committed Jun 2, 2015
1 parent 250dbc1 commit f3e69d2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions get_maps.cmd
@@ -0,0 +1,10 @@
@echo off

set w3dir=f:\lalala\The Witcher 3 Wild Hunt
set outdir=g:\tmp\w3\map_img

set mask=tile*%%dx*%%d

for /r "%w3dir%" %%i in ("texture.*") do (
lua unpack_textures_for_maps.lua "%%i" "%outdir%" "%mask%"
)

0 comments on commit f3e69d2

Please sign in to comment.