Resource icon

Forbidden Palace / Forbidden City Wonder Movie 2016-10-05

Forbidden Palace / Forbidden City Wonder Movie.

Call to Power II wonder movie converted to be used with Civ4:
(Width: 720 / Height: 486)
More info see picture

To see the wonder movie for the national wonder use this python code:

Spoiler :
Code:
	def onBuildingBuilt(self, argsList):
		'Building Completed'
		pCity, iBuildingType = argsList

########################
### FORBIDDEN PALACE ###
########################
		if ( iBuildingType==gc.getInfoTypeForString("BUILDING_GREAT_PALACE") ):
			popupInfo = CyPopupInfo()
			popupInfo.setButtonPopupType(ButtonPopupTypes.BUTTONPOPUP_PYTHON_SCREEN)
			popupInfo.setData1(iBuildingType)
			popupInfo.setData2(pCity.getID())
			popupInfo.setData3(0)
			popupInfo.setText(u"showWonderMovie")
			popupInfo.addPopup(pCity.getOwner())

  • forbidden_city_x79.jpg
    forbidden_city_x79.jpg
    60.4 KB · Views: 77
Author
GIR
Downloads
653
Views
653
First release
Last update
Rating
0.00 star(s) 0 ratings
Top Bottom