one question

hrochland

Prince
Joined
Apr 9, 2006
Messages
2,511
Location
Czech Kingdom
Good day
Please,
Exist somewhere setting for display building (wonder) in city in the suburbs or out of city?
as on the picture Stonehange?
wonderout.jpg
 
Enjoy ..\Assets\XML\Buildings\CIV4CityLSystem.xml

:D
 
Enjoy ..\Assets\XML\Buildings\CIV4CityLSystem.xml

:D

Wow. Thanks you.
I understand for example settings of water buildings but where in file and how I can set: Every out of city, please :please:

Some buildings changes their placement how is more buildings and city is expanding. I need fix two buildings to every time out of city
 
Sorry, I'm no master of that file. I just know it's all in there.
 
It is something of (I think) as :

Code:
		<ArtRef Name="building:LSYSTEM_HARBOR">
			<Attribute Class="Era">ERA_ANCIENT,ERA_CLASSICAL,ERA_MEDIEVAL,ERA_RENAISSANCE</Attribute>
			<Attribute Class="Scalar">bNoWaterTest:1</Attribute>
			<!-- this bypasses water testing -->
			<Attribute Class="Scalar">szSpecialLayout:Coast</Attribute>
			<Attribute Class="Scalar">bHasNoShadow:1</Attribute>
			<Attribute Class="Scalar">bUseCostAligner:1</Attribute>
			<Attribute Class="Scalar">fAlignerBoxSize:10</Attribute>
			<Attribute Class="Scalar">fPushX:0</Attribute>
			<!-- To debug the placement of the alignpoints, set next line to 0.0 -->
			<Attribute Class="Scalar">fAlignerOverride:-1.0</Attribute>
[COLOR="Red"]			<Attribute Class="ScalarList">lAlignerPointsX: -5, -5, -5, -5, -5, -3, -3, -3, -3, -3, -1, -1, -1, -1, -1, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 5, 5, 5, 5, 5</Attribute>
			<Attribute Class="ScalarList">lAlignerPointsY: -6, -3, 0, 3, 6, -6, -3, 0, 3, 6, -6, -3, 0, 3, 6, -6, -3, 0, 3, 6, -6, -3, 0, 3, 6, -6, -3, 0, 3, 6</Attribute>
			<Attribute Class="ScalarList">lAlignerPointsWet: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1</Attribute>
			<Attribute Class="ScalarList">lAlignerPointsWeight: 1, 2, 3, 2, 1, 2, 4, 6, 4, 2, 3, 6, 9, 6, 3, 3, 6, 9, 6, 3, 2, 4, 6, 4, 2, 1, 2, 3, 2, 1</Attribute>[/COLOR]
			<Attribute Class="Scalar">bForceWaterHeight:1</Attribute>
			<Rotate>-45</Rotate>
			<Scale>2.5</Scale>
		</ArtRef>

But I not understand how create some position
 
Back
Top Bottom