MechWarrior 5: Mercenaries

File information

Last updated

Original upload

Created by

Bobbert

Uploaded by

BobbertModdert

Virus scan

Safe to use

About this mod

Advanced Zoom adds a scope with 4x and 8x zoom options. Alternate Simple Zoom available.

Requirements
Permissions and credits
Changelogs
Donations
Donate Here

Works with game version: 1.1.338

Installation:

Download and unzip the main file. Place the unzipped folder containing a mod.json, Paks folder, etc. into the Mods folder of your MW5 installation (discard the Nexus created folder that has numbers at the end of the mod name). You can go in-game to Mods at the main menu and click the Manual-install folder if you're having trouble finding it. Final install path should look like Mechwarrior5\MW5Mercs\Mods\advanced_zoom

Details:

  • Optional 8x zoom
  • Dedicated Advanced Zoom keybind
  • Advanced Zoom option in Controller Action Panel (press down twice on d-pad)
  • Available ModOptions download for keybind remapping and other config settings
  • Zoom sensitivity setting (recommended 1/4 you current sensitivity)
  • Optional scroll wheel/zoom increase and decrease integration
    Scroll up to 2x and it should switch to 4x
    Scroll down to zoom out
  • Scope scale allows you to change the size of the zoom window
  • Optional MW4 Zoom sound effect
  
Mod Compatibility:

Advanced Zoom should be compatible with any other HUD mods, the only assets it overrides are for controller users so any conflicts would affect that.

Notes:
*Performance will decrease 20-30% when the scope is active, it's a UE4 thing. If fps drops too much, switch scope resolution back to 480p, try disabling RTX if enabled or download Simple Zoom.
*The scope disables post processing when using night vision as the filter makes it difficult to see, targets should still be visible, see screenshots

Download Mod Options to configure options/keybinds in-game.
   
Options stored in: %LocalAppData%\MW5Mercs\Saved\Config\WindowsNoEditor\Game.ini  
This is for people not using ModOptions or having other issues, an example Game.ini:
Spoiler:  
Show

[AdvancedZoom]
ResolutionSelection=0 ;0=480, 1=720, 2=1080
8XActive=True
MW4SoundActive=False
ScrollWheelActive=True
ZoomXSensitivity=0.225000 ;range 0-1
ZoomYSensitivity=0.215000 ;range 0-1
DisableDOF=False
AdjustFOVScaling=True ;set this to false if you've set bEnableFOVScaling=false in Input.ini
ResetOnCycle=False ;set this to true if you want Cycle Zoom to reset Advanced Zoom
ScopeScale=1.0 ;range 0-2.0 increases size of scope, 1.5 is 50% larger


Alternate Download: Simple Zoom

A completely different implementation of zoom that follows the same method as 1.35x and 2x by changing the user's FOV. Very stripped down in terms of features. I still recommend this one because it gets the job done of seeing further and keeps things simple.

  • No performance overhead
  • Nightvision works
  • Sensitivity already implemented due to FOV scaling (check notes for Joystick/Controller users)
  • Uses scroll wheel only (increase/decrease zoom) with mouse and keyboard
  • Controller support (untested) should use cycle zoom when a controller is detected
  • Joystick (untested) should also be able to use increase/decrease zoom
  • Optional 8x, disabled by default

Mod Compatibility:
Simple Zoom should be compatible with any mod, the only asset it overrides is for Mech Switching for controllers.

Download Mod Options to turn on 8x


Options stored in: %LocalAppData%\MW5Mercs\Saved\Config\WindowsNoEditor\Game.ini  
This is for people not using ModOptions or having other issues

[SimpleZoom]
8XActive=True
  
Notes:
*Changing between first and third person resets to 2x if at 4x or 8x
*For Joystick/Controller users, FOV scaling in UE4 apparently only works for mouse, so your sensitivity will be the same as 1x. This is a vanilla UE4/MW5 thing. Advanced Zoom has a separate sensitivity system that I wrote which should work for Joystick/Controller. I'm probably not going to implement one for Simple Zoom.