I made this addition to the autogen_settings.bat file included with the moreclothing mod.
It will do the same as before but also recursively include .swf files in an "imports" folder and its subfolders.
I wanted to organize my moreclothing additions into various folders rather than put everything into the moreclothingmods folder.
Please read the README.
It expects a folder structure like this:
(path to loader)\Loader5.45\Mods\$INIT$\moreclothingmods\imports\(folders and files to read)
It may look like it has frozen on the forfiles line/command but it is still working (the forfiles command is slower than the dir command).
I'd not made a batch file before and found it very difficult to learn so I'm sorry for any thing that goes wrong or doesn't work.
Anyone is welcome to edit and re-release a better version.
It will do the same as before but also recursively include .swf files in an "imports" folder and its subfolders.
I wanted to organize my moreclothing additions into various folders rather than put everything into the moreclothingmods folder.
Please read the README.
It expects a folder structure like this:
(path to loader)\Loader5.45\Mods\$INIT$\moreclothingmods\imports\(folders and files to read)
It may look like it has frozen on the forfiles line/command but it is still working (the forfiles command is slower than the dir command).
I'd not made a batch file before and found it very difficult to learn so I'm sorry for any thing that goes wrong or doesn't work.
Anyone is welcome to edit and re-release a better version.