The Witcher 3
0 of 0

File information

Last updated

Original upload

Created by

JupiterTheGod

Uploaded by

JupiterTheGod

Virus scan

Safe to use

Mod breaks the Map Zoom mod. (9 comments)

  1. superjew66
    superjew66
    • premium
    • 0 kudos
    Don't know if anyone else has mentioned it but this mod somehow interferes with any mod that gives you unlimited zoom.

    Hope to see it fixed on future updates.
    1. JupiterTheGod
      JupiterTheGod
      • member
      • 55 kudos
      This can be solved manually:
      install my mod, open the mapMenu.ws file included with my mod, and find the lines:
      minZoom = theGame.GetMiniMapMinZoom( m_shownArea );
      maxZoom = theGame.GetMiniMapMaxZoom( m_shownArea );

      replace them with the values from the other's mod lines.

      For example, to make my mod compatible with the Main Map Zoom mod,
      replace those lines in my mod with:
      minZoom = 0.75f;
      maxZoom = 0.75f;
    2. RAMPAGE572
      RAMPAGE572
      • member
      • 4 kudos
      Still get this...

      "Error [modfasttravelanywhere]game\gui\menus\mapmenu.ws(1450): Cannot access private property 'minimapSettings' in class 'CR4Game' here."

      EDIT:

      Also your mod doesn't have the lines you mention...
    3. JupiterTheGod
      JupiterTheGod
      • member
      • 55 kudos
      Do you have Witcher 3 version 1.10 and the latest 1.0.2 update of the mod? These instructions are for the latest version.
    4. PeterBKK
      PeterBKK
      • member
      • 0 kudos
      I run W3 1.12.0 and your mod fron January 2016. I can't see an E button at the bottom on the map as demonstrated on you pics. I have dont the modification mentioned here:
      minZoom = 0.75f;
      maxZoom = 0.75f;

      But the my Main map zoom mod stopped working as I no longer can zoom, just pan.

      Disabling Main map zoom mod does not making your mod working.
      Disabling your mode makes the Main map zoom mod working again.

      What to do?

      EDIT: I just found out that the E-button only shows when hovering over a green travel post. But I still cant get the Main map zoom mod working after installing your mod.

    5. ntblood
      ntblood
      • member
      • 40 kudos
      I'm using FriendlyHUD and it does change the map zoom so I think it is the culprit. When I look in it's mapMenu.ws file what it has for those lines is:

      minZoom= theGame.GetMiniMapMinZoom( m_shownArea ) / GetFHUDConfig().mapZoomMinCoef;
      maxZoom= theGame.GetMiniMapMaxZoom( m_shownArea ) * GetFHUDConfig().mapZoomMaxCoef;

      the only difference between your version and theirs is from GetFHUDConfig.... on both lines. I put swapped these two lines in for your in the fastTravel mapMenu.ws but then I just got a compiling error. I guess I'm doing it wrong.
  2. hammetrulzesp
    hammetrulzesp
    • supporter
    • 0 kudos
    I should've tried this from the beginning... But, I went through and deleted/reinstalled the mod manually instead of using NMM. Now it works like a charm!! 
     
    It seemed like NMM was showing that I had the most updated version, but when I installed through the program, it kept the main folder with the old modFastTravelAnywhere (sans 'From'). Maybe there's a conflict there when installing through NMM? I really would have no idea what causes that, but I noticed that weirdness going on there...
  3. hammetrulzesp
    hammetrulzesp
    • supporter
    • 0 kudos
    I've been getting the following errors during startup [Compiling scripts (Compiling function)] since updating to game v1.10 and mod v1.0.2. 

     

     

    Error [modfasttravelanywhere]game\gui\menus\mapmenu.ws(1430): Cannot access private property 'minimapSettings' in class 'CR4Game' here.

    Error [modfasttravelanywhere]game\gui\menus\mapmenu.ws(1431): Cannot access private property 'minimapSettings' in class 'CR4Game' here.

    Error [modfasttravelanywhere]game\gui\menus\mapmenu.ws(1432): Cannot access private property 'minimapSettings' in class 'CR4Game' here.

    Error [modfasttravelanywhere]game\gui\menus\mapmenu.ws(1433): Cannot access private property 'minimapSettings' in class 'CR4Game' here.

    Error [modfasttravelanywhere]game\gui\menus\mapmenu.ws(1434): Cannot access private property 'minimapSettings' in class 'CR4Game' here.

    Error [modfasttravelanywhere]game\gui\menus\mapmenu.ws(1436): Cannot access private property 'minimapSettings' in class 'CR4Game' here.

    Error [modfasttravelanywhere]game\gui\menus\mapmenu.ws(1437): Cannot access private property 'minimapSettings' in class 'CR4Game' here.

    Error [modfasttravelanywhere]game\gui\menus\mapmenu.ws(143: Cannot access private property 'minimapSettings' in class 'CR4Game' here.

    Error [modfasttravelanywhere]game\gui\menus\mapmenu.ws(1439): Cannot access private property 'minimapSettings' in class 'CR4Game' here.

    Error [modfasttravelanywhere]game\gui\menus\mapmenu.ws(1441): Cannot access private property 'minimapSettings' in class 'CR4Game' here.

    Error [modfasttravelanywhere]game\gui\menus\mapmenu.ws(1442): Cannot access private property 'minimapSettings' in class 'CR4Game' here.

    Error [modfasttravelanywhere]game\gui\menus\mapmenu.ws(1443): Cannot access private property 'minimapSettings' in class 'CR4Game' here.

    Error [modfasttravelanywhere]game\gui\menus\mapmenu.ws(1444): Cannot access private property 'minimapSettings' in class 'CR4Game' here.

    Error [modfasttravelanywhere]game\gui\menus\mapmenu.ws(144: Cannot access private property 'minimapSettings' in class 'CR4Game' here.

    Error [modfasttravelanywhere]game\gui\menus\mapmenu.ws(1449): Cannot access private property 'minimapSettings' in class 'CR4Game' here.

    Error [modfasttravelanywhere]game\gui\menus\mapmenu.ws(1450): Cannot access private property 'minimapSettings' in class 'CR4Game' here.

     

     

    I've tried making the change to mapMenu.ws file but received the same errors before and after. Also tried deleting my Scripts folder and re-verifying files through GoG and still the same result...

     

    Any direction on getting back on game with this wonderful mod would be greatly appreciated-!! 

    1. JupiterTheGod
      JupiterTheGod
      • member
      • 55 kudos
      Make sure you remove the old mod folder and then installing the latest version.

      The old 1.08 mod had the name [ModFastTravelAnywhere]. Since 1.10 update and version 1.0.2 it has the name [ModFastTravelFromAnywhere].
      Try removing and reinstalling the mods in your mods folder.