Counter-Strike 2

Counter-Strike 2

Co-op Strike: Phoenix Compound
fantasmané 2018 年 2 月 10 日 下午 4:14
Can I Play Solo?
I tried but i cant satrt the game
< >
目前顯示第 1-15 則留言,共 19
Charlos 2018 年 2 月 10 日 下午 4:42 
i dont no
Sharp Hand Joe 2018 年 2 月 10 日 下午 7: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 2018 年 2 月 10 日 下午 8: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 2018 年 2 月 11 日 上午 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 2018 年 2 月 11 日 上午 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 2018 年 2 月 11 日 上午 7:36 
引用自 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 2018 年 2 月 11 日 上午 11:41 
you can do it with no clip too
Jake 2018 年 2 月 11 日 下午 1: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 2018 年 2 月 12 日 上午 9:46 
@Jayk of all trades: what are you talking about?

引用自 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 2018 年 2 月 12 日 下午 1:31 
Can you feel, the edge tonite
DManstrator 2018 年 2 月 13 日 上午 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
最後修改者:DManstrator; 2018 年 2 月 13 日 下午 3:03
LZ 2018 年 2 月 14 日 下午 5:29 
引用自 RowsPirates
I want to die
same here
Bery 2018 年 2 月 14 日 下午 7:38 
Just played the whole thing solo using tips from this thread. First you need to do this:

引用自 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.


最後修改者:Bery; 2018 年 2 月 14 日 下午 7:39
fatnuts 2019 年 2 月 24 日 下午 5:13 
引用自 ♡RowsPirates♡
I want to die
MonkaS
Ehrid 2019 年 7 月 8 日 下午 1: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)

引用自 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))
< >
目前顯示第 1-15 則留言,共 19
每頁顯示: 1530 50