Jump to content

Bigger minimap


Recommended Posts

Posted

Is there a way to make minimap bigger without XVM ?  I have set to biggest using the + key but wanted it big like in XVM

 

What files in game controls the settings ?

  • Administrator
Posted

Try ShuraBB minimap, but you need to edit config manualy to enable it. 

 

res_mods\configs\BBMods\HDMinimap.json

 

	// "MapSettings": {
		// Горячая клавиша для увеличения карты
		// Hot key to zoom the map
		// "ZoomKey": "KEY_LSHIFT",
		// "ZoomKey": "KEY_LCONTROL",
		// Коэффициент масштабирования карты
		// The scaling factor of the map
	// "ZoomFactor": 1.3
	// },

change to

 

    "MapSettings": {
        // Горячая клавиша для увеличения карты
        // Hot key to zoom the map
        // "ZoomKey": "KEY_LSHIFT",
        "ZoomKey": "KEY_LCONTROL",
        // Коэффициент масштабирования карты
        // The scaling factor of the map
    "ZoomFactor": 1.3
     },

 

  • 5 months later...
  • Administrator
Posted

Try this code, it's from the latest version of the mod:

 

"MapSettings": {
		// Горячая клавиша для увеличения карты
		// Hot key to zoom the map
		// "ZoomKey": "KEY_LSHIFT",
		"ZoomKey": "KEY_LCONTROL",
		// Коэффициент масштабирования карты
		// The scaling factor of the map
		"ZoomFactor": 1.3,
		"ShowDestroyed": true
	},

 

Posted (edited)

Still don't work, here is copy of my file 

 

"MapSettings": {
        // Горячая клавиша для увеличения карты
        // Hot key to zoom the map
        "ZoomKey": "KEY_LSHIFT",
        // "ZoomKey": "KEY_LCONTROL",
        // Коэффициент масштабирования карты
        // The scaling factor of the map
        "ZoomFactor": 1.3,
        "ShowDestroyed": true
     // },
 

shot_017.jpg

Edited by Sparkster23
Posted
2 hours ago, Sparkster23 said:

Still don't work, here is copy of my file 

 

"MapSettings": {   <--- open bracket
        // Горячая клавиша для увеличения карты
        // Hot key to zoom the map
        "ZoomKey": "KEY_LSHIFT",
        // "ZoomKey": "KEY_LCONTROL",
        // Коэффициент масштабирования карты
        // The scaling factor of the map
        "ZoomFactor": 1.3,
        "ShowDestroyed": true

     // },   <--- unclosed bracket (remove // )

 

  • Upvote 1

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.