Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Object definitions may be extended or replaced via an ObjectBlueprints.xml in your mod's root directory.

If an object tag Load="Merge" is supplied, the data will merge with any existing definition, otherwise the object definition will replace the named object entirely.

Example ObjectBlueprints.xml merging a new tile into the Mehmet definion
<?xml version="1.0" encoding="utf-8"?>
<objects>
	<object Name="Mehmet" Load="Merge">
		<part Name="Render" Tile="Creatures/sw_mehmet.png"></part>
	</object>
</objects>
  • No labels