Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

The mod FS25_Amazone_Condor_by_Torakin is running a script called loadFruitTypes.lua. Inside of that script is a call to the FruitTypeManager.loadFruitTypes function that passes incorrect arguments. This is causing Default Types to bug out because it is expecting a string or nil for the base directory. That mod is passing false, hence your error.

I will put in an extra check that should at least make the error go away.

OK thanks, I will remove that mod for the time being since I do not use it currently. I appreciate you looking into it..