5
lxmcf
7y

You know something bad is about to begin when some of your resource names look like spr_Elf0_Male_Attack_Up

Hmmm, a few too many underscores for me :-/

Any idea how I should shorten this down but still be readable?

Comments
  • 2
    You could split the name into directories and subdirectories. If you have a lot of assets for each category (Elf0) and subcategory (Male) that could be an option: spr/Elf0/Male/attack_up. You shortened the names at the cost of having multiple assets with the same name (but different pathname ofc).
  • 0
    @OrangeNote Would love to do that but the game engine im working on doesn't allow multiple files to have the same name :-/
  • 1
    @BigMacca101 What a shitty engine 😂
  • 1
    Shorten every word !
    spr_elf0_m_atk_u
Add Comment