Temporarily Disabled Cars
Until Rope system is fixed to work with larger objects
This commit is contained in:
@@ -37,10 +37,10 @@
|
||||
_frontCorner = [(_centerOfMass select 0) + _widthOffset, (_centerOfMass select 1) + _lengthOffset, (_centerOfMass select 2)+_heightOffset];
|
||||
_frontCorner2 = [(_centerOfMass select 0) - _widthOffset, (_centerOfMass select 1) + _lengthOffset, (_centerOfMass select 2)+_heightOffset];
|
||||
|
||||
_Rope1 = ropeCreate [_nObject, [0,1.1,-2], _heightOffset + (_cargo distance _nObject)];
|
||||
_Rope2 = ropeCreate [_nObject, [0,1.1,-2], _heightOffset + (_cargo distance _nObject)];
|
||||
_Rope3 = ropeCreate [_nObject, [0,1.1,-2], _heightOffset + (_cargo distance _nObject)];
|
||||
_Rope4 = ropeCreate [_nObject, [0,1.1,-2], _heightOffset + (_cargo distance _nObject)];
|
||||
_Rope1 = ropeCreate [_nObject, [0,1.1,-2], 5];
|
||||
_Rope2 = ropeCreate [_nObject, [0,1.1,-2], 5];
|
||||
_Rope3 = ropeCreate [_nObject, [0,1.1,-2], 5];
|
||||
_Rope4 = ropeCreate [_nObject, [0,1.1,-2], 5];
|
||||
|
||||
[_cargo , _rearCorner, [0,0,-1]] ropeAttachTo (_Rope1);
|
||||
[_cargo , _rearCorner2, [0,0,-1]] ropeAttachTo (_Rope2);
|
||||
|
||||
Reference in New Issue
Block a user