nfspdf Posted August 24, 2006 Report Share Posted August 24, 2006 I been trying to finish up my ny mod and I am at the point of change the pic but I notice something .It tryed to change it but I found out that the name is in I think that is german .But where do i change it I been in ever scrip and I can't find it . :6: Thanks for your help Chris Quote Link to comment Share on other sites More sharing options...
Hoppah Posted August 24, 2006 Report Share Posted August 24, 2006 You need to change the ID of the unit.Therefore, you need to edit unit.xml (Units folder), protraits.xml (Specs folder) and the languagefiles portraits.xml and infotexts.xmlIn all 4 files unit ID's are given.For example:unit.xml:<unit id="CV_LAPD">portraits.xml (Specs folder):<portrait prototype="mod:Prototypes/Vehicles/03 LA Police/cv_lapd.e4p" text="CV_LAPD" unit="CV_LAPD"/>infotexts.xml:<string name="ID_NAME_CV_LAPD">LAPD Patrol Car</string><string name="ID_PURPOSE_CV_LAPD">Los Angeles Police Department</string><string name="ID_TOOLTIP_CV_LAPD">LAPD Patrol Car</string>protraits.xml (In Lang folder):<string name="ID_PORTRAIT_CV_LAPD">LAPD Patrol Car</string>as you can see 'CV_LAPD' returns in every file. That's the unit ID.Make sure that's corresponding. Don't use orginal ID's (like STW or MTW) because you will get wrong pictures then (I suppose that's happening to you).Good luck,Hoppah Quote Link to comment Share on other sites More sharing options...
nfspdf Posted August 24, 2006 Author Report Share Posted August 24, 2006 O crap .Now I know why :6: Well I figer out how to get the pic's of the cars in the side windows .But when I open up the big window to look at the car it is all black .So I must be missing something . //BY Stan: Topics merged since you posted wrong Quote Link to comment Share on other sites More sharing options...