Counter-Strike 2

Counter-Strike 2

Co-op Strike: Phoenix Compound
fantasmané 10. feb. 2018 kl. 16.14
Can I Play Solo?
I tried but i cant satrt the game
< >
Viser 115 av 19 kommentarer
Charlos 10. feb. 2018 kl. 16.42 
i dont no
Sharp Hand Joe 10. feb. 2018 kl. 19.53 
Even if you could open a mission there is many places where in order to progress you require the assistence of another player so you would need to noclip and stuff
Oshers 10. feb. 2018 kl. 20.03 
You can change a few config files, I dont reccomend it though. trying to spawn a bot to start it automaticaly removes the bot.
Slimek 11. feb. 2018 kl. 1.30 
Go to C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\scripts\vscripts\coop

Open coopmission_main.nut and notice the 3rd line: TOTAL_PLAYERS_PLAYING <- 2;

You need to change the number to 1.
Bu113t M@gn3t 11. feb. 2018 kl. 1.54 
Will not be able to get pass the gates when you need 2 players to flip the switch to get out to extraction zone. Tried no clip but still unable to flip the switches.
<3 11. feb. 2018 kl. 7.36 
Opprinnelig skrevet av Bu113t M@gn3t:
Will not be able to get pass the gates when you need 2 players to flip the switch to get out to extraction zone. Tried no clip but still unable to flip the switches.

Actually you can pass it you need to strafe it tho. just position yourself within the area for the button and start running backwards, then just keep running backward and press the button then as fast as you can turn 180 and hold w while sprinting the button and it should open :D
Slimek 11. feb. 2018 kl. 11.41 
you can do it with no clip too
Jake 11. feb. 2018 kl. 13.57 
I've tried it and, no. You cannot start the mission without 2 people (Unless you noclip into the first level) and if you do, the settings and Outputs the game has to send will not be done properly.
Slimek 12. feb. 2018 kl. 9.46 
@Jayk of all trades: what are you talking about?

Opprinnelig skrevet av Slimek:
Go to C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\scripts\vscripts\coop

Open coopmission_main.nut and notice the 3rd line: TOTAL_PLAYERS_PLAYING <- 2;

You need to change the number to 1.

It works perfectly
Oshers 12. feb. 2018 kl. 13.31 
Can you feel, the edge tonite
DManstrator 13. feb. 2018 kl. 5.23 
Mission 1
For the gate in the end of Mission 1 where you would need 2 guys to pull each switch, you could first pull the left switch and then teleport to the right switch with that command:
setpos -864.316772 -906.261658 221.118317;setang -0.031953 -2.807649 0.000000
Would be useful to bind this to a temporary key.

Mission 2
For teleporting to the right switch:
setpos 151.287842 2481.159668 64.093811;setang 2.540090 178.527786 0.000000

Mission 3
First Door:
setpos 469.066925 3264.809814 64.093811;setang 2.110971 -91.216499 0.000000
to be teleported to the lower switch (so that you don't need to walk back to the door from the upper switch)

Second Door:
For the second door, you can use the command for Mission 2.

Third Door:
setpos -1186.267822 1100.609619 124.929153;setang 0.956112 -89.468132 0.000000

Fourth Door:
setpos -346.050995 -906.568359 223.932510;setang -0.000892 -0.731617 0.000000
Sist redigert av DManstrator; 13. feb. 2018 kl. 15.03
LZ 14. feb. 2018 kl. 17.29 
Opprinnelig skrevet av RowsPirates:
I want to die
same here
Bery 14. feb. 2018 kl. 19.38 
Just played the whole thing solo using tips from this thread. First you need to do this:

Opprinnelig skrevet av Slimek:
Go to C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\scripts\vscripts\coop

Open coopmission_main.nut and notice the 3rd line: TOTAL_PLAYERS_PLAYING <- 2;

You need to change the number to 1.

Open the map, use mp_warmup_end in console to end warmup and choose your mission.

I made a script below with everything needed, the keys don't necessarily need to be bound to x and c. just put it in /cfg and exec before playing. Got the teleport from Dmanstrator above.

sv_cheats 1 bind c "noclip" bind x "setpos 469.066925 3264.809814 64.093811;setang 2.110971 -91.216499 0.000000"

You can pass all of the lever flip gates except for one on the third mission with noclip, you just have to be quick. After practicing a bit it's easy. On the third mission, stand at the top, press the lever, then x (using above script), which will teleport you to the bottom lever.


Sist redigert av Bery; 14. feb. 2018 kl. 19.39
fatnuts 24. feb. 2019 kl. 17.13 
Opprinnelig skrevet av ♡RowsPirates♡:
I want to die
MonkaS
Ehrid 8. juli 2019 kl. 13.17 
There is much simpler way to open this doors instead of teleporting. In addtion to this post from Slimek you can also edit other file to have doors be opened by one switch (does not matter if left or right)

Opprinnelig skrevet av Slimek:
Go to C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\scripts\vscripts\coop

Open coopmission_main.nut and notice the 3rd line: TOTAL_PLAYERS_PLAYING <- 2;

You need to change the number to 1.

Additionally open coopmission_gates.nut and change line 32nd

from: if ( m_bGateOpened == false && m_bSwitchDown_R == true && m_bSwitchDown_L == true) to: if ( m_bGateOpened == false && (m_bSwitchDown_R == true || m_bSwitchDown_L == true))
< >
Viser 115 av 19 kommentarer
Per side: 1530 50