Logo Platform
logo amplifiers simplified

WorldSettingsDefinitions.xml to Mod?

Reply
Copied to clipboard!
0Send private message
7 years ago
May 30, 2017, 7:28:21 AM

I believe only Datatypes found in the datatypes.txt are currently supported for modding. you can make manual modifications to the actual file for personal use but mods can't edit WorldSettingDefinitions.Xml right now (I assume modding support for it will be added later by the devs)

0Send private message
7 years ago
May 30, 2017, 8:23:09 AM

To change WorldSettingsDefinitions.xml, you need to call :


<DatabasePlugin DataType="GameSettingDefinition, Assembly-CSharp">
<ExtraTypes>
<ExtraType DataType="WorldSettingDefinition, Assembly-CSharp" />
</ExtraTypes>
</DatabasePlugin>

The DataType.txt miss maybe some data. I will update the file when new entries are added/updated.

If you look for a specific DataType and don't find it, ask me in this forum and I will try to find it for you ;) 

Updated 7 years ago.
0Send private message
?

Click here to login

Reply
Comment