Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello, what mods are you trying to install and for which one of the Fear & Hunger games?
Maybe you can provide some screenshots of your modding setup so i could help?

(1 edit)

Thanks! I only want the 99 Books of enlightenement mod, for the original Fear and Hunter.

Screenshots of the two files I have to edit (if there's an issue with the here added images I uploaded those):

Index.html: https://www.screenshare.de/gp7p-ntzx-7tm7/#key=9qgc-g25v-nwwo-kkk7-6k9s-773p-t54...

modloader filer: https://www.screenshare.de/8i83-bbbz-rctw/#key=7nwo-z2ye-bin3-f2ae-ddmx-9xm1-t4h...

I double checked, and the files should be in the correct folder. I created a folder called "mods" in the "www" folder. The two files for the modloader and for the mod, are in the "mods" folder.

Thank you for posting these 2 images, they are a huge  help in figuring out the issue you've encountered.
So first of all, you don't need to include the mod file inside the index.html, the mods are intended to be loaded from the TY_ModLoader file so as long as the mods are in the "mods" folder and are added in the TY_ModLoader file you should be fine.
You can remove the following line from the index.html:
<script type="text/javascript" src="js/plugins/TY_FnHFreeSaves.js"></script>

Second image would be where the more serious issue lies, in the TY_ModLoader file itself.
You encapsulated the mod name inside 2 square brackets leaving an extra one behind which kinda breaks things.
Basically this:
TY.MOD_LIST = [ "TY_FnHFreeSaves" ]

];

Should look like this instead, no extra square bracket.
TY.MOD_LIST = [ 
"TY_FnHFreeSaves" 
];

Sorry if the installation was a bit confusing, and let me know if this solved your issue, if not then i'm happy to help you further.
Thanks for downloading the mod!

(1 edit) (+1)

It worked! You made it possible for me to play the game in the spare time I have! Thanks! Is there a way to repay you for your time and the mod?

You are free to donate any sum of money when downloading the mod files, but of course this is up to you.
Glad i could help you with getting the mod to work!

(+1)

I just did! In case you'll ever visit Loch Ness, you now have at least enough to be safe!