I'm in the process to make some victory movies for the Final Frontier mod. I made one for testing purposes, named FF_Domination.bik, put under My_Final Frontier/Assets/Art/Movies/Victory/ (My_FF is where I have all my FF modifications).
So I also have a Assets\XML\Art\CIV4ArtDefines_Movie.xml looking like this
I did some test runs, with worldbuilder help to get me a conquest win fast, but when it comes to the movie I always get the error msg "Your movies are not installed correctly" or so. I assume it's the path info, but I'm not sure what to put in. I tried now:
<Path>My_Final Frontier/Assets/Art/Movies/Victory/FF_Domination.bik</Path>
<Path>Assets/Art/Movies/Victory/FF_Domination.bik</Path>
<Path>Art/Movies/Victory/FF_Domination.bik</Path>
...but same result. Can anybody help me here?
Or are there other things that could cause the error?
Secondary question, is there an easy way to get an empty Hall of Fame again? After several test runs it's full of "cheated" victories which I don't like.
So I also have a Assets\XML\Art\CIV4ArtDefines_Movie.xml looking like this
<?xml version="1.0"?>
<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by Jesse Smith (Firaxis Games) -->
<!-- Sid Meier's Civilization 4 -->
<!-- Copyright Firaxis Games 2005 -->
<!-- -->
<!-- Movie art path information -->
<Civ4ArtDefines xmlns="x-schema:CIV4ArtDefinesSchema.xml">
<MovieArtInfos>
<MovieArtInfo>
<Type>ART_DEF_MOVIE_PLACEHOLDER</Type>
<Path>Assets/Art/Movies/Placeholder.bik</Path>
</MovieArtInfo>
<MovieArtInfo>
<Type>ART_DEF_MOVIE_VICTORY_CONQUEST</Type>
<Path>Art/Movies/Victory/FF_Domination.bik</Path>
</MovieArtInfo>
<MovieArtInfo>
<Type>ART_DEF_MOVIE_VICTORY_DOMINATION</Type>
<Path>Art/Movies/Victory/FF_Domination.bik</Path>
</MovieArtInfo>
</MovieArtInfos>
</Civ4ArtDefines>
I did some test runs, with worldbuilder help to get me a conquest win fast, but when it comes to the movie I always get the error msg "Your movies are not installed correctly" or so. I assume it's the path info, but I'm not sure what to put in. I tried now:
<Path>My_Final Frontier/Assets/Art/Movies/Victory/FF_Domination.bik</Path>
<Path>Assets/Art/Movies/Victory/FF_Domination.bik</Path>
<Path>Art/Movies/Victory/FF_Domination.bik</Path>
...but same result. Can anybody help me here?
Or are there other things that could cause the error?
Secondary question, is there an easy way to get an empty Hall of Fame again? After several test runs it's full of "cheated" victories which I don't like.