Difference between revisions of "Solo Co-op"
(Created page with "{{P2_Title|Solo Co-op}} =Overview= =Category Rules= =Useful Binds= Check out the Alias page for more info.") |
Mr ParK3r2 (talk | contribs) |
||
Line 6: | Line 6: | ||
=Useful Binds= | =Useful Binds= | ||
+ | |||
+ | |||
+ | 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 <code>BindToggle "<key>" in_forceuser</code> . Have both bots be fullscreen when you are playing as them with alias <code>"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"</code> . Finally if you want to swap between the 2 with a key you would use these 2 binds <code>"alias "layout_swap" "incrementvar ss_pipsplit 0 3 3"</code> and <code>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"</code>. | ||
+ | If when you are in fullscreen you are controller the bot that you can't see from change the value of <code>in_forceuser</code> to either 0 or 1 depending on which one it currently isn't. | ||
Check out the [[Alias]] page for more info. | Check out the [[Alias]] page for more info. |
Revision as of 00:21, 13 November 2020
Overview
Category Rules
Useful Binds
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 as them with alias "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"
and 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.