Search the Community
Showing results for tags 'Vehicle'.
-
Hi! I was wondering if someone can point me a basic tutorial or example on how to create simple vehicle with 4.4? I haven't loaded workshop cars because, if I understood correctly, they were made for 3.x and vehicle physics have changed since. I also read that they were disabled at some point, is that still the case? I guess not when watching this cool video I would appreciate any tips, thanks!
-
I'm more an artist than a coder and was looking at the FPS Script to get a rough idea but can't figure out how to control a spacecraft. Basically : orbit around the spacecraft on key toggle W - accelerate S - slow down / backward A / D - roll Mouse - yaw / pitch with zero gravity If there is already a tutorial that I missed (YouTube ?) let me know, otherwise any help most welcome
-
My lua project was fine and I left it for a few weeks. Now when I load it up the vehicle's forward/reverse controls are reversed. Couldn't figure it out so I created a new project with just flat terrain and shadmar's prefab car. Reversed controls.. Anyone else experiencing this or did I mess something up?
-
I'm running into a problem where I want to manually select a location for a car to teleport to. Anyway, SetPosition() on self.entity causes weird physics glitches if the new position is too far away. Is there a way to manually change positions? I need cars to disappear and respawn in a city full of cars (and it's obviously impractical to put hundreds of cars in at once), so I was just going to move them, but I'm open to hearing other suggestions!