Name Generation Bug?

Having trouble with the game? Report issues and get help here. Read this first!

Moderator: Forum Moderators

Forum rules
Before reporting issues in this section, you must read the following topic:
Post Reply
Andrettin
Posts: 189
Joined: September 2nd, 2013, 5:40 pm
Location: Vienna, Austria

Name Generation Bug?

Post by Andrettin »

My understanding is that for units' given names, context-free grammar name generation should take precedence over the markov chain generation. However, for dwarvish names, that does not seem to be happening. If I replace the markov name list with a new name list, dwarvish names will be entirely generated based on my new list.

The context-free grammar name generation only seems to take precedence over the markov chain name generation if I replace "name_generator" with "male_name_generator". That is, for male names the priority order seems to be like this:
male_name_generator
male_names
name_generator

Whereas the desired behavior is apparently for the priority to be like this:
male_name_generator
name_generator
male_names
Post Reply