ShortCircuit / Max Depth removal

Hi all!

I want to remove my servers limit of '15' for things like the root combiner. 

I found this thread, I tried out the proposed solution:

@Luuxen I've looked into Assembly-CSharp.dll and found this convar:

ioentity.backtracking​ 8

Just copy/paste it on your RCON console and change the value:

Default value it's 8 because this value is doubled after, meaning that the max depth is 8*2=16 )​


which didn't appear to work for me. Has anyone been able to make this work?

Did you see it change when you typed it? If you didn't put it in your server.cfg file it will revert when you restart the server.

Actually I was trying from RCON. And on checking no, I type:

ioentity.backtracking 20 for example, and then press enter.

If I then type ioentity.backtracking it returns "8". 

Do you need to set this parameter via the server.cfg only?

Merged post

If I type :

ioentity.backtracking "20" then it does set it when i query the variable but it doesnt change the in game limit via rcon.