Jump to content

unboundMinimap Missing From battle_layout.xml


Recommended Posts

Posted

I play on triple monitors and after every patch I would go into the battle_layout.xml and change the <distanceFromGlue>1925</distanceFromGlue> in the <id>unboundMinimap</id> in order to move the minimap more towards the center.  However after the last update, there is no more <id>unboundMinimap</id> element. How can I move the minimap from the edge of the screen now?

I will attach the xml from last patch and also the new one that is missing the "unboundMinimap"

 

It would be really great if someone could make the minimap draggable. I will pay handsomely!

battle_layout.xml battle_layout.xml

  • Administrator
Posted

It has changed with the 10.5.0, they moved it to unbound2 I guess, so to change the position of minimap you may have to make changes to proper unbound files imho.

 

Maybe main_hud.unbound, and change the position like I change the position of ribbons.

 

Attached original file: main_hud.unbound

  • Administrator
Posted

Ok I made a mod for you, I will attach explanation.

With every game update you have to unpack main_hud.unbound

i.e. 

wowsunpack.exe -x "bin\4046169\idx" -I *main_hud.unbound -p ..\..\..\res_packages -o res_unpack\10.5.0\

 

your file will be in res_unpack\10.5.0\ folder.

 

Copy it to: c:\Games\World_of_Warships\bin\4046169\res_mods\gui\unbound2\pc\battle\main_hud.unbound

 

Find:

(element BattleMinimapUb2 $autoPerfTestGroup='minimap')

Change to:

(element BattleMinimapUb2 $autoPerfTestGroup='minimap'
		(style
			(marginRight = "500")
		)		
)

The 500 is distance from the right, change the value to whatever suits you.

 

 

move_minimap_example.zip

Posted

Im kind of an idiot and this is my 1st time try to unpack anything.

Am I supposed to paste "-x "bin\4046169\idx" -I *main_hud.unbound -p ..\..\..\res_packages -o res_unpack\10.5.0\"  in the Unpack tool like in the screen shot?

 

What am I to do with:   

wowsunpack.exe -x "bin\4046169\idx" -I *main_hud.unbound -p ..\..\..\res_packages -o res_unpack\10.5.0\     

???

 

Sorry to be a bother.

 

Screenshot 2021-06-25 214533.png

Posted

See attachment; The only place I can find the main_hud.unbound

-main_hud.unbound.png

Just so were on the same page. I am trying to move the minimap inwards like in the screenshot.

MightyMo1.png

  • Administrator
Posted

I gave you a command line command.

 

Use it like that:

517a81c94196cb5dee30d3dd02cb3d5a.png

 

However if you want you can use the wows unpack tool, in that case my command is useless, just unpack the file, don't paste the command line there, it's not for that thing.

 

You are installing  a mod from Badobest that is already using that file to mod it, so you can make your changes in that file instead.

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.