Issue event script error: the content file was not found

UlyanaLeyana

Planter
I downloaded new mods and i'm getting this error when i try to start a new game. heres my smapi log, https://smapi.io/log/39bbd916672a4ed18203314000ce0f2d
Hi, First you need to fix these errors. If something doesn't work after all the fixes then upload a new log.
20:58:29ERRORContent PatcherThe 'Custom_DayEnd_WarpRoom' location was added by multiple content packs ('Stardew Valley Expanded', '[CP] Thurstan (English Translation)'). This location won't be added to the game.
20:58:29ERRORContent PatcherThe 'DayEnd_WarpRoom' location was added by multiple content packs ('Stardew Valley Expanded', '[CP] Thurstan (English Translation)'). This location won't be added to the game.

Remove Custom NPC Thurstan or fix. On the nexus mod page it says that it is still incompatible with the SVE. Temporarily fix here, but it may be buggy.
20:58:03ERRORChallenging Community Center BundlesYour Config Settings are invalid.
You misspelled something in the config.json for ChallengingCommunityCenterBundles. It should look like this:
JSON:
{
  "BundleVariant": "Vanilla"
}
20:58:27WARNContent PatcherIgnored Dinothicc Reskin > ConfigSchema field 'Colour': if AllowBlank is false, you must specify Default.
20:58:29WARNContent PatcherIgnored Dinothicc Reskin > Load Animals/Dinosaur #1: the When field is invalid: 'Colour' isn't a valid condition; must be one of AbsoluteFilePath, ChildGenders, ChildNames, Count, DailyLuck, Day, DayEvent, DayOfWeek, DaysPlayed, FarmCave, FarmhouseUpgrade, FarmName, FarmType, FirstValidFile, FormatAssetName, FromFile, HasActiveQuest, HasCaughtFish, HasConversationTopic, HasCookingRecipe, HasCraftingRecipe, HasDialogueAnswer, HasFile, HasFlag, HasMod, HasProfession, HasReadLetter, HasSeenEvent, HasValue, HasWalletItem, HavingChild, Hearts, I18n, InternalAssetKey, IsCommunityCenterComplete, IsJojaMartComplete, IsMainPlayer, IsOutdoors, Language, LocationContext, LocationName, LocationOwnerId, LocationUniqueName, Lowercase, Merge, PathPart, PeacefulEnd.CustomCompanions/Companions, PeacefulEnd.FashionSense/Appearance, PlayerGender, PlayerName, PreferredPet, Pregnant, Query, Random, Range, Relationship, Render, Roommate, Round, Season, SkillLevel, spacechase0.JsonAssets/BigCraftableId, spacechase0.JsonAssets/BigCraftableSpriteTilesheet, spacechase0.JsonAssets/BigCraftableSpriteX, spacechase0.JsonAssets/BigCraftableSpriteY, spacechase0.JsonAssets/ClothingId, spacechase0.JsonAssets/CropId, spacechase0.JsonAssets/CropSpriteTilesheet, spacechase0.JsonAssets/CropSpriteX, spacechase0.JsonAssets/CropSpriteY, spacechase0.JsonAssets/FruitTreeId, spacechase0.JsonAssets/FruitTreeSpriteTilesheet, spacechase0.JsonAssets/FruitTreeSpriteX, spacechase0.JsonAssets/FruitTreeSpriteY, spacechase0.JsonAssets/HatId, spacechase0.JsonAssets/HatSpriteTilesheet, spacechase0.JsonAssets/HatSpriteX, spacechase0.JsonAssets/HatSpriteY, spacechase0.JsonAssets/ObjectId, spacechase0.JsonAssets/ObjectSpriteTilesheet, spacechase0.JsonAssets/ObjectSpriteX, spacechase0.JsonAssets/ObjectSpriteY, spacechase0.JsonAssets/WeaponId, spacechase0.JsonAssets/WeaponSpriteTilesheet, spacechase0.JsonAssets/WeaponSpriteX, spacechase0.JsonAssets/WeaponSpriteY, Spouse, Target, TargetPathOnly, TargetWithoutPath, Time, Uppercase, Weather, Year.

In folder [CP]JekksDinos you can find content.json, replace whole code with:
JSON:
{
    "Format": "1.21.0",
    "ConfigSchema":
    {
        "Colour":
        {
            "AllowValues": "green, orange, pink",
            "Default": "green"
        },
    },
    "Changes": [
      {
"Action": "Load",
"Target": "Animals/Dinosaur",
"FromFile": "assets/dinosaur_green.png",
"When": {
"Colour": "green"
            }
       },
      {
"Action": "Load",
"Target": "Animals/Dinosaur",
"FromFile": "assets/dinosaur_orange.png",
"When": {
"Colour": "orange"
            }
       },
      {
"Action": "Load",
"Target": "Animals/Dinosaur",
"FromFile": "assets/dinosaur_pink.png",
"When": {
"Colour": "pink"
            }
       },
    ]
}
Warm Cozy Fireplaces is incompatible with Stardew 1.5.6, use https://forums.stardewvalley.net/th...o-content-patcher-packs.564/page-4#post-51317 instead
20:58:28WARNContent PatcherIgnored Lnh's Additional Greenhouse > custom location 'Custom_TheOtherGreenhouse_spring': the FromMapFile field specifies a file 'assets/TheOtherGreenhouse.tmx' which doesn't exist in the content pack.
In folder Lnh's Greenhouse you can find content.json, change this part:
JSON:
            "Name": "Custom_TheOtherGreenhouse_spring",
            "FromMapFile": "assets/TheOtherGreenhouse.tmx"
to:
JSON:
            "Name": "Custom_TheOtherGreenhouse_spring",
            "FromMapFile": "assets/TheOtherGreenhouse_spring.tmx"
20:58:28WARNContent PatcherIgnored Garden Cellar > custom location 'larger storage room': the Name field must be prefixed with 'Custom_' to avoid conflicting with current or future vanilla locations
20:59:33WARNContent PatcherSMAPI found an issue with a 'Maps/Cellar' map load: the 'Garden Cellar' content pack reordered the original tilesheets, which often causes crashes. Technical details for mod author: Expected order: paths, untitled tile sheet. See https://stardewvalleywiki.com/Modding:Maps#Tilesheet_order for help.

Must be fixed by the author of the Garden Cellar mod
20:58:29ERRORContent PatcherPatch error: Transparent Blue Interface > Load LooseSprites/junimo_background_blank has a FromFile which matches non-existent file 'assets\junimo_background_blank.png'.
20:58:29ERRORContent PatcherPatch error: Transparent Blue Interface > Load LooseSprites/junimonotemobile has a FromFile which matches non-existent file 'assets\junimo_background_blank.png'.
The author said:
14 December 2021, 6:20AM
It can be ignored and does not affect normal play.
21:02:49WARNContent PatcherCan't apply data patch "[Mirror]Evertyone > Wedding > entry #2" to Data/Events/FarmHouse: this asset has string values (but Object values were provided).

Twice Wedding in the Chruch
However, because the original wedding cannot be covered, you can only use this mod after marriage, and you must use it after marriage!
Do not use this mod before marriage, or you can change the config to false, otherwise there will be vicious bugs
This is an incomplete mod that may contain bugs
Just don't use if it is unstable and have vicious bugs.
20:58:30WARNContent PatcherCan't apply image patch "[CP] Arhen's Beige Tone Wood Interior Set > EditImage TileSheets/furniture" to TileSheets/furniture: the FromFile file 'assets\furniture.png' doesn't exist.
you can ignore this error because there are no furniture in this mod (furniture from screenshots is coming from
Industrial Furniture Set https://www.nexusmods.com/stardewvalley/mods/5444
and Yellog's Furniture https://yellog.tumblr.com/post/621922084925456384/yellogs-furniture-cp#notes
CF version https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-98#post-73184 )
but if the error annoying you then just delete in content.json from [CP] Arhen's Beige Wood Tone Interior this:
{
"Action": "EditImage",
"Patchmode": "Replace",
"Target": "TileSheets/furniture, TileSheets/furniture.{{language}}",
"FromFile": "assets/furniture.png",
"When" : {
"Furniture" : "true"
}
},
 
Last edited:
Top