[Batch] Clothing file renamer thing

What it is and what it does


A batch script that will automate renaming clothing items so you don’t have to do that anymore.



How to use it


You need to have a properly formatted “stream” folder.

Example
your_resource/
├── fxmanifest.lua
└── stream/
    ├── mp_f_freemode_01/
    │   ├── accs_007_u.ydd
    │   ├── feet_012_u.ydd
    │   └── hair_008_u.ydd
    ├── mp_m_freemode_01/
    │   └── hair_004_u.ydd
    └── mp_m_freemode_01_mp_m_christmas2018/
        ├── berd_000_u.ydd
        └── berd_011_u.ydd

Then just drag and drop the “stream” folder onto the batch file and follow the instructions on screen.



Example


Short video:

Video doesn’t play? Click me.



Download


Github
Github direct download

10 Likes

nice script i love you :sweat_smile:

this looks like something i need,

Easier than using AntRenamer. I may need to try this

Nice! Can come in handy for may situations!

this is actually pretty usefull

You can do it with one line of powershell too.

Get-ChildItem | Rename-Item -NewName { "mp_whatever^" + $_.Name }
1 Like

That is an option too if you just need to rename a few folders worth of files. Technically you could also use Bulk Rename Utility and repeat the task for every folder that contains files, but I’m one of those people that rather spend two days automating something I could have done manually in 10 minutes.

HOLY this is gonna save me so much time thank you so much

hi i need to simply change ydd file names so they can match the ytd names. i change them to match on open iv, code walker, and this tool but on open iv the root stays as the original name keeping it to show up in game. I need to change ydd for clothes but when you download different clothes from GTA 5 mods they all contain the same name and need the number rechnaged. Ex feet_002_u.ydd, when you rename them to say feet_048_u.ydd it still keeps the original 002 in it thus not matching and not being able to be used in game. Any help please