Resource icon

Goody Islands - BUG/WoC (PYTHON/XML) 2016-10-05

This is a conversion of Kathy's Goodi Islands to be BUG/WoC compatible. This makes it "easier" to add the RevDCM based mods.

Basically it adds goody huts to coastal waters.

Files are included in the following folders
  • Config folder - the XML code to the bug where the PYTHON code is and what to do with it
  • Modules folder - the XML for the building
  • PYTHON folder - the python code

Instillation is not straight forward. You will need to edit two XML files.

In the Assets/Modules folder edit MLF_CIV4ModularLoadingControls.xml to add in
Code:
				<Module>
					<Directory>GoodyIsland</Directory>
					<bLoad>1</bLoad>
				</Module>

In the Assets/Config folder edit init.xml to add in
Code:
	<load mod="Goody Islands"/>

before the </bug> line at the end.

There may be problems with the schemas so copy the ones from your mod if you need to. It all depends on which versions of RevDCM we are using.
Author
Dancing Hoskuld
Downloads
156
Views
156
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Dancing Hoskuld

Top Bottom