Teardown
Infinite Cable
Sweden_Gaming8416 2024 年 8 月 13 日 上午 9:56
How to make the place distance further & how to make cable tighter
First you need to make a local copy of the mod then go into your documents then go into teardown then mods and go into infinite cable copy. Go into main and scroll down. If you see place distance thats how far you can place the cable you can change it to whatever you like!
Then keep scrolling untill you see this

function SpawnCable(from,to)
local fromString = table.concat(from," ")
local toString = table.concat(to," ")
local style = cableStyles[cableIndex]
local ropeXML = '\
<rope color="' .. style.color .. '" slack="0" strength="' .. cableStrength .. '">\
<location rot="0.0 0.0 0.0" pos="' .. fromString .. '"/>\
<location rot="0.0 0.0 0.0" pos="' .. toString .. '"/>\
</rope>'
Spawn(ropeXML,Transform(),false,true)
end

Change slack to something negative (i use -0.4) but you can change it to whatever you want! However if you change it to 1 it will be completley straight

Also i recommend you dont change anything else since idk what the other stuff does.

Hope this will solve your problem with the cable not being tight enough!
最后由 Sweden_Gaming8416 编辑于; 2024 年 8 月 13 日 上午 9:58
< >
正在显示第 1 - 2 条,共 2 条留言
Guellan 7 月 21 日 下午 3:13 
It didn't work for me
引用自 Guellan
It didn't work for me
Then try again
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50