Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Modding help? "Unrecognized entity pants token"  (Read 830 times)

ImACatNamedGloves

  • Bay Watcher
    • View Profile
Modding help? "Unrecognized entity pants token"
« on: May 30, 2022, 10:37:09 am »

Hello everyone!

When modding a new clothing item for my custom race, I get this error in the errorlog:

Code: [Select]
*** Error(s) finalizing the entity DEATHERS
Unrecognized entity pants token: ITEM_SHIYYID_PANTS

I can't for the life of me find out what tf is wrong with my raws! Aaargh I've checked for open brackets, name mismatches... Please, help me out. I'll attach both entity and item raws (My browser won't show me the attachment options for some reason? Sorry about that. Here's the text though)

item_hedsur_suits
Spoiler (click to show/hide)

entity_hedsur
Spoiler (click to show/hide)
Logged

Atkana

  • Bay Watcher
  • [CURIOUSBEAST]
    • View Profile
Re: Modding help? "Unrecognized entity pants token"
« Reply #1 on: May 31, 2022, 01:31:55 am »

Are you sure that's not an error leftover from some point (i.e. you haven't cleared the errorlog)? When I run the game with the files provided, I don't get that error (only errors for the missing creature, ITEM_WEAPON_SHOVEL, ITEM_WEAPON_BIGSPEAR, ITEM_WEAPON_HARPOON, and ITEM_AMMO_HARPOON, but only because those haven't been provided).

Perhaps also check you haven't duplicated raws anywhere, maybe you've accidentally got two things with the same ID and it's throwing things off.