Recent content by DafyddNZ

  1. D

    Quick Modding Questions Thread

    SELECT TraitType FROM CivilizationTraits WHERE TraitType != 'TRAIT_CIVILIZATION_FOUNDING_FATHERS' Currently hardcoding a TraitType into a select query, would like to select the traits of human players only into the where clause.
  2. D

    Quick Modding Questions Thread

    Hello, I was wondering if there was any way to get human players civilizations and leaders in a SQL game play script? Looking through the schema there does not seem to be anything, but am I missing something?
Back
Top Bottom