A few more Wonder Movies:
Sphinx movie gives me an error (CTD) when pharaon comes out from a building![]()
I've downloaded and tested great wall/via appia/forbidden palace successfully![]()
Why the Great Wall movie if you don't mind me askingI live in China (well I have for almost 3 years now) so anything Chinese related I love to download. But don't want to take a chance of messing up a fresh install of BtS on this just yet hehe.
Hi awesome movies.
I have just one question
About forbidden palace - where i should place this code?
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())
could you give example or more explanation - i'm dumb in python, sorry
Hi
I have question too. I made xml settings for my wonders in BtS version of my mod. Video not display...
Is it problem of whom write Asio? Must I write something to the python for new video displaying?
<MovieDefineTag>ART_DEF_MOVIE_FORBIDDEN_PALACE</MovieDefineTag>
<MovieArtInfo>
<Type>ART_DEF_MOVIE_FORBIDDEN_PALACE</Type>
<Path>Assets/Art/Movies/wonders/forbiddenpalace.bik</Path>
<KFM>None</KFM>
</MovieArtInfo>
Now I have uploaded a DEMO mod for this wonder movie: ForbiddenPalace ModHi awesome movies.
I have just one question
About forbidden palace - where i should place this 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())
could you give example or more explanation - i'm dumb in python, sorry
hmm, i have no problems with my vids... try to not use the KFM line:In vanilla version have had a number new wonders and video displayed no problem...
In BtS version of my mod i used same path style
ART_DEF_MOVIE_... in buildings.xml
and
in art movie definesCode:<MovieArtInfo> <Type>ART_DEF_MOVIE_DUBAI</Type> <Path>Art/Movies/Wonders/Dubai.bik</Path> <KFM>None</KFM> </MovieArtInfo>
but video not displayI can not find where I have error
Not video, not a blue border - nothing
<MovieArtInfo>
<Type>ART_DEF_MOVIE_FORBIDDEN_PALACE</Type>
<Path>Art/Movies/Wonders/forbiddenpalace.bik</Path>
</MovieArtInfo>
Added Galileo Telescope Wonder Movie.
See first post.
well, i never said or wrote that i made them. and in all my works i give proper credits to the creaters but in this case it was controversial, because it's not legal (CTP2 media is not OS). So i thought it's better to be quiet because as long as nobody askes it's kinde of "ok" but now it's probably a problem. I just wantet to share the movies with the civ4 modder community as long as possible.Please have the decency of noting that these movies are not your original creation but are rather conventions from the CTP and CTP2 wonder movies.