Jump to content
Korean Random
Sign in to follow this  
Romario87

Увеличение миникарты по кнопке Ctrl

Recommended Posts

Ответы данные на этом форуме мне не подходят

 В hotkeys.xc

{
  // Special XVM hotkeys.
  // Специальные горячие клавиши XVM.
  "hotkeys": {
   
  }
}

 

В minimap.xc

{
  // Миникарта
  "minimap": {
    "enabled": true,
    "mapBackgroundImageAlpha": 100,
    "selfIconAlpha": 100,
    "markerScale": 1,
  // Minimap labels.
  // Надписи на миникарте.
    "labels": ${"minimapLabels.xc":"labels"},

  // Minimap circles.
  // Круги на миникарте.
    "circles": ${"minimapCircles.xc":"circles"},

  // Minimap lines.
  // Линии на миникарте.
    "lines": ${"minimapLines.xc":"lines"}

  }
}

 

 

 

Нечего менять.

 

xvm.log

Share this post


Link to post

Short link
Share on other sites

скопируйте hotkeys.xc из папки default в Amway921 и настройте

Share this post


Link to post

Short link
Share on other sites

// Minimap zooming.
// Увеличение миникарты.
    "minimapZoom":         { "enabled": false, "keyCode": 29, "onHold": true }

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...