DurtyFree / durty-cloth-tool

Durty Cloth Tool easily generates addon cloth resources for GTA 5 Singleplayer and MP mods like alt:V, FiveM or RageMP with just a couple of clicks.
https://gta.clothing
112 stars 56 forks source link

[SUGGESTION] Model & Texture Name Dump #264

Open TayMcKenzieNZ opened 3 weeks ago

TayMcKenzieNZ commented 3 weeks ago

A name dump is essentionally a file that gets dumped to the data folder of your project, which dumps information regarding your model and textures.

The model itself would need an option to be renamed in the tool much like how you can rename and organize your textures.

The results of this dump file would look similar to the example below:

--- Accessories [teef] ---

000 Accessory - Polo Shirt 1
- Texture Name A
- Texture Name B
- Texture Name C

001 Accessory
- Texture Name A
- Texture Name B
- Texture Name C

--- Armor [tasks] ---

000 Armor
- Texture Name A
- Texture Name B
- Texture Name C

--- Top [jbib] ---

000 jbib - Hoodie Hood Up
- Grove Street
- Burger Shot
- Texture Name C

and son on. The reasoning for this would be so that the pack creator can have a written record of the models and their textures, which they can then copy paste this into their tebex store or ForgeHub description like so:

Screenshot 2024-08-20 194940

If changes are made to the project file and a new dump is made, it would override the current dump file or simply delete the existing file and create the new file in its place.

TayMcKenzieNZ commented 3 weeks ago

Possibly would could even work, is that the date and time is the name of the dump file.

TayMcKenzieNZ commented 3 weeks ago

Project > Dump Project Information 🤔

This would also only work after the user has set a desired location for the project to be built, and after the data folder is created.