Would it be possible to remove this?
It is - remove this code from Vehicle_Tank.cs: %tank = %mount.getObjectMount(); if(isObject(%tank)) { %theVector = %mount.getEyeVector(); %theVector = vectorAdd(%theVector,"0 0 1"); %theVector = vectorScale(%theVector,%tank.getDataBlock().mass*5); %theVector = vectorSub(%theVector,vectorScale(%thevector,2)); %tank.applyImpulse(getWords(%mount.getEyeTransform(),0,2),%theVector); }
Thanks, would this work on other tank add ons?
It is - remove this code from Vehicle_Tank.cs:
The launcher is just going to update the file back to normal. You'd want to use an add-on to modify or redefine the function
I actually have an add-on created for me that does exactly this. I can give it to you if you want.
I can give it to you if you want.