.modinfo Criteria for Configuration Values

Yes, indeed!! I just found the other Thread here:


It has to be the format:

XML:
<Criteria id="MY_ID">
    <ConfigurationValueMatches>
        <ConfigurationId>MY_ID</ConfigurationId>
        <Group>Game</Group>
        <Value>1</Value>
    </ConfigurationValueMatches>
</Criteria>

and this inside the InGameActions, next to the <File>...:

<Criteria>MY_ID</Criteria>

I could briefly test it with an Advanced Config-Value which was toggeling the Load of an SQL-File :)
 
Back
Top Bottom