Solo Co-op
From P2SR Wiki
Solo Co-op
Overview
Category Rules
Useful Binds
Character Swap
The most common binds for Solo Co-op swap the playable character with one key. There are 3 ways to do this, one makes it so that the game is split screen down the middle so that on the left you have Atlas and on the right you have P-Body you would do this with:
BindToggle key in_forceuser
Have both bots be fullscreen when you are playing can be done by adding the following alias to your Autoexec and binding a key the alias name fullscreen_swap
:
alias fullscreen_swap "sv_cheats 1;ss_pip_right_offset 0;ss_pip_bottom_offset 0;ss_pipsplit 3;incrementvar in_forceuser 0 1 1;incrementvar ss_pipscale 1 2 1"
Finally if you want to swap between the 2 with a key you would use these 2 binds.
alias layout_swap "incrementvar ss_pipsplit 0 3 3"
alias fullscreen_swap "sv_cheats 1;ss_pip_right_offset 0;ss_pip_bottom_offset 0;incrementvar in_forceuser 0 1 1;incrementvar ss_pipscale 1 2 1"
If when you are in fullscreen you are controller the bot that you can't see from change the value of in_forceuser
to either 0 or 1 depending on which one it currently isn't.
Check out the Alias page for more info.