Posts

Generator

MindstreaM's Garment Sprite Relocator Improved on jTynne's Robe Sprite File Renamer "> Source Location : Target Mount Point : README: -------------------------------------- Expected Files in the source: -------------------------------------- #.spr #.act ==================================================================== >spr & act files are copied as a pair (if any of them are missing the other will not be copied). >The target folder is created if it doesnt exist ==================================================================== ===== ".$i." ===== "; if(!is_readable($srcpath."/".$i.".act")) { echo "Act file missing/unreadable...skipping copy operations "; } else { foreach($genders as $gender) { $subtgt = $target."/".$i."/".$gender; ...