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
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?
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?