Dev Console gone off screen

The console has gone off screen and is difficult to use.
I have tried changing resolution, going windowed mode, and Borderless fullscreen.
tried looking on the wiki to try to find a way to recenter the console.

Any other ideas on how to resolve this?
1737790660909.png
 
Never had this bug but the steps below should fix your console position:

1. Close the game and open this file with a text editor:
Deadlock\game\citadel\cfg\machine_convars.vcfg

2. Find the line with:
"panorama_console_position_and_size" "590.25|267.75|966.75|622.50"

3. Replace the pipe-separated numbers with something like 100:
"panorama_console_position_and_size" "100|100|100|100"

4. Launch game and hopefully the console is within bounds and can be moved/resized again.

I wonder if some of the values in your config are negative numbers, if so maybe these should be limited to positive values to prevent the console from somehow getting positioned "off screen".
 
Never had this bug but the steps below should fix your console position:

1. Close the game and open this file with a text editor:
Deadlock\game\citadel\cfg\machine_convars.vcfg

2. Find the line with:
"panorama_console_position_and_size" "590.25|267.75|966.75|622.50"

3. Replace the pipe-separated numbers with something like 100:
"panorama_console_position_and_size" "100|100|100|100"

4. Launch game and hopefully the console is within bounds and can be moved/resized again.

I wonder if some of the values in your config are negative numbers, if so maybe these should be limited to positive values to prevent the console from somehow getting positioned "off screen".
This worked!
Used notepad to adjust the numbers so anyone running into this should be able to do it.

in case someone was wondering my numbers for the position and size were "-678.00|-57.00|661.00|300.00"
 
Back
Top