How to add a new car (Burnout Paradise): Difference between revisions

Content added Content deleted
No edit summary
Line 10: Line 10:
# Open up the vehicles/vehiclelist.bundle in Bundle Manager
# Open up the vehicles/vehiclelist.bundle in Bundle Manager
# Copy Entry for Hunter Cavalry
# Copy Entry for Hunter Cavalry
# Give it a new vehicle id
# Give it a new vehicle id (try to format it like the game does i.e. PUSMC01 for P_US_MuscleCar_01).
# Give it a new attribsys id in vehicle list. Can be any ID, but has to be unique like 1000005.
# Give it a new AttribSys ID in the VehicleList. Can be any ID, but try to keep it as a number over 1000000 to prevent conflicts with existing IDs.
# Rename the Files to have the structure VEH_<vehicleid>_AT.BIN, VEH_<vehicleid>_CD.BIN, VEH_<vehicleid>_GR.BIN
# Rename the Files to have the structure VEH_<vehicleid>_AT.BIN, VEH_<vehicleid>_CD.BIN, VEH_<vehicleid>_GR.BIN
## If you don't have a _CD.BIN file for your car, just pick another one and rename it.
## If you don't have a _CD.BIN file for your car, just pick another one and rename it.