recruitment_instructions problems

Make art for user-made content.

Moderator: Forum Moderators

Forum rules
Before posting critique in this forum, you must read the following thread:
Post Reply
Connor1992
Posts: 4
Joined: April 8th, 2022, 9:05 pm

recruitment_instructions problems

Post by Connor1992 »

Does anyone know how to change 'pattern=no' for AI recruiting, iv tried to change it under both the custom AI facet and the [default] facet but in-game under DEBUG it still shows as 'pattern=yes'. I would like to use purely the 'score map' rather than a pattern for recruitment or do we have to use pattern recruitment now?

Code: Select all

  [aspect]
    id=recruitment_instructions
    [facet]
      [value] 
        [limit]
          type=    
          max=24
        [/limit]
        [recruit]
          importance=1 
          pattern=no
        [/recruit]        
      [/value]       
    [/facet] 
  [/aspect]
  
Post Reply