Hi
is it possible to show a video ingame everytime you research a technology? And if, how?
how do i modify a dll? dosen't sound simpeli have little experience
It is not simple. Dll editing requires C++ programming skills.
I agree. Although "more is more" is the theme of C2C, I think mod size and performance need to be taken into consideration.
if i should ad a video, is it these 2 files i need to change?
"CIV4TechInfos.xml
CIV4TechnologiesSchema.xml"
Or these? "CIV4ArtDefines_Movie.xml CIV4ArtDefinesSchema.xml"
I have converted a video to .BIK but are still quite lost
this it what i done:
Made a BIK Movie "Gathering" in Cosmic2Cosmos/Assets/art/movies
in "CIV4ArtDefines_Movie.xml" i added this line
<MovieArtInfo>
<Type>ART_DEF_MOVIE_Gathering</Type>
<Path>Art/Gathering.bik</Path>
</MovieArtInfo>
and in "CIV4TechInfos.xml"
<Type>TECH_GRAIN_GATHERING</Type>
.....
.....
.....
<MovieFile>Art/Movies/Gathering.BIK</MovieFile>
<MovieSound>NONE</MovieSound>
also in "CIV4TechnologiesSchema.xml" i added at the same place as it match "CIV4TechInfos.xml"
THIS:
<ElementType name="MovieFile" content="textOnly"/>
<ElementType name="MovieSound" content="textOnly"/>
but nothing happens when i research the tech?
I'd say if you want to do videos, start with World Wonders.![]()
Do you mean that? I could make some movies to the wondersbut what is the maximum space i may use in MB?
That would be ALOT of videos! Plus we have been trying to reduce the amount of graphics intensive stuff anyways. Personally I would rather have still pictures for things like wonders or even leaderheads if it means speeding up the game.
If you guys decide to take out some videos, I would start with the religion ones first. Most of them are almost identical anyway, and slowly zooming in on a loaf of bread or a Koran doesn't add much compared to a still photo.