PRC8/nwn/nwnprc/trunk/assemble_itemprops.bat
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

9 lines
172 B
Batchfile

@echo on
mkdir xml_temp
java -Xmx200m -jar tools\prc.jar itempropmaker
pause
java -cp tools\modpacker\nwn-tools.jar org.progeeks.nwn.XmlToGff others xml_temp/*
pause
:end