Advertisement
Guest User

Customizable Wheel Spacing for NFSU2 - Technical info

a guest
Feb 18th, 2024
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | Gaming | 0 0
  1. The mod works by creating new parts inside each car's DBModelParts collection,
  2. xxx_KIT00-03_FENDER and xxx_KIT00-03_QUARTER,
  3. with each LODStruct pointed to _BODY (since vanilla cars don't have seperate fender models set up).
  4.  
  5. Every spacer entry has a corresponding custom attribute added,
  6. either FRONT_TIRE_OFFSET or REAR_TIRE_OFFSET, with the following floats:
  7. LVL1 - 0.012; LVL2 - 0.025; LVL3 - 0.034;
  8.  
  9. In addition, quarter decal entries need to be duplicated for each KITxx introduced to prevent decal vanishing,
  10. for each side, decal layout, and spacer.
  11.  
  12. The BINs are prepared for installation by deleting everything but the added parts,
  13. and using Synchronize importing type, to ensure any installed custom parts won't get wiped
  14. (stuff like moses' UG1 Kit for Eclipse)
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement