1
Add-Ons / Re: New Vehicle: Fierbird
« on: August 18, 2008, 11:16:14 PM »
To make it usable under normal controls add this after "runOverPushScale = 1.2; //how hard a person you're running over gets pushed" at about line 179.
this is in Vehicle_Fierbird.cs in the zip. you have to unpack it then repack it to edit the file.
Code: [Select]
// Advanced Steering
steeringAutoReturn = false;
steeringUseStrafeSteering = false;
this is in Vehicle_Fierbird.cs in the zip. you have to unpack it then repack it to edit the file.