Responsive Zoom [Java]
Near instant zoom speed and faster camera panning while driving.
Especially useful in low framerate environments.
Adds more zoom levels. (Optional)
Custom installation required.
⚠️Caution
This mod targets build 41 only. Any other build past or future is NOT supported.
Installation – Manual
- Subscribe to the workshop item and make sure the download has been completed.
- Browse to the steam library that contains your Project Zomboid installation.
(If you only have the default steam library this is the same as where steam is installed) - Browse to "steamappsworkshopcontent1086002919952739modsResponsiveZoom"
- Copy the zombie directory.
- Browse to your Project Zomboid installation directory.
- (Optional) Make a backup copy of the zombie directory, or the individual files mentioned at the end of this page.
- Paste the zombie directory and overwrite existing files. If no files were overwritten you are in the wrong directory.
Installation – Automated
- Subscribe to the workshop item and make sure the download has been completed.
- Download and run the automated installer.
- The installer will make automatic backups of the patched files.
Uninstallation
Using steam
- Verfiy the integrity of game files using steam, this will remove ALL mods that change Java code.
Manual
- Restore the backup you made of your zombie directory or the individual files (list at the end of this page).
Derived from https://steamcommunity.com/sharedfiles/filedetails/?id=2895974075
Patches the following Java classes:
. └── zombie └── core ├── iso │ └── PlayerCamera.class └── textures └── MultiTextureFBO2.class
⚠️For modders
Feel free to use anything from the addon in whatever else you’re doing.
Source .java files are included (src directory)