Jump to content

Bigger minimap


Recommended Posts

  • Administrator

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
     },

 

Link to comment
  • 5 months later...
  • Administrator

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
	},

 

Link to comment

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
Link to comment
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
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.