Jump to content
Korean Random
HEKPOMAHT

Добавить настройку в "camera.xc"/"arcade"

Recommended Posts

В клиенте камера отдаляется не по прямой, а как бы по параболе.

Можно ли добавить в настройку камеры такой параметр?

 

Если полностью отключить камеру xvm  "camera": { "enabled": false - то тогда другие важные настройки не работают (такие как убрать красную вспышку и зелёное затемнение... да и настройка зум индикатора)

----

если не такой возможности, то перенести настройки, не относящиеся к камере (например в battle.xc либо в отдельный файл)

// настройки прицела
"scope": {
  // true - disable red flash when enemy hit your tank.
  // true - отключить красную вспышку когда враг попадает по вам.
  "noFlashBang": false,
  // true - disable dimming and greening in sniper scope.
  // true - отключить затемнение и озеленение в снайперском прицеле.
  "noBinoculars": false,
  // Индикатор масштаба (см. extra-field.txt для описания параметров),
  // Можно использовать глобальные макросы во всех полях.
  "zoomIndicator": {
    // false - disable.
    // false - выключить.
    "enabled": true,
    ...
},

 

  • Upvote 2

Share this post


Link to post

Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...