I've had oTweaks for a long time and It did the dirty text editing job for me for a long time but now It doesnt work at all.
Is there an alternative mod for that like enabling max camera, max tabbing range, max combat log etc ?
"doesn't work at all" means what? Errors on startup? Crashes wow? Makes oink pig sounds? Some settings not loaded/saved?
Be more descriptive.
He might mean it in the way that I say SnapToGrid doesn't work at all anymore. No errors, no crashing, no response from the /commands. It's as if it isn't there...
The thing is when I move (ie. Camera Distance slide) I get an error box pop-up. I didnt read the whole thing and I dont have Norganna's any error handle program like Stubby to keep track of em but this is what happens.
I want to change my tabbing range and camera max distance thats all. Is I can modify combat log range; that would be awesome too.
Camera Distance is no longer a x units distance but instead a multiplier with 1 as default, 0.1 step increase (of the multiplier) up to a max of 2 in the default settings.
The CVar is named:
"cameraDistanceMaxFactor"
A change of
distance = range(L["Camera: Max zoom out distance"], "cameraDistanceMax", L["Change how far you can zoom out with the camera. Default: 15"], 1, 50, 1),
to
distance = range(L["Camera: Max zoom out distance"], "cameraDistanceMaxFactor", L["Change how far you can zoom out with the camera. Default: 1"], 1, 3, 0.1),
err, doesnt oTweaks just make a box pop-up to ask you what to save screenshots as?
the last version yes, but thats because haste only writed that on top of his head when he re-writed it, and he didnt finished writing the whole thing yet.
Is there an alternative mod for that like enabling max camera, max tabbing range, max combat log etc ?
Be more descriptive.
But who knows, maybe it is oinking. :\
Ive been using a very old version myself, and I haven't noticed any issues, but I may not be using the portion you are.
Thanks.
The thing is when I move (ie. Camera Distance slide) I get an error box pop-up. I didnt read the whole thing and I dont have Norganna's any error handle program like Stubby to keep track of em but this is what happens.
I want to change my tabbing range and camera max distance thats all. Is I can modify combat log range; that would be awesome too.
Not sure about Camera distance.
Camera Distance is no longer a x units distance but instead a multiplier with 1 as default, 0.1 step increase (of the multiplier) up to a max of 2 in the default settings.
The CVar is named:
"cameraDistanceMaxFactor"
A change of to
will probably have the desired effect (untested)
the last version yes, but thats because haste only writed that on top of his head when he re-writed it, and he didnt finished writing the whole thing yet.
if i remember correctly.