Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Modded creature not showing up in arena  (Read 771 times)

EvilTwin

  • Bay Watcher
  • likes skeletons for their afros
    • View Profile
Modded creature not showing up in arena
« on: June 07, 2011, 10:41:35 pm »

So I wanna test out my newly modded creature, is there any trick to get it into the arena? It isn't listed as spawnable creature...
Logged

IT 000

  • Bay Watcher
  • Strange Mood
    • View Profile
Re: Modded creature not showing up in arena
« Reply #1 on: June 08, 2011, 12:10:48 am »

Make sure it doesn't have the [ARENA_RESTRICTED] tag.

If that's not the case, post the errorlog (if any) and the creature raws. It saves time instead of blindly guessing.
Logged

***CORROSION v2.14***
<<<More Than Just Zombies>>>
Back from the Dead!

Trapezohedron

  • Bay Watcher
  • No longer exists here.
    • View Profile
Re: Modded creature not showing up in arena
« Reply #2 on: June 08, 2011, 01:01:51 am »

Is that creature in a new creature_xxx.txt file? If so, did you put [OBJECT:CREATURE] somewhere in the beginning of the file, like this:

Code: [Select]
creature_xxx

[OBJECT:CREATURE]

[CREATURE:CREATURE_RAWS_GO_HERE]

Or is it missing the [CREATURE:XXX] tag? I recommend that you send a part of your raws here for inspection, like IT 000 said.
Logged
Thank you for all the fish. It was a good run.

EvilTwin

  • Bay Watcher
  • likes skeletons for their afros
    • View Profile
Re: Modded creature not showing up in arena
« Reply #3 on: June 08, 2011, 10:05:31 am »

Found the error myself, seems that creatures which don't have the [NATURAL] tag don't show up in the arena as well. Should probably do my research next time I remove a token ;) Anyways, thanks
Logged