Help, would you kindly?
I am attempting to create a new purchasable item for the shop, however, I am having some very interesting difficulties. When I run the mod, in the shop interface, instead of the new item appearing, all of the 'ring' type items (my item is a ring) appear as black squares with the phrase [DISPLAY NAME MISSING] next to them. Hovering the mouse cursor over them returns the tool-tip [no text]. The prices, however, are still displaying as normal, my item included.
The rest of the game is unaffected - I managed to play through two entire games without problem. The AI seems to simply ignore the blacked-out items - no problem there. However, trying to click on one of the blacked-out items will chrash the game, and the demigod.log file shows the error "'ring_item_050' not found" or "'ring_item_010 not found" ect. depending on what you click.
This, along with many hours of grueling trial-and-error has led me to the conclusion that the issue is either:
1) A typing error in one of the vital functions so simple, stupid and basic that I'm just completely overlooking it (I really don't think this is the case - but it can never be totally ruled out);
B ) Some sort of issue with the hooking process that is overwriting the original Ring_Items.lua file rather than just merging with it;
or - as I am rapidly beginning to suspect is the case - #) Some sort of absolute restriction on the number and type of abilities that can be placed on a single item (you will see what I mean when you open the mod file).
If the problem were 1, I likely would have found it by now - but there's only so long I can look at a piece of text without mentally filtering most of it out, and a fresh set of eyes would probably see it in a heartbeat. Obviously, if the problem is B or #, fixing it would require a greater level of technical skill than I have, so...
Here's the mod: http://www.mediafire.com/?jzmd0gnei5h
I'm not a pro at making mods, but I have made more than a few, and I can usually fix any issues I come across very quickly. I don't mind telling you that I've exhausted every tool and trick in my repertoire - twice - so anything you can come up with would be immensely beneficial.