Well soo i am making a mod and encountering some problems here and ther but i have 1 now i just cant find the origin from. I literaly have no clue what this causes. i just added like any other item i added until now.
this is my total mod who works just fife but the moment i replace my recipes.json and manifest.json with the new versions that are located next to them it loads the game and then just wont load the ui or let any one work. The game does not completele crahes cause stonehearth is still running.
normally in the corner of the screen the 64x text thing and after that the people start walking and the ui will be loaded. this just does not happen at all. It just stays at looking at static hearthlings.
I have tried replacing the files with one of my exciting items and then the ui tries to load and the 64x appears but it gives the level_requierment error pops up and the ui wont load any further. That error just does not give me any info on what is wrong.
if someone with more experience could look in my files what is wrong i would be really greatfull.
the problem could be in:
entities/weapons/gravis_sword
manifest_new.json
jobs/blacksmith/recipes
I know that a single left out “,” in a .json can cause the game not to load or to crash.
@Yangzhoui I do not know if you use a .json checker or not so I just wanted to mention http://jsonlint.com/ which checks .json files for structure. Helped me many times, and in case someone else is having a similar issue and did not know that there is a resourse like this.
I like JSONLint but there may be other .json validators out there as well.
I copied and pasted your manifest text into it and received this result
Thanks for the notice and i would have hoped that would be it but i was already worried it wouldnt since i have recreated the files at least 3 times so i would have spelled it right one of the times.
its good to know and i fixed it but the mod is still not working :c
i really apriciate that you are helping searching trough my files!
If i can i will return the favor :3
Well i be damned that fixed it! thank you very much kind sir.
I really hate dyslexia. i just dont see those mistakes. even if i read the thing more then 10 times xD
thanks again i have been searching for almost 2 hours trying to fix it.
yup and i found that i made a type probably at the wood resource cause he shows that you need 3 items who are not found. i will fix that and upload version 0.4 to my mod page!
Cant thank you enough!
One place to check for additional info on errors is the games logfile. Sometimes, it does contain some helpful stuff… and sometimes not. Still worth a check. Just thought I mention it. Good luck with your endeavours @Yangzhoui.