
And to let you know that ZOmnibus is a constant in my ToME experience - it never goes off, ever.

Moderator: Moderator
darkgod wrote:~ [ DarkGod whips rexorcorum with Suslik (& many others as well) ] ~
*blink* I... Did Not Know That.™ [sound F/X: source diving] Ah, there it is: the signature of ShowEquipInven:init() changed, with an extra parameter to specify a second actor for the inventory side of the dialog (specifically for this purpose, presumably), and my addons weren't passing it through. This affects Inventory Keys, Item Notes and Enhanced Object Compare; pushing out new versions of all those addons, and this one at v12l. We Apologize for the Inconvenience.™rexorcorum wrote:Heya, Zizzo, did you know that ZOmnibus breaks the "Interact with the Golem" alchemist shared inventory menu - instead of showing the Master's backpack to the right (as intended) it shows the default golem's backpack, but with the Master's command options ("Give to party" for example gives the option to give it to the golem). Honestly, I didn't know either and was convinced that the option is borked a bit in vanilla(and I was playing a couple of alchies already).
darkgod wrote:~ [ DarkGod whips rexorcorum with Suslik (& many others as well) ] ~
*blush*rexorcorum wrote:"Thou art thee best!". And thanks!
SadistSquirrel wrote:DarkGod has two arms, one with an opened hand, one with a closed fist. You got the fist.
[reads] Gyeep! I've never actually been in that part of the code; no idea where to even look to do that. I can do some digging around, but I can't promise anything.Crim, The Red Thunder wrote:http://steamcommunity.com/workshop/disc ... pid=259680
Any chance you can do something like what this guy asks? Seems exactly the kind of toggleable option that would be a fit for this, and apparently, more then one person wants it. Any chance you'll take a look?
[scratches head] ...Okay, are you absolutely certain you don't have any other addons installed? Because that stack trace looks for all the world like the flow of control is going through both ZOmnibus and a separate Enhanced Object Compare --- and an older version of Enhanced Object Compare at that, from before it included golem equipment in the comparison candidates list. In fact, now that I think it through, that would pretty much exactly explain the error you're seeing: the pre-golem-awareness Enhanced Object Compare is building the candidates list without golem information in it, and the post-golem-awareness ZOmnibus is seeing the already built candidates list and expecting it to include golem information.benexclaimed wrote:I posted this on Steam but wanted to do it here, too.
Pushing ctrl on any item in the inventory gives me an error like this. I have no other addons installed.
Would it be in the 'F:\Program Files (x86)\Steam\steamapps\common\TalesMajEyal\game\modules\example_realtime\data\birth' in Steam? Descriptors.lua?Zizzo wrote:[scratches head] ...Okay, are you absolutely certain you don't have any other addons installed? Because that stack trace looks for all the world like the flow of control is going through both ZOmnibus and a separate Enhanced Object Compare --- and an older version of Enhanced Object Compare at that, from before it included golem equipment in the comparison candidates list. In fact, now that I think it through, that would pretty much exactly explain the error you're seeing: the pre-golem-awareness Enhanced Object Compare is building the candidates list without golem information in it, and the post-golem-awareness ZOmnibus is seeing the already built candidates list and expecting it to include golem information.benexclaimed wrote:I posted this on Steam but wanted to do it here, too.
Pushing ctrl on any item in the inventory gives me an error like this. I have no other addons installed.
Take a look at the desc.lua for this character ($HOME/.t-engine/4.0/tome/save/<character-name>/desc.lua on Linux; someone else can tell you where to look on Windows or Mac... actually, now that I think about it, it might live somewhere else entirely on Steam; can anyone comment?), and see what addons it thinks it's supposed to be using. If it's got both a 'zomnibus' and a 'compare', in the addons line, you should be able to fix the problem by editing out the 'compare' from the list.