Starting with Internet

MrPopov

King
Joined
Jul 25, 2006
Messages
985
I was thinking of playing a game where everyone starts with The Internet at 4000 bc. I have found the civinfos.xml file where it starts each civ with a palace and have tried adding another line that gives PROJECT_THE_INTERNET but instead I start the game with a palace and a forbidden palace...

Here is the code I added in CIV4CivilizationInfos.xml

Code:
			<FreeBuildingClasses>
				<FreeBuildingClass>
					<BuildingClassType>BUILDINGCLASS_PALACE</BuildingClassType>
					<bFreeBuildingClass>1</bFreeBuildingClass>
				</FreeBuildingClass>
				<FreeBuildingClass>
					<BuildingClassType>PROJECT_THE_INTERNET</BuildingClassType>
					<bFreeBuildingClass>1</bFreeBuildingClass>
				</FreeBuildingClass>
			</FreeBuildingClasses>

But like I said the game will load fine without any xml errors, but when starting a new game, I start in my capital with a palace and forbidden palace for some reason but no internet. I checked the F9 screen just to make sure.

Anyone have any ideas what I need to do?
 
PROJECT_THE_INTERNET - isn't building - it's porject
 
well as a temporary fix, I made the internet available with hunting and made it cost 1 hammer. I also made it available to all instead of only 1 per game.
 
All would be go head to head with technolgies - but i think the flight into space race would be available before 1000AD
 
Back
Top Bottom