CTD error: ArtInfo:

Thongula

Chieftain
Joined
Jul 18, 2014
Messages
3
Hello, I'm getting the following CTD error:

ArtInfo: 'ART_DEF_UNIT_NATIVE_WARLORD_MEDIEVAL' was not found

Followed by:

ArtInfo: 'ERROR' was not found

...after which my game crashes to desktop. Any advice? I'd like to continue this game or find a workaround for this problem since C2C games last so long I don't want to start another if it's going to be unstable. I picked up Civ4 off Steam.

Thanks!
 
Hello, I'm getting the following CTD error:

ArtInfo: 'ART_DEF_UNIT_NATIVE_WARLORD_MEDIEVAL' was not found

Followed by:

ArtInfo: 'ERROR' was not found

...after which my game crashes to desktop. Any advice? I'd like to continue this game or find a workaround for this problem since C2C games last so long I don't want to start another if it's going to be unstable. I picked up Civ4 off Steam.

Thanks!

1. Open CIV4ArtDefines_Unit.xml (this file is in Caveman2Cosmos/Assets/XML/Art)
2. Copy and paste this code:
Code:
		<UnitArtInfo>
			<Type>ART_DEF_UNIT_NATIVE_WARLORD_MEDIEVAL</Type>
			<Button>Art/Interface/Buttons/Units/sparth/great_general.dds</Button>
			<fScale>0.5</fScale>
			<fInterfaceScale>1.0</fInterfaceScale>
			<bActAsLand>0</bActAsLand>
			<bActAsAir>0</bActAsAir>
			<NIF>Art/Units/Native_american_Sparth/warlord_ancient/warlord_south_america.nif</NIF>
			<KFM>Art/Units/Warlord_Ancient/Warlord_Ancient.kfm</KFM>
			<SHADERNIF>Art/Units/Native_american_Sparth/warlord_ancient/warlord_south_america.nif</SHADERNIF>
			<ShadowDef>
				<ShadowNIF>Art/Units/01_UnitShadows/UnitShadow.nif</ShadowNIF>
				<ShadowAttachNode>Bip01 Pelvis</ShadowAttachNode>
				<fShadowScale>0.9</fShadowScale>
			</ShadowDef>
			<fBattleDistance>0.35</fBattleDistance>
			<fRangedDeathTime>0.31</fRangedDeathTime>
			<bActAsRanged>0</bActAsRanged>
			<TrainSound>AS2D_UNIT_BUILD_UNIT</TrainSound>
			<AudioRunSounds>
				<AudioRunTypeLoop />
				<AudioRunTypeEnd />
			</AudioRunSounds>
		</UnitArtInfo>

3. Save file

Should work
 
Top Bottom