Wensber / TextTheSpire

18 stars 4 forks source link

Events during combat. #5

Open blindndangerous opened 4 years ago

blindndangerous commented 4 years ago

I'm not sure how hard it'd be to do, but when fighting the fable spinner, or finding a mimik their is a continue button that appears, but it seems to be a bit odd when trying to click it, or it could be that my mouse pointer isn't exactly on it. Is it possible that we can get a notification of these things and be able to type continue or proceed? I'm not sure how hard this would be to do considering it's other mods that are adding in these things, but thought I'd ask. Are their plans to add in the ability to get into the dailies and other content later on? Thank you for this mod, I've been spending hours on this game.

Wensber commented 4 years ago

Hello,

Mod support is going to be very difficult. There are not supposed to be continue buttons in combat. It sadly isn't as simple as checking if a continue button exists. My mod would have to know that the other mod is currently active and then know where to check to see if the continue button is active or not. I don't know how they added the continue button there, but it likely is a new kind of functionality that the base game does not have. In other words, in order to read it my mod would need to import the other mod. I would have to either make a new version of the mod specific for this mod or make everyone who uses this mod also subscribe to that mod even if they don't use it. Then there is the fact that mod support will need me to make it accessible one mod at a time.

The time issue is the biggest issue. I do plan to explore it at a later point after I worked out the kinks of the mod for the base game. Once I do I'll try to make the mod work for the more popular mods. For now, the mod will work for other mods as long as those mods don't add functionality or options that are different from what the base game offers.

Thanks, Wensber

On Wed, Jun 17, 2020 at 1:54 PM blindndangerous notifications@github.com wrote:

I'm not sure how hard it'd be to do, but when fighting the fable spinner, or finding a mimik their is a continue button that appears, but it seems to be a bit odd when trying to click it, or it could be that my mouse pointer isn't exactly on it. Is it possible that we can get a notification of these things and be able to type continue or proceed? I'm not sure how hard this would be to do considering it's other mods that are adding in these things, but thought I'd ask. Thank you for this mod, I've been spending hours on this game.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Wensber/TextTheSpire/issues/5, or unsubscribe https://github.com/notifications/unsubscribe-auth/AONINOHCJW3ENCJVDGL52G3RXEUQLANCNFSM4OA6VDVA .

blindndangerous commented 4 years ago

Alright, thanks. For now, I'll look at if it's either Hubris or replay the spire and take whichever is off. I know that mimic will cause one of those dialogs to appear. So far those are the ones that seem to bring in that extra functionality. The rest of my mods are just other characters that were Replay the spire's dependencies.