anyone know how to fix this: The mod you're trying to install is invalid. Contact the mod author. Invalid manifest due to non-matching schema: data/options/0/tooltip must NOT have fewer than 1 characters, data/options/0/tooltip must NOT have fewer than 1 characters, data/options/0 must have required property 'condition', data/options/0 must match a schema in anyOf
When i try to add it into SMF it says "Invalid mod The mod you're trying to install is invalid. Contact the mod author. Invalid manifest due to non-matching schema: data/options/0/tooltip must NOT have fewer than 1 characters, data/options/0/tooltip must NOT have fewer than 1 characters, data/options/0 must have required property 'condition', data/options/0 must match a schema in anyOf" Any way to fix this?
This is easy to fix Go into the SMF Zip file, extract everything, and replace the contents of "manfiest.json" Find everything with the tag "tooltip": "", Between the empty "", add some characters, whatever you like. Save, then zip the entire thing together again Import to SMF This would fix the problem Or just copy and paste this into manifest.json, replacing everything previously in the file whatever floats your boat { "version": "1.0.0", "id": "3333333333.EasterEgg", "name": "Easter Egg", "description": "Easter Egg in Bigger Range", "authors": ["3333333333"], "frameworkVersion": "2.0.0", "options": [ { "name": "Default", "tooltip": "RedEgg(LETHAL)", "group": "RedEgg", "enabledByDefault": true, "type": "select" }, { "name": "Full Map", "tooltip": "RedEgg(LETHAL)", "group": "RedEgg", "type": "select", "contentFolders": [ "Red" ] }, { "name": "Default", "tooltip": "BlueEgg(SEDITAVE)", "group": "BlueEgg", "enabledByDefault": true, "type": "select" }, { "name": "Full Map", "tooltip": "BlueEgg(SEDITAVE)", "group": "BlueEgg", "type": "select", "contentFolders": [ "Blue" ] }, { "name": "Default", "tooltip": "GreenEgg(EMETIC)", "group": "GreenEgg", "enabledByDefault": true, "type": "select" }, { "name": "Full Map", "tooltip": "GreenEgg(EMETIC)", "group": "GreenEgg", "type": "select", "contentFolders": [ "Green" ] } ], "contentFolders": ["content"] }
because of the disrupter update whenever i try to add the mod SMF says it's not a mod? (i did do both options, copying the thing and replacing it manually but it didn't work)
11 comments
Invalid manifest due to non-matching schema: data/options/0/tooltip must NOT have fewer than 1 characters, data/options/0/tooltip must NOT have fewer than 1 characters, data/options/0 must have required property 'condition', data/options/0 must match a schema in anyOf
The mod you're trying to install is invalid. Contact the mod author.
Invalid manifest due to non-matching schema: data/options/0/tooltip must NOT have fewer than 1 characters, data/options/0/tooltip must NOT have fewer than 1 characters, data/options/0 must have required property 'condition', data/options/0 must match a schema in anyOf" Any way to fix this?
Go into the SMF Zip file, extract everything, and replace the contents of "manfiest.json"
Find everything with the tag "tooltip": "",
Between the empty "", add some characters, whatever you like.
Save, then zip the entire thing together again
Import to SMF
This would fix the problem
Or just copy and paste this into manifest.json, replacing everything previously in the file
whatever floats your boat
{
"version": "1.0.0",
"id": "3333333333.EasterEgg",
"name": "Easter Egg",
"description": "Easter Egg in Bigger Range",
"authors": ["3333333333"],
"frameworkVersion": "2.0.0",
"options": [
{
"name": "Default",
"tooltip": "RedEgg(LETHAL)",
"group": "RedEgg",
"enabledByDefault": true,
"type": "select"
},
{
"name": "Full Map",
"tooltip": "RedEgg(LETHAL)",
"group": "RedEgg",
"type": "select",
"contentFolders": [
"Red"
]
},
{
"name": "Default",
"tooltip": "BlueEgg(SEDITAVE)",
"group": "BlueEgg",
"enabledByDefault": true,
"type": "select"
},
{
"name": "Full Map",
"tooltip": "BlueEgg(SEDITAVE)",
"group": "BlueEgg",
"type": "select",
"contentFolders": [
"Blue"
]
},
{
"name": "Default",
"tooltip": "GreenEgg(EMETIC)",
"group": "GreenEgg",
"enabledByDefault": true,
"type": "select"
},
{
"name": "Full Map",
"tooltip": "GreenEgg(EMETIC)",
"group": "GreenEgg",
"type": "select",
"contentFolders": [
"Green"
]
}
],
"contentFolders": ["content"]
}
what should i do?
(edit: found out)
Or can we obtain the eggs in game or load outs?