Thread Tools Display Modes
09-15-05, 10:15 PM   #1
Zweider
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 30
BibMod Unhosed

Okay guys, I've updated BibMod for the new patch (again). The version is 4.5. I was able to come up with a new method for changing the button icons that is acceptable, and I've got the bag resizers working again. I was rushing to get this one out there, but I think it's all back in order.

For those of you who have had disappearing bags and stuff, I'd recommend deleting your layout-cache.txt files while not in game, thus sending everything back to their starting positions (the file is in C:\Program Files\World of Warcraft\WTF\Account\<Account Name>\<Character Name>). It's annoying, I know, but you should only need to do it once. The problem doesn't seem to happen again after that.
  Reply With Quote
09-15-05, 11:04 PM   #2
bessiq
A Murloc Raider
 
bessiq's Avatar
Premium Member
Join Date: Sep 2005
Posts: 8
Hooray, now I can shapeshift!

-Happy Druid

p.s. - It broke AllInOneInventory I guess...very unessential though compared to having my HOTBAR hehe. Thanks!
  Reply With Quote
09-15-05, 11:08 PM   #3
SaberHawke
A Fallenroot Satyr
 
SaberHawke's Avatar
Join Date: Mar 2005
Posts: 23
Smile

Originally Posted by Zweider
Okay guys, I've updated BibMod for the new patch (again). The version is 4.5. I was able to come up with a new method for changing the button icons that is acceptable, and I've got the bag resizers working again. I was rushing to get this one out there, but I think it's all back in order.

For those of you who have had disappearing bags and stuff, I'd recommend deleting your layout-cache.txt files while not in game, thus sending everything back to their starting positions (the file is in C:\Program Files\World of Warcraft\WTF\Account\<Account Name>\<Character Name>). It's annoying, I know, but you should only need to do it once. The problem doesn't seem to happen again after that.

Thanks for the overtime in fixing it.
  Reply With Quote
09-16-05, 12:01 AM   #4
Kablaam
A Murloc Raider
Join Date: Sep 2005
Posts: 8
Thank you very much ! Cant live without this mod =)

BTW: Where can I download 4.5 ?

Last edited by Kablaam : 09-16-05 at 12:05 AM.
  Reply With Quote
09-16-05, 12:33 AM   #5
Cairenn
Credendo Vides
 
Cairenn's Avatar
Premium Member
WoWInterface Admin
Join Date: Mar 2004
Posts: 7,134
Right here. Download
__________________
“Do what you feel in your heart to be right — for you’ll be criticized anyway.” ~ Eleanor Roosevelt
~~~~~~~~~~~~~~~~~~~
Co-Founder & Admin: MMOUI
FaceBook Profile, Page, Group
Avatar Image by RaffaeleMarinetti
  Reply With Quote
09-16-05, 01:44 AM   #6
Kablaam
A Murloc Raider
Join Date: Sep 2005
Posts: 8
Thank you =) Just saw 4.4 there until I found out you had to press Download thats why I didn't know where to download it... gonna try this version now
  Reply With Quote
09-16-05, 01:51 AM   #7
Vector-
A Defias Bandit
Join Date: Sep 2005
Posts: 3
I posted this in the reply thread on the mod itself, but you might find it interesting too...


Originally posted by Gurd
Anyone else seeying no keyboard shortcuts on their buttons with 4.5 ?
I believe this fixes the problem:

in BibActionButtons.xml :
above this section of code (in < OnEvent >)
if (event == "ACTIONBAR_PAGE_CHANGED") then
UpdateBibButtonID(this);
ActionButton_UpdateState();
end


add this (it was removed in 4.5, took it from my old 4.2 copy):
if (event == "VARIABLES_LOADED" or
event == "UPDATE_BINDINGS") then
BibUpdateActionButtonMapText();
end
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » BibMod Unhosed


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off