Jump to content

minimap zoom when pressing "w" for forward


Recommended Posts

Without doing anything to the installation, or changing any configuration I started the first battle of the day and when pressed w to move forward the minimap maxmized like when I was pressing Ctrl.

 

I unistalled XVM manually, did several tests, and finally I TOTALLY uninstalled WOT and re-installed it using the lates installed just downloaded from WOT official website.

Does enyone have an idea how can I fix that?

Link to comment

I downloaded the latest XVM Updater (2.7) from this page http://forum.worldoftanks.eu/index.php?/topic/196435-xvm-updater-27-one-click-installupdate/

 

This happens with whatever configuration. Even if I use latest stable XVM version (5.3.4) or the last nightly built (3198) both with WN8 configuration.

Could you please tell where can I find XVM logs?

 

Thank you!

Link to comment
  • Administrator

Start wit showing up on what do you have inside hotkeys.xc. (in res_mods....)

 

Here is some info about it http://aslain.com/index.php?/topic/9-how-to-report-a-bug-or-issue/

 

Can you pack up your res_mods (if it's small, up to 10MB) and share for investigation?

 

Have you tried to wipe out the WoT cache? (you can do it via my installer) - cannot promise it should do it, but always something. Backup your preferences.xml just in case.

Link to comment

Hey,

It seems you are using own XVM config file which binds Minimap Zoom to key coded as 17. However some hotkeys in XVM has changed lately and 17 now stands for "W". Change the hotkey in your xvm.xc to 29 (CTRL) and everything should be fine. I had same issue myself. 

"hotkeys":
 { "minimapZoom":
  { "enabled": true, "keyCode": 17, "onHold": true }
 }

should be changed into this:

"hotkeys":
 { "minimapZoom":
  { "enabled": true, "keyCode": 29, "onHold": true }
 }
  • Upvote 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.