0 of 0

File information

Last updated

Original upload

Created by

AnthemV

Uploaded by

AnthemV

Virus scan

Safe to use

About this mod

Termina's widescreen mod is great, but the part where it zooms you out is less ideal, especially on devices like the Steam Deck. This is essentially just a plugin to zoom you back in without messing up the UI.

Requirements
Permissions and credits
Changelogs

How did we get here?
I found myself wanting to use Termina's widescreen mod, but it really bothered me how zoomed out the game was while using it. So, I decided to do something about it. This is the result—a plugin that zooms you in a bit. Seems simple, but it was deceptively annoying to write.

There are two versions of the mod, one which matches the viewport size of the base game, and one that's a little more zoomed out. I think the latter goes quite well with the widescreen mod, but I also wanted a version that preserves the game's artistic intent.

Installation
Download and unzip the files, and then drag and drop them in your game folder. If you're prompted, merge any folders and overwrite any files.

Files
  • Fear & Hunger 2: Termina/www/js/map_zoom.js (new)
  • Fear & Hunger 2: Termina/www/index.html (altered)
  • Fear & Hunger 2: Termina/www/js/plugins/TerraxLighting.js (altered)
Known Issues
  • Some textures have thin lines around their tiles, likely due to rounding issues in RPG Maker.
  • The coin flip animation is offset.
Compatibility
If you're using this alongside any other mods that modify index.html, make sure you edit it to include this line at the bottom so that the mod gets loaded:

type="text/javascript" src="js/map_zoom.js">

(You'll have to add the script tags yourself because Nexus won't let me save the description if I include them. Just copy one of the other lines.)

Custom Zoom

If you want to set a custom zoom level, open both the map_zoom.js and TerraxLighting.js files, then find and change this line:

const ZOOM_LEVEL = 1.5;

The zoom level to match the base game is 1.7, whereas the slightly expanded version is 1.5.