Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dw5/9c41991e8ef337239f9daca30b6c6a43 to your computer and use it in GitHub Desktop.
Save dw5/9c41991e8ef337239f9daca30b6c6a43 to your computer and use it in GitHub Desktop.
NFSCPhysSwapSettings.ini
// WARNING: DO NOT EDIT ANY LINE STARTS WITH "//".
//
// ------------------------------------------------------
//
// File format: (Physics Type Name) = (New Physics Type Hash)
//
// ------------------------------------------------------
//
// For example; if you want race cars to have truck physics, you should edit Racers entry in [Main] section like that:
//
// Racers = 0x230EB710
//
// 0x230EB710 here is "Tractors" physics type hash, which is used by semi trucks.
//
// ------------------------------------------------------
//
// Possible values are:
//
// Default = 0xEEC2271A
// Fragment = 0xA9BF479C
// Carriercars = 0x4DEF9A87
// Smackable = 0xCE70D7DB
// Smackable_Unk = 0x493a8a87
// Drivein = 0xF93CD579
// Globe = 0xA8115D33
// HeavyGravity = 0x023A0371
// Immobile = 0xE2402805
// ImmobileHeavyGravity = 0x0D598302
// LowGravity = 0xE514B6AC
// Pipes = 0x0E6DC2D8
// RadioTower = 0x15D08C1D
// SailBoat = 0x2B4BD3C1
// Smacksimple = 0x08B17466
// Torus = 0x2E44C2E3
// Donut = 0x9D5C026E
// WaterTower = 0x49DDBA34
// Vehicle = 0xCA832D18
// Cars = 0xE3DF4BFD
// Cops = 0xA9811B93
// CopSUV = 0x38B38226
// Racers = 0xA6ABC921
// Tractors = 0x230EB710
// Traffic = 0xDF9C02AC
// Chopper = 0xE8506E45
// Trailers = 0xCC4A9B89
//
// Use Tractors hash for Racers
// Use Traffic hash for Tractors and Trailers
// ------------------------------------------------------
[Main] // Change the values below to swap physics
Default = 0xEEC2271A
Fragment = 0xA9BF479C
CarrierCars = 0x4DEF9A87
Smackable = 0xCE70D7DB
SmackableUnk = 0x493a8a87
Drivein = 0xF93CD579
Globe = 0xA8115D33
HeavyGravity = 0x023A0371
Immobile = 0xE2402805
ImmobileHeavyGravity = 0x0D598302
LowGravity = 0xE514B6AC
Pipes = 0x0E6DC2D8
RadioTower = 0x15D08C1D
SailBoat = 0x2B4BD3C1
SmackSimple = 0x08B17466
Torus = 0x2E44C2E3
Donut = 0x9D5C026E
WaterTower = 0x49DDBA34
Vehicle = 0xCA832D18
Cars = 0xE3DF4BFD
Cops = 0xA9811B93
CopSUV = 0x38B38226
Racers = 0x230EB710
Tractors = 0xDF9C02AC
Traffic = 0xDF9C02AC
Chopper = 0xE8506E45
Trailers = 0xDF9C02AC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment