Faction relations report Bug!

Users who are viewing this thread

Max2150

Regular
https://imgur.com/a/DqntC

As you can see, the faction titles on the left do not correspond to the faction titles above, anyone have any clues on what I can do?

Thanks - Max
 
That's not really a bug, you need to set the
Code:
slot_faction_adjective
slots and toss it on the list of faction descriptions. Basically you need to do more stuff to add the new kingdoms
Code:
  #Faction descriptors
  ("swadians", "Swadians"),
  ("vaegirs", "Vaegirs"),
  ("khergits", "Khergits"),
  ("nords", "Nords"),
  ("rhodoks", "Rhodoks"),
  ("sarranids", "Sarranids"),
  ("bandits", "bandits"),
  ("deserters", "deserters"),
 
Oh thank you very much, I located that code and added in my factions.  :grin:

It know works all fine, thanks for the help. :smile:
 
Back
Top Bottom