using ropeCreate you can uproot and move buildings
Description
Description
Details
Details
- Legacy ID
- 3053601475
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- Scripting
Steps To Reproduce
start local mission or join server
Get in vehicle
face building you want to "Relocate"
open console
run:
TheDistance = (player distance cursorTarget);
TheDistance = TheDistance + 10;
myRope = ropeCreate [vehicle player, "slingload0", cursorTarget, [0, 0, 0], TheDistance];
profit?!
Additional Information
ive been trying to make a repel type script using the rope commands with some strange results
ive uploaded a video of the incident
https://www.youtube.com/watch?v=KGjW_0EV70Y&feature=youtu.be
Event Timeline
Comment Actions
The problem is that the ropes work with physix means the have a break force. You cant move buildings or cars(they have standard handbrakes on) so currenty rope work only by pulling something up.