Fear and Hunger 2: Termina
0 of 0

File information

Last updated

Original upload

Created by

erri120

Uploaded by

erri120

Virus scan

Safe to use

Tags for this mod

About this mod

Always win coin tosses. This is a cheat.

Permissions and credits
Mirrors
Changelogs
This mod removes the random-aspect of the coin toss in Fear and Hunger 2: Termina.

Installation:

  • Open the installation directory of Fear and Hunger 2: Termina.
  • Inside the installation directory, go to the www/js/plugins directory.
  • Download and extract the file erri120_AlwaysWinCoinTosses.js into this plugins directory.
  • Navigate one directory up to the www/js directory.
  • Optional: Make a backup of the plugins.js file.
  • Open the file plugins.js in your text editor of choice (eg: Notepad, VS Code, Vim)
  • Scroll down to the end of the file, you should see the following lines of code:


    {"name":"Olivia_AntiPlayerStress","status":true,"description":"<AntiPlayerStress> for RPG Maker MV version 1.6.1.","parameters":"REST OMITTED"}
    ];
  • Insert the following line of code after the last closing curly brace (}) and before the final closing square bracket (];):


    ,{"name":"erri120_AlwaysWinCoinTosses","status":true,"description":"","parameters":{}}

  • The end of the file should now look like this:


    {"name":"Olivia_AntiPlayerStress","status":true,"description":"<AntiPlayerStress> for RPG Maker MV version 1.6.1.","parameters":"REST OMITTED"}

    ,{"name":"erri120_AlwaysWinCoinTosses","status":true,"description":"","parameters":{}}

    ];



Go to GitHub for more details.