About the textures someone said to use Crunch and works... but about meshes?
Convert Multiple .crn Batch
Create a bat file with those strings, and drag a .crn on it (You need to download crunch from github, in bin folder)
Code: Select all
@echo off
title Command Repeating Batch File
for %%a in (*.crn) do "crunch.exe" "%%a"
pause
This seems a little bit hard for meshes... there should be an easy workaround