Removing Corporations?

jefmart1

Prince
Joined
Aug 16, 2005
Messages
463
If I will not have corporations in my mod, can I delete the corporationinfos xml file?
 
If you dont have a file in your mod it will use the one from the main game. So deleting your corporations file will cause all the normals games corporations to show up.

You probably want to include an empty corporation file like the following:

Code:
<?xml version="1.0"?>
<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by lcollins (Firaxis Games) -->
<!-- Sid Meier's Civilization 4 -->
<!-- Copyright Firaxis Games 2005 -->
<!-- -->
<!-- Religion -->
<Civ4CorporationInfo xmlns="x-schema:CIV4GameInfoSchema.xml">
	<CorporationInfos>
	</CorporationInfos>
</Civ4CorporationInfo>
 
A custom game option to play with or without corporations (like espionage) would be nice.
 
Its in the 16th to 18th century only. The only "corporations" were the West Indies or East India Companies, Hudson Bay Co, etc; which were joint stock companies and operated as civilizations unto themselves more or less. They did not have "offices" in main cities that would add anything, instead they had outposts on the frontiers. So they are World Wonders instead.
 
Top Bottom