Firstly, sorry for the late response to this.
I'm now taking a quick look.
First you need to add the following line to your info.json file
then after that I get
Code: Select all
5.665 Error ModManager.cpp:930: Error while loading item prototype "power-armor-mk3" (armor): Value must be a string in property tree at ROOT.armor.power-armor-mk3.equipment_grid
Modifications: Darkstar Solar
This is your 0.12 version of the mod. Have you even started making an update for 0.15 at all? if so, your current progress with it would be a lot more useful than this. There have been a lot of changes to the base game, I couldn't possibly list them all in one go, I mean, I'd literally be fixing your mod for you to tell you what all the errors are.
My suggestion, if you haven't started already, have a copy of 0.12 and a copy of 0.15, so you can compare. then, using a tool like
http://www.diffchecker.com compare the code for each entity you're cloning in your mod between the 0.12 and 0.15 versions, and work through making the appropriate changes one by one.
Alternatively, just make one change, then check the entity or item pointed to by an error as and when they crop up.
Either way... there was A LOT of changes between 0.12 and 0.13, and another whole whopping lot of changes between 0.14 and 0.15, updating this mod is no small task.
there were only a few changes between 0.13 and 0.14 because that was primarilly an "under the hood" total rewrite of the network code... plus vehicle equipment grids.