C2C SVN Changelog

Hydro/Tower/Tower_CIV4BuildingInfos.xml changed movie from HadrianWall to just Walls. Just got tired of a blank blue screen.

Walls gives you Wall Street! Totally in appropriate! Also I changed the name in the Movie Art Define to what it should have been it was HariansWall where as it should have been HadrianWall so you should not have been getting the blue screen anyway.
 
Walls gives you Wall Street! Totally in appropriate! Also I changed the name in the Movie Art Define to what it should have been it was HariansWall where as it should have been HadrianWall so you should not have been getting the blue screen anyway.

Nope infact, i wanted to check that on my next turn, because i keep getting that DARN blue screen:mad:

Here is whats there now: (well used to be)

Code:
			<MovieDefineTag>ART_DEF_MOVIE_HADRIAN_WALL</MovieDefineTag>

Trouble being it shows-up alot of times even when the first wall has already been built, it shows up when you "capture" a city and re-build the wall.
 
But
Code:
		<MovieArtInfo>
			<Type>ART_DEF_MOVIE_HADRIAN_WALL</Type>
			<Path>Art/movies/Wonders/HardianWall.bik</Path>
		</MovieArtInfo>
which works used to be
Code:
		<MovieArtInfo>
			<Type>ART_DEF_MOVIE_HADRIAN_WALL</Type>
			<Path>Art/movies/Wonders/Hardian[B]s[/B]Wall.bik</Path>
		</MovieArtInfo>
which gave the blue screen.
Code:
		<MovieArtInfo>
			<Type>ART_DEF_MOVIE_WALLS</Type>
			<Path>Art/Movies/Wonders/WALLS.bik</Path>
		</MovieArtInfo>
which is Wall Street

Ether way you should only be getting the movie once when you build your first set of walls and never again.
 
Why do we even have a Wall movie? Especially when you can build Palisades and Earth Walls before then.

Because someone decided that we needed one! As far as I know the only two normal buildings that get a movie (and then only the first time they are built) are walls and baths. We probably got it from AND.
 
Update:
-The Slave specialist is now changed by a number of civics
 
DH i might be out of line or even talking in the wrong place if so sorry but about the Hadrian's Wall shouldn't the .bik be HaDRianswall.bik instead of HaRDianswall.bik just noticed the small typo in the .bik Path or is it an old typo that got rooted into the mod? (the capitals indicating the Typo ;))
 
DH i might be out of line or even talking in the wrong place if so sorry but about the Hadrian's Wall shouldn't the .bik be HaDRianswall.bik instead of HaRDianswall.bik just noticed the small typo in the .bik Path or is it an old typo that got rooted into the mod? (the capitals indicating the Typo ;))

That's probably correct. The way it is now is certainly wrong and should be fixed.
 
Update:

-Fixed the Heroic help text.

NOTE: The only two things I intend to do before Christmas besides this are the Bomber rebalance and finishing the Tech commerce modifiers. After that I may do some more units, but probably won't commit anything till the New Year. I'll still be around the forums though.
 
Changes:
-Changed the rev value of some civics
-Removed parentheses from free civic buildings
 
Back
Top Bottom