Logo Platform
logo amplifiers simplified

ContextualDiplomaticTermDefinition

Reply
Copied to clipboard!
5 years ago
Apr 22, 2020, 5:25:24 AM

Which plugin do I use for including the file ContextualDiplomaticTermDefinition.xml in my mod?

0Send private message
5 years ago
Apr 22, 2020, 12:30:19 PM

Hey there, this one :


<DatabasePlugin DataType="ContextualDiplomaticTermDefinition, Assembly-CSharp">
<FilePath>Public/Diplomacy/ContextualDiplomaticTermDefinition.xml</FilePath>
<FilePath>Public/Diplomacy/ContextualDiplomaticTermDefinitions[*].xml</FilePath>
</DatabasePlugin>




Updated 5 years ago.
0Send private message
5 years ago
Apr 22, 2020, 7:18:53 PM

Hey, thanks!  How did you know that?  It's not listen in the document with all the datatypes.

0Send private message
0Send private message0Send private message0Send private message
5 years ago
May 8, 2020, 9:25:10 AM

Hi, folks!


So, I cannot get this to work.  I'm using:


<DatabasePlugin DataType="ContextualDiplomaticTermDefinition, Assembly-CSharp">

                <FilePath>Public/Diplomacy/ContextualDiplomaticTermDefinition.xml</FilePath>                

</DatabasePlugin>


It seems as though the file simply isn't being read into the system.  I have tried corrupting the file intentionally to see if I can produce a lock/crash to see if it's being read.  The file name is the same.  I have other plugins in my mod and they all work fine, but this file won't be read.  Is there something else I have to do?

Updated 5 years ago.
0Send private message
5 years ago
May 8, 2020, 9:43:23 AM

Remove the "Public/" part, and ensure your file is in Diplomacy and is named ContextualDiplomaticalTermDefinition.xml

0Send private message
0Send private message
?

Click here to login

Reply
Comment