PDA

View Full Version : Low / High Graphics ISBOXER Macro not workiing



Vociferate
01-27-2018, 02:32 PM
Hey guys, I followed the high/low graphics settings on ISBOXER's website. Good graphics on main, low on slave.

I have created the toggle in Always on, that sets high settings to current. Low to all other.

In JambaMaster I call on the macro to be activated.

Nothing happens, so I am not sure if the syntax to the macros have changed or if I have overlooked something.

Below is the pastebin to my config.

https://pastebin.com/67dxnm3u

Thank you for your time.

Ughmahedhurtz
01-28-2018, 12:04 AM
I can't figure out what's calling the JambaMaster in your config. I have mine bound to F1-F5 that I use to switch characters. Example F1 key to switch to character 1:

* Focus window 'is1' on <current computer>
* Set up videoFX for the 4 followers
* Call "Long Distance" macro on is1
* Call "Short Distance" macro on is2-5
* Set up other videoFX stuff

The important one is to make sure the focus window thing happens before the view distance macros are called.

My suggestion is to set the keybind on the Graphics Toggle mapped key (something like RCTRL+RALT+NUMPAD1) and manually press that and see if it works. If it does, then you aren't correctly calling the macro or key from however your JambaMaster key does. If it does not work from the manual keybind, then the macro (or how you are referencing it) is broken.

I would also recommend adding the renderscale stuff. With your layout, I'd use:

High = /console renderscale 1
Low = /console renderscale 0.5

I think you'll find that has a big impact on performance.

MiRai
01-28-2018, 11:45 AM
Whatever is listed on the ISBoxer forum is probably 5+ years old and uses console variables that no longer exist (or shouldn't be changed), but we have our own stickied in the macro forum.

https://www.dual-boxing.com/threads/52701-Console-Variables-for-Video-Settings-(Legion)

Also, by using old console variables (e.g. terrainMipLevel), you could be changing settings you shouldn't be changing, and you may need to clear out your config.wtf files to clean everything out of them.

Vociferate
01-28-2018, 11:54 PM
Whatever is listed on the ISBoxer forum is probably 5+ years old and uses console variables that no longer exist (or shouldn't be changed), but we have our own stickied in the macro forum.

https://www.dual-boxing.com/threads/52701-Console-Variables-for-Video-Settings-(Legion)

Also, by using old console variables (e.g. terrainMipLevel), you could be changing settings you shouldn't be changing, and you may need to clear out your config.wtf files to clean everything out of them.

Phenomenal! Thank you, as always.