Sparkster23 Posted January 13, 2019 Posted January 13, 2019 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 ? Quote
Administrator Aslain Posted January 13, 2019 Administrator Posted January 13, 2019 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 }, Quote
Sparkster23 Posted January 13, 2019 Author Posted January 13, 2019 ok thanks Aslain I will try it Quote
Sparkster23 Posted June 14, 2019 Author Posted June 14, 2019 Hey Aslain this stopped working a few patches ago, is there another file that needs changed ? When I load into game it gives me a script error Quote
Administrator Aslain Posted June 14, 2019 Administrator Posted June 14, 2019 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 }, Quote
Sparkster23 Posted June 14, 2019 Author Posted June 14, 2019 (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 // }, Edited June 14, 2019 by Sparkster23 Quote
Ress Posted June 14, 2019 Posted June 14, 2019 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 // ) 1 Quote
Sparkster23 Posted June 15, 2019 Author Posted June 15, 2019 Thanks it was the // that caused it, works fine now Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.