[Showcase] Rope-based Towing Testing

While browsing around the various native functions I stumbled upon the rope-related functions and this idea immediately hit me. At lower speeds it might work fairly well, but at higher speeds it goes completely out of whack and is actually pretty fun just because how bad it is.

Another major issue is that the rope won’t break from collisions, since the rope doesn’t have collision to begin with. So you can make it snap if you hit stuff as far as I know. Nor does it break when it reaches maximum length - which I thought it would.

I initially had a far more in-depth system working for this, but after lots of testing it turns out for this to work both players has to be in the vehicle when the rope is attached. If you attach 2 vehicles to the rope and then enter the vehicles, all hell will break loose. Since I was using GetClosestVehicle which can’t be used while you’re in a vehicle or on vehicles driven by other players - that system was unfortunately redundant. Might be a workaround somehow but I didn’t feel like investing more time in this.

So for now it’s simply command based. /tow .

Video of Towing;
https://streamable.com/fifqh

Edit:

Thought I might throw this in as well, this was how I initially wanted it to work. Sadly it was no bueno in the end. Gets the dimensions of the vehicle to make sure the marker is above the car. A bit hit or miss depending on the vehicle.
https://streamable.com/sambt

9 Likes

Looks like great fun! :joy:

1 Like

This looks like something I would have to do some research on, since I want to make a fishing script with spawning an object (fish) and connecting it to the fishing rod (of player) while catching them.

Good stuff

1 Like

Pretty cool. How would it fair against dragging players? That is something I’d like to see. :grinning:

Yeah it would be fun if the person “setting” the rope to drag other players lmfao

1 Like

This looks like a real riot :joy:

Oh my god I can’t believe I didn’t think about that. I gotta try that :joy:

Edit:

Whew lad…
https://streamable.com/52bk1

4 Likes

Goood great fun
brooo

Fuck yeah, awesome! :smiley:

May I Have Access to This To Use On A Server

Great one, can’t wait to have fun with it if you ever release it publicly.

A suggestion I have, it could allow to drag people exclusively from bikes only.

Keep it up man!

Been working on a usable winch, get at me if you wanna join forces. Haven’t found a good system for add on cars yet…

The issue is the sync correct?

Sync of the rope was an issue also it didnt like to attach to the bumper on select add ons

I could winch stock gta cars no problem tho

I haven’t worked on it in a while but pretty sure I got the rope to sync at one point. But it would attach correctly.

Nice release?