0 of 0

File information

Last updated

Original upload

Created by

VAYS

Uploaded by

KaRolthas

Virus scan

Safe to use

About this mod

Next generation version (4.04 compatbile) of Minimap Zoom 1.31 by vays. Allows to customize the size of minimap zoom by using NUM + and NUM - keys or ingame 'MODS' menu.
By default extended to 175% but can go upto 400%. Separate values for exteriors, interiors, horse riding and boat sailing.
I do not own this mod! Polish translation inclu

Permissions and credits
Changelogs
This is NEX-GEN update of adjustable-version of Minimap Zoom mod by vays, available here: https://www.nexusmods.com/witcher3/mods/1723.
All rights and gratitude belongs to him.

Compatible with Witcher 3 Game of The Year version 4.04.

What it does:
1. Extends visible area on the minimap by 175% (default)
2. Allows user to change minimap size independently for:
  • Exteriors
  • Interiors
  • Horse riding
  • Boat sailing
3. Values can be udjusted in compare to vanilla game from 50% to 400% (50% = 2x zoom, 100% = no change, 200% = 2x zoomout, 400% = 4x zoomout etc.)
4. Zoom size can be adjusted in-game using built in 'MODS' menu (see installation step 4)
5. Zoom size can be adjusted in-game using + and - keys on numeric keyboard (see installation step 5)
6. Keys + and - can be reassigned to other keyboard keys (see installation step 6).

Installation

1. I recommend automatic installation using Vortex mod manager.

2. For manual installation unpack the archive to 'The Witcher 3 Wild Hunt GOTY' folder.

3. If you use other mods that change interface, it might be required to run the Script Merger to solve file conflicts: https://www.nexusmods.com/witcher3/mods/484

4. [OPTIONAL] If you would like to adjust zoom values using in-game 'MODS' menu:
  • Go to The Witcher 3 Wild Hunt GOTY\bin\config\r4game\user_config_matrix\pc
  • Make sure minimapZoom.xml file is inside this folder
  • Open dx11filelist.txt or dx12filelist.txt depending what version of game you run. (You can modify both files to be sure).
  • At the end of the file add follwing line:
minimapZoom.xml;


5. [OPTIONAL] If you would like to change zoom values using + and - numpad keys:
  • Go to Documents\The Witcher 3
  • Open input.setting file in text editor
  • At the end of the file add following:

[Exploration]
IK_NumPlus=(Action=MMZ_Increment)
IK_NumMinus=(Action=MMZ_Decrement)

[Horse]
IK_NumPlus=(Action=MMZ_Increment)
IK_NumMinus=(Action=MMZ_Decrement)

[Boat]
IK_NumPlus=(Action=MMZ_Increment)
IK_NumMinus=(Action=MMZ_Decrement)

[BoatPassenger]
IK_NumPlus=(Action=MMZ_Increment)
IK_NumMinus=(Action=MMZ_Decrement)

[Swimming]
IK_NumPlus=(Action=MMZ_Increment)
IK_NumMinus=(Action=MMZ_Decrement)

[Diving]
IK_NumPlus=(Action=MMZ_Increment)
IK_NumMinus=(Action=MMZ_Decrement)

[Exploration_Replacer_Ciri]
IK_NumPlus=(Action=MMZ_Increment)
IK_NumMinus=(Action=MMZ_Decrement)

[Horse_Replacer_Ciri]
IK_NumPlus=(Action=MMZ_Increment)
IK_NumMinus=(Action=MMZ_Decrement)

6. [OPTIONAL] If you did step 5 and you would like to be able to reassing + and - keys using in-game Key-bindings menu:
  • Go to: The Witcher 3 Wild Hunt GOTY\bin\config\r4game\user_config_matrix\pc
  • Open input.xml file in text editor
  • Under <VisibleVars> add following lines
    <Var builder="Input" id="MMZ_Decrement" displayName="Minimap zoom out" displayType="INPUTPC" actions="MMZ_Decrement" />
    <Var builder="Input" id="MMZ_Increment" displayName="Minimap zoom in" displayType="INPUTPC" actions="MMZ_Increment" />
  • In OPTIONS / KEY BINDINGS use 'Reset to default'
  • Bind 'Minimap zoom in' and 'Minimap zoom out' to any keys you want