the problem with this is that the map is way too zoomed out and when zooming in to a normal level, the map is very low resolution, everything is blurry.
I am so confused. What do I need to do exactly to get this working with Friendly Hud? I don't quite understand what or where line 1446 or what ever is?
I have a few mods that have a Scripts folder in their subfolders no I need to copy the menumap.ws into all of those? The ONLY one that has a scripts that goes into something is Friendly HUD. I can't get this to work even with Script merger. What one do I copy paste and to where?
Ok, nice. I managed to get the Unlimited Zoom working! Kind of odd that it was so easy o.o
1. Go to the directory: <Witcher Root Folder>\content\content0\scripts\game\gui\menus. Copy MapMenu and paste it in this directory: <Witcher Root Folder>\Mods\modMainMapZoom\content\scripts\game\gui\menus. The file will be overwritten.
Now open the newly copy pasted mapMenu.ws and search for:
theGame.GetMiniMapSmaxY( m_shownArea );
On line 1150 (right after the above search entry) copy and paste:
Pretty easy actually. I guess they just changed some values so that's why it didn't work . I'm amazed I thought of this myself .
Have fun! It zooms in endlessly now and zooming out goes a bit further than vanilla. I suppose that was the intention of this mod.
NOTE: Works for version 1.12. If you use any other mods that use mapMenu.ws do not forget to use script merger to merge these files. All Quest Objectives On Map is one of them.
EDIT: It seems someone already looked at it. Well if that doesn't work you can try this one I guess.
This worked. I tried using the script merger to merge: Fast Travel From Anywhere mod, Map Quest Obejectives Mod and Main Map zoom mod and it didn't work. Just went back to merging Fast Travel and Map Quest Objectives mods without conflict and then just added that line that you wrote to the merged file.ws and it works now. Thanks.
In response to post #37092440. #37473945 is also a reply to the same post.
Spoiler:
Show
Lifell wrote: Ok, nice. I managed to get the Unlimited Zoom working! Kind of odd that it was so easy o.o
1. Go to the directory: <Witcher Root Folder>\content\content0\scripts\game\gui\menus. Copy MapMenu and paste it in this directory: <Witcher Root Folder>\Mods\modMainMapZoom\content\scripts\game\gui\menus. The file will be overwritten.
Now open the newly copy pasted mapMenu.ws and search for:
theGame.GetMiniMapSmaxY( m_shownArea );
On line 1150 (right after the above search entry) copy and paste:
It seems your also using the mod "All Quest Objectives On Map". Someone with the same issue reported using Script Merger to merge "Main Map Zoom" and "All Quest Objectives On Map" together works to resolve this issue. They both use the same file (mapMenu.ws). I'm talking about this mod: http://www.nexusmods.com/witcher3/mods/943/?
So yeah, just launch script merger and merge. You'll be able to play than.
Lifell wrote: Ok, nice. I managed to get the Unlimited Zoom working! Kind of odd that it was so easy o.o
1. Go to the directory: <Witcher Root Folder>\content\content0\scripts\game\gui\menus. Copy MapMenu and paste it in this directory: <Witcher Root Folder>\Mods\modMainMapZoom\content\scripts\game\gui\menus. The file will be overwritten.
Now open the newly copy pasted mapMenu.ws and search for:
1. Overwrite the mod's copy of the file this mod changes (mapMenu.ws) with the copy in `[Witcher Base Directory]\content\content0\scripts\game\gui\menus`. 2. Open the mod's clean version of the file and find `private function UpdateMapSettings()`. 3. Replace
5. If you're using "Fast Travel from Anywhere", "All Quest Objectives On Map", or any other mod that edits this file, re-run Script Merger before launching. 6. Enjoy :D
155 comments
open:modFastTravelFromAnywhere/content/scripts/game/gui/menus/mapMenu.ws
--------
search for:" theGame.GetMiniMapSmaxY( m_shownArea ); "
-------------
add a new line
copy and paste:
------------------------
/*
minZoom = StringToFloat.theGame.GetMiniMapZoom19( m_shownArea );
maxZoom = StringToFloat.theGame.GetMiniMapZoom20( m_shownArea );
*/
minZoom = 0.75f;
maxZoom = 0.75f;
zoom12 = theGame.GetMiniMapZoom12( m_shownArea );
zoom23 = theGame.GetMiniMapZoom23( m_shownArea );
zoom34 = theGame.GetMiniMapZoom34( m_shownArea );
imagePath = GetShownMapName();
EnableUnlimitedZoom(true);
save datei !
-----------------
play the game and have fun
#kudos
I don't quite understand what or where line 1446 or what ever is?
I have a few mods that have a Scripts folder in their subfolders no I need to copy the menumap.ws into all of those?
The ONLY one that has a scripts that goes into something is Friendly HUD. I can't get this to work even with Script merger.
What one do I copy paste and to where?
1. Go to the directory: <Witcher Root Folder>\content\content0\scripts\game\gui\menus. Copy MapMenu and paste it in this directory: <Witcher Root Folder>\Mods\modMainMapZoom\content\scripts\game\gui\menus. The file will be overwritten.
Now open the newly copy pasted mapMenu.ws and search for:
On line 1150 (right after the above search entry) copy and paste:
So in the end it would look like this:
Pretty easy actually. I guess they just changed some values so that's why it didn't work
Have fun! It zooms in endlessly now and zooming out goes a bit further than vanilla. I suppose that was the intention of this mod.
NOTE: Works for version 1.12. If you use any other mods that use mapMenu.ws do not forget to use script merger to merge these files. All Quest Objectives On Map is one of them.
EDIT: It seems someone already looked at it. Well if that doesn't work you can try this one I guess.
~Lifell
For me it zooms in and out endlessly. Very nice. Thx a lot! =)
It seems your also using the mod "All Quest Objectives On Map". Someone with the same issue reported using Script Merger to merge "Main Map Zoom" and "All Quest Objectives On Map" together works to resolve this issue. They both use the same file (mapMenu.ws). I'm talking about this mod: http://www.nexusmods.com/witcher3/mods/943/?
So yeah, just launch script merger and merge. You'll be able to play than.
Hehe =]. Glad I could help. Enjoy!
Error [modmainmapzoom]game\gui\menus\mapmenu.ws(1432): Cannot access private property 'minimapSettings' in class 'CR4Game' here.
Error [modmainmapzoom]game\gui\menus\mapmenu.ws(1433): Cannot access private property 'minimapSettings' in class 'CR4Game' here.
Error [modmainmapzoom]game\gui\menus\mapmenu.ws(1434): Cannot access private property 'minimapSettings' in class 'CR4Game' here.
Error [modmainmapzoom]game\gui\menus\mapmenu.ws(1435): Cannot access private property 'minimapSettings' in class 'CR4Game' here.
Error [modmainmapzoom]game\gui\menus\mapmenu.ws(1436): Cannot access private property 'minimapSettings' in class 'CR4Game' here.
Error [modmainmapzoom]game\gui\menus\mapmenu.ws(143
Error [modmainmapzoom]game\gui\menus\mapmenu.ws(1439): Cannot access private property 'minimapSettings' in class 'CR4Game' here.
Error [modmainmapzoom]game\gui\menus\mapmenu.ws(1440): Cannot access private property 'minimapSettings' in class 'CR4Game' here.
Error [modmainmapzoom]game\gui\menus\mapmenu.ws(1441): Cannot access private property 'minimapSettings' in class 'CR4Game' here.
Error [modmainmapzoom]game\gui\menus\mapmenu.ws(1443): Cannot access private property 'minimapSettings' in class 'CR4Game' here.
Error [modmainmapzoom]game\gui\menus\mapmenu.ws(1444): Cannot access private property 'minimapSettings' in class 'CR4Game' here.
Error [modmainmapzoom]game\gui\menus\mapmenu.ws(1445): Cannot access private property 'minimapSettings' in class 'CR4Game' here.
Error [modmainmapzoom]game\gui\menus\mapmenu.ws(1446): Cannot access private property 'minimapSettings' in class 'CR4Game' here.
Error [modmainmapzoom]game\gui\menus\mapmenu.ws(1455): Cannot access private property 'minimapSettings' in class 'CR4Game' here.
Error [modmainmapzoom]game\gui\menus\mapmenu.ws(1456): Cannot access private property 'minimapSettings' in class 'CR4Game' here.
Error [modmainmapzoom]game\gui\menus\mapmenu.ws(1457): Cannot access private property 'minimapSettings' in class 'CR4Game' here.
Anyone have the solution?
1. Overwrite the mod's copy of the file this mod changes (mapMenu.ws) with the copy in `[Witcher Base Directory]\content\content0\scripts\game\gui\menus`.
2. Open the mod's clean version of the file and find `private function UpdateMapSettings()`.
3. Replace
minZoom = theGame.GetMiniMapMinZoom( m_shownArea );
maxZoom = theGame.GetMiniMapMaxZoom( m_shownArea );
with
minZoom = /* theGame.GetMiniMapMinZoom( m_shownArea ) */ 0.75f;
maxZoom = /* theGame.GetMiniMapMaxZoom( m_shownArea ) */ 0.75f;
4. Add
EnableUnlimitedZoom(true);
beneath
imagePath= GetShownMapName();
5. If you're using "Fast Travel from Anywhere", "All Quest Objectives On Map", or any other mod that edits this file, re-run Script Merger before launching.
6. Enjoy :D
Alternatively, if one only wants to replicate the original mod, you only have to replace
minZoom = theGame.GetMiniMapMinZoom( m_shownArea );
with
minZoom = 0.7f;
If you also happen to use the All Quest Objectives On Map mod, you can directly edit the mapMenu.ws of the mod.
Error [mod0000_mergedfiles]game\gui\menus\mapmenu.ws(1183): syntax error, unexpected '/', near '/'
Error [mod0000_mergedfiles]game\gui\menus\mapmenu.ws(1184): syntax error, unexpected '/', near '/'
@EliteCookie: Try replacing
minZoom = /* theGame.GetMiniMapMinZoom( m_shownArea ) */ 0.75f;
maxZoom = /* theGame.GetMiniMapMaxZoom( m_shownArea ) */ 0.75f;
with
minZoom = 0.75f;
maxZoom = 0.75f;
Just in case i'm using "Fast Travel from Anywhere" and "All Quest Objectives On Map" as well. Script Merger resolves all conflicts by itself.
I'm on 1.12.1.
https://drive.google.com/file/d/0BxBEokmGHBFoLVNLSkxHV1otclE/view?usp=sharing