Separate names with a comma.
Congratulations on such an epic milestone!
[ATTACH]
I predict we get a Taxi Route thing similar to the Bus Routes already in game.
The front cab is unmodified from that of the original van. Of course the doors are going to wobble a bit when you rip them up and down several...
Ah wonderful, thanks. Those beams will just need to be strengthened a little bit then.
I've received two reports of the table either being disconnected or very easy to break. Perhaps it was an issue since the second-to-last update...
The table should normally be attached to the floor of the RV via 4 breakjoint beams. If one beam breaks, then they all break to allow the table to...
This v0.21 update brings some really nice new/improved features to the game. Aside from the most notable changes such as the addition of the...
I tried doing that at one point, but the resulting position seemed to drift around within a foot or so of the actual node depending on the...
EcoNadder77 updated RV Upfit for Gavril H-Series with a new update entry: The Resurrection Read the rest of this update entry...
It's nice to see this map still being maintained. It brings back so much nostalgia. What a classic.
I'd love to bounce ideas off of each other.
What if you grabbed the positional data using the game engine at the same time as the raycast? local command = [[ local vehicle =...
@angelo234 Out of curiosity, how are you thinking of dealing with situations where the vehicle approaches a hill that would otherwise be safe to...
Thanks for the tip. I gave your solution a try but seemed to experience the same issue. However, in testing it out I did discover a very solid...
It is a little difficult to see, but if you look closely you will see red lines coming out of the front of both vehicles on screen. [ATTACH] These...
Hello, Using a vehicle Lua script, I am trying to find a world coordinate relative to a vehicle's position and orientation. The goal is that when...
I am making it generic enough that it could easily be applied to any vehicle.
It uses raycasting for the static environment and some fancy game engine magic to see other vehicles.