Some Random Sailing Ships

Yeah, I ment that the old unit is still there, yes.
But seems that holding shift during loading the mod doesn't help.

There's still classic galley.

Is there still a
<SHADERNIF>Art/Units/Galley/Galley_FX.nif</SHADERNIF>
line in your ArtDefines? Then delete that line and try again.
 
The Man o War (all 3 varietes) appears warped to me in game. I attached an image and this is my Art Define:

Spoiler :
Code:
		<UnitArtInfo>
			<Type>ART_DEF_UNIT_MANOWAR</Type>
			<Button>Art/Interface/Buttons/Units/Galleon.dds</Button>
			<fScale>0.2</fScale>
			<fInterfaceScale>0.5</fInterfaceScale>
			<bActAsLand>0</bActAsLand>
			<bActAsAir>0</bActAsAir>
			<NIF>Modules/Units/Ships/Manowar/Man_O_War.nif</NIF>
			<KFM>Modules/Units/Ships/Manowar/Man_O_War.kfm</KFM>
			<SHADERNIF>Modules/Units/Ships/Manowar/Man_O_War.nif</SHADERNIF>
			<ShadowDef>
                                <ShadowNIF>Art/Units/01_UnitShadows/GalleonShadow.nif</ShadowNIF>
				<ShadowAttachNode>BIP Pelvis</ShadowAttachNode>
				<fShadowScale>1.0</fShadowScale>
			</ShadowDef>
			<iDamageStates>4</iDamageStates>
			<TrailDefinition>
				<Texture>Art/Shared/water_ship_wake.dds</Texture>
				<fWidth>1</fWidth>
				<fLength>180.0</fLength>
				<fTaper>1</fTaper>
				<fFadeStartTime>.2</fFadeStartTime>
				<fFadeFalloff>0.35</fFadeFalloff>
			</TrailDefinition>
			<fBattleDistance>0.35</fBattleDistance>
			<fRangedDeathTime>0.31</fRangedDeathTime>
			<bSmoothMove>1</bSmoothMove>
			<fAngleInterpRate>720.0</fAngleInterpRate>
			<fBankRate>.3</fBankRate>
			<fExchangeAngle>25.0</fExchangeAngle>
			<bActAsRanged>0</bActAsRanged>
			<TrainSound>AS2D_UNIT_BUILD_UNIT</TrainSound>
			<AudioRunSounds>
				<AudioRunTypeLoop>LOOPSTEP_OCEAN2</AudioRunTypeLoop>
				<AudioRunTypeEnd>ENDSTEP_OCEAN2</AudioRunTypeEnd>
			</AudioRunSounds>
			<SelectionSound>AS3D_UN_OCEAN_END1</SelectionSound>
			<ActionSound>AS3D_UN_OCEAN_END1</ActionSound>
		</UnitArtInfo>

Combat animations are fine, it's only when idle or moving. Any idea what's wrong?
 

Attachments

  • Man O War glitch.jpg
    Man O War glitch.jpg
    60.8 KB · Views: 127
Top Bottom