Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Why won't my modded creatures show up in the game?  (Read 704 times)

Datti

  • Escaped Lunatic
    • View Profile
Why won't my modded creatures show up in the game?
« on: February 15, 2018, 08:17:29 pm »

So, I've read up on modding a lot, but I've never really gotten to do anything with it, so I decided to try it out today. I want to create a civilization of squid people which are loosely based on the stories of HP Lovecraft. So, I've started working on the creatures today, the "Sea Cultists". For now, they're just Squid Men who have been made amphibious and have been renamed to "sea witch/warlock". But somehow, they won't show up in my game. I can't find them in the Object Testing Arena.

Here are my raws:
Spoiler (click to show/hide)

I'd be extremely thankful if some of you would help me out on this. And, apologies if I fudge up in the formatting department or something. This is first post in here...
Logged

Shonai_Dweller

  • Bay Watcher
    • View Profile
Re: Why won't my modded creatures show up in the game?
« Reply #1 on: February 15, 2018, 08:29:03 pm »

It might be an issue with copy_tags_from which requires that the file you're grabbing the tags from appears alphabetically before the file which is calling it. (Renaming creature_seacultist creature_z_seacultist is a good way to ensure it remains at the bottom of the file list).

If not that, what does the errorlog say?
Logged

Datti

  • Escaped Lunatic
    • View Profile
Re: Why won't my modded creatures show up in the game?
« Reply #2 on: February 16, 2018, 04:39:42 am »

It might be an issue with copy_tags_from which requires that the file you're grabbing the tags from appears alphabetically before the file which is calling it. (Renaming creature_seacultist creature_z_seacultist is a good way to ensure it remains at the bottom of the file list).

That did the trick. Thank you so much! :D
Logged