Created
September 16, 2017 20:50
-
-
Save nlgxzef/549d79a29651a4dd426dd21f9a4f6d11 to your computer and use it in GitHub Desktop.
Physics Used In Fun Stuff! #3 Video
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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 | |
| // | |
| // ------------------------------------------------------ | |
| [Main] // Change the values below to swap physics | |
| Default = 0xEEC2271A | |
| Fragment = 0xA9BF479C | |
| CarrierCars = 0xE8506E45 | |
| 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 = 0x4DEF9A87 | |
| Tractors = 0xDF9C02AC | |
| Traffic = 0x0E6DC2D8 | |
| Chopper = 0xE8506E45 | |
| Trailers = 0xA6ABC921 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment