Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello, forgive my ignorance, I have never used scripts or anything like that in my life. I followed some steps but it gives me an error.

You entered the wrong file names, you added "YEP" on a lot of these mods which should have been the case only for "TY_YEP_ItemCore".

The correct name for a mod is based on their .js file, so if you want to ensure that a mod is gonna work you can just copy-paste the file's name inside the TY_ModLoader file(without the .js at the end of course).

One of the mods has a typo in it, specifically this one:
"TY_YEP_FnHInvInvincible" there's an extra "Inv" in there.

I also don't know which of the F&H games you are trying to play, but keep in mind that some of the mods won't work depending on the F&H game you are trying to play. For example:

- "2 Inventory Columns" | "TY_YEP_ItemCore" only works for F&H 2.

- "Detailed Equipment" | "TY_DetailedEquip" only works for F&H 2.

- "Free Scrolls" | "TY_FnHFreeScrolls" only works for F&H 1.

In order to know if your mod will work with the F&H game you are playing you can also check this itch page as it has all the mods listed with a "mod scope" section which tells you exactly that.


Here's the correct list if playing F&H 1:

'TY_FnHMoreCoins',
'TY_FnHFreeSaves',
'TY_FnHFreeSoulStones',
'TY_FnHFreeScrolls',
'TY_FnHShowRecipes',
'TY_FnHFreeLuckyCoins',
'TY_FnHInvincible',
'TY_FnHForceActionFix',
'TY_FnHFreeSkills',

Here's the correct list if playing F&H 2:

'TY_YEP_ItemCore',
'TY_DetailedEquip',
'TY_FnHMoreCoins',
'TY_FnHFreeSaves',
'TY_FnHFreeSoulStones',
'TY_FnHShowRecipes',
'TY_FnHFreeLuckyCoins',
'TY_FnHInvincible',
'TY_FnHForceActionFix',
'TY_FnHFreeSkills',

(+1)

now I got this problem 

(+1)

Im following your steps with the H&F 1 and 2, the image of the error of data/actors is from f&h 1 and of the 2 I have this error (I have followed your steps and added the necessary mods as you indicated and I have removed those that are not compatible with both games)

Are you launching the game via the index.html or the game.exe?

(+1)

index.html

While the "index.html" is required to mod the game, it shouldn't be used to start up the game.

Instead the game is intended to be launched via the "game.exe" file, file which you can find just outside of the "www" folder.

Thank you.