Where did i mess up?

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
Status
Not open for further replies.
I tried that.. I also copied the code that came with the shop files & get the same error...

Error: Parse error on line 4:
..."Enabled": true, // Can be true or fa
-----------------------^
Expecting 'STRING', got 'undefined'
 
I think I fixed it, but now I get error 1114 when launching.
 
Nodroj, This your file, most mistake in your file can fix if every "[]" or "{}" have other after "[]" or "{}" you must put "," after it like this

"starter": {
"DefaultAmount": 2,
"Price": 0,
"Description": "Starter Kit",
"Items": [
{
"Amount": 1,
"Quality": 0,
"ForceBlueprint": false,
"Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_PteroSaddle.PrimalItemArmor_PteroSaddle'"
},
{
"Amount": 1,
"Quality": 0,
"ForceBlueprint": false,
"Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'"
}
}

if not have other "[]" or "{}" after it, don't put it in like

"starter": {
"DefaultAmount": 2,
"Price": 0,
"Description": "Starter Kit",
"Items": [
{
"Amount": 1,
"Quality": 0,
"ForceBlueprint": false,
"Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_PteroSaddle.PrimalItemArmor_PteroSaddle'"
}
}

And you must save file with encoding UTF-8. i think it should be help 0.<.
 
Status
Not open for further replies.
Back
Top