Jump to content
Korean Random

DisN

Newbie
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

0 Noob

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. при расскомментированной опции: // Фиксированное значение кратности при переключении в снайперский режим или "Auto" - для автоматического выбора. // Fixed zoom value at switching in sniper mode or "Auto" for automatic selection. "ZoomStart": 4, при переходе в снайперский режим прицел стопорится. в логе куча таких ошибок: 2020-06-13 19:26:25.735: ERROR: Traceback (most recent call last): 2020-06-13 19:26:25.735: ERROR: File "scripts/client/VehicleGunRotator.py", line 489, in __onTick 2020-06-13 19:26:25.736: ERROR: File "scripts/client/VehicleGunRotator.py", line 444, in __shotPointSourceFunctor_Default 2020-06-13 19:26:25.736: ERROR: File "scripts/client/AvatarInputHandler/__init__.py", line 475, in getDesiredShotPoint 2020-06-13 19:26:25.736: ERROR: File "scripts/client/AvatarInputHandler/control_modes.py", line 269, in getDesiredShotPoint 2020-06-13 19:26:25.736: ERROR: File "scripts/client/AvatarInputHandler/AimingSystems/SniperAimingSystem.py", line 216, in getDesiredShotPoint 2020-06-13 19:26:25.736: ERROR: AttributeError: 'NoneType' object has no attribute 'shot' 2020-06-13 19:26:25.745: ERROR: Traceback (most recent call last): 2020-06-13 19:26:25.745: ERROR: File "scripts/client/game.py", line 642, in handleMouseEvent 2020-06-13 19:26:25.746: ERROR: File "scripts/client/AvatarInputHandler/__init__.py", line 417, in handleMouseEvent 2020-06-13 19:26:25.751: ERROR: File "scripts/client/AvatarInputHandler/control_modes.py", line 1427, in handleMouseEvent 2020-06-13 19:26:25.751: ERROR: File "scripts/client/AvatarInputHandler/DynamicCameras/SniperCamera.py", line 204, in update 2020-06-13 19:26:25.751: ERROR: File "scripts/client/AvatarInputHandler/DynamicCameras/SniperCamera.py", line 261, in __rotateAndZoom 2020-06-13 19:26:25.751: ERROR: File "scripts/client/AvatarInputHandler/AimingSystems/SniperAimingSystem.py", line 229, in handleMovement 2020-06-13 19:26:25.751: ERROR: File "scripts/client/AvatarInputHandler/AimingSystems/SniperAimingSystem.py", line 314, in __worldYawPitchToTurret 2020-06-13 19:26:25.751: ERROR: TypeError: Math.Matrix(): Expected an optional MatrixProvider если опцию закомментировать, то все работает нормально.
×
×
  • Create New...