What does this mean?

Riker13

King
Joined
Nov 9, 2001
Messages
859
Location
UK
Database::XMLSerializer (XML/NewText/GameText.xml): 'Row' or 'Delete' expected, got 'Text'.

Any help would be great.

Regards

Riker13 :crazyeye:
 
At a guess, you've missed out the bit in red

Code:
</GameData>
  <Language_en_US>
    [COLOR="red"]<Row Tag="TXT_KEY_BUILDING_BULLRING">[/COLOR]
      <Text>Bull Ring</Text>
    [COLOR="Red"]</Row>[/COLOR]
  </Language_en_US>
</GameData>
 
I have looked and changed a few things I thought it could be but it still gives me the same error, I have attached the file can you see the problem?

Regards

Riker13 :crazyeye:
 

Attachments

Dont worry found it.

Just to round it off and to let anybody else who is following this thread know, the issue was simply that I did not add:

<Language_en_US> at the top and bottom.

Now I really did not think that would be the problem but it was, who knew?

But thanks for your input Whoward69.

Regards

Riker13 :crazyeye:
 
The <Language_en_US> tag relates to what table you are updating in the database (it's at the same "level" as <Units>, <Buildings>, etc) so without it the system has no idea what table you are trying to add/update
 
Ahh thanks for that, you know all these years I have been making my own little mods and I always thought that was superfluous just goes to show it all means something and you learn something everyday.

Thanks again, glad that is sorted.

All the best.

Riker13:crazyeye:
 
Back
Top Bottom