Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.


Have you tried looking at the theme editor? You can access it from the imgui demo off of the console window menuWorking on the look of the ImGui interface for BM. Here is what I have so far. Does anyone have any suggestions? Once I get the look down I will work on applying it to other LUA scripts
View attachment 53342
Dark mode. This is the way.Working on the look of the ImGui interface for BM. Here is what I have so far. Does anyone have any suggestions? Once I get the look down I will work on applying it to other LUA scripts
View attachment 53342
Can you give me a bit more detail here? I am unsure how to access thisHave you tried looking at the theme editor? You can access it from the imgui demo off of the console window menu
What about the text wrapping?Is the text wrapping a limitation from ImGui?
It doesnt from what I read.What about the text wrapping?
I’m not sure what you are trying to get at. Yes text does wrap if you want it to wrap. Or not wrap. There are many options.What about the text wrapping?
It doesnt from what I read.
Known IssuesI’m not sure what you are trying to get at. Yes text does wrap if you want it to wrap. Or not wrap. There are many options.
Mq uses timed. Not delay or pause, those are eqQuestion: Pause/Delay
if its already posted i apologize as i can find a thread regarding my question.
Any pay to have a delay or pause on buttonmaster lua? tried /pause 20 or /delay2s both returns back invlaid. thanks
not really sure /timed so is /timed 5 would = 5 seconds?
thx
did you make a hotkey leading with a number?Button master is causing me to crash to desktop today. It's happening when I click on a tab other than settings.
Turns out I did (not intentionally) and removing it in the ini fixed the issue. Thanks!did you make a hotkey leading with a number
Do you have a button starting with a number? this is the most common crash issue with BM.So I made some change to my buttons, and now the UI keeps crashing. I tried to download the latest updates, but the download zip does not contain the buttonmaster.lua file. It only has the util and LIP files. Where can I get the latest buttonmaster lua?
This is the error that I am getting
View attachment 55583
I checked the ini, but I can not find any labels that start with a number.Do you have a button starting with a number? this is the most common crash issue with BM.
Looks like one of your buttons may have a syntax issue of some sort and make sure you are not duplicating a button index. So check your ini file and make sure eachSo I made some change to my buttons, and now the UI keeps crashing. I tried to download the latest updates, but the download zip does not contain the buttonmaster.lua file. It only has the util and LIP files. Where can I get the latest buttonmaster lua?
This is the error that I am getting
[Button_#] is unique and properly defined.[Button_5]
ButtonColorRGB=14,96,10
Cmd1=/cwtna pause 0
Label=Pause OFF
[Button_6]
Cmd1=/dgge /keypress forward hold
Cmd2=/dgge /timed 20 /keypress forward
Label=Fwrd March
Looking at my setup, I have the latest version which stores everything inside the \Lua\buttonmaster folder instead of root of Lua. So it runs the init.Lua file when youI tried to download the latest updates, but the download zip does not contain the buttonmaster.lua file. It only has the util and LIP files. Where can I get the latest buttonmaster lua?
/lua run buttonmasterOK that worked. Even got the new button size thing. I think what was crashing me is that I tried to rename the Primary tab to Group. It doesn't seem to like that. I will rebuild my buttons and see if it gets stable. Thanks for the info.Looking at my setup, I have the latest version which stores everything inside the \lua\buttonmaster folder instead of root of lua. So it runs the init.lua file when you/lua run buttonmaster
You could try extracting the buttonmaster folder from the download and putting it in your \lua folder. Move the other buttonmaster.lua into a backup somewhere and then try it.
hi @orbitz , I just saw your post, yes it is to close the popup. add a /bcg if you wish for control to the groupMy apologies if I missed it...can you place the Button Master buttons on a second monitor by chance?
Also, @Redfrog what does your button labeled Close Ad do? I am hoping it is a way to kill the updrade pop up on all clients?
Edit: Is there someplace where people are sharing their buttons? Sic's Hotkey guide is the bible for me as a foundation but it would be great to see all the creative stuff everyone comes up with.
Code:[Button_406] Label=14
How to make it Black, this is great.Working on the look of the ImGui interface for BM. Here is what I have so far. Does anyone have any suggestions? Once I get the look down I will work on applying it to other LUA scripts
View attachment 53342
local GetButtonBySetIndex = function(Set, Index)
return settings[settings[Set][Index]] or { Unassigned = true, Label = '#' .. tostring(Index) }
end

You have to apply a theme to it. It requires some minor edits to the buttonmaster init.Lua and you need two "theme" files that go in the same folder as the init.Lua.How to make it Black, this is great.
Also,
When you open up a button to type in text into the box, could that box be expandable. When typing or editing buttons with multilines, it is quite the hassle if you can not see all the line.
