Counter-Strike 2

Counter-Strike 2

Co-op Strike: Phoenix Compound
Can I Play Solo?
I tried but i cant satrt the game
< >
Se afișează 1-15 din 19 comentarii
Charlos 10 febr. 2018 la 16:42 
i dont no
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 febr. 2018 la 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 febr. 2018 la 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.
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 febr. 2018 la 7:36 
Postat inițial de 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 febr. 2018 la 11:41 
you can do it with no clip too
Jake 11 febr. 2018 la 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 febr. 2018 la 9:46 
@Jayk of all trades: what are you talking about?

Postat inițial de 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 febr. 2018 la 13:31 
Can you feel, the edge tonite
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
Editat ultima dată de DManstrator; 13 febr. 2018 la 15:03
LZ 14 febr. 2018 la 17:29 
Postat inițial de RowsPirates:
I want to die
same here
Bery 14 febr. 2018 la 19:38 
Just played the whole thing solo using tips from this thread. First you need to do this:

Postat inițial de 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.


Editat ultima dată de Bery; 14 febr. 2018 la 19:39
fatnuts 24 febr. 2019 la 17:13 
Postat inițial de ♡RowsPirates♡:
I want to die
MonkaS
Ehrid 8 iul. 2019 la 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)

Postat inițial de 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))
< >
Se afișează 1-15 din 19 comentarii
Per pagină: 1530 50