Errors regarding Flavor text

So last night I reinstalled this game for the first time since 2016 or 17.  I followed the normal steps to add my custom portraits, and upon saving my civ I get all sorts of random errors regarding missing flavor texts internals, faction name files, etc. When I start the game with my custom civ, all of the portraits I added and my names I added are gone and it uses the defaults. 

 

Help?

22,826 views 7 replies
Reply #1 Top

Was the custom civ from when you used to play? Or a brand new custom civ?

Are you on version 3.5? 3.5 had some troubles with this sort of thing. You will want to be on 3.6. Also "enable mods" might help if you have not enabled mods already.

 

Reply #3 Top

I did install it on the d: drive in a secondary location from my normal steam folder(something I do with alot of games because of space). Im thinking that must be what caused this, because when I click edit settings in the start dock launcher it cant find the home folder. 

Reply #4 Top

C:\Users\Ryzen\Documents\My Games\GC3Crusade\Factions\FlavorText\FACTION_DEFAULT_CitizenNames.xml(64,19): error: 

missing elements in content model '(InternalName,FlavorTextOption+)'

Reply #5 Top

Code: xml
  1. <!--?xml version="1.0" encoding="utf-8" standalone="yes" ?--> &lt;?xml version="1.0" encoding="utf-8" standalone="yes" ?&gt;
  2.  
  3. &lt;FlavorTextDefs
  4. xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
  5. xsi:noNamespaceSchemaLocation = "../../Schema/FlavorText.xsd"&gt;
  6.   &lt;FlavorTextDef&gt;
  7.     &lt;InternalName&gt;LASTNAME&lt;/InternalName&gt;
  8.     &lt;FlavorTextOption&gt;
  9.       &lt;Requirements&gt;
  10.         &lt;ListenerFaction&gt;Clan Ghost Bear_0924277023A8483E90D3AC34A30B6367&lt;/ListenerFaction&gt;
  11.       &lt;/Requirements&gt;
  12.       &lt;Text&gt;Arrakis&lt;/Text&gt;
  13.       &lt;Text&gt;Vyctor&lt;/Text&gt;
  14.       &lt;Text&gt;Grey&lt;/Text&gt;
  15.       &lt;Text&gt;Ryker&lt;/Text&gt;
  16.       &lt;Text&gt;Darwin&lt;/Text&gt;
  17.       &lt;Text&gt;Vallyr&lt;/Text&gt;
  18.       &lt;Text&gt;Harkkonian&lt;/Text&gt;
  19.       &lt;Text&gt;Batty&lt;/Text&gt;
  20.       &lt;Text&gt;Masterson&lt;/Text&gt;
  21.       &lt;Text&gt;Darkstarr&lt;/Text&gt;
  22.       &lt;Text&gt;Grandolf&lt;/Text&gt;
  23.       &lt;Text&gt;Tetsuo&lt;/Text&gt;
  24.       &lt;Text&gt;Amano&lt;/Text&gt;
  25.       &lt;Text&gt;Mogh&lt;/Text&gt;
  26.       &lt;Text&gt;Solo&lt;/Text&gt;
  27.       &lt;Text&gt;Bajor&lt;/Text&gt;
  28.       &lt;Text&gt;Kronos&lt;/Text&gt;
  29.       &lt;Text&gt;Endor&lt;/Text&gt;
  30.       &lt;Text&gt;Cardassia&lt;/Text&gt;
  31.       &lt;PreferenceWeight&gt;1&lt;/PreferenceWeight&gt;
  32.     &lt;/FlavorTextOption&gt;
  33.   &lt;/FlavorTextDef&gt;
  34.   &lt;FlavorTextDef&gt;
  35.     &lt;InternalName&gt;FIRSTNAME&lt;/InternalName&gt;
  36.     &lt;FlavorTextOption&gt;
  37.       &lt;Requirements&gt;
  38.         &lt;ListenerFaction&gt;Clan Ghost Bear_0924277023A8483E90D3AC34A30B6367&lt;/ListenerFaction&gt;
  39.       &lt;/Requirements&gt;
  40.       &lt;Text&gt;Baron&lt;/Text&gt;
  41.       &lt;Text&gt;Lord&lt;/Text&gt;
  42.       &lt;Text&gt;Duke&lt;/Text&gt;
  43.       &lt;Text&gt;Count&lt;/Text&gt;
  44.       &lt;Text&gt;Sir&lt;/Text&gt;
  45.       &lt;Text&gt;Bishop&lt;/Text&gt;
  46.       &lt;Text&gt;Deacon&lt;/Text&gt;
  47.       &lt;Text&gt;Cardinal&lt;/Text&gt;
  48.       &lt;Text&gt;Master&lt;/Text&gt;
  49.       &lt;Text&gt;Freeman&lt;/Text&gt;
  50.       &lt;PreferenceWeight&gt;1&lt;/PreferenceWeight&gt;
  51.     &lt;/FlavorTextOption&gt;
  52.     &lt;FlavorTextOption&gt;
  53.       &lt;Requirements&gt;
  54.         &lt;ListenerFaction&gt;FACTION_DEFAULT&lt;/ListenerFaction&gt;
  55.         &lt;GenderMale&gt;false&lt;/GenderMale&gt;
  56.       &lt;/Requirements&gt;
  57.       &lt;Text&gt;Sarah&lt;/Text&gt;
  58.       &lt;Text&gt;Jane&lt;/Text&gt;
  59.       &lt;PreferenceWeight&gt;1&lt;/PreferenceWeight&gt;
  60.     &lt;/FlavorTextOption&gt;
  61.   &lt;/FlavorTextDef&gt;
  62.   &lt;FlavorTextDef&gt;
  63.     &lt;InternalName&gt;NEW_DEF&lt;/InternalName&gt;
  64.   &lt;/FlavorTextDef&gt;
  65. &lt;/FlavorTextDefs&gt;

Reply #6 Top

Remove this.

  1.   <FlavorTextDef>
  2.     <InternalName>NEW_DEF</InternalName>
  3.   </FlavorTextDef>