How to make a Rope Mod - BeamNG

Published on ● Video Link: https://www.youtube.com/watch?v=JGm3yOEDvTk



Duration: 36:14
456 views
10


https://1drv.ms/u/s!AoPEwcmh86n1ljREtY9lKHPUgfWZ?e=whJibu
Mod in the link above :D
I did not talk making this video. I was not sure this mod would work and wanted to get done as fast as possible in case it was a waste of time.
Pause game after spawning the rope, go to world editor and move it above the ground more if you like. To get the tension tighter you would have to increase the Pre-Compression by editing the foot.jbeam in a text editor.
If you use notepad ++ go to line 216
//--Beams--
"beams":[
["id1:", "id2:"],
{"beamSpring":500000,"beamDamp":55},
{"beamDeform": "FLT_MAX","beamStrength":"FLT_MAX","beamPrecompression":1.05},

Try 1.08 or 1.1
If its too much pre-compression it will start to vibrate really bad. less that 1 requires a zero before the point. Like 0.8
This will create more slack

Save Jbeam,
reload level
reload mod to see changes.

If I had to make this again, I would have to make the rope wider vertically. This one is pretty thin. Would improve the texture too.

++ I reused a previous mod that was not published. Of a Foot, that is why it is called foot :D Faster to reuse folders than start brand new ones.