From 29b848b38998290bcd709b1ba32c9693666cec99 Mon Sep 17 00:00:00 2001 From: madjin <32600939+madjin@users.noreply.github.com> Date: Sun, 25 Feb 2024 20:04:29 -0500 Subject: [PATCH] add lambo and horse thing --- vehicles/fiatlambo.json | 79 ++++++++++++++++++++++++++++++++++++++++ vehicles/horsecar.json | 80 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 159 insertions(+) create mode 100644 vehicles/fiatlambo.json create mode 100644 vehicles/horsecar.json diff --git a/vehicles/fiatlambo.json b/vehicles/fiatlambo.json new file mode 100644 index 0000000..37640df --- /dev/null +++ b/vehicles/fiatlambo.json @@ -0,0 +1,79 @@ +{ + "prefab": "", + "src": { + "name": "lambo_fiatdiamond.glb", + "url": "https://data.hyperfy.xyz/uploads/a0cd1f4e18a78c83e031b9d08d3f42b7fb56c4a4c44b85dce9ce77197b9e98c8.glb" + }, + "size": [ + 1.8, + 1.2, + 4.8 + ], + "centerOfMass": [ + 0, + 0.2, + 0.4 + ], + "drag": 0.3, + "angularDrag": 3, + "accelAmount": 10.3, + "decelAmount": 3, + "brakeAmount": 5, + "speedMax": 49.1, + "powerCurve": "0,1,0,0|1,1,0,0", + "turnSpeed": 10.1, + "turnMax": 35, + "turnCurve": "0,1,0,0|1,0.349,0,0", + "antiRoll": 50, + "forwardSlip": 5, + "mode": "4WD", + "engineSound": true, + "frontZ": -1.8, + "frontY": 0.8, + "frontWidth": 2, + "frontSpringLength": 0.5, + "frontSpringStrength": 20, + "frontSpringDamper": 4, + "frontTireRadius": 0.44, + "frontGripCurve": "0,0.600,0,0|0.525,0.451,-0.478,-0.647|1,0.274,0,0", + "frontBrake": false, + "frontBrakeGrip": 0.2, + "backZ": 1.6, + "backY": 0.8, + "backWidth": 2, + "backSpringLength": 0.5, + "backSpringStrength": 20, + "backSpringDamper": 4, + "backTireRadius": 0.45, + "backGripCurve": "0,0.580,0,0|0.548,0.411,-0.462,-0.749|1,0.226,0,0", + "backBrake": true, + "backBrakeGrip": 0.2, + "seat1Enabled": true, + "seat1Position": [ + -0.38, + 0.5, + -0.2 + ], + "seat1RotationY": 0, + "seat2Enabled": true, + "seat2Position": [ + 0.38, + 0.3, + -0.2 + ], + "seat2RotationY": 0, + "seat3Enabled": false, + "seat3Position": [ + 0, + 0, + 0 + ], + "seat3RotationY": 0, + "seat4Enabled": false, + "seat4Position": [ + 0, + 0, + 0 + ], + "seat4RotationY": 0 +} diff --git a/vehicles/horsecar.json b/vehicles/horsecar.json new file mode 100644 index 0000000..ae56520 --- /dev/null +++ b/vehicles/horsecar.json @@ -0,0 +1,80 @@ +{ + "prefab": "", + "size": [ + 1.8, + 1.6, + 4.3 + ], + "centerOfMass": [ + 0, + 0.2, + 0 + ], + "drag": 0.3, + "angularDrag": 3, + "accelAmount": 15, + "decelAmount": 3, + "brakeAmount": 5, + "speedMax": 30, + "powerCurve": "0,1,0,0|1,1,0,0", + "turnSpeed": 8, + "turnMax": 35, + "turnCurve": "0,1,0,0|1,0.349,0,0", + "antiRoll": 50, + "forwardSlip": 5, + "mode": "4WD", + "engineSound": true, + "frontZ": -1.56, + "frontY": 0.2, + "frontWidth": 1.8, + "frontSpringLength": 0.5, + "frontSpringStrength": 20, + "frontSpringDamper": 4, + "frontTireRadius": 0.44, + "frontGripCurve": "0,0.600,0,0|0.525,0.451,-0.478,-0.647|1,0.274,0,0", + "frontBrake": false, + "frontBrakeGrip": 0.2, + "backZ": 1.6, + "backY": 0.2, + "backWidth": 1.8, + "backSpringLength": 0.5, + "backSpringStrength": 20, + "backSpringDamper": 4, + "backTireRadius": 0.45, + "backGripCurve": "0,0.580,0,0|0.548,0.411,-0.462,-0.749|1,0.226,0,0", + "backBrake": true, + "backBrakeGrip": 0.2, + "seat1Enabled": true, + "seat1Position": [ + 0, + 2.7, + 0.2 + ], + "seat1RotationY": 0, + "seat2Enabled": true, + "seat2Position": [ + 0, + 2.7, + 1.3 + ], + "seat2RotationY": 0, + "seat3Enabled": false, + "seat3Position": [ + 0, + 0, + 0 + ], + "seat3RotationY": 0, + "seat4Enabled": false, + "seat4Position": [ + 0, + 0, + 0 + ], + "seat4RotationY": 0, + "src": { + "name": "HORSECAR (1).glb", + "url": "https://data.hyperfy.xyz/uploads/4d8ffab6c9fe92ecc84ba9c001cde755024b2a61f542cb3ddf8e8e1084773d0e.glb" + }, + "reset": null +}