FasterCamera not faster-ing on one specific character #5


Open
  • catbeef created this issue Jul 17, 2025

    remembered this website supports issue reporting and i don't have to just post in the comments x_x

     

    so as i said in the comments, the addon isn't throwing any errors, but the "faster" increment logic just isn't running on just one boosted character. doesn't appear to be any other addons interfering as i tried with everything else disabled.

     

    i changed the code to this:

    function CameraZoomIn(v)
    	CameraZoom(oldZoomIn, v)
    	print("zoom in")
    end
    
    function CameraZoomOut(v)
    	CameraZoom(oldZoomOut, v)
    	print("zoom out")
    end


    on the character where the addon isn't working, it isn't printing at all, nor throwing any errors. but on every other character, across classic sod, classic cata, and retail, it works perfectly and prints as expected.

    i have absolutely no idea why my boosted character on cata classic just isn't running the increment functions at all. very strange!

    lemme know what else you might need (any debug logs or anything around). i'm happy modifying lua code on my own if you have any ideas of things to try. i'm gonna have a poke myself today now that i'm not too busy, but i'd be surprised if i figure it out - amatuer hour over here.

     

    it's gonna be something totally tiny and silly, but wow it sure is making life zooming a pain :D my poor mousewheel

     

    cheers!

  • catbeef posted a comment Jul 17, 2025

    okay. i figured it out, and it was indeed something absolutely ridiculous.

     

    settings > keybindings

     

    Camera Zoom In

    Camera Zoom Out

     

    these were bound to on this character. this is the problem. because for some reason, blizzard decided to have those exist, along with

     

    Zoom In

    Zoom Out

     

    which is what the addon overrides. rebinding my wheel to those fixed it.

     

    what the hell blizzard? lol. at least it's fixed now, but i'm still perplexed at there being two different camera zoom binds :/


To post a comment, please login or register a new account.