Quote:
Originally Posted by LoLBoL
Any way to use aftermarket?
|
You can "put" things on your car. But you have to code them onto it. In carslots.xml find your car (yeah it's a bit difiicult) and put the things between <VisualParts></VisualParts> (if you have <VisualParts/> then replace it).
You can find the parts in www/nfsw/Engine.svc/catalog. For example if you want a bodykit then open productsInCategory_STORE_VANITY_BODYKIT. And then you have to search for your car and choose the desired bodykit. Now copy the hash code of the kit.
Quote:
|
<ProductTrans><BundleItems i:nil="true"/><CategoryId i:nil="true"/><Currency>_NS</Currency><Description>FORD ESCORT RS COSWORTH</Description><DurationMinute>0</DurationMinute><Hash>-1202872115</Hash><Icon>VP_BST1_WOH</Icon><Level>0</Level><LongDescription/><Price>560.0000</Price><Priority>15</Priority><ProductId>NFSW-NA:E9BD6AB9</ProductId><ProductTitle>VERGE BODYKIT</ProductTitle><ProductType>VISUALPART</ProductType><SecondaryIcon/><UseCount>1</UseCount><VisualStyle/><WebIcon/><WebLocation/></ProductTrans>
|
Now put this in carslots.xml (the red part is where the copied hash goes):
Quote:
<VisualParts>
<VisualPartTrans>
<PartHash>-1202872115</PartHash>
<SlotHash>-966088147</SlotHash>
</VisualPartTrans>
</VisualParts>
|
The blue part is the hash of the "slot".
Some visual part slot codes:
lowering kit: <SlotHash>-2126743923</SlotHash>
rim: <SlotHash>-1505530948</SlotHash>
bodykit: <SlotHash>-966088147</SlotHash>
spoiler: <SlotHash>-918850563</SlotHash>
hood: <SlotHash>1490249</SlotHash>
I made a few cars with this method