put AIPlayer support back, and it as the default class to spawn

This commit is contained in:
AzaezelX 2025-04-20 15:29:26 -05:00
parent 185acd23e0
commit 32d95d3b8b
5 changed files with 56 additions and 23 deletions

View file

@ -172,10 +172,10 @@ datablock LightAnimData( SpinLightAnim )
datablock AIPlayerControllerData( aiPlayerControl )
{
moveTolerance = 0.25; followTolerance = 1.0; mAttackRadius = 2;
};
datablock AIWheeledVehicleControllerData( aiCarControl )
{
};
moveTolerance = 1.0; followTolerance = 2.0; mAttackRadius = 5.0;
};