Anyway to turn multiple units off.

crazyewok

Warlord
Joined
Sep 12, 2012
Messages
202
I prefer for roleplaying purposes to have one ship unit displayed as one ship rather that two ship graphics. Call me sad but I like to name each ship and haveing 2 ships displayed for one unit kinda gets in the way. Is there a way to edit the files?

I dont want to change how land units are displayed as to me they represent whole battalions.
 
I prefer for roleplaying purposes to have one ship unit displayed as one ship rather that two ship graphics. Call me sad but I like to name each ship and haveing 2 ships displayed for one unit kinda gets in the way. Is there a way to edit the files?

I dont want to change how land units are displayed as to me they represent whole battalions.

The answer is sometimes. It all depends on if the artist did one ship or two as the unit. In the Unit Infos file find the following section of the unit you want to change (eg from galley)
Code:
			<UnitMeshGroups>
				<iGroupSize>[B]2[/B]</iGroupSize>
				<fMaxSpeed>2.25</fMaxSpeed>
				<fPadTime>1</fPadTime>
				<iMeleeWaveSize>1</iMeleeWaveSize>
				<iRangedWaveSize>1</iRangedWaveSize>
				<UnitMeshGroup>
					<iRequired>1</iRequired>
					<EarlyArtDefineTag>ART_DEF_UNIT_GALLEY</EarlyArtDefineTag>
				</UnitMeshGroup>
			</UnitMeshGroups>

change the bold 2 into a 1. Note not all ships are defined in the core files, Assets/XML/Units, some are defined in Orion Veteran's mods which can be found in his folder Assets/Modules/OrionVeteran.
 
Back
Top Bottom