I have been wondering myself... is it possible to change settings via the command line for Rock mods? When I type, for example, /pitbull, the Rock screen comes up instead of giving me a list of command line options.
The reason I ask is there are a couple settings I commonly toggle on and off, and would love to be able to do this within a macro. I can easily do this with Dewdrop mods.
Possible with Rock? Yes.
Mandatory? No.
If the addon author decides to offer a configuration per console command beyond bringing up the config window, he is able to offer that.
i would like to know if there is a quick way to open rockconfig directly on a specific addon?
i m thinking about a macro like:
thx in advance
Only works for mods written with the Rock framework. And it's not "so invasive"
The reason I ask is there are a couple settings I commonly toggle on and off, and would love to be able to do this within a macro. I can easily do this with Dewdrop mods.
Mandatory? No.
If the addon author decides to offer a configuration per console command beyond bringing up the config window, he is able to offer that.
per option you want to toggle, look though the options table and look for the API and just call that.
like for pit bull to get it to change configureation modes
/run PitBull:ChangeConfigMode("party" [, "raid", "disabled"])
tho im sure there is a better way :\
Thanks! I only need this for a couple things, so should work fine for me.
/bump
Been wanting this since Rock config first showed up. Any chance of it happening?
I believe you can replace LibRockConfig-1.0 with the addon of your choice in a /script macro.