Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: How do Gorlaks Join Civilizations?  (Read 1010 times)

Derpy Dev

  • Bay Watcher
  • Normal Person Doing Normal Things
    • View Profile
How do Gorlaks Join Civilizations?
« on: March 31, 2017, 07:16:27 pm »

I know what tags are used to make this happen. It's [LOCAL_POPS_CONTROLLABLE] and [LOCAL_POPS_PRODUCE_HEROES]. But I stuck these onto a modded creature and it didn't work. I even gave them FREQUENCY:100 for good measure. Are there any tokens that can make it impossible for a creature to decide to join civilizations?

Also, while typing this post, I decided to look at the errorlog and it said that I made a typo with one of its possible eye colors. Can that effect whether or not they join civilizations?

vettlingr

  • Bay Watcher
  • Þjóðalfur
    • View Profile
Re: How do Gorlaks Join Civilizations?
« Reply #1 on: April 01, 2017, 05:45:34 am »

Make sure you use the [CAN_LEARN] or [INTELLIGENT] tag as well as the ones you stated.

Also while im not entirely sure, I think the tags [BENIGN], [GOOD] and [EVIL] has something to do with which civilization your creature can join.

GoblinCookie

  • Bay Watcher
    • View Profile
Re: How do Gorlaks Join Civilizations?
« Reply #2 on: April 01, 2017, 06:04:58 am »

Do they have to be on the first level of the caverns?
Logged

Derpy Dev

  • Bay Watcher
  • Normal Person Doing Normal Things
    • View Profile
Re: How do Gorlaks Join Civilizations?
« Reply #3 on: April 01, 2017, 07:48:45 am »

Make sure you use the [CAN_LEARN] or [INTELLIGENT] tag as well as the ones you stated.

Also while im not entirely sure, I think the tags [BENIGN], [GOOD] and [EVIL] has something to do with which civilization your creature can join.

That is definitely it. Thanks!