Hi im new to the game and modding it. I have a save where im level 21 and ive added this mod but I dont see it in the license menu. What am I doing wrong?
Does that cause an issue with the mod? I've copied the products.json file from other mods, so that will show up in every other mod that I've downloaded and they all seem to work fine for me and a lot of other users
That's the thing, you'd have to ask the dev of MoreProducts cause it was his base that all the new products mods are built off of, and if that json file is changed, I have no idea what it'll do to the game or the mod, I can mess around with it and see if that'll break it or not though
i just took a look at his example and that comma isn't there. "ItemGridSize": [1,2] }, ] } ] }this is how your code ends. "ItemGridSize": [2, 1] } ] } ] }and this the example.
Unless that's broadcast to all the modders, that will be a mod by mod problem, I can remove that for mine but you'd have to ask everyone else to do the same!
Maybe you'll have to save the game, leave and run it again for the products to be visible. This is a MoreProduct bug . Sometimes, everything works as expected and sometimes not.
15 comments
I love your mod but i have spotted a little issue in your code.
i making a tool to look for conflicting product IDs and it found a error.
on line 243 you put a extra , after the }. could i ask you to remove this comma please.
i understand that its a minor thing and not important. just wanted to ask. thank you.
"ItemGridSize": [1,2]
this is how your code ends.},
]
}
]
}
and this the example."ItemGridSize": [2, 1]
}
]
}
]
}