Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Locked thread
Econosaurus
Sep 22, 2008

Successfully predicted nine of the last five recessions

Potentially dumb question, but how do I get to the people finder? I've always had trouble finding people outside of my court, and this might be the reason. I don't even know how to look at other people's councils :smith:

Adbot
ADBOT LOVES YOU

Econosaurus
Sep 22, 2008

Successfully predicted nine of the last five recessions

Is it possible to start as a character below a count?

Econosaurus
Sep 22, 2008

Successfully predicted nine of the last five recessions

What do I change in defines.lua to make all ruler designer traits free? This is all I see under ruler designer:

quote:

NRulerDesigner =
{
BASE_ATTRIB = 5,
BASE_AGE = 16,
BASE_FERTILITY = 0.5,
BASE_HEALTH = 5.0,
COST_ATTRIB = 1.0,
COST_SON = 5.0,
COST_DAUGHTER = 2.0,
COST_MARRIED = 2.0,
COST_FERTILITY = 20.0,
COST_HEALTH = 10.0,
COST_MONTHLY_PRESTIGE = 10.0,
COST_MONTHLY_PIETY = 20.0,
COST_MONTHLY_WEALTH = 10.0,
COST_CHURCH_OPINION = 0.5,
COST_SPOUCE_OPINION = 0.5,
COST_SEXAPPEAL_OPINION = 0.5,
COST_DYNASTY_OPINION = 0.5,
COST_VASSAL_OPINION = 1.0,
COST_LIEGE_OPINION = -0.5,
COST_INFIDEL_OPINION = 0.5,
COST_OPPOSITE_TRAIT_OPINION = 0.5,
COST_SAME_TRAIT_OPINION = 0.5,
COST_SAME_RELIGION_OPINION = 0.5,
COST_AMBITION_OPINION = -0.25,
COST_GENERAL_OPINION = 2.0,
MAX_AGE = 50,
},

}

  • Locked thread