11 Industrial Units

you are very good my friend, excellent as usual!!!!
 
Lovely! I like the guys on the upper left!
 
the are very beautiful :)
 
thanks for the frogs
 
would anyone be able to copy and post there Artdefine for one of the rifleman?
Ive been attempting to use one as a UU and each times its comming up as the base unit.
 
would anyone be able to copy and post there Artdefine for one of the rifleman?
Ive been attempting to use one as a UU and each times its comming up as the base unit.

In Civ4UnitArtStyleTypeInfos.xml check for the UNIT_ARTSTYLE_*** that is used in Civ4CivilizationInfos.xml for CIVILIZATION_ENGLAND. (*** is probably EUROPEAN)
So in Civ4UnitArtStyleTypeInfos.xml add:
<StyleUnit>
<UnitType>UNIT_ENGLISH_REDCOAT</UnitType>
<UnitMeshGroup>
<EarlyArtDefineTag>ART_DEF_UNIT_COLONIAL_RIFLEMAN_ENGLISH</EarlyArtDefineTag>
<LateArtDefineTag>ART_DEF_UNIT_COLONIAL_RIFLEMAN_ENGLISH</LateArtDefineTag>
<MiddleArtDefineTag>ART_DEF_UNIT_COLONIAL_RIFLEMAN_ENGLISH</MiddleArtDefineTag>
</UnitMeshGroup>
</StyleUnit>

where ART_DEF_UNIT_COLONIAL_RIFLEMAN_ENGLISH is the new ART_DEF of your unit.
 
thanks avain, but sorry i didnt clarify it properly.
in the CIV4artdefines_Unit.xml
ive got
<NIF>Art/Units/unique/Rifleman_France/rifleman.nif</NIF>
<KFM>Art/Units/Unique/England/Redcoat/RedCoat.kfm</KFM>
<SHADERNIF>Art/Units/Unique/England/Redcoat/RedCoat_FX.nif</SHADERNIF>

pasted over an in all but name identicle copy of the redcoat artdefine.
and that is the correct path to where ive placed the cotents rar
from the tutorial and past experience thats all that should need doing, but its showing up as a redcoat. am about to try it with rifleman as the base. --edit-- Which made the unit look as a standard rifleman.
thanks anyway.
 
thanks avain, but sorry i didnt clarify it properly.
in the CIV4artdefines_Unit.xml
ive got
<NIF>Art/Units/unique/Rifleman_France/rifleman.nif</NIF>
<KFM>Art/Units/Unique/England/Redcoat/RedCoat.kfm</KFM>
<SHADERNIF>Art/Units/Unique/England/Redcoat/RedCoat_FX.nif</SHADERNIF>

pasted over an in all but name identicle copy of the redcoat artdefine.
and that is the correct path to where ive placed the cotents rar
from the tutorial and past experience thats all that should need doing, but its showing up as a redcoat. am about to try it with rifleman as the base. --edit-- Which made the unit look as a standard rifleman.
thanks anyway.

In this case I guess the problem lies here:
<SHADERNIF>Art/Units/Unique/England/Redcoat/RedCoat_FX.nif</SHADERNIF>

If you have your unit at Art/Units/unique/Rifleman_France/ you should have
<SHADERNIF>Art/Units/unique/Rifleman_France/rifleman.nif</SHADERNIF>
 
Top Bottom