View Single Post
Old 08-12-07, 03:20 PM   #4
CaptainCox
Sea Lord
 
Join Date: Feb 2007
Location: A Swede in Frankfurt am Main
Posts: 1,897
Downloads: 4
Uploads: 0
Default

The only way to change the hats for example is to look at the
CrewMembers3D.UPC
found in
C:\Program Files\Ubisoft\Silent Hunter 4 Wolves of the Pacific\Data\UPCData\UPCCrewData
Open with Notepad
and look for
Quote:
[CrewMember3D 2]
ID=ClothingCPOs
NameDisplayable= CPO Clothing
or
Quote:
[CrewMember3D 3]
ID=ClothingOfficers
NameDisplayable= Officers Clothing
these lines decides what kind of head gear the crew should wear
Quote:
CrewMemberBodyPart1= Normal, Headgear, sapca_o#Head, 1, NULL
CrewMemberBodyPart2= Normal, Headgear, NULL, 1, NULL
sapca_o#Head= one of 12 different 3D models of officers hats
Headgear, NULL, 1, NULL= I think no headgear

So you could try by replacing the
CrewMemberBodyPart1= Normal, Headgear, sapca_o#Head, 1, NULL
to
CrewMemberBodyPart1= Normal, Headgear, NULL, 1, NULL
__________________
CaptainCox is offline   Reply With Quote